body {
  color: #373c42;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: #373c42;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  color: #373c42;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  color: #373c42;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  color: #373c42;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #9181ff;
  line-height: 20px;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  width: 70%;
  border-left: 5px solid #a294ff;
  margin: 40px auto;
  padding: 10px 20px;
  font-family: Yeseva One, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px 40px 30px 50px;
  display: grid;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #373c42;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 5px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-link.footer-link {
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 30px;
}

.nav-link.footer-link.no-margin {
  margin-right: 0;
}

.nav-link-underline {
  z-index: 1;
  height: 1px;
  background-color: #9181ff;
  position: relative;
}

.nav-link-text {
  z-index: 1;
  position: relative;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #e6ca69;
  border-radius: 50%;
  margin-right: 30px;
}

.dot.black {
  width: 6px;
  height: 6px;
  background-color: #7f8893;
  margin-left: 3%;
  margin-right: 3%;
}

.dot.desktop-only {
  background-color: #a294ff;
}

.social-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: relative;
}

.social-link:hover {
  opacity: .8;
  color: #000;
  text-decoration: none;
}

.nav-hover-circle {
  width: 35px;
  height: 35px;
  background-color: #c4bcec;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.nav-hover-circle.large {
  width: 40px;
  height: 40px;
  background-color: #a294ff;
}

.nav-hover-circle.desktop-only {
  background-color: #a294ff;
}

.hero-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 60px;
  overflow: hidden;
}

.hero-section.home {
  padding-top: 60px;
}

.content-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-wrapper.grid {
  z-index: 5;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
  position: relative;
}

.content-wrapper.full-width {
  max-width: 100%;
  margin-top: 50px;
  display: block;
}

.content-wrapper.style-guide {
  background-color: #fff;
  padding: 40px;
}

.content-wrapper.verticle-grid {
  z-index: 5;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
  position: relative;
}

.content-wrapper.faq {
  margin-top: 50px;
}

.text-label {
  color: #373c42;
  text-transform: uppercase;
  font-family: Unica One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-label.white {
  color: #fff;
}

.text-label.dark {
  color: #373c42;
}

.hero-title {
  max-width: 1100px;
  color: #373c42;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

.hero-title.small {
  font-size: 60px;
  line-height: 60px;
}

.hero-subtitle {
  width: 100%;
  max-width: 800px;
  color: #7f8893;
  text-align: center;
  letter-spacing: .25px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.hero-subtitle.left-small {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.hero-subtitle.address {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.hero-subtitle.copyright {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
}

.hero-subtitle.utility {
  width: auto;
  max-width: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
}

.hero-subtitle.second {
  color: #616161;
  text-align: left;
  margin-top: 20px;
}

.circle {
  width: 30px;
  height: 30px;
  background-color: #a294ff;
  border: 1px solid #7361e7;
  border-radius: 50%;
}

.circle.outline {
  background-color: rgba(0, 0, 0, 0);
}

.hero-illustration {
  width: 100%;
  max-width: 400px;
  margin-right: 4.5%;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.info-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

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

.info-wrapper.center {
  margin-left: auto;
  margin-right: auto;
}

.info-wrapper.center-copy {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  color: #373c42;
  border: 1px solid #a294ff;
  border-radius: 500px;
  padding: 15px 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
  background-color: #a294ff;
  text-decoration: none;
}

.button.second {
  color: #fff;
  background-color: #9181ff;
  border-style: none;
  transition: color .2s;
}

.separator {
  width: 200px;
  height: 1px;
  background-color: #9181ff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.separator.width-decrease {
  width: 60px;
  max-width: 120px;
  margin: 0 15px;
}

.separator.white {
  width: 60px;
  width: 60px;
  background-color: #fff;
  margin: 0 15px;
}

.separator._1 {
  width: 60px;
  max-width: 60px;
  background-color: #fff;
  margin: 0 8px;
}

.button-bg {
  background-color: #a294ff;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  position: relative;
}

.content-section {
  background-color: #fff;
  padding: 120px 30px;
}

.content-section.bg-colored {
  z-index: 10;
  background-color: #f8fe91;
  position: relative;
}

.content-section.br-colored {
  background-color: #8372f0;
  position: relative;
}

.content-section.no-padding-bottom {
  background-color: #fff;
  padding-bottom: 0;
}

.content-section.padding-top {
  background-color: #ecf0f7;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.content-section.inner-pages {
  padding-top: 0;
  padding-bottom: 60px;
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-block.width {
  width: 100%;
  max-width: 500px;
}

.content-block.top-margin {
  margin-top: 40px;
}

.intro-link {
  color: #373c42;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.intro-link.call {
  margin-top: 0;
  font-size: 15px;
}

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

.intro-link-text-wrapper {
  z-index: 1;
  position: relative;
}

.intro-link-underline {
  height: 1px;
  background-color: #373c42;
}

.intro-link-underline.white {
  background-color: #eae8e4;
}

.link-hover-circle {
  width: 35px;
  height: 35px;
  background-color: #a294ff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.services-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-h3 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.service-icon {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

.procedure-step-title {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.procedure-step-title.one {
  position: relative;
}

.title-number {
  margin-right: 10px;
  font-family: Unica One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.circle-title {
  letter-spacing: .25px;
  font-weight: 600;
}

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

.title-content-wrapper {
  align-items: center;
  display: flex;
}

.contact-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-block {
  background-color: #9181ff;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.contact-form {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

.input {
  height: 53px;
  color: #949494;
  background-color: #f6f8fa;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 10px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.input::-ms-input-placeholder {
  color: #7f8893;
  font-size: 13px;
}

.input::placeholder {
  color: #7f8893;
  font-size: 13px;
}

.input.message {
  height: 130px;
}

.input.center {
  text-align: center;
}

.submit-button {
  color: #373c42;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .85;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.contact-block-number {
  width: 55px;
  height: 55px;
  background-color: #c4bcec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Unica One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: absolute;
  top: -23px;
  bottom: auto;
  left: -23px;
  right: auto;
}

.contact-blocks-right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.call-block {
  align-items: stretch;
  display: flex;
}

.call-text {
  margin-top: 5px;
  margin-right: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
}

.footer-wrapper.dark {
  background-color: #292e36;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-section {
  background-color: #fff;
}

.footer-block {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-block.right {
  align-items: center;
  margin-top: 40px;
}

.footer-nav-wrapper {
  width: 100%;
  max-width: 810px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-icon {
  color: #9181ff;
  font-family: "Fa solid 900", sans-serif;
}

.work-wrapper {
  align-items: flex-start;
  display: flex;
}

.work-block-left {
  width: 50%;
  margin-top: 20vh;
}

.work-card {
  min-height: 80vh;
  align-items: center;
  padding-top: 47%;
  padding-left: 7vh;
  padding-right: 7vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-link {
  z-index: 1;
  width: 20vh;
  height: 20vh;
  text-align: center;
  background-color: #a294ff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.work-card-overlay {
  background-color: rgba(131, 114, 240, .9);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plus-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-icon-bar {
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.plus-icon-bar-vertical {
  width: 2px;
  height: 25px;
  background-color: #fff;
  position: absolute;
}

.work-card-content {
  z-index: 2;
  width: 100%;
  max-width: 750px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10vh;
  display: none;
  position: relative;
}

.work-right-block {
  width: 50%;
}

.about-paragraph {
  color: #fff;
  margin-top: 20px;
}

.hover-indication-arrow {
  width: 100%;
  max-width: 25px;
  margin-top: 13px;
  margin-left: 35px;
  transform: rotate(180deg);
}

.bg-lines-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .15);
}

.about-image {
  width: 100%;
  min-height: 700px;
  background-image: url('../images/wwoman.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-wrapper {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  position: absolute;
}

.testimonial-wrapper.first {
  margin-right: 2.5%;
  right: -30px;
}

.testimonial-wrapper.second {
  top: auto;
  bottom: 50px;
  left: -200px;
  right: auto;
}

.testimonial {
  width: 100%;
  color: #373c42;
  border-left-style: none;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.client-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.client-info-wrapper {
  margin-left: 20px;
}

.client-info {
  color: #373c42;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.client-info.bold {
  font-weight: 500;
}

.client-info.name {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.core-values-wrapper {
  z-index: 9;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #abb9ca;
  border-left: 2px solid #abb9ca;
  border-right: 2px solid #abb9ca;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.browser-circles-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
}

.browser-circle {
  width: 13px;
  height: 13px;
  background-color: #abb9ca;
  border-radius: 50%;
  margin-right: 10px;
}

.core-value-block {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.core-value-block.second {
  border-left: 2px solid #abb9ca;
  margin-top: -150px;
}

.core-value-block.third {
  border-left: 2px solid #abb9ca;
  margin-top: -350px;
}

.core-value-block.fourth {
  border-left: 2px solid #abb9ca;
  margin-top: -210px;
}

.border-circle {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(55, 60, 66, .4);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -15px;
  left: -8.5px;
  right: auto;
}

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

.utility-page-content {
  width: 100%;
  max-width: 360px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  padding: 60px;
  display: flex;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .06);
}

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

.utility-button {
  color: #fff;
  text-align: center;
  background-color: #9181ff;
  border-radius: 3px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.style-guide-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-guide-info.margin-bottom {
  width: 100%;
  margin-bottom: 50px;
}

.licence-paragraph {
  max-width: 750px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.licenses {
  max-width: 770px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.licence {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.style-guide-image {
  width: 100%;
  object-fit: fill;
}

.license-image {
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.style-guide-image-2 {
  object-fit: cover;
}

.licence-photos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon {
  width: 100%;
  max-width: 20px;
}

.client-image {
  width: 100%;
  max-width: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.error-message {
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 22px;
}

.social-icon-white {
  width: 100%;
  max-width: 20px;
  display: none;
  position: absolute;
}

.about-image-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.faq-tabs {
  width: 100%;
}

.tab-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: 1;
  padding-left: 20px;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: border .2s;
}

.tab-heading:hover {
  border-bottom-color: #abb9ca;
  text-decoration: none;
}

.tab-heading.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #abb9ca;
}

.tabs-menu {
  border-bottom: 1px solid #abb9ca;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tab-content-wrapper {
  padding-top: 20px;
}

.question {
  color: #373c42;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.answer {
  color: #373c42;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.lightbox-wrapper {
  width: 100%;
  min-height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(67, 67, 67, .3));
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  border-right: 1px solid rgba(255, 255, 255, .15);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.client-logos-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 20px;
  display: grid;
}

.clients-info-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  color: #373c42;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.video-circle-text {
  width: 140px;
  height: 140px;
  background-color: #f8fe91;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
  position: relative;
}

.play-icon {
  width: 140px;
  position: absolute;
}

.overlay {
  background-color: rgba(206, 206, 206, .3);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle {
  color: #7f8893;
  margin-top: 20px;
}

.subtitle.small {
  color: #373c42;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

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

.subtitle.less-top-margin {
  margin-top: 10px;
}

.subtitle.small-white {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.subtitle.white {
  color: #fff;
}

.bg {
  width: 130vw;
  height: 130vw;
  filter: blur(110px);
  background-color: #fb501a;
  border-radius: 50%;
  display: none;
  position: absolute;
}

.bg-copy {
  width: 60vw;
  height: 60vw;
  filter: blur(110px);
  background-color: #708bba;
  border-radius: 50%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-bg-2 {
  color: #fb501a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-border {
  border-top: 1px solid #7b918f;
  margin-top: 5px;
  padding-top: 7px;
}

.mini-title {
  color: #88919b;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 16px;
}

.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.bold {
  font-weight: 500;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.faq-left {
  width: 48%;
  margin-right: 2%;
}

.notice {
  min-height: 50px;
  padding-top: 15px;
  font-size: 12px;
}

.notice-text {
  color: #abb9ca;
  font-size: 13px;
  line-height: 21px;
}

.footer-notice-link {
  color: #abb9ca;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  opacity: .85;
  color: #8372f0;
}

.footer-notice-link.w--current {
  color: #2472f3;
}

.accordion-item-trigger {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.accordion-wrapper {
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  padding: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  overflow: hidden;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.full-width {
  flex: 1;
}

.faq-right {
  width: 48%;
}

.h2-big.white {
  color: #fff;
}

.values {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.h3-medium {
  font-family: Yeseva One, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.flex-top {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.button-outline {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 500px;
  padding: 15px 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-outline:hover {
  color: #373c42;
  background-color: #fff;
  text-decoration: none;
}

.work-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-card-image._2 {
  background-image: url('../images/moisture.png');
}

.work-card-image._1 {
  background-image: url('../images/Mocks.jpg');
}

.work-card-image._4 {
  background-image: url('../images/mist.jpg');
}

.work-card-image._3 {
  background-image: url('../images/elixir.png');
}

.work-card-image._5 {
  background-image: url('../images/perfume.jpg');
}

.work-card-image._6 {
  background-image: url('../images/deo.jpg');
}

.work-card-image._1 {
  background-image: url('../images/pump-05.jpg');
}

.hero-ilustrations {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 63px auto 100px;
  display: flex;
  position: relative;
}

.hero-illustration-2 {
  max-width: 435px;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: 39%;
  right: auto;
}

.hero-illustration-3 {
  width: 100%;
  max-width: 250px;
  position: relative;
}

.white {
  color: #fff;
}

.brand {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.procedure-subtitle {
  width: 100%;
  max-width: 800px;
  color: #7f8893;
  text-align: center;
  letter-spacing: .25px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.procedure-subtitle.procedure-step-details {
  width: auto;
  max-width: none;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.separator-2 {
  width: 200px;
  height: 1px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.separator-2.regular {
  width: 1px;
  height: 50px;
  background-color: #7f8893;
  margin-top: 0;
  margin-bottom: 0;
}

.procedure-wrapperr {
  border-top: 1px solid #373c42;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 3rem;
  position: relative;
}

.procedure-wrapperr.first {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.procedure-wrapperr.third {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 4rem;
  display: flex;
}

.procedure-wrapperr.fourth {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 8rem;
  display: flex;
}

.procedure-wrapperr.sixth {
  border-bottom: 1px solid #373c42;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6rem;
  padding-right: 0;
  display: flex;
}

.procedure-wrapperr.fifth {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 6rem;
  display: flex;
}

.procedure-wrapperr.second {
  justify-content: center;
  align-items: center;
  padding-left: 16rem;
  display: flex;
}

.hover-circle-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hover-circle {
  z-index: 99;
  width: 400px;
  height: 400px;
  background-color: #d9e3e3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  top: -142px;
}

.circle-number {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #222;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Unica One, sans-serif;
  font-weight: 400;
  display: flex;
}

.title-hover-circle {
  z-index: 9;
  width: 400px;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.title-hover-circle.fifth {
  left: auto;
}

.title-hover-circle.third {
  width: 530px;
  left: auto;
}

.title-hover-circle.fourth, .title-hover-circle.second, .title-hover-circle.sixth {
  left: auto;
}

.text-span {
  color: #8372f0;
}

.bold-text {
  color: #a294ff;
}

.right-margin {
  margin-right: 10px;
}

.div-block {
  background-color: #7f8893;
}

.instructions {
  width: 100%;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-last-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.go-up-button {
  z-index: 50;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #a294ff;
  background-image: url('../images/proximo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.announcement {
  text-align: center;
  background-color: #e1e7f3;
  justify-content: center;
  display: flex;
  position: relative;
}

.announcement-container {
  width: 100%;
  padding: 10px 35px;
}

.close-button {
  z-index: 3;
  width: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-x {
  z-index: 0;
  position: relative;
}

.announcement-box {
  width: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.top-link {
  color: #373c42;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

.top-link:hover {
  opacity: .85;
  text-decoration: none;
}

.text-block {
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.container {
  margin-bottom: 50px;
}

html.w-mod-js [data-ix="circle-move"], html.w-mod-js [data-ix="circle-outline-move"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="indication-arrow-move"] {
  transform: translate(0)rotate(180deg);
}

@media screen and (min-width: 1280px) {
  .title-small {
    color: #69707b;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }

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

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h5 {
    font-size: 28px;
    line-height: 34px;
  }

  h6 {
    font-size: 26px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .navigation {
    z-index: 99;
    padding-right: 0;
    position: relative;
  }

  .nav-menu {
    z-index: 50;
    width: 100%;
    max-width: 300px;
    background-color: #edeaf9;
    padding-top: 100px;
    padding-left: 50px;
  }

  .menu-button {
    padding: 10px 40px;
  }

  .menu-button.w--open {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .nav-link.footer-link {
    width: auto;
    color: #373c42;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link-underline {
    background-color: #373c42;
  }

  .dot.desktop-only {
    display: none;
  }

  .social-links-wrapper {
    justify-content: flex-start;
  }

  .nav-hover-circle.large {
    width: 40px;
    height: 40px;
  }

  .nav-hover-circle.desktop-only {
    display: none;
  }

  .nav-link-text-wrapper {
    overflow: hidden;
  }

  .hero-section {
    padding-bottom: 40px;
  }

  .hero-section.home {
    padding-top: 40px;
  }

  .content-wrapper.verticle-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 60px;
    line-height: 65px;
  }

  .hero-subtitle.left-small {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-illustration {
    width: 70%;
  }

  .buttons-wrapper {
    margin-top: 30px;
  }

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

  .content-section.padding-top {
    padding-top: 100px;
  }

  .content-block.width {
    max-width: 400px;
  }

  .content-block.about {
    width: 100%;
    max-width: 400px;
  }

  .intro-link {
    font-size: 16px;
    line-height: 26px;
  }

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

  .title-number {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-grid {
    grid-column-gap: 50px;
    margin-top: 60px;
  }

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

  .contact-block-number {
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25px;
  }

  .call-text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper.dark {
    align-items: center;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block.right {
    align-items: flex-start;
    margin-top: 30px;
  }

  .work-block-left {
    margin-top: 15vh;
  }

  .work-card {
    min-height: 70vh;
    padding-top: 49%;
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .work-link {
    width: 15vh;
    height: 15vh;
  }

  .about-image {
    width: 100%;
    max-width: 575px;
  }

  .testimonial-wrapper.first {
    right: 0;
  }

  .testimonial-wrapper.second {
    left: auto;
    right: 0;
  }

  .core-values-wrapper {
    margin-top: 270px;
  }

  .core-value-block.second {
    margin-top: -210px;
  }

  .core-value-block.third {
    margin-top: -250px;
  }

  .core-value-block.fourth {
    margin-top: -290px;
  }

  .social-icon {
    display: none;
  }

  .menu-icon {
    width: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .menu-icon-line-middle {
    height: 2px;
    background-color: #000;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top, .menu-icon-line-bottom {
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .social-icon-white {
    display: block;
  }

  .about-image-wrapper {
    justify-content: flex-start;
  }

  .tab-heading {
    justify-content: center;
    display: flex;
  }

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

  .answer {
    font-size: 14px;
    line-height: 22px;
  }

  .lightbox-wrapper {
    min-height: 500px;
  }

  .clients-info-text {
    width: 100%;
    max-width: 600px;
  }

  .hero-ilustrations {
    width: 90%;
  }

  .hero-illustration-2 {
    width: 53%;
    top: 92px;
  }

  .hero-illustration-3 {
    width: 30%;
  }

  .nav-container {
    z-index: 100;
    position: relative;
  }

  .go-up-button {
    width: 45px;
    height: 45px;
    background-size: 20px;
  }

  .announcement-box {
    max-width: 100%;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 26px;
    line-height: 32px;
  }

  h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .navigation {
    padding-left: 30px;
  }

  .menu-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link.footer-link {
    margin-right: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .dot.black {
    display: none;
  }

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

  .hero-title {
    font-size: 55px;
    line-height: 50px;
  }

  .content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-section.no-padding-bottom {
    padding-bottom: 80px;
  }

  .content-section.padding-top {
    padding-top: 80px;
  }

  .circle-title {
    font-size: 18px;
    line-height: 22px;
  }

  .contact-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-blocks-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrapper {
    padding-top: 20px;
  }

  .footer-nav-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .work-wrapper {
    flex-direction: column;
  }

  .work-block-left {
    width: 100%;
    margin-top: 0;
  }

  .work-card {
    min-height: 55vh;
    padding-top: 36%;
  }

  .work-right-block {
    width: 100%;
  }

  .about-image {
    max-width: 450px;
  }

  .testimonial-wrapper.first {
    margin-right: 7%;
    right: 0;
  }

  .testimonial-wrapper.second {
    right: 0;
  }

  .core-values-wrapper {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .browser-circles-wrapper {
    display: none;
  }

  .core-value-block.second, .core-value-block.third, .core-value-block.fourth {
    border-top: 2px solid rgba(55, 60, 66, .4);
    border-left-style: none;
    margin-top: 0;
  }

  .border-circle {
    top: -8px;
    bottom: auto;
    left: -15px;
    right: auto;
  }

  .utility-page-content {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .tab-heading {
    font-size: 12px;
    line-height: 18px;
  }

  .lightbox-wrapper {
    max-width: 450px;
    min-height: 600px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

  .notice {
    margin-top: 0;
  }

  .procedure-subtitle.procedure-step-details {
    font-size: 13px;
    line-height: 20px;
  }

  .separator-2.regular {
    height: 30px;
  }

  .procedure-wrapperr {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .procedure-wrapperr.third {
    justify-content: flex-start;
    padding-right: 0;
  }

  .procedure-wrapperr.fourth {
    padding-right: 0;
  }

  .procedure-wrapperr.sixth {
    justify-content: flex-end;
    padding-left: 0;
  }

  .procedure-wrapperr.fifth {
    justify-content: flex-start;
    padding-right: 0;
  }

  .procedure-wrapperr.second {
    justify-content: flex-end;
    padding-left: 0;
  }

  .hover-circle {
    width: 300px;
    height: 300px;
  }

  .go-up-button {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }

  .announcement {
    z-index: 0;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

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

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .navigation {
    grid-template-columns: .5fr 1fr;
    padding-left: 15px;
  }

  .nav-menu {
    max-width: none;
  }

  .menu-button {
    padding-right: 15px;
  }

  .nav-link.footer-link {
    width: 43%;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 25px;
  }

  .nav-hover-circle.large {
    width: 36px;
    height: 36px;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper.grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-label {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-title {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-subtitle.copyright {
    max-width: 220px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }

  .circle-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-wrapper.flex-left {
    flex-direction: row;
  }

  .info-wrapper.center {
    flex-direction: column;
  }

  .buttons-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .button.second {
    margin-top: 20px;
    margin-left: 0;
  }

  .separator.white {
    display: none;
  }

  .separator._1 {
    max-width: 40px;
    flex: 1;
  }

  .content-section {
    padding: 60px 15px;
  }

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

  .content-section.no-padding-bottom {
    padding-bottom: 0;
  }

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

  .content-block.top-margin {
    margin-top: 0;
  }

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

  .service-icon {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .procedure-step-title.two {
    width: 100%;
  }

  .title-number {
    font-size: 16px;
    line-height: 22px;
  }

  .circle-title {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-block-number {
    left: 15px;
  }

  .footer-wrapper {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block, .footer-block.right {
    align-items: center;
  }

  .footer-nav-wrapper {
    flex-flow: wrap;
    align-items: center;
  }

  .work-card {
    min-height: 60vh;
    padding-top: 160px;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .work-link {
    width: 12vh;
    height: 12vh;
  }

  .about-image {
    min-height: 500px;
  }

  .testimonial-wrapper.first {
    margin-right: 0%;
    position: static;
  }

  .testimonial-wrapper.second {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .core-values-wrapper {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .core-value-block {
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .core-value-block.fourth {
    margin-bottom: 0;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .about-image-wrapper {
    flex-direction: column;
  }

  .tab-heading {
    min-height: 60px;
    border-bottom-color: rgba(0, 0, 0, .1);
    align-items: center;
    padding-top: 13px;
  }

  .tabs-menu {
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
  }

  .lightbox-wrapper {
    min-height: 500px;
  }

  .client-logos-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .clients-info-text {
    font-size: 12px;
    line-height: 18px;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .faq-left {
    width: 100%;
    margin-right: 0%;
  }

  .accordion-wrapper.last {
    margin-bottom: 0;
  }

  .faq-right {
    width: 100%;
  }

  .separator-2.regular {
    display: none;
  }

  .procedure-wrapperr {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .procedure-wrapperr.first, .procedure-wrapperr.third, .procedure-wrapperr.fourth, .procedure-wrapperr.sixth, .procedure-wrapperr.fifth, .procedure-wrapperr.second {
    justify-content: center;
  }

  .hover-circle {
    width: 220px;
    height: 220px;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .circle-number {
    display: none;
  }

  .title-hover-circle {
    width: 100%;
    display: flex;
    left: 0;
  }

  .title-hover-circle.third {
    width: 100%;
  }

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

  .instructions {
    width: 100%;
    margin-right: 0%;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .announcement {
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button {
    margin-right: 0;
  }
}

#w-node-_17cd79f7-be6b-74bc-1058-eafdba72023f-ed4cf254, #w-node-_17cd79f7-be6b-74bc-1058-eafdba720246-ed4cf254, #w-node-adda055f-bb75-acfb-0c0d-a61aa8d4451a-ed4cf254, #w-node-a92041b4-3676-1d5d-557a-e95bf9001440-ed4cf254 {
  align-self: start;
}

#w-node-ca37d7f7-22af-20c9-ff5c-bd97b51f6ed9-b51f6ed6 {
  align-self: center;
}

#w-node-ca37d7f7-22af-20c9-ff5c-bd97b51f6edc-b51f6ed6 {
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ca37d7f7-22af-20c9-ff5c-bd97b51f6f04-b51f6ed6 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ca37d7f7-22af-20c9-ff5c-bd97b51f6edc-b51f6ed6 {
    align-self: center;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}