.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  -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;
  background-color: transparent;
}

.mycontainer {
  display: block;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #677d8a;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu.home {
  color: #fff;
}

.image {
  display: inline-block;
  padding-top: 4px;
  opacity: 0.52;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image:hover {
  opacity: 1;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80vh;
  min-height: 500px;
  -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;
  background-color: #677d8a;
}

.hero.about {
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(241, 245, 255, .25);
}

.hero.contact {
  height: 65vh;
}

.logo-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  -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;
}

.logo {
  margin-bottom: 33px;
}

.service-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #677d8a;
  text-align: right;
  text-decoration: none;
}

.service-link:hover {
  background-color: #fafdff;
  color: #677d8a;
}

.service-link.border {
  border-style: none solid;
  border-width: 1px;
  border-color: #000 rgba(103, 125, 138, .08);
}

.hero-button-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100px;
  -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;
}

.btn.circular {
  position: relative;
  bottom: -26px;
  z-index: 999;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 25px -3px rgba(0, 0, 0, .15);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.btn.circular:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.btn.circular.next {
  position: relative;
}

.btn.circular.top {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section {
  position: relative;
  padding: 108px;
  opacity: 1;
}

.section.blue {
  padding: 180px 150px;
  background-color: rgba(241, 245, 255, .41);
}

.section.white {
  padding: 120px 120px 180px;
  background-color: transparent;
}

.section.dark {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #677d8a;
  color: #fff;
}

.nav-link.w--current {
  opacity: 0.92;
  color: #fff;
}

.nav-link.link.w--current {
  opacity: 0.61;
}

.nav-link.link-about {
  color: #677d8a;
}

.nav-link.link-about.w--current {
  color: rgba(103, 125, 138, .56);
}

.welcome {
  max-width: 630px;
  font-family: Swift, sans-serif;
  font-size: 2em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/Asset-3.svg');
  background-position: 50% 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.02;
}

.container {
  position: relative;
  z-index: 1;
}

.body {
  font-family: 'Swift 03', sans-serif;
  color: #677d8a;
  font-weight: 400;
}

.text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.09em;
}

.text.heading {
  margin-top: 40px;
  margin-bottom: 50px;
}

.text.left {
  font-size: 0.9em;
  text-align: left;
}

.text.left.margin {
  margin-top: 39%;
  margin-bottom: 47px;
}

.text.left.margin.sm {
  font-size: 0.9em;
}

.text.left.margin-b {
  width: 80%;
  margin-bottom: 20px;
}

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

.container.tabs-container {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -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;
}

.services-tabs {
  padding: 15px 30px;
  border-radius: 2px;
  background-color: transparent;
  color: #677d8a;
  text-align: center;
  text-decoration: none;
}

.services-tabs:hover {
  background-color: #677d8a;
  color: #fff;
}

.services-tabs:active {
  color: #fff;
}

.services-tabs:focus {
  color: #fff;
}

.services-tabs.selected {
  background-color: #677d90;
  color: #fff;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

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

.paragraph {
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 300;
}

.paragraph.small {
  font-size: 0.9em;
  font-weight: 400;
}

.paragraph.roght-padding {
  padding-right: 10%;
}

.heading-2 {
  direction: ltr;
  font-family: Swift, sans-serif;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.service-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-content.not-show {
  position: absolute;
  display: none;
}

.column {
  padding-right: 10px;
  padding-left: 30px;
}

.arrow.next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.service-content-wrapper {
  position: relative;
  min-height: 400px;
}

.service-icon-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.back-icon {
  z-index: 0;
  width: 140px;
  opacity: 0.1;
}

.back-icon.hide {
  z-index: 0;
  display: none;
}

.back-icon.mergers-icon {
  z-index: 0;
  display: none;
}

.section {
  padding: 49px 20px 114px;
  background-color: #f9fbff;
}

.section.blue.all-services {
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.html-embed-2 {
  width: 40px;
}

.column-2 {
  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;
}

.row {
  display: block;
  -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;
}

.row.services {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
}

.service-indie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  padding: 25px 18px;
  -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(103, 125, 138, .1);
  border-radius: 2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.service-indie:hover {
  background-color: #677d8a;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.center-column {
  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;
}

.heading {
  line-height: 1.5em;
}

.heading.center-text {
  display: block;
  max-width: 800px;
  margin: 80px auto 50px;
  font-size: 2.1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 2px;
}

.heading.light {
  font-weight: 300;
  letter-spacing: 0.1em;
}

.heading.team {
  margin-top: 45px;
  margin-bottom: 100px;
}

.heading.right.contact {
  font-family: Swift, sans-serif;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 700;
}

.services-block {
  max-width: 500px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 50px;
}

.service-col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.service-row {
  padding: 42px 0px 42px 50px;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.04;
}

.bg.team {
  position: absolute;
  z-index: 0;
  height: 100vh;
  background-image: url('../images/Asset-3.svg');
  background-position: 100% -240px;
  background-size: 700px;
  background-attachment: scroll;
  opacity: 0.05;
}

.footer {
  padding: 60px 32px;
  background-color: #fcfcfc;
  font-family: 'Open Sans', sans-serif;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-container.last {
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0.7em;
}

.left-footer {
  width: 33.33%;
}

.left-footer.footer {
  padding-top: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.address {
  text-align: right;
}

.address.by {
  width: 33.33%;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.by {
  margin-bottom: 0px;
  line-height: 13px;
}

.html-embed-3 {
  width: 20px;
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.55;
}

.html-embed-3.facebook {
  width: 12px;
}

.footer-link {
  margin-right: 30px;
  color: #677d8a;
  text-decoration: none;
}

.footer-link.w--current {
  opacity: 0.52;
}

.footer-link.hover {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-link.hover:hover {
  opacity: 0.5;
}

.heading-4 {
  margin-top: 0px;
  font-weight: 600;
}

.hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Asset-3.svg');
  background-position: 100% -240px;
  background-size: 700px;
  background-repeat: no-repeat;
  opacity: 0.03;
}

.col {
  padding: 19px;
}

.col.right {
  padding-right: 86px;
}

.col.right.sans-serif {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.col.contact {
  padding: 45px;
}

.right {
  text-align: right;
}

.right.heading.big {
  font-size: 1.9em;
}

.about-content {
  display: block;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.team-member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
}

.member-right {
  width: 70%;
}

.member-left {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 350px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.contact-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 90%;
  max-width: 1070px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.about-heading {
  margin-top: 0px;
}

.about-heading.info-name {
  letter-spacing: 1px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-img {
  margin-bottom: 45px;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #fff;
}

.info-img {
  margin-right: 15px;
}

.info-tittle {
  margin-top: 25px;
  margin-bottom: 25px;
}

.info-tittle.sans-serif {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.column-contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

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

.link.sans-serif {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.form {
  position: relative;
  padding: 100px 60px;
}

.div-block-4 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form_container {
  margin-top: 50px;
  padding: 35px;
}

.field {
  max-width: 400px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #677d8a;
  border-radius: 0px;
  color: #333;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #677d8a;
}

.team-container {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.form-wrapper {
  font-family: 'Open Sans', sans-serif;
}

.contact-intro-head {
  padding-left: 72px;
  letter-spacing: 1px;
}

.form-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/Asset-3.svg');
  background-position: -250px -330%;
  background-size: 750px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.09;
}

.contact-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/logo_black.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: 0.03;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-selection-container {
  position: absolute;
  right: 8%;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 63%;
  max-width: 780px;
  min-height: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.hero-tabs-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #fff;
}

.img-icon {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.img-icon:hover {
  opacity: 0.5;
}

.logo-wrapper {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.logo-img {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 5px;
}

.watermark {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.go-top {
  position: fixed;
  right: 19px;
  bottom: 15px;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
}

.link-2 {
  opacity: 0.63;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #677d8a;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
}

.textarea {
  max-width: 400px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 1px 1px 0px;
  border-color: #000 #000 #677d8a;
}

.number {
  display: none;
}

.section-2 {
  position: relative;
  margin-top: 240px;
}

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

html.w-mod-js *[data-ix="load-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="load-show-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="load-show-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 13px);
  -ms-transform: translate(0px, 13px);
  transform: translate(0px, 13px);
}

html.w-mod-js *[data-ix="reveal-hero-tabs"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reveal-hero-tabs-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="drop-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="drop-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="drop-text-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="show-up"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="text-out"] {
  opacity: 0;
  -webkit-transform: translate(0px, 59px);
  -ms-transform: translate(0px, 59px);
  transform: translate(0px, 59px);
}

html.w-mod-js *[data-ix="contact-load1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="contact-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="contact-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  .mycontainer {
    padding-right: 50px;
    padding-left: 50px;
  }
  .nav-menu.open {
    padding-top: 50px;
    padding-left: 20px;
    background-color: #677d8a;
  }
  .hero {
    min-height: auto;
  }
  .nav-link.link-about {
    color: #fff;
  }
  .nav-link.link-about.w--current {
    color: #fff;
  }
  .tabs-wrapper {
    width: 100%;
  }
  .service-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .service-indie {
    height: 139px;
  }
  .paragraph-2 {
    padding-left: 10px;
  }
  .heading.center-text {
    padding-right: 60px;
    padding-left: 60px;
  }
  .heading.team {
    text-align: center;
  }
  .heading.right.contact {
    font-size: 2.7em;
  }
  .services-block {
    padding-right: 35px;
    padding-left: 0px;
  }
  .bg {
    z-index: 0;
  }
  .col.contact {
    padding: 13px;
  }
  .right.heading.big {
    font-size: 1.6em;
  }
  .about-content {
    max-width: 1200px;
  }
  .member-right {
    width: 80%;
  }
  .about-heading.info-name {
    font-size: 1.6em;
  }
  .div-block-3 {
    width: 20%;
  }
  .column-contact {
    padding-right: 19px;
    padding-left: 19px;
  }
  .link.sans-serif {
    font-size: 0.9em;
  }
  .team-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-bg {
    background-image: url('../images/logo_black.svg');
    background-position: 50% 85%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .row-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon {
    color: #fff;
  }
  .container-3 {
    position: relative;
    z-index: 1;
  }
  .service-selection-container {
    right: 0%;
    width: 65%;
    max-width: 100%;
  }
  .icon-2 {
    color: #fff;
  }
  .section-2 {
    position: relative;
    margin-top: 179px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 500px;
  }
  .hero.contact {
    height: auto;
    padding-top: 155px;
    padding-bottom: 95px;
  }
  .section.blue {
    padding: 81px;
  }
  .section.white {
    padding: 50px 25px 0px;
  }
  .welcome {
    max-width: 100%;
  }
  .text.left.margin.sm {
    margin-top: 0%;
  }
  .text.left.margin-b {
    width: 90%;
  }
  .service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    padding-left: 10px;
  }
  .service-content-wrapper {
    min-height: 700px;
  }
  .service-icon-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-indie {
    margin-bottom: 30px;
  }
  .heading.right.contact {
    text-align: left;
  }
  .footer-container.last {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col.right.sans-serif {
    padding: 0px 40px;
  }
  .col.contact {
    padding: 0px 39px;
  }
  .right.heading.big {
    margin-top: 61px;
    text-align: left;
  }
  .member-left {
    width: 20px;
  }
  .contact-form_container {
    padding: 0px;
  }
  .team-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-intro-head {
    padding-left: 45px;
  }
  .form-bg {
    opacity: 0.05;
  }
  .row-2 {
    display: block;
    padding-right: 0px;
    padding-left: 35px;
  }
  .service-selection-container {
    display: none;
  }
  .menu.w--open {
    background-color: transparent;
    color: #fff;
  }
}

@media (max-width: 479px) {
  .mycontainer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero.about {
    height: auto;
  }
  .hero.contact {
    height: auto;
    padding-top: 155px;
    padding-bottom: 60px;
  }
  .logo-wapper {
    padding-right: 33px;
    padding-left: 33px;
  }
  .section.blue {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section.white {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .welcome {
    font-size: 1.5em;
  }
  .text.left.margin-b {
    width: 100%;
  }
  .services-tab {
    width: 100%;
    margin-bottom: 11px;
  }
  .tabs-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph.roght-padding {
    padding-right: 0%;
  }
  .heading-2 {
    margin-top: 0px;
  }
  .service-content {
    margin-top: 0px;
  }
  .service-content.on-view {
    display: block;
  }
  .service-content-wrapper {
    margin-bottom: 85px;
  }
  .html-embed-2 {
    width: 51px;
  }
  .service-indie {
    height: auto;
    min-height: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .center-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading.center-text {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.6em;
  }
  .heading.team {
    margin-bottom: 0px;
  }
  .heading.right.contact {
    font-size: 1.7em;
    text-align: left;
  }
  .services-block {
    text-align: center;
  }
  .service-col {
    padding-left: 30px;
  }
  .service-row {
    padding-left: 0px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-footer {
    width: 100%;
  }
  .left-footer.footer {
    margin-top: 1px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .address {
    width: 100%;
    text-align: left;
  }
  .address.by {
    width: 100%;
  }
  .social {
    width: 100%;
    margin-top: 17px;
    margin-bottom: 17px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .html-embed-3.facebook {
    margin-left: 0px;
  }
  .col.contact {
    padding: 0px;
  }
  .right.heading.big {
    font-size: 1.2em;
  }
  .about-content {
    margin-top: 75px;
  }
  .team-member-container {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .member-right {
    width: 100%;
  }
  .member-left {
    display: block;
    width: 100%;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about-heading {
    font-size: 2em;
  }
  .div-block-3 {
    display: block;
    width: 100%;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-img {
    margin-right: 27px;
    margin-left: 0px;
  }
  .column-contact {
    margin-bottom: 35px;
  }
  .contact-form_container {
    padding: 0px;
  }
  .contact-intro-head {
    padding-left: 0px;
  }
  .form-bg {
    opacity: 0.02;
  }
  .contact-bg {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.04;
  }
  .row-2 {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon-2 {
    color: #fff;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-img {
    padding: 10px;
  }
  .textarea {
    border-radius: 0px;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Swift';
  src: url('../fonts/Swift-07-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Swift 03';
  src: url('../fonts/Swift-03-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}