.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container {
  position: relative;
  z-index: 10;
  max-width: 90%;
}

.container.monitor {
  max-width: 98%;
}

.nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call__text {
  max-width: 215px;
  font-family: Kanit, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.call__text.menu {
  color: #e8e8ff;
}

.body {
  overflow: visible;
  background-color: #f5fbff;
  font-family: Kanit, sans-serif;
  line-height: 20.93px;
}

.phone-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  color: #2b394c;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  text-decoration: none;
}

.phone__icon-box {
  position: absolute;
  left: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
  -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;
}

.phone__icon {
  display: block;
  width: 26px;
  height: 26px;
  max-width: none;
}

.zoom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 195px;
  height: 40px;
  max-width: none;
  margin-left: 0px;
  -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: 5px solid transparent;
  border-radius: 4px;
  background-color: #14b2bc;
  -webkit-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.zoom-link:hover {
  border-style: solid;
  border-width: 5px;
  border-color: rgba(20, 178, 188, 0.2);
  box-shadow: 4px 4px 5px 0 rgba(20, 178, 188, 0.2);
}

.zoom-link:active {
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
}

.zoom-link:focus {
  border-style: none;
  border-color: #4a00e0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
}

.meet-link {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 195px;
  height: 40px;
  -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 #2b394c;
  border-radius: 4px;
  -webkit-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  font-family: Quicksand, sans-serif;
  color: #222527;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.meet-link:hover {
  border-style: solid;
  border-color: #8e2de2;
  color: #8e2de2;
}

.meet-link:active {
  background-color: #e8e8ff;
  color: #340d73;
}

.meet-link.menu {
  color: #e8e8ff;
}

.burger-link {
  width: 30px;
  height: 12px;
  margin-left: 0px;
  background-image: url('../images/burger.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-box-flex 500ms ease, -webkit-flex 500ms ease;
  transition: -webkit-box-flex 500ms ease, -webkit-flex 500ms ease;
  transition: flex 500ms ease;
  transition: flex 500ms ease, -webkit-box-flex 500ms ease, -webkit-flex 500ms ease, -ms-flex 500ms ease;
}

.nav-fs-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 307px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-fs-box.menu {
  max-width: 240px;
}

.nav__bottom-row {
  height: 35px;
  background-color: #8e2de2;
  background-image: url('../images/Rectangle-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.ellip-box {
  height: 100%;
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Ellipse-big.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ellips-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 457px;
  margin-right: auto;
  margin-left: auto;
  -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: url('../images/Ellipse-small.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ukraine__text {
  width: 100%;
  max-width: 410px;
  padding-left: 0px;
  background-image: url('../images/ukraine.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1.5px;
}

.content {
  position: relative;
  overflow: visible;
  height: 800px;
  padding-top: 0px;
  padding-bottom: 92px;
  background-image: url('../images/content-bg-min-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.content:focus-visible {
  border: 1px none transparent;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
}

.content[data-wf-focus-visible] {
  border: 1px none transparent;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
}

.top-end-row {
  height: 120px;
}

.content__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 118px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  max-width: 656px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  font-size: 56px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: 3px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading.need {
  max-width: 594px;
  line-height: 64px;
}

.dental__text {
  max-width: 476px;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  font-size: 20px;
  line-height: 26px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dental__text.needtext {
  max-width: 586px;
  margin-top: 0px;
}

.dental__text.readyng {
  margin-top: 0px;
  margin-bottom: 89px;
}

.dental__text.statistic {
  max-width: 557px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content__bottom {
  margin-top: 0px;
}

.content__bottom-text {
  max-width: 702px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  color: #340d73;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.arrow {
  display: block;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
}

.trend {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 100px;
  -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;
  background-color: #ecf4ff;
}

.tren-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 443px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.trend__text {
  margin-top: 64px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.need-section {
  overflow: hidden;
  padding-top: 97px;
  padding-bottom: 124px;
  background-image: url('../images/dots-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.text_box {
  position: relative;
  margin-bottom: 20px;
}

.better-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 72px;
  bottom: 0%;
  width: 170px;
  height: 52px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  font-size: 20px;
  line-height: 26px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.we_are {
  color: #14b2bc;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.need-sec-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 963px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.need_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Ellipse-413.svg');
  background-position: 50% 27%;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.image-7 {
  position: absolute;
  z-index: 3;
  width: 286px;
  height: 250px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 13px 15px;
  object-position: 13px 15px;
}

.ellips {
  position: absolute;
  width: 317px;
  height: 317px;
  background-image: url('../images/Ellipse-412.svg');
  background-position: 50% 50%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.convert {
  position: absolute;
  left: -5%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  max-width: 390px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.convert.last {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 0%;
  max-width: 390px;
  -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;
}

.drop-box {
  position: absolute;
  top: 78px;
  display: none;
  overflow: hidden;
  max-width: 315px;
  margin-top: 0px;
  padding-top: 0px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(87, 97, 215, 0.4);
}

.drop-box.fw {
  left: 54px;
  top: 120px;
  display: block;
  max-width: 246px;
  margin-top: 20px;
}

.drop-box.eght {
  top: 260px;
  display: none;
}

.drop-box.fww {
  max-width: 238px;
}

.top-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
  cursor: pointer;
}

.top-drop:hover {
  border: 5px solid #340d73;
}

.top-drop.right {
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block {
  color: #2b394c;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}

.drop-content {
  position: relative;
  z-index: 30;
  height: 0px;
  background-color: #fff;
}

.paragraph {
  margin: 0px;
  padding: 30px 22px;
}

.ready {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  background-image: url('../images/bg-shape-min-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-button {
  display: block;
  margin-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.need-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  max-width: none;
  padding-right: 42px;
  padding-left: 42px;
  -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: 60px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  color: #f5fbff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.forms {
  max-width: 260px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}

.button.bottom {
  width: 100%;
  max-width: 416px;
  background-color: #f6fcff;
  background-image: none;
  color: #340d73;
}

.text-block-2 {
  color: #f5fbff;
  font-weight: 300;
  text-align: center;
}

.text-block-2.bottom {
  color: #340d73;
}

.plus {
  position: absolute;
  left: -17px;
  z-index: 30;
  width: 36px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #8e2de2;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/Union.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.plus.bottom {
  background-color: #340d73;
  background-image: url('../images/Union.png');
}

.ready-row {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 358px;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gif-box {
  position: absolute;
  left: auto;
  top: -35%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 620px;
  max-width: 620px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.ready-heding {
  max-width: 500px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  font-size: 48px;
  line-height: 62px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ready-heding.statics {
  max-width: 513px;
  text-align: left;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.gues {
  height: 372px;
  max-width: 143px;
  margin-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.dots-image {
  position: absolute;
  left: 18%;
  top: -32%;
  right: auto;
  bottom: auto;
  max-width: 231px;
}

.animate_box {
  width: 80px;
  height: 80px;
}

.statistics {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 243px;
  padding-bottom: 0px;
  font-size: 1vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.dasctop-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1116px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 111px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dectop_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44.8em;
  height: auto;
  max-height: none;
  max-width: none;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.call-scroll {
  position: absolute;
  left: 6%;
  top: 6%;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 92px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(20, 178, 188, 0.81);
  box-shadow: 0 0 12px 0 rgba(20, 178, 188, 0.81);
}

.lottie-animation-2 {
  width: 31px;
  height: 31px;
}

.text-block-3 {
  max-width: 82px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tablet_image {
  position: static;
  left: auto;
  top: -41px;
  right: 7%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 466px;
  max-width: 334px;
  margin-top: -53px;
  margin-right: 98px;
  margin-left: 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-radius: 0px;
  background-image: url('../images/tablet-dnt.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.phone__image {
  position: relative;
  left: auto;
  top: auto;
  right: 0vw;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 450px;
  max-width: 226px;
  margin-left: -281px;
  padding: 12px 18px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

.slider {
  display: none;
  height: auto;
  padding-top: 91px;
  background-color: transparent;
}

.right-arrow {
  left: 0px;
  top: auto;
  right: -28px;
  bottom: 0%;
  width: 30px;
  height: 25px;
  border-left: 0.5px solid #c9cfd1;
  background-image: url('../images/Arrow---Right-3.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-arrow {
  left: -28px;
  top: auto;
  right: 0px;
  bottom: 0%;
  width: 30px;
  height: 25px;
  border-right: 0.5px solid #c9cfd1;
  background-image: url('../images/Arrow---Right-3_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.site_laptop {
  position: absolute;
  left: auto;
  top: 5%;
  overflow: scroll;
  width: 33.1em;
  height: 20.7em;
  margin-left: 3px;
}

.about {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 0px;
  padding-bottom: 167px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 246, 255, 0)), to(#fff)), url('../images/bg-min.png');
  background-image: linear-gradient(0deg, rgba(240, 246, 255, 0), #fff), url('../images/bg-min.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.map-box {
  position: absolute;
  left: auto;
  top: -25%;
  right: 0%;
  bottom: auto;
}

.statics-row {
  position: relative;
  margin-top: 0px;
  background-color: transparent;
}

.statistic-box {
  position: relative;
  display: none;
  width: 100%;
  height: 415px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.space-x {
  position: absolute;
  left: 48%;
  top: auto;
  right: auto;
  bottom: 54%;
  z-index: 500;
  -o-object-fit: cover;
  object-fit: cover;
}

.fst-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 261px;
  height: 415px;
  margin-right: 14px;
  -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;
}

.sc-line {
  position: relative;
  width: 255px;
  height: 415px;
  margin-right: 14px;
  margin-left: 14px;
}

.thr-line {
  position: relative;
  width: 305px;
  height: 415px;
  margin-right: 14px;
  margin-left: 14px;
}

.fr-line {
  position: relative;
  width: 247px;
  height: 415px;
  margin-right: 14px;
  margin-left: 14px;
}

.fw-line {
  width: 378px;
  height: 415px;
  margin-left: 14px;
}

.static-icon-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17.8em;
  margin-top: 33.9%;
  margin-left: 21vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.static-icon-box.sec {
  position: static;
  left: -6%;
  top: 16%;
  right: 0px;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 130px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.static-icon-box.thr {
  position: static;
  left: 0%;
  top: -33px;
  right: auto;
  bottom: auto;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 33px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.static-icon-box.last {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-10 {
  display: none;
  margin-top: 0%;
}

.static-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: none;
  margin-top: 6em;
  padding-right: 12px;
  padding-left: 12px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(217, 232, 252, 0.32);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(179, 142, 241, 0.08);
}

.static-num.sec {
  width: 100%;
  max-width: none;
  margin: 0px 0px 6em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.static-num.thr {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}

.taper-1 {
  width: 2.5em;
  height: 1.5em;
  color: #222527;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.text-block-5 {
  margin-top: 5px;
  color: #340d73;
  font-size: 1em;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.sc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.box__static {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 150px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 33px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  height: 100%;
  max-width: 100%;
}

.image-14 {
  height: 100%;
}

.image-15 {
  height: 100%;
}

.image-16 {
  height: 100%;
}

.image-17 {
  height: 100%;
}

.statt-row {
  position: relative;
  display: none;
  height: 408px;
  margin-top: 58px;
  -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;
}

.stat-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 222px;
  height: 250px;
  margin-right: 14px;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stat-box.third {
  width: 261px;
  height: 210px;
  margin-left: 14px;
}

.stat-box.fr {
  width: 209px;
  margin-top: -48px;
  margin-left: 14px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.stat-box.fw {
  width: 261px;
  height: 294px;
  margin-top: -96px;
  margin-right: 0px;
  margin-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stat-box.second {
  margin-left: 14px;
}

.blue-lene {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 8px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}

.blue-lene.second {
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.blue-lene.for {
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.div-block {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.box__stat {
  position: relative;
  left: 75%;
  top: -29%;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 137px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 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;
}

.team {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border: 1px none transparent;
  background-image: url('../images/team-img-min.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(240, 246, 255, 0)), to(#fff));
  background-image: url('../images/team-img-min.png'), linear-gradient(180deg, rgba(240, 246, 255, 0), #fff);
  background-position: 50% 91%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.team_haeding_box {
  position: relative;
  width: 406px;
  height: 336px;
  padding-top: 18px;
  padding-right: 11px;
  padding-bottom: 37px;
  background-image: url('../images/Intersect.svg');
  background-position: 50% -25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blue-bg {
  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;
  background-image: url('../images/Intersect-1.svg');
  background-position: 50% -25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team_heding {
  max-width: 174px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e8f2ff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: 4px;
}

.tean-row {
  position: relative;
  top: -78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 417px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Intersect-2.svg');
  background-position: 50% -100px;
  background-size: auto;
  background-repeat: no-repeat;
}

.team-row-people {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 81%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box {
  max-width: 125px;
  cursor: pointer;
}

.box.savva {
  margin-bottom: 23px;
}

.box.sophia {
  margin-bottom: 64px;
}

.box.nadia {
  margin-bottom: 54px;
}

.box.yuriy {
  margin-bottom: 76px;
}

.box.alex {
  margin-bottom: 27px;
}

.team-image {
  display: block;
  width: 125px;
  height: 125px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-image.art {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.lastname {
  margin-top: 5px;
  background-image: -webkit-gradient(linear, right top, left top, from(#531499), to(#260b62));
  background-image: linear-gradient(270deg, #531499, #260b62);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job {
  background-image: -webkit-gradient(linear, right top, left top, from(#531499), to(#260b62));
  background-image: linear-gradient(270deg, #531499, #260b62);
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-heading {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222527;
  font-size: 48px;
  line-height: 62px;
  font-weight: 600;
}

.about-text {
  max-width: 670px;
  margin-top: 24px;
  margin-bottom: 0px;
  color: #222527;
  font-size: 20px;
  line-height: 26px;
}

.about-text.mobil {
  display: none;
}

.about-box {
  position: relative;
  z-index: 1;
  height: 392px;
  background-image: url('../images/shapes-about-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-sub-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-sub-row.mobil {
  display: none;
}

.about-icon-box {
  max-width: 188px;
  cursor: pointer;
}

.image-20 {
  display: block;
  width: 115px;
  height: 115px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.text-block-6 {
  margin-top: 17px;
  color: #222527;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.decot-top {
  display: none;
}

.decot-bottom {
  display: none;
}

.form {
  position: relative;
  height: 270px;
  padding-top: 40px;
}

.form-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 300px;
}

.reviews-section {
  overflow: hidden;
  height: auto;
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url('../images/review-bg-min.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-heading {
  max-width: 457px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222527;
  font-size: 36px;
  font-weight: 500;
}

.image-22 {
  position: absolute;
  left: 135px;
}

.image-23 {
  position: absolute;
  left: auto;
  top: -45%;
  right: 0%;
  bottom: auto;
  z-index: 300;
}

.form-row {
  margin-top: 30px;
}

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

.mail-input {
  height: 30px;
  max-width: none;
  margin-bottom: 0px;
  padding-left: 12px;
  border: 1px none #000;
  background-color: transparent;
  color: #222527;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.mail-input:active {
  padding-left: 12px;
  background-image: none;
  text-align: left;
}

.mail-input:focus {
  padding-left: 12px;
  border-bottom-color: #340d73;
  background-image: none;
  color: #340d73;
  text-align: left;
}

.mail-input:focus-visible {
  border-bottom-color: #340d73;
}

.mail-input[data-wf-focus-visible] {
  border-bottom-color: #340d73;
}

.mail-input::-webkit-input-placeholder {
  color: #222527;
}

.mail-input:-ms-input-placeholder {
  color: #222527;
}

.mail-input::-ms-input-placeholder {
  color: #222527;
}

.mail-input::placeholder {
  color: #222527;
}

.phone-input {
  height: 30px;
  max-width: none;
  margin-bottom: 0px;
  padding-left: 12px;
  border: 1px none #000;
  background-color: transparent;
  color: #222527;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.phone-input:active {
  padding-left: 12px;
  background-image: none;
  text-align: left;
}

.phone-input:focus {
  padding-left: 12px;
  border-bottom-color: #340d73;
  background-image: none;
  color: #340d73;
  text-align: left;
}

.phone-input:focus-visible {
  border-bottom-color: #340d73;
}

.phone-input[data-wf-focus-visible] {
  border-bottom-color: #340d73;
}

.phone-input::-webkit-input-placeholder {
  color: #222527;
}

.phone-input:-ms-input-placeholder {
  color: #222527;
}

.phone-input::-ms-input-placeholder {
  color: #222527;
}

.phone-input::placeholder {
  color: #222527;
}

.revies-slide-mobil {
  display: none;
}

.slide-row {
  display: none;
}

.image-24 {
  position: static;
  left: auto;
  top: -50%;
  right: 0%;
  bottom: auto;
  max-width: none;
}

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

.date-mobil {
  margin-left: 13px;
  font-family: Quicksand, sans-serif;
  font-size: 8px;
  line-height: 10px;
}

.reviews-name {
  margin-top: 17px;
  font-family: Quicksand, sans-serif;
  color: #222527;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
}

.image-25 {
  position: absolute;
  left: 0%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  max-width: none;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-heding {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222527;
  font-size: 36px;
  line-height: 46.8px;
  text-align: center;
}

.text-block-8 {
  color: #222527;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.revies-row {
  position: relative;
  max-width: 1107px;
  margin-right: auto;
  margin-left: auto;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-27 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.slider-row {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.icon-3 {
  display: none;
}

.icon-4 {
  display: none;
}

.slide-2 {
  padding-right: 0px;
  padding-bottom: 105px;
}

.review-rows {
  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;
}

.rivews-box {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 20px 20px 30px;
  border-radius: 8px;
  background-color: #fff;
}

.paragraph-3 {
  height: 150px;
  margin-bottom: 0px;
  color: #222527;
  line-height: 16px;
  font-weight: 300;
}

.whatching {
  position: relative;
  padding-bottom: 124px;
}

.whatching-row {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.fst-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 842px;
  height: 518px;
  margin-top: -48px;
  padding-top: 60px;
  padding-right: 109px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Vector-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.whatch-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 854px;
  max-width: 1170px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 285px;
  -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;
  background-image: url('../images/aqua-shape.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-28 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.image-29 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.image-30 {
  position: absolute;
  left: auto;
  top: -8%;
  right: 2%;
  bottom: auto;
  z-index: -1;
  border-radius: 100%;
}

.image-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.content-box {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-9 {
  max-width: 45%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f6fcff;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 1px;
}

.text-block-9.last {
  max-width: 33%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.or-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  -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: 6.15px solid #f6fcff;
  border-radius: 100%;
  color: #f6fcff;
  font-size: 56px;
  line-height: 73px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.text-block-10 {
  height: 105px;
  max-width: 425px;
  color: #f6fcff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 0px;
  -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;
  background-image: url('../images/Intersect-7.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_row {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 100%;
  height: 223px;
  max-width: 980px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.map-row {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 195px;
  max-width: 978px;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 0px 0px 300px 100%;
}

.map {
  position: static;
  top: 9px;
  right: 61px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 888px;
  margin-top: 0px;
  margin-left: 56px;
  border-top: 1px none #c9cfd1;
  border-radius: 100% 100% 40% 40%;
  background-image: url('../images/miami-map.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.footer-container {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -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;
}

.footer-logo-link {
  position: static;
  left: 0%;
  top: -127%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 297px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #340d73;
  text-decoration: none;
}

.text-block-11 {
  max-width: 150px;
  font-size: 27px;
  line-height: 40px;
}

.text-block-12 {
  max-width: 150px;
  font-size: 15px;
  line-height: 13px;
  font-weight: 300;
}

.image-35 {
  max-width: 100px;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-13 {
  color: #2b394c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.contact-box {
  width: 100%;
  max-width: 173px;
  margin-right: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-box.last {
  margin-right: 0px;
}

.phone-icon-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 33px;
  -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;
  background-image: url('../images/Vector-3.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-36 {
  position: absolute;
  left: 25%;
  top: auto;
  right: 0%;
  bottom: -18%;
  display: block;
  width: 26px;
  height: 26px;
}

.text-block-14 {
  max-width: 117px;
  margin-top: 10px;
  color: #222527;
  font-size: 16px;
  line-height: 24px;
}

.link {
  display: block;
  color: #340d73;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  text-decoration: none;
}

.social-box {
  width: 130px;
}

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

.social-link {
  width: 30px;
  height: 30px;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-link.facebook {
  background-image: url('../images/facebook.svg');
}

.social-link.telegram {
  background-image: url('../images/telegram.svg');
}

.social-link.likeding {
  background-image: url('../images/linkedin.svg');
}

.social-link.pinterest {
  background-image: url('../images/pinterest-1-1.svg');
}

.social-link.twitter {
  background-image: url('../images/twitter.svg');
}

.social-top-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-15 {
  font-size: 30px;
  white-space: nowrap;
}

.text-block-15.menu {
  color: #e8e8ff;
  font-size: 28px;
}

.wevy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 44px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #14b2bc;
  border-radius: 100%;
}

.wevy.menu {
  border-color: #e8e8ff;
}

.wevy-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #14b2bc;
  border-radius: 100%;
}

.wevy-2.menu {
  border-color: #e8e8ff;
}

.bg-blick {
  position: relative;
  overflow: hidden;
  padding: 0px 11px 0px 18px;
}

.bg-blick.sec {
  max-width: none;
  padding-left: 22px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.bg-blick.bottom {
  top: 118px;
  width: 100%;
  max-width: 430px;
  margin-right: 109px;
  margin-left: auto;
  padding-left: 22px;
}

.bg-blick.laptop-bnt {
  display: none;
}

.blick {
  position: absolute;
  left: -30px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 150px;
  background-color: #ecf4ff;
}

.blick.bottm {
  left: -30px;
  background-color: #340d73;
}

.dropdown {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 340px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 33px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(87, 97, 215, 0.4);
}

.dropdown.sec {
  left: 0px;
  max-width: 349px;
  margin-right: 0px;
}

.dropdown.thrd {
  left: -20px;
  right: 0px;
  max-width: 340px;
  margin-right: 0px;
}

.dropdown.right {
  margin-right: auto;
  margin-left: 0px;
}

.dropdown.right.sx {
  left: 20px;
}

.dropdown.right.swn {
  left: 20px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 5px solid transparent;
  border-radius: 33px;
  background-color: #fff;
  background-image: url('../images/Group-2.svg');
  background-position: 96% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #222527;
  cursor: pointer;
}

.dropdown-toggle:hover {
  border-color: #340d73;
}

.dropdown-toggle:active {
  border-color: #e8e8ff;
  background-color: transparent;
  background-image: url('../images/Group-2.svg'), -webkit-gradient(linear, left top, right top, from(#8e2de2), to(#4a00e0));
  background-image: url('../images/Group-2.svg'), linear-gradient(90deg, #8e2de2, #4a00e0);
  background-position: 96% 50%, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.dropdown-toggle.w--open {
  z-index: 2;
  border-color: #e8e8ff;
  background-color: #8e2de2;
  background-image: url('../images/Group-2.svg');
  background-position: 96% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.dropdown-toggle.right {
  padding-right: 19px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Group-2.svg');
  background-position: 4% 50%;
  background-size: auto;
}

.text-block-16 {
  margin-right: 10px;
  margin-left: auto;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.text-block-16.right {
  margin-right: auto;
  margin-left: 10px;
}

.dropdown-list {
  display: none;
  max-width: 20%;
  background-color: #fff;
}

.dropdown-list.w--open {
  top: 31px;
  width: 200px;
  max-width: none;
  padding-top: 30px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  box-shadow: 1px 1px 7px 0 rgba(87, 97, 215, 0.4);
}

.drop-coont {
  padding: 0px 22px 42px 30px;
}

.paragraph-4 {
  color: #340d73;
  line-height: 18.2px;
}

.text-block-17 {
  -webkit-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
  font-size: 14px;
}

.need-mob-row {
  display: none;
}

.menu-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  padding-top: 0px;
  -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: url('../images/menu-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-container {
  position: relative;
  z-index: 300;
  max-width: 90%;
}

.menu-top-box {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: transparent;
  text-decoration: none;
}

.text-logo {
  margin-left: 5px;
}

.text-block-18 {
  color: #f6fcff;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-19 {
  font-family: Kanit, sans-serif;
  color: rgba(246, 252, 255, 0.63);
  font-size: 8.73px;
  line-height: 7.55px;
  font-weight: 300;
  text-transform: uppercase;
}

.close-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-20 {
  margin-top: -4px;
  color: #fff;
  font-size: 20px;
  line-height: 15px;
}

.form-nav-box {
  padding-top: 43px;
}

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

.text-block-21 {
  margin-left: 0px;
  padding-left: 52px;
  background-image: url('../images/Rectangle-686.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #edf6ff;
  font-size: 32px;
  line-height: 47.84px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-nav {
  margin-top: 30px;
}

.link-2 {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: rgba(232, 232, 255, 0.5);
  font-size: 20px;
  line-height: 29px;
  text-decoration: none;
}

.link-2:hover {
  color: rgba(232, 232, 255, 0.82);
}

.link-2.last {
  margin-bottom: 0px;
}

.link-2.mobile {
  display: none;
}

.link-2.mobile.w--current {
  display: none;
}

.form-block {
  position: relative;
  width: 450px;
  height: 450px;
  border-radius: 25px;
  background-color: #e8e8ff;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 70px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-22 {
  color: #222527;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name-input {
  height: 30px;
  max-width: none;
  margin-bottom: 0px;
  padding-left: 12px;
  border: 1px none #000;
  background-color: transparent;
  color: #222527;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.name-input:active {
  padding-left: 12px;
  background-image: none;
  text-align: left;
}

.name-input:focus {
  padding-left: 12px;
  border-bottom-color: #340d73;
  background-image: none;
  color: #340d73;
  text-align: left;
}

.name-input:focus-visible {
  border-bottom-color: #340d73;
}

.name-input[data-wf-focus-visible] {
  border-bottom-color: #340d73;
}

.name-input::-webkit-input-placeholder {
  color: #222527;
}

.name-input:-ms-input-placeholder {
  color: #222527;
}

.name-input::-ms-input-placeholder {
  color: #222527;
}

.name-input::placeholder {
  color: #222527;
}

.manu_bottom-row {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.dots {
  position: absolute;
  left: 31%;
  bottom: 55%;
  width: 6px;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(90deg, #8e2de2, #4a00e0);
}

.dots.spain {
  left: 71%;
  bottom: 70%;
}

.dots.georgia {
  left: 79%;
  bottom: 73%;
}

.input-wrapper {
  max-width: 260px;
  margin-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #222527;
  background-image: url('../images/Subtract.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input-wrapper.phone {
  padding-left: 20px;
  background-image: url('../images/telephone.svg');
}

.input-wrapper.mail {
  padding-left: 20px;
  background-image: url('../images/Rectangle-256-Stroke.svg');
}

.input-wrapper.menu {
  margin-bottom: 30px;
}

.form-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  -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: url('../images/menu-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 14px;
  height: 14px;
  background-image: url('../images/Vector-5.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.from-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.cahat-box {
  position: fixed;
  left: 20px;
  top: auto;
  bottom: 80px;
  z-index: 3000;
  display: none;
  width: 60px;
  height: 120px;
}

.chat-link {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #14b2bc;
  background-image: url('../images/conversation-1-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 8px rgba(20, 178, 188, 0.2);
}

.text-block-23 {
  font-family: Quicksand, sans-serif;
  color: #14b2bc;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.app-arrow {
  position: fixed;
  left: auto;
  top: 50%;
  right: 10px;
  bottom: 50%;
  z-index: 3000;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-image: url('../images/Group-1724.svg'), -webkit-gradient(linear, left top, right top, from(#8e2de2), to(#4a00e0));
  background-image: url('../images/Group-1724.svg'), linear-gradient(90deg, #8e2de2, #4a00e0);
  background-position: 50% 10px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 8px rgba(60, 18, 128, 0.2);
}

.typed {
  width: 100%;
  height: 56px;
  max-width: 267px;
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
  color: #340d73;
  font-size: 48px;
  line-height: 56.16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small-map-box {
  position: absolute;
  left: auto;
  top: -15%;
  right: 37%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
}

.text-block-24 {
  position: absolute;
  top: 40px;
  bottom: auto;
  margin-left: -47px;
  color: #222527;
  font-size: 16px;
  line-height: 24px;
}

.text-block-25 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(90deg, #8e2de2, #4a00e0);
  font-size: 36px;
  line-height: 53px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-41 {
  position: absolute;
  left: 50.01562px;
  top: -1px;
  right: 0px;
  height: 67px;
  max-width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-42 {
  position: absolute;
  left: 59px;
  top: 65px;
  height: 6px;
  max-width: 16px;
}

.loose_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 153px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-blue {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-image: url('../images/_e.svg'), -webkit-gradient(linear, left top, right top, from(#8e2de2), to(#4a00e0));
  background-image: url('../images/_e.svg'), linear-gradient(90deg, #8e2de2, #4a00e0);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.text-block-26 {
  max-width: 230px;
  margin-left: 11px;
  background-image: -webkit-gradient(linear, right top, left top, from(#8e2de2), to(#4a00e0));
  background-image: linear-gradient(270deg, #8e2de2, #4a00e0);
  line-height: 14px;
  letter-spacing: 1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.static-boxs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45em;
  -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;
}

.lottie-animation-3 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.row-static {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: 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;
}

.icons-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.5em;
  height: 16.9em;
  margin-top: 13.5em;
  margin-left: 13.3em;
  -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;
  border: 1px none #000;
}

.icons-box.fr {
  height: 17.8em;
  max-width: none;
  margin-top: 16.9em;
  margin-left: 69.3em;
}

.icons-box._2 {
  height: 17.8em;
  max-width: none;
  margin-top: 21em;
  margin-left: 31.2em;
}

.icons-box._3 {
  width: 9.9em;
  height: 18.9em;
  max-width: none;
  margin-top: 8.2em;
  margin-left: 51.7em;
}

.sec {
  max-width: 65px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.thrd {
  max-width: 63px;
  margin-right: auto;
  margin-left: auto;
}

.whait-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  -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: #ecf4ff;
}

.footer-bottom-rows {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 478px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 78px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drp-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: block;
  width: 100px;
  height: 30px;
  margin-right: auto;
  margin-bottom: -11px;
  margin-left: auto;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/Arrow---Up-Circle.svg'), -webkit-gradient(linear, left top, right top, from(#8e2de2), to(#4a00e0));
  background-image: url('../images/Arrow---Up-Circle.svg'), linear-gradient(90deg, #8e2de2, #4a00e0);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 6px 0 #340d73;
}

.background-video-2 {
  display: block;
  width: 91%;
  height: 93%;
}

.background-video-3 {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 33px;
}

.image-45 {
  position: static;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span {
  -webkit-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
}

.text-span-2 {
  -webkit-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
}

.link-block {
  position: absolute;
  left: auto;
  top: -30%;
  right: -4%;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 214px;
  max-width: 887px;
}

.sircle-dots-row {
  position: absolute;
  left: 9%;
  top: -26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.small-crl {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 9px;
  width: 12.6px;
  height: 12.6px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 3px solid #8e2de2;
  border-radius: 100%;
}

.small-b-crl {
  position: static;
  left: auto;
  top: 12px;
  right: 28px;
  bottom: 0%;
  width: 18.48px;
  height: 18.48px;
  margin-top: 12px;
  border: 4px solid #8e2de2;
  border-radius: 100%;
}

.small-c-crl {
  position: static;
  left: auto;
  top: 3px;
  right: 72px;
  bottom: auto;
  width: 26.86px;
  height: 26.86px;
  margin-top: 3px;
  border: 4px solid #8e2de2;
  border-radius: 100%;
}

.small-d-crl {
  position: static;
  left: auto;
  top: 0px;
  right: 124px;
  bottom: 0px;
  width: 33px;
  height: 33px;
  border: 5px solid #8e2de2;
  border-radius: 100%;
}

.small-e-crl {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 35px;
  height: 35px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 5px solid #8e2de2;
  border-radius: 100%;
}

.static-box-text {
  position: absolute;
  left: 120px;
  top: -80px;
  right: auto;
  bottom: auto;
}

.taper-2 {
  width: 2.5em;
  height: 1.5em;
  color: #222527;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.taper-3 {
  width: 2.5em;
  height: 1.5em;
  color: #222527;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.taper-4 {
  width: 2.5em;
  height: 1.5em;
  color: #222527;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.static-box-text-mob {
  position: absolute;
  left: 120px;
  top: -80px;
  right: auto;
  bottom: auto;
  display: none;
}

.lottie-animation-4 {
  position: absolute;
  z-index: -1;
}

.wrapp {
  position: relative;
  width: 90%;
}

.menu-close {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.container-3 {
  max-width: 100%;
}

.static-row {
  height: 560px;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 300;
  width: 100px;
  height: 100%;
  background-color: #14b2bc;
  -webkit-transform: skew(-28deg, 0deg);
  -ms-transform: skew(-28deg, 0deg);
  transform: skew(-28deg, 0deg);
}

.sec-video {
  position: absolute;
  left: auto;
  top: 40%;
  right: 5%;
  bottom: auto;
  z-index: 2900;
  display: block;
  overflow: hidden;
  width: 300px;
  height: 300px;
  -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: 50px;
  background-color: transparent;
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.sec-video.bottom {
  position: fixed;
  top: auto;
  right: 2%;
  bottom: 9%;
  z-index: 2500;
  width: 150px;
  height: 150px;
  border-radius: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-box {
  position: absolute;
  left: -15%;
  top: -15%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 130%;
  height: 130%;
  padding-bottom: 0%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.html-embed-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ta-box {
  max-width: 59px;
}

.form-block-2 {
  display: none;
}

.phone-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/pngwing-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.meet-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5001;
  display: none;
  -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: url('../images/menu-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed-7 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1200px;
  height: 700px;
}

.meet-row {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.meet-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: auto;
  background-image: url('../images/Vector-5.svg');
  background-position: 50% 50%;
  background-size: 20px 30px;
  background-repeat: no-repeat;
}

.form-block-3 {
  max-width: 800px;
  margin-top: 197px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  background-color: #e8e8ff;
}

.text-field:hover {
  background-color: #ecf4ff;
}

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

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

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

.text-field::placeholder {
  color: #7b5959;
}

.text-field-2 {
  background-color: #e8e8ff;
}

.che.w--redirected-checked {
  width: 20px;
  height: 20px;
  background-color: #340d73;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.lightbox-link {
  display: block;
  height: auto;
  max-width: 800px;
}

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

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

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

.slider-3 {
  margin-top: 103px;
}

.slide-3 {
  background-color: #14b2bc;
}

.slide-4 {
  background-color: #340d73;
}

.slide-5 {
  background-color: #ecf4ff;
}

.tab-link-tab-1 {
  color: #14b2bc;
}

.video {
  position: absolute;
  left: -40%;
  top: -40%;
  width: 180%;
  height: 180%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.youtube {
  height: 130%;
}

.btn-mute {
  position: absolute;
  bottom: 20px;
  z-index: 300;
  width: 50px;
  height: 50px;
  background-image: url('../images/mute.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn-mute.umnute {
  background-image: url('../images/unmute.svg');
}

.boxes {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1315px;
  }

  .container.monitor {
    max-width: 1317px;
  }

  .nav-row {
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .zoom-link {
    width: 214px;
  }

  .meet-link {
    width: 214px;
    color: #222527;
  }

  .content {
    background-position: 50% 80%;
  }

  .top-end-row {
    height: 121px;
  }

  .content__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 64px;
  }

  .need-section {
    background-image: url('../images/dots-min.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .convert.last {
    max-width: 420px;
    margin-right: -27px;
    margin-left: 0px;
  }

  .statistics {
    height: auto;
    padding-bottom: 0px;
  }

  .dasctop-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dectop_box {
    left: -35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-height: none;
    -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;
  }

  .tablet_image {
    position: relative;
    top: -39px;
    right: 12%;
    z-index: 2;
    margin-top: 0px;
    margin-right: 0px;
  }

  .phone__image {
    right: 0vw;
    padding-top: 10px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image-9 {
    position: relative;
  }

  .site_laptop {
    width: 75%;
    height: 78%;
  }

  .about {
    height: auto;
    margin-top: 0px;
    padding-bottom: 167px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(228, 239, 255, 0)), to(#fff)), url('../images/bg-min.png');
    background-image: linear-gradient(0deg, rgba(228, 239, 255, 0), #fff), url('../images/bg-min.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .map-box {
    top: -25%;
  }

  .statistic-box {
    position: relative;
  }

  .static-icon-box.sec {
    left: -6%;
    top: 23%;
  }

  .static-icon-box.thr {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0px;
    margin-top: -69px;
    margin-right: 15%;
    padding-right: 0px;
  }

  .static-icon-box.last {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    margin-right: 18%;
    margin-bottom: -15px;
  }

  .static-num.sec {
    margin-top: 0px;
  }

  .sc.last {
    margin-right: auto;
    margin-left: auto;
  }

  .box__static {
    margin-top: -35px;
    margin-left: 4%;
  }

  .team {
    overflow: hidden;
    height: auto;
    padding-top: 220px;
    padding-bottom: 128px;
    background-image: url('../images/team-img-min.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(240, 246, 255, 0)), to(#fff));
    background-image: url('../images/team-img-min.png'), linear-gradient(180deg, rgba(240, 246, 255, 0), #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .tean-row {
    top: 33px;
    height: 417px;
    margin-bottom: 160px;
    background-position: 50% 115%;
    background-size: cover;
  }

  .team-row-people {
    top: 72px;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .box {
    cursor: pointer;
  }

  .box.alex {
    margin-left: 0px;
  }

  .about-box {
    background-position: 50% 50%;
    background-size: contain;
  }

  .reviews-section {
    padding-top: 121px;
    padding-bottom: 75px;
    background-position: 50% 0%;
  }

  .footer {
    overflow: hidden;
    background-image: none;
  }

  .footer_row {
    position: absolute;
    left: 35%;
    top: 17%;
    right: auto;
    bottom: auto;
    overflow: visible;
    width: 100%;
    height: 320px;
    max-width: 1200px;
  }

  .map-row {
    position: static;
    top: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    max-width: 1095px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-right-radius: 100%;
  }

  .map {
    right: 0px;
    overflow: hidden;
    height: 100%;
    max-width: 1036px;
    margin-left: 0px;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0%;
    background-image: url('../images/miami-map.jpg');
    background-position: 50% 32%;
    background-size: contain;
  }

  .image-34 {
    left: 0.1em;
    top: 2px;
    bottom: 0em;
    width: 450px;
    height: 200px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-container {
    position: relative;
    z-index: 2;
    margin-top: 88px;
  }

  .footer-bottom {
    margin-top: 41px;
    background-image: none;
  }

  .text-block-15 {
    font-size: 36px;
  }

  .text-block-15.menu {
    font-size: 28px;
  }

  .dropdown {
    max-width: 420px;
  }

  .dropdown.sec {
    max-width: 420px;
  }

  .dropdown.thrd {
    left: -20px;
    max-width: 420px;
    margin-right: 0px;
  }

  .dropdown.right.sx {
    left: 20px;
  }

  .dropdown.right.swn {
    left: 20px;
  }

  .dropdown-toggle {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .text-block-16 {
    font-size: 15px;
  }

  .menu-box {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-container {
    max-width: 1089px;
  }

  .link-2.mobile {
    display: none;
  }

  .cahat-box {
    top: auto;
    bottom: 80px;
  }

  .app-arrow {
    bottom: 50%;
  }

  .small-map-box {
    top: -19%;
  }

  .row-static {
    max-width: 84vw;
  }

  .icons-box {
    margin-left: 5.6em;
  }

  .icons-box.fr {
    margin-left: 61.7em;
  }

  .icons-box._2 {
    margin-top: 20.9em;
    margin-left: 22.9em;
  }

  .icons-box._3 {
    height: 18.1em;
    margin-top: 9.4em;
    margin-left: 43.8em;
  }

  .whait-box {
    display: none;
  }

  .footer-bottom-rows {
    padding-bottom: 34px;
    background-image: url('../images/Intersect-7.svg');
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .background-video-3 {
    width: 90%;
    height: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-45 {
    display: block;
  }

  .link-block {
    left: auto;
    top: -5%;
    right: -9%;
    bottom: 0%;
    height: 246px;
    max-width: 980px;
  }

  .wrapp {
    width: 100%;
    max-width: 1315px;
    margin-right: auto;
    margin-left: auto;
  }

  .sec-video {
    position: absolute;
    right: 10%;
    z-index: 2900;
    display: block;
    width: 350px;
    height: 350px;
    background-color: transparent;
  }

  .html-embed-6 {
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    padding-bottom: 0%;
  }

  .phone-image {
    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;
  }

  .meet-box {
    display: none;
  }

  .youtube {
    top: -68px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 3000;
  }

  .container {
    position: static;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.monitor {
    padding-bottom: 53px;
  }

  .nav-row {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .call__text {
    display: none;
  }

  .call__text.menu {
    display: block;
  }

  .phone-link {
    margin-right: auto;
    margin-left: auto;
  }

  .phone__icon-box {
    left: -26px;
    width: auto;
    height: auto;
  }

  .phone__icon-box.menu {
    position: relative;
    left: -11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phone__icon {
    width: 18px;
    height: 18px;
    margin-right: 0px;
  }

  .zoom-link {
    display: none;
  }

  .zoom-link.menu {
    display: block;
  }

  .meet-link {
    display: none;
  }

  .meet-link.menu {
    display: none;
  }

  .nav-fs-box {
    width: auto;
    max-width: none;
  }

  .nav__bottom-row {
    height: 30px;
    background-image: url('../images/Rectangle-2.svg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ellip-box {
    max-width: 225px;
  }

  .ellips-small {
    max-width: 198px;
  }

  .ukraine__text {
    margin-left: -70px;
    padding-left: 36px;
    font-size: 9px;
    line-height: 11px;
    white-space: nowrap;
  }

  .content {
    overflow: visible;
    height: auto;
    padding-bottom: 0px;
    background-position: 75% 50%;
  }

  .top-end-row {
    height: 101px;
  }

  .content__row {
    height: 350px;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    max-width: none;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 2px;
    white-space: normal;
  }

  .heading.need {
    max-width: 351px;
    font-size: 40px;
    line-height: 40px;
  }

  .content__box {
    max-width: 400px;
  }

  .dental__text {
    max-width: 288px;
    font-size: 12px;
    line-height: 15px;
  }

  .dental__text.needtext {
    margin-bottom: 46px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }

  .dental__text.readyng {
    font-size: 13px;
    line-height: 16px;
  }

  .dental__text.statistic {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }

  .content__bottom {
    margin-top: 0px;
  }

  .arrow {
    margin-top: 98px;
  }

  .trend {
    z-index: 5000;
    overflow: hidden;
  }

  .need-section {
    overflow: hidden;
    padding-top: 58px;
    padding-bottom: 91px;
  }

  .better-text {
    position: static;
    width: auto;
    height: auto;
  }

  .we_are {
    font-size: 18px;
    line-height: 23px;
  }

  .need-sec-row {
    display: none;
    height: 220px;
    margin-top: 0px;
    padding-top: 23px;
    -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;
  }

  .need_image {
    position: absolute;
    left: auto;
    top: -15%;
    right: -16%;
    bottom: 0%;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .convert {
    left: 0px;
    height: 220px;
    max-width: 323px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .convert.last {
    right: 0px;
    max-width: 283px;
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .drop-box {
    position: absolute;
    top: 0px;
    max-width: 285px;
  }

  .drop-box.fw {
    left: 0px;
    top: 40px;
    max-width: 227px;
  }

  .drop-box.eght {
    top: 160px;
    max-width: 283px;
    margin-top: 20px;
  }

  .drop-box.fww {
    max-width: 320px;
  }

  .top-drop.right {
    width: auto;
  }

  .text-block {
    font-size: 14px;
    line-height: 14px;
  }

  .ready {
    overflow: hidden;
    height: auto;
  }

  .need-bottom-row {
    margin-top: 168px;
    -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;
  }

  .button.bottom {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .text-block-2.bottom {
    font-size: 15px;
    line-height: 19px;
  }

  .ready-row {
    position: static;
    padding-right: 15px;
    padding-left: 15px;
  }

  .gif-box {
    top: 0%;
    height: 400px;
    max-width: 400px;
    padding-right: 40px;
    padding-left: 41px;
  }

  .ready-heding {
    max-width: 368px;
    font-size: 30px;
    line-height: 40px;
  }

  .ready-heding.statics {
    margin-top: 58px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .gues {
    height: 240px;
    max-width: 92px;
  }

  .dots-image {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .statistics {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dasctop-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .dasctop-row.mobil {
    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;
  }

  .dectop_box {
    display: none;
  }

  .call-scroll {
    left: 7%;
    top: 7%;
    z-index: 30;
    width: 72px;
    height: 72px;
    padding-top: 4px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .tablet_image {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .tablet_image.mb {
    position: static;
  }

  .tablet_image.mbile {
    position: static;
  }

  .phone__image {
    margin-left: 0px;
    padding: 12px 15px 8px;
  }

  .phone__image.mobb {
    position: static;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .slider {
    display: none;
  }

  .slider.moblie {
    display: none;
  }

  .right-arrow {
    left: 0px;
    top: auto;
    right: -28px;
    bottom: 0px;
    width: 30px;
    height: 24px;
    padding-left: 10px;
    border-left: 0.3px solid #a7c0e8;
    background-image: url('../images/Arrow---Right-3.svg');
    background-position: 10px 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .right-arrow.revies {
    left: 0px;
    top: 0px;
    right: -28px;
    bottom: auto;
  }

  .left-arrow {
    left: -28px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 24px;
    padding-right: 10px;
    border-right: 0.3px solid #a7c0e8;
    background-image: url('../images/Arrow---Right-3_1.svg');
    background-position: 0px 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .left-arrow.reviews {
    top: 0px;
    bottom: auto;
  }

  .slide-nav {
    display: none;
  }

  .about {
    padding-bottom: 77px;
  }

  .map-box {
    position: relative;
    left: 0%;
    top: -52%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    height: 288px;
  }

  .static-icon-box {
    top: 15%;
    right: -51%;
    height: 79%;
  }

  .static-icon-box.sec {
    top: 0%;
    right: -54px;
    height: auto;
  }

  .static-icon-box.thr {
    top: 0px;
    right: -72px;
    height: auto;
    margin-top: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .static-icon-box.last {
    top: 0%;
    right: -56px;
    height: auto;
    margin-top: 84px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .static-num {
    width: 100%;
    height: 68px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .static-num.sec {
    height: 68px;
    margin-bottom: 6em;
  }

  .static-num.thr {
    width: 117px;
    margin-top: 41px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .taper-1 {
    font-size: 13px;
    line-height: 13px;
  }

  .text-block-5 {
    font-size: 11px;
    line-height: 11px;
  }

  .sc {
    max-width: 72px;
  }

  .sc.last {
    margin-top: 40px;
  }

  .image-11 {
    max-width: 94px;
  }

  .image-12 {
    max-width: 35px;
    margin-bottom: 14px;
  }

  .box__static {
    right: -62px;
  }

  .team {
    overflow: hidden;
    padding-bottom: 0px;
    background-position: 50% 50%;
  }

  .team_haeding_box {
    width: 301px;
    height: 280px;
    background-position: 0% 50%;
    background-size: contain;
  }

  .blue-bg {
    background-position: 0% 50%;
    background-size: auto 100%;
  }

  .team_heding {
    max-width: 103px;
    font-size: 38px;
    line-height: 38px;
  }

  .tean-row {
    top: -76px;
    height: 298px;
    background-position: 50% 4%;
    background-size: contain;
  }

  .team-row-people {
    max-width: 730px;
  }

  .box.alex {
    margin-bottom: 57px;
  }

  .box.sopia-s {
    margin-bottom: 48px;
  }

  .team-image {
    height: 75px;
    max-width: 75px;
  }

  .lastname {
    font-size: 11px;
    line-height: 15px;
  }

  .job {
    font-size: 8.9px;
    line-height: 11.57px;
  }

  .about-heading {
    font-size: 32px;
    line-height: 41px;
  }

  .about-text {
    display: none;
  }

  .about-text.mobil {
    display: block;
    max-width: 421px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 23px;
  }

  .about-box {
    height: auto;
    background-image: url('../images/icons.png');
    background-size: contain;
  }

  .about-sub-row {
    max-width: 515px;
    margin-top: 59px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-icon-box {
    width: 175px;
    max-width: none;
    margin-bottom: 56px;
  }

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

  .form {
    overflow: hidden;
    height: auto;
    padding-bottom: 135px;
  }

  .reviews-section {
    display: none;
  }

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

  .form-2 {
    display: block;
  }

  .mail-input {
    margin-bottom: 0px;
  }

  .phone-input {
    margin-bottom: 0px;
  }

  .revies-slide-mobil {
    display: block;
    height: auto;
    background-color: transparent;
  }

  .slide-row {
    display: block;
    width: 100%;
    max-width: 360px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-24 {
    display: block;
    height: 288px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .reviews-heding-mobil {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #222527;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    text-align: center;
  }

  .revies-text-mobil {
    margin-bottom: 22px;
    color: #222527;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .slide-nav-2 {
    display: none;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .slide {
    padding-top: 45px;
    padding-bottom: 62px;
  }

  .revies-row-moblil {
    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;
  }

  .reviews-box-mobil {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding: 10px 10px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #c9cfd1;
  }

  .paragraph-2 {
    height: 161px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 12px;
  }

  .rating-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .date-mobil {
    font-family: Quicksand, sans-serif;
    color: #c9cfd1;
    font-size: 8px;
    line-height: 13px;
  }

  .reviews-name {
    font-family: Quicksand, sans-serif;
    color: #2b394c;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-align: center;
  }

  .image-25 {
    position: absolute;
    left: 0%;
    bottom: -54px;
    z-index: 3;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .whatching {
    overflow: hidden;
    padding-bottom: 90px;
  }

  .fst-box {
    top: 3%;
    width: 524px;
    height: 322px;
    margin-top: -7px;
    margin-left: -76px;
    padding-top: 36px;
    padding-right: 120px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .whatch-box {
    height: 574px;
    margin-top: 0px;
    padding-top: 185px;
    background-position: 50% 50%;
  }

  .image-28 {
    max-width: 294px;
  }

  .image-29 {
    max-width: 294px;
  }

  .image-30 {
    max-width: 361px;
  }

  .content-box {
    height: 99px;
    max-width: 88%;
  }

  .text-block-9 {
    max-width: 296px;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 1px;
  }

  .text-block-9.last {
    max-width: 220px;
  }

  .or-text {
    width: 99px;
    height: 99px;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-10 {
    height: 60px;
    max-width: 214px;
    font-size: 28px;
    line-height: 29px;
  }

  .footer {
    overflow: hidden;
    height: auto;
    padding-bottom: 0px;
    background-image: none;
  }

  .footer_row {
    position: absolute;
    top: 0%;
    height: 298px;
  }

  .map-row {
    top: 0px;
    z-index: 3;
    overflow: visible;
    height: 100%;
    border-radius: 100% 100% 0px 0%;
  }

  .map {
    overflow: hidden;
    height: 100%;
    max-width: none;
    margin-left: 0px;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    background-position: 50% 0%;
    background-size: contain;
  }

  .image-34 {
    left: -3%;
    top: 1%;
    width: 100%;
    max-width: 350px;
  }

  .footer-container {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    padding-top: 20px;
    background-image: none;
  }

  .text-block-15 {
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-15.menu {
    font-size: 24px;
    line-height: 30px;
  }

  .wevy {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .wevy.menu {
    display: block;
    width: 40px;
    height: 40px;
  }

  .wevy-2 {
    display: none;
  }

  .wevy-2.menu {
    display: block;
    width: 30px;
    height: 30px;
  }

  .bg-blick.sec {
    height: 60px;
  }

  .bg-blick.bottom {
    top: 172px;
    max-width: 260px;
    margin-right: auto;
  }

  .bg-blick.laptop-bnt {
    display: block;
    max-width: 278px;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown {
    max-width: 324px;
    margin-left: 0px;
  }

  .dropdown.sec {
    left: 0px;
    height: auto;
    max-width: 323px;
    margin-right: 0px;
  }

  .dropdown.thrd {
    left: 0px;
    max-width: 322px;
    margin-right: 0px;
  }

  .dropdown.right {
    margin-right: 0px;
  }

  .dropdown.right.sx {
    left: 0px;
  }

  .dropdown.right.swn {
    left: 0px;
  }

  .text-block-16 {
    margin-right: 15px;
    margin-left: auto;
    font-size: 12px;
    line-height: 13px;
  }

  .text-block-16.right {
    margin-right: auto;
    margin-left: 15px;
  }

  .need-mob-row {
    position: relative;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row-need-mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-box {
    display: none;
    overflow: hidden;
    padding-top: 0px;
  }

  .menu-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-21 {
    margin-left: 0px;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 4px;
  }

  .link-2 {
    font-size: 16px;
  }

  .link-2.mobile {
    display: block;
  }

  .link-2.mobile.w--current {
    display: block;
  }

  .link-2.reviws {
    display: none;
  }

  .form-block {
    width: 330px;
    height: auto;
    margin-bottom: 0px;
  }

  .form-3 {
    padding: 35px;
  }

  .text-block-22 {
    font-size: 20px;
    line-height: 20px;
  }

  .input-row {
    padding-top: 30px;
  }

  .name-input {
    margin-bottom: 0px;
  }

  .menu-last-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dots {
    left: 37%;
    bottom: 53%;
  }

  .dots.spain {
    left: 65%;
    bottom: 69%;
  }

  .dots.georgia {
    left: 68%;
    bottom: 75%;
  }

  .input-wrapper {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .cahat-box {
    top: auto;
    bottom: 80px;
    display: none;
    width: 80px;
    height: 60px;
    -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-block-23 {
    display: none;
  }

  .app-arrow {
    top: 50%;
    bottom: auto;
  }

  .typed {
    height: 30px;
    max-width: 141px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .small-map-box {
    top: 0%;
    right: 34%;
    height: 99px;
  }

  .text-block-24 {
    top: 56px;
    right: 47.75px;
    font-size: 9px;
    line-height: 15px;
  }

  .text-block-25 {
    font-size: 21px;
    line-height: 32px;
  }

  .image-41 {
    left: 19.01562px;
  }

  .image-42 {
    left: 29px;
  }

  .icons-box.fr {
    width: 10.2em;
    height: 18.7em;
    margin-top: 15.8em;
    margin-left: 68.6em;
  }

  .icons-box._2 {
    margin-top: 19.5em;
  }

  .icons-box._3 {
    width: 14.6em;
    height: 23.2em;
    margin-top: 6.3em;
    margin-left: 49.9em;
  }

  .sec {
    height: 32px;
    max-width: 62px;
  }

  .thrd {
    max-width: 43px;
  }

  .footer-bottom-rows {
    top: 0px;
    height: 447px;
    padding-top: 0px;
    padding-bottom: 50px;
    background-image: url('../images/Vector-6_1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .background-video-3 {
    width: 100%;
    height: 100%;
  }

  .link-block {
    left: 0%;
    top: -47%;
    right: 0%;
    bottom: auto;
    height: 130px;
  }

  .sircle-dots-row {
    display: none;
  }

  .static-box-text {
    top: -88px;
    display: none;
  }

  .taper-2 {
    font-size: 13px;
    line-height: 13px;
  }

  .taper-3 {
    font-size: 13px;
    line-height: 13px;
  }

  .taper-4 {
    font-size: 13px;
    line-height: 13px;
  }

  .static-box-text-mob {
    position: static;
    top: -88px;
    display: block;
  }

  .wrapp {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sec-video {
    top: 28%;
    right: 7%;
    width: 250px;
    height: 250px;
  }

  .sec-video.bottom {
    right: 3%;
    bottom: 3%;
    width: 120px;
    height: 120px;
  }

  .meet-box {
    display: none;
  }

  .html-embed-7 {
    width: 100%;
  }

  .meet-close {
    top: 10%;
    right: 2%;
    z-index: 2000;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .boxes {
    width: 97%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    position: static;
  }

  .body {
    padding-top: 102px;
  }

  .phone-link {
    display: block;
  }

  .phone-link.menu {
    display: block;
  }

  .phone__icon-box {
    left: -34px;
  }

  .phone__icon-box.menu {
    position: absolute;
    left: -53px;
    top: -8px;
  }

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

  .nav-fs-box.menu {
    display: none;
  }

  .content {
    display: block;
    overflow: hidden;
    height: 620px;
    padding-top: 0px;
    background-position: 75% 50%;
    background-size: cover;
  }

  .top-end-row {
    display: none;
    height: 104px;
  }

  .content__row {
    height: 300px;
    margin-top: 26px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    max-width: 400px;
    font-size: 36px;
  }

  .content__box {
    max-width: 100%;
    padding-top: 19px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dental__text.readyng {
    margin: 0px auto -34px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .dental__text.statistic {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .content__bottom {
    margin-top: 104px;
  }

  .arrow {
    margin-top: 76px;
  }

  .trend {
    display: none;
  }

  .need-section {
    display: block;
    padding-top: 29px;
    padding-bottom: 20px;
  }

  .need-sec-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .need_image {
    position: static;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .convert {
    position: static;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .convert.last {
    position: static;
    max-width: none;
    margin-left: 0px;
  }

  .drop-box {
    position: static;
    max-width: none;
  }

  .drop-box.fw {
    left: 0px;
    top: 40px;
    max-width: none;
  }

  .drop-box.eght {
    top: 160px;
    max-width: none;
  }

  .drop-box.fww {
    max-width: none;
    margin-top: 20px;
  }

  .ready {
    display: block;
    height: auto;
  }

  .need-bottom-row {
    margin-top: 76px;
  }

  .gif-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 350px;
    height: 350px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .ready-heding.statics {
    margin-top: 25px;
  }

  .statistics {
    display: block;
    padding-top: 0px;
    padding-bottom: 17px;
  }

  .call-scroll {
    z-index: 30;
  }

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

  .tablet_image.mb {
    max-width: 386px;
    background-size: contain;
  }

  .tablet_image.mbile {
    display: none;
  }

  .phone__image {
    position: static;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .phone__image.mobb {
    background-size: contain;
  }

  .phone__image.mbile {
    display: none;
  }

  .slider {
    display: none;
  }

  .slider.moblie {
    display: none;
  }

  .right-arrow.revies {
    left: 0px;
    top: 0px;
    right: -28px;
    bottom: auto;
  }

  .left-arrow {
    left: -28px;
    right: 0px;
  }

  .left-arrow.reviews {
    top: 0px;
    bottom: auto;
  }

  .about {
    display: block;
    background-image: url('../images/bg-min.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .map-box {
    display: none;
  }

  .static-num {
    height: 60px;
  }

  .static-num.sec {
    height: 60px;
  }

  .text-block-5 {
    font-size: 9px;
    line-height: 9px;
  }

  .team {
    display: block;
    overflow: hidden;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .tean-row {
    top: -53px;
    display: block;
    height: 199px;
    margin-bottom: 31px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: 50% 100%;
  }

  .team-row-people {
    top: 52px;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box.savva {
    margin-bottom: 0px;
  }

  .box.nadia {
    margin-bottom: -9px;
  }

  .box.alex {
    margin-bottom: 0px;
  }

  .about-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about-text.mobil {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about-box {
    background-image: none;
  }

  .about-sub-row {
    display: none;
  }

  .about-sub-row.mobil {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heding-box {
    display: block;
  }

  .wrapper {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .wrapper.sec-copy {
    margin-top: 160px;
  }

  .decot-top {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 202px;
    height: 160px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/Group-1734.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .decot-bottom {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 202px;
    height: 160px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
    background-image: url('../images/Group-1735.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .form {
    display: block;
    padding-top: 60px;
    padding-bottom: 72px;
  }

  .reviews-section {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form-heading {
    max-width: 357px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .form-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mail-input {
    margin-bottom: 0px;
  }

  .slide-row {
    max-width: none;
    margin-top: 60px;
  }

  .revies-row-moblil {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .reviews-heding {
    display: none;
  }

  .text-block-8 {
    display: none;
  }

  .revies-row {
    display: none;
  }

  .whatching {
    display: block;
  }

  .fst-box {
    width: 306px;
    height: 188px;
    margin-top: 5px;
    margin-left: 9px;
    padding-top: 16px;
    padding-right: 50px;
    background-size: cover;
  }

  .whatch-box {
    height: 426px;
    margin-top: 0px;
    padding-top: 158px;
  }

  .image-28 {
    max-width: 186px;
  }

  .image-29 {
    max-width: 186px;
  }

  .image-31 {
    top: 13%;
    height: 306px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-box {
    width: 78%;
    height: 70px;
    max-width: 100%;
    margin-right: auto;
  }

  .text-block-9 {
    width: auto;
    max-width: 168px;
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-9.last {
    max-width: 124px;
  }

  .or-text {
    width: 70px;
    height: 70px;
    border-width: 1.85px;
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-10 {
    height: 40px;
    max-width: 134px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer {
    position: relative;
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    background-image: none;
  }

  .footer_row {
    position: absolute;
    left: 0%;
    top: -4%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 140px;
  }

  .map-row {
    top: 23px;
    height: 140px;
  }

  .map {
    top: 25px;
    height: 177px;
    border-radius: 100% 100% 0% 0%;
  }

  .image-34 {
    left: -13%;
    top: -25%;
    height: 150px;
    max-width: 381px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-container {
    display: block;
    margin-bottom: 0px;
  }

  .footer-logo-link {
    margin-right: auto;
    margin-left: auto;
  }

  .logo-row {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-bottom {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-box-left {
    -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;
  }

  .contact-box {
    margin-right: 0px;
    margin-bottom: 27px;
  }

  .contact-box.last {
    margin-bottom: 0px;
  }

  .phone-icon-box {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-14 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .link {
    text-align: center;
  }

  .social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 57%;
    margin-top: 43px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-top {
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .social-top-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bg-blick.sec {
    height: auto;
  }

  .bg-blick.bottom {
    top: 83px;
  }

  .dropdown {
    position: static;
    max-width: 370px;
  }

  .dropdown.sec {
    height: auto;
    max-width: 370px;
  }

  .dropdown.thrd {
    max-width: 370px;
  }

  .dropdown.right {
    position: static;
    max-width: 370px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .dropdown-toggle {
    position: static;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-toggle.right {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-toggle.right.table {
    padding-right: 0px;
    padding-left: 0px;
    background-position: 100% 50%;
  }

  .dropdown-toggle.table {
    background-position: 0% 50%;
  }

  .text-block-16 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-16.right {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-list {
    position: static;
  }

  .drop-coont {
    position: relative;
  }

  .need-mob-row {
    position: static;
  }

  .row-need-mobil {
    -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;
  }

  .menu-box {
    display: none;
    overflow: visible;
    padding-top: 0px;
  }

  .form-nav-box {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .from-nav-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-21 {
    font-size: 20px;
    line-height: 29px;
  }

  .menu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-2 {
    margin-bottom: 18px;
    line-height: 23px;
    text-align: left;
  }

  .manu_bottom-row {
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-last-box {
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dots {
    position: absolute;
    left: 178px;
    bottom: 157px;
  }

  .dots.spain {
    left: auto;
    right: 157px;
    bottom: 189px;
  }

  .dots.georgia {
    left: auto;
    right: 119px;
    bottom: auto;
  }

  .input-wrapper {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .cahat-box {
    bottom: 70px;
  }

  .app-arrow {
    top: 50%;
    right: 0px;
    bottom: 0px;
  }

  .typed {
    margin-top: 53px;
    margin-right: auto;
    margin-left: auto;
  }

  .small-map-box {
    top: -4%;
    right: 28%;
  }

  .icons-box {
    width: 11.9em;
    height: 25em;
    margin-top: 10.6em;
    margin-left: 12em;
  }

  .icons-box.fr {
    width: 12em;
    height: 25em;
    margin-top: 11.4em;
    margin-left: 67.8em;
  }

  .icons-box._2 {
    height: 20em;
    margin-top: 18.8em;
    margin-left: 29.5em;
  }

  .icons-box._3 {
    height: 27em;
    margin-top: 5.6em;
  }

  .thrd {
    max-width: 35px;
  }

  .footer-bottom-rows {
    top: 0px;
    height: 760px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -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;
    background-image: url('../images/Intersect-6.svg');
    background-position: 50% -77px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .link-block {
    top: -33%;
  }

  .sec-video {
    top: 38%;
    right: 7%;
    width: 200px;
    height: 200px;
  }

  .meet-box {
    display: none;
  }

  .html-embed-7 {
    height: 600px;
  }

  .meet-close {
    top: 15%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dnt-flow {
    max-width: 44px;
  }

  .body {
    padding-top: 86px;
  }

  .phone-link {
    left: 16px;
    display: block;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 21px;
  }

  .phone-link.menu {
    display: block;
    width: 165px;
  }

  .phone__icon-box {
    left: -19px;
    top: auto;
    bottom: 5px;
  }

  .phone__icon {
    width: 12px;
    height: 12px;
  }

  .zoom-link.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 30px;
  }

  .meet-link.menu {
    width: 160px;
    height: 30px;
    background-size: contain;
    font-size: 8px;
    line-height: 11.8px;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    padding-bottom: 0px;
    -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;
    background-position: 75% 50%;
    background-size: cover;
  }

  .top-end-row {
    height: 77px;
  }

  .content__row {
    margin-top: 49px;
    padding-bottom: 55px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading {
    width: auto;
    max-width: 85%;
    min-width: 240px;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .heading.need {
    text-align: center;
  }

  .content__box {
    max-width: 100%;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dental__text {
    max-width: 203px;
    font-size: 14px;
    line-height: 18px;
  }

  .dental__text.needtext {
    font-size: 16px;
    line-height: 20.8px;
  }

  .dental__text.readyng {
    max-width: none;
    margin-bottom: 0px;
  }

  .dental__text.statistic {
    max-width: none;
    margin-bottom: 0px;
  }

  .content__bottom {
    margin-top: 77px;
  }

  .content__bottom-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .arrow {
    max-width: 50px;
    margin-top: 0px;
  }

  .trend__text {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 6px;
  }

  .need-section {
    padding-top: 40px;
    background-image: none;
  }

  .better-text {
    margin-top: 10px;
    text-align: center;
  }

  .we_are {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .need-sec-row {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .need_image {
    position: relative;
    right: 0%;
    width: 320px;
    height: 320px;
  }

  .image-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .ellips {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100%;
  }

  .convert {
    padding-right: 0px;
  }

  .top-drop {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 14px;
  }

  .top-drop.right {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .ready {
    margin-top: 0px;
  }

  .button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.forms {
    height: 45px;
  }

  .text-block-2 {
    font-size: 13px;
    line-height: 19.5px;
  }

  .gif-box {
    width: auto;
    height: 320px;
    max-width: 330px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ready-heding {
    max-width: 224px;
    font-size: 32px;
    line-height: 32px;
  }

  .gues {
    height: 58px;
    max-width: 32px;
  }

  .statistics {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dasctop-row {
    display: block;
  }

  .call-scroll {
    z-index: 30;
  }

  .tablet_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 485px;
    background-size: 100% 100%;
  }

  .tablet_image.mb {
    display: block;
  }

  .phone__image {
    display: none;
  }

  .phone__image.mobb {
    display: block;
  }

  .slider.moblie {
    display: none;
    padding-top: 0px;
  }

  .right-arrow {
    right: -28px;
  }

  .right-arrow.revies {
    top: 0px;
    right: -28px;
    bottom: auto;
  }

  .left-arrow {
    left: -28px;
  }

  .left-arrow.reviews {
    top: 0px;
    bottom: auto;
  }

  .site_laptop {
    width: 74%;
    height: 77%;
  }

  .about {
    background-image: none;
  }

  .map-box {
    display: none;
  }

  .statistic-box {
    height: auto;
    margin-bottom: 59px;
  }

  .fst-line {
    height: 220px;
  }

  .sc-line {
    height: 220px;
  }

  .thr-line {
    height: 220px;
  }

  .fr-line {
    height: 220px;
  }

  .fw-line {
    height: 220px;
  }

  .static-icon-box.sec {
    right: -43px;
    margin-top: 13%;
  }

  .static-icon-box.thr {
    right: -52px;
  }

  .static-icon-box.last {
    right: -45px;
    margin-top: 2px;
  }

  .static-num {
    width: 100%;
    height: 50px;
  }

  .static-num.sec {
    height: 40px;
    margin-bottom: 3.6em;
  }

  .static-num.thr {
    width: 70px;
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .taper-1 {
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-5 {
    font-size: 7px;
    line-height: 7px;
  }

  .sc {
    max-width: 40px;
  }

  .sc.last {
    max-width: 26px;
    margin-top: 4px;
  }

  .image-11 {
    max-width: 58px;
  }

  .box__static {
    right: -42px;
    margin-top: 30px;
  }

  .team {
    background-image: url('../images/Our-team-min.png');
    background-position: 75% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .team_haeding_box {
    width: 204px;
    height: 167px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-right: 13px;
    padding-bottom: 21px;
  }

  .blue-bg {
    background-position: 0% 50%;
    background-size: contain;
  }

  .team_heding {
    max-width: 86px;
    margin-top: -21px;
    font-size: 32px;
    line-height: 32px;
  }

  .tean-row {
    top: 0px;
    height: auto;
    margin-top: 128px;
    margin-bottom: 0px;
    padding-bottom: 49px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .team-row-people {
    top: 73px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .box.savva {
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }

  .box.sophia {
    max-width: none;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }

  .box.nadia {
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }

  .box.yuriy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }

  .box.alex {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }

  .box.sopia-s {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .about-text.mobil {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .about-sub-row.mobil {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-icon-box {
    width: 134px;
  }

  .heding-box {
    -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;
  }

  .wrapper.sec-copy {
    margin-top: 160px;
    margin-left: 0px;
  }

  .decot-top {
    width: 106px;
    background-image: url('../images/Group-1734.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .decot-bottom {
    width: 114px;
    background-image: url('../images/Group-1735.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .form {
    padding-bottom: 0px;
  }

  .form-heading {
    max-width: 260px;
  }

  .slide {
    padding-bottom: 0px;
  }

  .revies-row-moblil {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews-box-mobil {
    margin-bottom: 70px;
  }

  .image-25 {
    left: 0%;
  }

  .whatching {
    padding-bottom: 126px;
  }

  .fst-box {
    left: -19%;
    top: -5%;
    padding-right: 76px;
    padding-left: 15px;
  }

  .whatch-box {
    height: 298px;
    margin-top: 74px;
    padding-top: 98px;
    background-size: cover;
  }

  .image-30 {
    top: -18%;
    max-width: 215px;
  }

  .image-31 {
    left: -8%;
    top: 11%;
    width: 100%;
    height: 206px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-box {
    width: 87%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-9 {
    max-width: 107px;
    font-size: 10px;
    line-height: 13px;
  }

  .text-block-9.last {
    max-width: 95px;
    text-align: right;
  }

  .or-text {
    width: 50px;
    height: 50px;
  }

  .footer {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }

  .footer_row {
    position: relative;
    top: 0%;
    bottom: -59px;
    height: 130px;
  }

  .map-row {
    position: static;
    top: 0px;
    height: 130px;
  }

  .map {
    height: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background-position: 50% -18px;
    background-size: auto 100%;
  }

  .image-34 {
    left: -30%;
    top: -16%;
    height: auto;
  }

  .footer-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .text-block-14 {
    text-align: center;
  }

  .link {
    text-align: center;
  }

  .social-box {
    width: 270px;
  }

  .bg-blick {
    padding-right: 7px;
    padding-left: 19px;
  }

  .bg-blick.bottom {
    top: 62px;
  }

  .dropdown-toggle {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown-toggle.right {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown-toggle.right.table {
    padding-left: 20px;
  }

  .dropdown-toggle.table {
    padding-right: 10px;
  }

  .text-block-16 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
    text-align: center;
  }

  .text-block-16.right {
    width: 100%;
    margin-right: 0px;
    padding-right: 9px;
    font-size: 10px;
    text-align: center;
  }

  .text-block-17 {
    font-size: 11.8px;
    line-height: 14.77px;
  }

  .menu-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    padding-top: 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;
  }

  .menu-top-box {
    margin-bottom: 15px;
  }

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

  .from-nav-row {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-21 {
    padding-left: 87px;
  }

  .menu-nav {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-2 {
    margin-bottom: 0px;
  }

  .form-block {
    width: 100%;
  }

  .form-3 {
    padding: 20px 15px;
  }

  .text-block-22 {
    max-width: 199px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .input-row {
    padding-top: 15px;
  }

  .menu-last-box {
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .input-wrapper.phone.menu {
    margin-bottom: 15px;
  }

  .input-wrapper.mail.menu {
    margin-bottom: 15px;
  }

  .input-wrapper.menu {
    margin-bottom: 15px;
  }

  .form-box {
    display: none;
  }

  .cahat-box {
    left: 0px;
    bottom: 44px;
    width: 60px;
    height: 60px;
  }

  .chat-link {
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
  }

  .text-block-23 {
    margin-top: 13px;
    font-size: 10px;
    line-height: 13px;
  }

  .app-arrow {
    top: auto;
    right: 1%;
    bottom: 45%;
    width: 40px;
    height: 40px;
    background-position: 50% 5px, 0px 0px;
  }

  .typed {
    margin-top: 61px;
    margin-right: auto;
    margin-left: auto;
  }

  .small-map-box {
    top: -16%;
    right: 2%;
    height: 78px;
  }

  .text-block-24 {
    top: 33px;
  }

  .image-41 {
    left: 29.01562px;
    top: 13px;
    height: 30px;
    max-width: 22px;
  }

  .image-42 {
    top: 45px;
  }

  .static-boxs {
    height: 65em;
  }

  .icons-box {
    width: 13.7em;
    height: 29.5em;
    margin-top: 19.6em;
    margin-left: 10.6em;
  }

  .icons-box.fr {
    height: 30em;
    margin-top: 19.2em;
  }

  .icons-box._2 {
    width: 14.3em;
    height: 25em;
    margin-top: 25em;
    margin-left: 28.9em;
  }

  .icons-box._3 {
    height: 33.7em;
    margin-top: 13.2em;
  }

  .thrd {
    max-width: 30px;
  }

  .image-44 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-bottom-rows {
    height: 659px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 41px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    background-color: transparent;
    background-image: url('../images/Intersect-6.svg');
    background-position: 50% -86px;
    background-size: cover;
  }

  .background-video-2 {
    width: 94%;
  }

  .link-block {
    top: -21%;
    height: 120px;
  }

  .static-box-text {
    position: static;
  }

  .taper-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .taper-3 {
    font-size: 12px;
    line-height: 12px;
  }

  .taper-4 {
    font-size: 12px;
    line-height: 12px;
  }

  .static-box-text-mob {
    position: static;
  }

  .sec-video {
    top: 37%;
    right: 10%;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }

  .sec-video.bottom {
    width: 100px;
    height: 100px;
  }

  .html-embed-6 {
    left: -40%;
    top: -40%;
    width: 180%;
    height: 180%;
  }

  .meet-box {
    display: none;
  }

  .html-embed-7 {
    height: 600px;
  }

  .meet-close {
    top: 0%;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

