:root {
  --salmon: #ff6361;
  --chocolate: #fd9121;
  --dark-blue: #032f56;
  --ghost-white-2: #f7f8fc;
  --white: white;
  --silver: #c1c3cc;
  --black: black;
  --gold: #ffd739;
  --ghost-white: #f7f8fc;
  --light-green: #69e781;
}

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

body {
  color: #121213;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
  font-family: Dosis, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

blockquote {
  width: 70%;
  min-height: 150px;
  background-image: linear-gradient(284deg, var(--salmon), var(--chocolate));
  color: #fff;
  border-left: 1px #000;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 37px;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  height: 85vh;
  background-color: var(--dark-blue);
  background-image: linear-gradient(rgba(3, 47, 86, .52), rgba(3, 47, 86, .52)), url('../images/2.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section {
  padding: 0% 5% 10%;
}

.section.gray {
  background-color: var(--ghost-white-2);
}

.section.gray.small {
  padding: 8% 0% 20px 20px;
}

.section.add-5-percent {
  padding-top: 15%;
  padding-bottom: 5%;
}

.section.color {
  background-color: var(--chocolate);
  background-image: linear-gradient(72deg, var(--chocolate) 100%, rgba(255, 99, 97, .78)), url('../images/banner-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 7%;
  padding-bottom: 7%;
}

.section.logo {
  background-image: linear-gradient(56deg, var(--chocolate), var(--salmon));
  padding-top: 3%;
  padding-bottom: 3%;
}

.section.for-project {
  background-color: var(--white);
  margin-right: 0;
  padding: 0 0 20px;
}

.section._0-top {
  padding-top: 0%;
}

.section.for-changelog {
  padding-top: 5%;
  padding-bottom: 5%;
}

.container {
  max-width: 1200px;
  flex: 1;
}

.container._2-down {
  margin-top: 100px;
}

.navigation {
  width: 90%;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  height: 110px;
  background-color: var(--dark-blue);
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: absolute;
}

.brand.w--current {
  background-color: var(--dark-blue);
}

.brand.normal {
  background-color: var(--chocolate);
  position: relative;
}

.brand.normal.w--current {
  height: 60px;
  background-color: var(--chocolate);
  padding-left: 23px;
  padding-right: 23px;
}

.nav-menu {
  order: 1;
  align-self: stretch;
  align-items: center;
  padding-right: 70px;
  display: flex;
}

.nav-link {
  color: #414147;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 31px 14px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link.w--current {
  color: var(--chocolate);
}

.nav-link.drop {
  display: flex;
}

.nav-overlay {
  width: 1px;
  background-color: var(--chocolate);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navtext {
  z-index: 1;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Opensans, sans-serif;
  position: relative;
}

.icon {
  display: none;
}

.arrow-image {
  z-index: 1;
  width: 6px;
  margin-left: 7px;
  position: relative;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  min-width: 150px;
  padding: 9px 13px;
}

.dropdown-link {
  color: #717177;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: var(--chocolate);
  background-color: #f1f1f7;
}

.info-wrapper {
  height: 100%;
  background-color: var(--chocolate);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 20px;
  padding: 34px 28px 31px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
}

.info-wrapper:hover {
  background-color: #e98a38;
}

.info-wrapper.for-x {
  height: 75px;
  padding-top: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.line-2 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: relative;
  top: 6px;
}

.line-2.x1 {
  transform: rotate(45deg);
}

.line-2.x2 {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.info-big-wrapper {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-big-overlay {
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-left-wrapper {
  width: 500px;
  background-color: #fff;
  padding: 95px 50px 35px 70px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-margin {
  margin-top: 50px;
}

.top-margin.half {
  margin-top: 25px;
}

.top-margin.half.flex {
  flex-wrap: nowrap;
  margin-top: 30px;
  display: flex;
}

.top-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7%;
  display: flex;
  position: relative;
}

.top-title-wrapper.center {
  justify-content: center;
}

.top-title-wrapper.center.vertical {
  flex-direction: column;
  margin-bottom: 0%;
}

.top-title-wrapper.more {
  margin-bottom: 15%;
}

.features-wrapper {
  width: 1000px;
  background-color: var(--dark-blue);
  padding: 15px 100px 5px 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -83px;
  left: auto;
  right: -2.5%;
}

.infos-flex {
  z-index: 1;
  width: 100%;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.info-child {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.info-child.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 0;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  width: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}

.phone-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-white {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  margin-bottom: 5px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-white.biger {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-white.biger.normal {
  color: #fff;
  font-weight: 400;
}

.paragraph-white.biger.normal.hero {
  text-align: left;
}

.paragraph-white._100 {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-white.hero {
  text-align: center;
}

.top-title {
  z-index: 2;
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}

.top-title.abolute {
  z-index: 1;
  color: rgba(241, 241, 247, .4);
  letter-spacing: 11px;
  font-size: 120px;
  position: absolute;
  top: -26px;
  left: -53px;
}

.top-title.abolute._75-percent {
  color: rgba(241, 241, 247, .75);
}

.top-title.abolute.in-form {
  font-size: 100px;
  left: -17px;
}

.top-title.abolute.also-center {
  left: 50%;
  transform: translate(-50%);
}

.top-title.white {
  color: #fff;
}

.top-title.white.big {
  color: var(--chocolate);
  font-size: 50px;
  line-height: 60px;
}

.top-title.smaller-white {
  color: #fff;
  flex: none;
  order: -1;
  margin-right: 60px;
  font-size: 15px;
  line-height: 20px;
}

.top-title.smaller-white.in-footer {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding-right: 14px;
}

.top-title.smaller-white.blog {
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 19px;
  line-height: 26px;
}

.top-title.smaller-white.no-width {
  margin-right: 0;
  display: none;
}

.top-title._30px {
  font-size: 30px;
  line-height: 40px;
}

.top-title.small-version {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.top-title.on-banner {
  color: #fff;
  font-family: Russoone, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
}

.features-icon {
  margin-bottom: 20px;
}

.service-title {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.service-title.team {
  line-height: 20px;
}

.service-content {
  margin-bottom: 5%;
  padding-right: 5%;
}

.margin-page {
  margin-top: 0%;
}

.margin-page._10-percent {
  margin-top: 10%;
}

.text-block {
  text-align: center;
  font-family: Russoone, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.navlink {
  color: #121217;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.navlink.for-button {
  color: #fff;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navlink.for-button.blue {
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.navlink.for-button.blue._0 {
  margin-top: 0;
}

.navlink.for-button.blue.white {
  color: #fff;
}

.navlink.for-button.blue.white.for-footer {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
}

.navlink.for-button.blue.white.for-footer.in-sidebar {
  color: #414147;
  margin-bottom: 0;
  margin-left: 18px;
}

.navlink.for-button.blue.white.not-link {
  display: inline-block;
}

.line-animation {
  width: 100%;
  height: 2px;
  background-color: var(--silver);
  margin-top: 3px;
}

.line-animation.white-trans {
  background-color: rgba(255, 255, 255, .3);
}

.line-animation.white-trans._0 {
  background-color: rgba(255, 255, 255, 0);
}

.line-overlay {
  width: 100%;
  height: 100%;
  background-color: #1e7fd1;
}

.line-overlay.white, .line-overlay.white-again {
  background-color: var(--chocolate);
}

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

.padding-right.left {
  padding-left: 0;
  padding-right: 100px;
}

.row-flex {
  align-items: center;
  display: flex;
}

.fun-facts {
  padding-right: 10%;
}

.fun-text {
  color: var(--chocolate);
  margin-bottom: 10px;
  font-family: Russoone, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.social-vertical {
  background-color: var(--chocolate);
  flex-direction: column;
  padding: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 143px;
  left: auto;
  right: 0%;
}

.social-vertical.horizontal {
  background-color: var(--chocolate);
  flex-direction: column;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-icon {
  width: 40px;
  height: 50px;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon.no-bottom {
  border-bottom-style: none;
}

.overflow-hidden {
  overflow: hidden;
}

.team-wrapper {
  width: 95%;
  position: relative;
}

.team-photo {
  min-height: 300px;
  background-image: url('../images/tema-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-photo._2 {
  background-image: url('../images/team-2.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-3.jpg');
}

.team-photo._4 {
  background-image: url('../images/team-4.jpg');
}

.team-content {
  background-color: #fff;
  padding: 29px 66px 29px 29px;
}

.job-title {
  color: #bdbdc9;
  margin-bottom: 0;
  font-size: 16px;
}

.testi-title {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.testimonials-photo {
  width: 60px;
  height: 60px;
  background-image: linear-gradient(8deg, var(--salmon), var(--chocolate));
  opacity: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: stretch;
  margin: -115px auto 25px;
  font-size: 80px;
  line-height: 80px;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  width: 90%;
  text-align: center;
  background-color: #fff;
  margin: 50px auto 61px;
  padding: 80px 30px 26px;
  display: block;
  position: relative;
}

.testimonials-wrapper.no-margin {
  margin-bottom: 0;
}

.testimonials-wrapper.move-down {
  margin-top: 151px;
}

.testimonial-paragraph {
  color: #919197;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-block-2 {
  padding-top: 12px;
}

.footer {
  z-index: 1;
  width: auto;
  background-color: var(--dark-blue);
  border-top: 1px solid #2f3038;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.tab-logo {
  width: 20%;
  min-height: 100px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-5w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  transition: all .4s;
}

.tab-logo:hover {
  opacity: 1;
}

.tab-logo.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-logo.logo-2 {
  background-image: url('../images/logo-2w.png');
  background-size: 100px;
}

.tab-logo.logo-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-logo.logo-3 {
  background-image: url('../images/logo-3w.png');
  background-size: 100px;
}

.tab-logo.logo-4 {
  background-image: url('../images/logo-4w.png');
  background-size: 100px;
}

.tab-logo.logo-5 {
  background-image: url('../images/logo-1w.png');
  background-size: 100px;
}

.logo-flex {
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.project-wrapper {
  float: left;
  padding-top: 20px;
  padding-right: 20px;
}

.project-content {
  position: relative;
  overflow: hidden;
}

.project-overlay {
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-circle {
  width: 90px;
  height: 90px;
  background-image: linear-gradient(59deg, var(--salmon), var(--chocolate));
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.page-content {
  font-family: Opensans, sans-serif;
  position: relative;
}

.footer-column {
  padding-right: 20%;
}

.with-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--chocolate);
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.copyright-margin {
  margin-top: 80px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-copyright-flex.right {
  justify-content: flex-end;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.webflow-logo-tiny {
  width: 18px;
  opacity: .9;
  margin-right: 4px;
}

.paragraph-tiny {
  color: var(--chocolate);
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.blog-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-wrapper.with-margin {
  margin-bottom: 20px;
}

.blog-image {
  background-color: #5c5c5c;
  position: relative;
}

.meta-number {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(45deg, var(--salmon), var(--chocolate));
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.meta-month {
  width: 70px;
  height: 40px;
  color: #9d9da5;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.meta-tag {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog-content {
  width: 100%;
  background-color: var(--chocolate);
  background-image: linear-gradient(158deg, var(--chocolate), var(--salmon));
  padding: 25px 56px 25px 30px;
}

.field-label {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}

.text-field {
  height: 44px;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: var(--silver) var(--silver) #e4e7f1;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--chocolate);
}

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

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

.text-field._2:hover {
  border-bottom-color: #fc493e;
}

.text-field.area {
  padding-bottom: 59px;
}

.button {
  min-width: 160px;
  color: #fff;
  text-align: center;
  background-color: #fc493e;
  border-radius: 30px;
  justify-content: center;
  padding: 15px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: #fd6960;
}

.button.full {
  width: 100%;
  background-color: var(--chocolate);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  display: block;
}

.button.full:hover {
  background-color: #e98a38;
}

.button.full.not-full {
  width: auto;
  background-color: var(--chocolate);
  font-family: Russoone, sans-serif;
  font-size: 12px;
  transition: none;
}

.error-message {
  color: #fc493e;
  text-align: center;
  font-weight: 500;
}

.algin-center {
  text-align: center;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #5cbe7c;
  font-weight: 500;
}

.menu-button {
  width: 50px;
  height: 50px;
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  top: 0;
  right: 0;
}

.menu-button.w--open {
  height: 50px;
  justify-content: center;
  align-items: center;
}

.hamburger-line {
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.sub-banner {
  height: 400px;
  background-color: var(--silver);
  background-image: linear-gradient(rgba(255, 255, 255, .71) 55%, #fff), url('../images/sub.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-banner-info {
  text-align: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 320px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-flex {
  display: flex;
}

.sidebar {
  min-width: 350px;
  margin-right: 50px;
}

.sidebar.left {
  margin-left: 50px;
  margin-right: 0;
}

.right-part {
  width: 100%;
}

.sidebar-wrapper {
  border-width: 1px;
  border-color: #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.service-in-siderbar {
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.image {
  width: 34px;
}

.image.small {
  width: 28px;
}

.project-image {
  margin-bottom: 50px;
}

.project-info {
  background-color: var(--chocolate);
  background-image: linear-gradient(41deg, var(--salmon), var(--chocolate));
  padding: 30px 30px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.flex-details {
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.flex-details.no-bottom {
  border-bottom-style: none;
}

.client-margin {
  color: #fff;
  margin-right: 5px;
}

.graident {
  background-image: linear-gradient(45deg, var(--salmon), var(--chocolate));
}

.pro-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  display: none;
}

.top-margin-2 {
  margin-top: 30px;
}

.top-margin-2.more {
  margin-top: 40px;
}

.list-second-item {
  margin-bottom: 13px;
}

.circle-list {
  width: 12px;
  height: 12px;
  background-image: url('../images/icons8-checkmark-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.paragraph-no-margin {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-style: normal;
}

.list {
  color: var(--chocolate);
  padding-left: 16px;
  list-style-type: square;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.top-margin-3 {
  margin-top: 20px;
}

.top-margin-3.little-more {
  margin-top: 30px;
}

.top-margin-3.in-blog-page {
  margin-top: 50px;
}

.link {
  color: #8f872e;
  text-decoration: underline;
  display: inline-block;
}

.link.color {
  color: #616167;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.changelog {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-2 {
  max-width: 100%;
}

.paragraph {
  font-family: Opensans, sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  font-family: Opensans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-3, .paragraph-4 {
  font-family: Opensans, sans-serif;
  font-size: 14px;
}

.paragraph-5 {
  font-family: Opensans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.contact-us {
  width: auto;
  min-width: 160px;
  background-color: var(--chocolate);
  text-align: center;
  padding: 15px 25px;
  font-family: Russoone, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.contact-us.cta {
  margin-top: 0;
}

.button-2 {
  min-width: 160px;
  background-color: var(--dark-blue);
  text-align: center;
  margin-top: 25px;
  padding: 15px 25px;
  font-family: Russoone, sans-serif;
}

.paragraph-6, .paragraph-7 {
  font-family: Opensans, sans-serif;
  font-size: 14px;
}

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

.image-3 {
  width: 300px;
  height: 300px;
  max-height: 0%;
  max-width: 0;
}

.gallery-wrapper {
  width: 100%;
  column-count: 3;
  column-gap: 10px;
}

.image-list {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

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

.image-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph-8 {
  color: var(--dark-blue);
  font-family: Opensans, sans-serif;
}

.link-4 {
  color: var(--chocolate);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  blockquote {
    width: 100%;
  }

  .banner {
    height: 800px;
  }

  .section.logo {
    padding-top: 5%;
    padding-bottom: 2%;
  }

  .section.for-project {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container._2-down {
    margin-top: 45px;
  }

  .container.in-banner {
    margin-top: -150px;
  }

  .navigation {
    width: 100%;
    margin-top: 0%;
  }

  .brand {
    height: 60px;
  }

  .brand.normal.w--current {
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
  }

  .nav-link {
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-link.drop {
    flex-direction: row;
  }

  .nav-overlay {
    display: none;
  }

  .navtext {
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow-image {
    max-width: none;
    display: none;
  }

  .info-wrapper {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .info-wrapper.for-x {
    display: block;
  }

  .info-left-wrapper {
    width: 100%;
    padding-top: 30px;
  }

  .top-title-wrapper {
    margin-bottom: 5%;
  }

  .top-title-wrapper.center.vertical {
    align-items: flex-start;
  }

  .top-title-wrapper.add-20-right {
    padding-right: 20px;
  }

  .features-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 22px;
    bottom: 0;
    right: auto;
  }

  .paragraph-white, .paragraph-white._100 {
    font-size: 12px;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title.abolute {
    font-size: 80px;
    left: -7px;
  }

  .top-title.white.big {
    font-size: 30px;
    line-height: 40px;
  }

  .top-title.smaller-white.no-width {
    display: block;
  }

  .top-title.smaller-white.none-mobile {
    display: none;
  }

  .top-title.on-banner {
    font-size: 50px;
    line-height: 60px;
  }

  .padding-right {
    padding-left: 0;
  }

  .padding-right.left {
    padding-right: 0;
  }

  .row-flex.verical {
    flex-direction: column;
  }

  .row-flex.verical.reverse {
    flex-direction: row;
  }

  .fun-facts {
    padding-right: 10%;
  }

  .fun-text {
    font-size: 42px;
  }

  .social-vertical {
    bottom: 227px;
  }

  .team-wrapper {
    width: 100%;
  }

  .team-photo {
    min-height: 200px;
  }

  .testimonials-wrapper.move-down {
    margin-top: 50px;
  }

  .testimonials-wrapper.add-only-0 {
    margin-top: 0;
  }

  .margin-device {
    margin-top: 100px;
  }

  .footer {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-logo {
    width: 33.333%;
    min-height: 100px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .blog-content {
    padding-right: 23px;
  }

  .shape-image {
    margin-bottom: 84px;
  }

  .menu-button {
    height: 60px;
    margin-right: 15px;
  }

  .menu-button.w--open {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
  }

  .sub-banner {
    height: 200px;
  }

  .utility-page-wrap {
    height: 700px;
  }

  .service-flex {
    flex-direction: column;
  }

  .sidebar {
    margin-right: 0;
  }

  .sidebar.left {
    margin-top: 30px;
    margin-left: 0;
  }

  .sidebar-wrapper.sticky, .project-info {
    position: relative;
    top: 0;
  }

  .column {
    display: none;
  }

  .rich-text-wrapper, .paragraph-percent {
    width: 100%;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .image-2 {
    max-width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .banner {
    background-size: auto, cover;
  }

  .section.gray.small {
    padding-top: 11%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.for-project {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand.normal.w--current {
    margin-bottom: 0;
  }

  .info-left-wrapper {
    width: 100%;
  }

  .top-margin.no-mobile {
    margin-top: 0;
  }

  .top-title-wrapper.add-20-right, .features-wrapper {
    padding-right: 0;
  }

  .info-child {
    text-align: center;
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .info-child.horizontal.no-center {
    text-align: left;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .paragraph-white._100 {
    text-align: left;
  }

  .top-title {
    font-size: 26px;
    line-height: 30px;
  }

  .top-title.abolute {
    font-size: 60px;
  }

  .top-title.smaller-white.no-width {
    margin-bottom: 10px;
  }

  .top-title.on-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .service-content {
    margin-bottom: 40px;
  }

  .row-flex.verical.reverse {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .fun-facts {
    margin-bottom: 26px;
  }

  .social-vertical {
    bottom: 240px;
  }

  .team-wrapper {
    margin-bottom: 30px;
  }

  .team-photo {
    min-height: 300px;
  }

  .footer {
    padding-bottom: 0;
  }

  .logo-flex {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
  }

  .project-wrapper {
    padding-right: 0;
  }

  .footer-column {
    margin-bottom: 39px;
    padding-right: 0%;
  }

  .copyright-margin {
    margin-top: 20px;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .blog-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .project {
    margin-top: 20px;
  }

  .project-image {
    margin-bottom: 0;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .banner {
    height: 500px;
  }

  .section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.add-5-percent, .section.color {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section.logo {
    padding-top: 15%;
  }

  .section.for-project {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container._2-down {
    margin-top: 65px;
  }

  .container.in-banner {
    margin-top: 24px;
    padding-right: 0;
  }

  .brand.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .info-left-wrapper {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5%;
  }

  .features-wrapper {
    display: none;
  }

  .top-title {
    margin-bottom: 9px;
  }

  .top-title.abolute {
    display: none;
  }

  .top-title.white.big {
    margin-bottom: 0;
  }

  .top-title.on-banner {
    font-size: 40px;
    line-height: 42px;
  }

  .fun-text {
    margin-bottom: 0;
  }

  .social-vertical {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab-logo {
    width: 100%;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .utility-page-content {
    width: 260px;
  }

  .sidebar.left {
    min-width: 100%;
  }

  .project-image {
    margin-bottom: 0;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .column-2 {
    padding-left: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-f247e968-c130-f536-2c36-3939201ef0e2-05bf8a18, #w-node-f247e968-c130-f536-2c36-3939201ef0e3-05bf8a18, #w-node-f247e968-c130-f536-2c36-3939201ef0e4-05bf8a18, #w-node-f247e968-c130-f536-2c36-3939201ef0e5-05bf8a18, #w-node-f247e968-c130-f536-2c36-3939201ef0e6-05bf8a18, #w-node-f247e968-c130-f536-2c36-3939201ef0e7-05bf8a18, #w-node-_1f7e77dd-2cc3-3612-f72c-424080499404-05bf8a22, #w-node-a0d34090-d5c9-ef20-7bf7-23649e12c019-05bf8a22, #w-node-f271d192-c47b-ddb9-ce08-ab89abdd4694-05bf8a22, #w-node-_9b127986-d025-257a-f363-99661800f268-05bf8a22, #w-node-_957971c5-2cd1-cb78-c7a6-95398a975de1-05bf8a22, #w-node-_41bc2cc3-88af-d2b8-85ed-d784a377edb2-05bf8a22, #w-node-e496b9b5-27df-e6aa-310b-5dd6ae5d8347-05bf8a22, #w-node-f1e6a3cc-ce40-970f-e2a9-33bc94b3d3ac-05bf8a22, #w-node-_8f20af6f-a51f-b4ad-8e90-bb0a29b219d0-05bf8a22, #w-node-_2a814a75-6fb4-7e3c-620f-0109efa16a30-05bf8a22, #w-node-_380244f3-93c2-448c-03e6-ca3bc9713bbd-05bf8a22, #w-node-d538a439-2ff5-c93e-4e55-8410b8d7c024-05bf8a22, #w-node-_56232a6f-27ee-5da8-20e7-68dfa952b06f-05bf8a22, #w-node-_8f60799b-ca5d-3644-e8ff-b8f9ce21aeef-05bf8a22, #w-node-_02c06c6d-5323-25d0-a324-3ebf64204c8d-05bf8a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Russoone';
  src: url('../fonts/RussoOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}