:root {
  --dark-slate-blue-2: #4c3662;
  --midnight-blue-2: #21103d;
  --midnight-blue: #2c274d;
  --dark-slate-blue: #4c3662;
  --blue-violet: #7e47d6;
  --dim-grey: #6e6b75;
  --dark-grey: #aaa3b3;
  --white-smoke-2: #f7f5f7;
  --gainsboro: #ebe7e7;
  --medium-orchid-2: #e002c6;
  --cornflower-blue: #81abff;
  --medium-orchid: #b934cf;
  --black: #333;
  --white-smoke: #f8f8f8;
  --medium-purple: #b181ff;
  --khaki: #fff081;
  --light-steel-blue: #bfdefd;
  --white: white;
  --cyan: #00ebf6;
  --khaki-2: #fff081;
  --khaki-3: #f5e100;
  --magenta: #ff31ed;
  --magenta-2: #00ebf6;
  --thistle: #cebfdd;
  --light-sea-green: #00ada5;
  --white-smoke-3: #f3f3f3;
  --lemon-chiffon: #fffec0;
  --dodger-blue: #408cff;
  --dark-grey-2: #a6a0ad;
  --orange-1: #db7c00;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
}

h1 {
  color: var(--dark-slate-blue-2);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 1em;
}

h2 {
  color: var(--midnight-blue-2);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

h4 {
  color: var(--midnight-blue-2);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.1em;
}

h5 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3em;
}

h6 {
  color: #2e2438;
  letter-spacing: 0;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
}

p {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4em;
}

a {
  color: #408cff;
  align-self: center;
  font-weight: 400;
  text-decoration: none;
}

ul {
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
}

li {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px #f83f5a;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 8px 24px;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.4em;
}

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

figcaption {
  color: #777;
  text-align: left;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.section {
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10% 2%;
  display: flex;
}

.section.grey-section {
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

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

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.no-bottom-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.no-paddings {
  padding: 147px 0;
}

.section.estimate-image-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.brands-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.brands-bg-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.cta-bg-section {
  color: #8e38db;
  background-image: linear-gradient(#7f3f98, #7f3f98), url('../images/IMG_0900.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.estimate-grey-section {
  background-color: #f8f8f8;
}

.section.white {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  line-height: 32px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #7f3f98;
  border-radius: 100px;
  height: 52px;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 23px;
  transition: all .3s;
}

.button:hover {
  color: #7f3f98;
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 9px rgba(0, 0, 0, .32);
}

.button.subscribe-button {
  margin-left: 24px;
}

.button.form-button {
  background-color: #2c6fff;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 300;
}

.button.float-subscribe-button {
  margin-left: 16px;
}

.button.white-button {
  letter-spacing: 2px;
  transition: none;
}

.button.dark {
  color: #fff;
  background-color: #7f3f98;
}

.button.dark:hover {
  background-color: #a23aca;
}

.button.dark:active {
  background-color: #472355;
}

.nav-bar {
  z-index: 200;
  opacity: 1;
  color: #fff;
  background-color: rgba(17, 17, 17, .9);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-link {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.logo-link.w--current {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-right: 60px;
  display: flex;
}

.nav-link {
  color: #888;
  letter-spacing: 1px;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  transition-property: none;
}

.nav-link.w--current:hover {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.nav-link.dropdown {
  padding-right: 32px;
}

.nav-link.nav-link-white {
  color: #fff;
}

.nav-link.workwus {
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  padding: 8px 18px;
  transition: all .2s;
  display: flex;
}

.nav-link.workwus:hover {
  color: #111;
  background-color: #fff;
}

.container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1 {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 62px;
  display: inline-block;
}

.paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
  line-height: 20px;
}

.paragraph.extar-large {
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 140%;
}

.paragraph.extar-large._2colums {
  letter-spacing: 0;
  column-count: 2;
  column-span: none;
  column-gap: 91px;
  margin-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.paragraph-small {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
}

.grey-section {
  text-align: center;
  background-color: #f8f8f8;
}

.team-member-links {
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .27);
}

.input {
  color: #3b6c9c;
  letter-spacing: .3px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 52px;
  margin-bottom: 15px;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2px;
  transition: transform .2s;
}

.input:hover {
  border-color: #8e38db;
}

.input:active {
  color: #252525;
}

.input:focus {
  color: #252525;
  border-color: #ddd;
}

.input::placeholder {
  color: #d1cfdd;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  margin-bottom: 20px;
  padding-top: 16px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}

.input.text-area::placeholder {
  color: #d1cfdd;
}

.input.footer-input {
  margin-bottom: 0;
  margin-right: -1px;
}

.input.subscribe-input {
  background-image: url('../images/subscribe-icon_1subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

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

.footer-logo {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 22px 15px 22px 0;
  display: block;
}

.footer-logo.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-bottom {
  color: #777;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 2px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-bottom-text-left {
  color: var(--dim-grey);
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .11);
  flex: 1;
  justify-content: center;
  margin-bottom: 8px;
  margin-right: 0;
  font-size: 14px;
  display: flex;
}

.footer-bottom-link {
  color: #111;
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-bottom-link-right {
  color: #111;
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.works-v2 {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
}

.work-v2 {
  flex-wrap: wrap;
  margin: 0 2px 4px;
  padding-top: 1px;
  position: relative;
}

.card-link {
  flex-flow: wrap;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more-link {
  color: #111;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-content-small {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 0%;
  margin-right: 6%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.side-content-small.left {
  width: 70%;
  margin-left: 0%;
}

.side-content-small.right {
  flex: 0 auto;
  margin-top: 0;
  margin-right: 0%;
}

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

.footer-about {
  color: #777;
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer {
  background-color: var(--dark-slate-blue);
  text-align: left;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.6667%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: #777;
  font-size: 14px;
  line-height: 36px;
  display: block;
}

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

.footer-subscribe {
  flex: 1;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 20px;
}

.footer-subscribe-form {
  margin-bottom: 16px;
  padding-top: 12px;
  display: flex;
}

.work-card-info {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .49);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 26px 40px;
  display: flex;
  position: absolute;
  box-shadow: 0 3px 9px rgba(46, 50, 60, .18);
}

.work-card-info:hover {
  opacity: 1;
}

.subscribe-form {
  align-items: center;
  padding: 24px 8.33333% 8px;
  display: flex;
}

.subscribe-info {
  color: #777;
  text-align: left;
  width: 41.6667%;
  padding: 20px 24px 20px 15px;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-header {
  color: #111;
  margin-top: 7px;
  margin-bottom: 1px;
}

.team-member-color-photo {
  z-index: 5;
  background-color: #bbb;
  border-radius: 8px;
  height: 360px;
  position: relative;
  transform: translate(40px, -40px);
  box-shadow: 0 5px 18px rgba(46, 50, 60, .27);
}

.work-card-v5-header {
  letter-spacing: 1px;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 22px;
}

.work-card-v5-header.subtitle {
  color: #d1cfdd;
  margin-top: 5px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer-v4 {
  opacity: .31;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-v4-about {
  color: #777;
  flex-direction: column;
  align-items: flex-start;
  width: 41.66%;
  margin-bottom: 33px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 8%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v2-column {
  flex-direction: row;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.contact-popup-window {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  border-top: 4px solid #ffb567;
  width: 470px;
  margin-bottom: 0;
  padding: 24px 64px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .27);
}

.contact-window-form {
  padding-top: 16px;
}

.page-loader {
  z-index: 1000;
  color: #f8f8f8;
  background-image: url('../images/preloader_1preloader.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-wrapper {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-dropdown-link {
  color: #111;
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #f83f5a;
}

.nav-dropdown-link.w--current {
  color: #111;
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.nav-dropdown-icon {
  color: #a5aab6;
  margin-right: 12px;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-top: -16px;
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .09);
}

.hero-promo-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.grey-text {
  color: #777;
  text-align: left;
  margin-top: 10px;
  font-weight: 300;
}

.utility-page-section {
  color: #fff;
  background-color: #f8f8f8;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/breather-187924.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.password-window {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-top: 4px solid #ffb567;
  flex-direction: column;
  width: 370px;
  margin-top: 24px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

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

.gallery-hover {
  opacity: 0;
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(rgba(46, 50, 60, .3), rgba(46, 50, 60, .3));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 66px, auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-top-line {
  width: 20px;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error {
  color: #f83f5a;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.answer {
  color: #777;
  padding-left: 80px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.popup-wrapper {
  opacity: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-overlay {
  background-color: rgba(17, 17, 17, .5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.password-icon {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.float-card {
  z-index: 250;
  color: #111;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  width: 160px;
  margin-bottom: 0;
  padding: 24px 20px;
  font-size: 13px;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  left: -1px;
  overflow: hidden;
}

.float-subscribe-form {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 392px;
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
}

.float-card-close {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/close-small-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.float-card-close:hover {
  opacity: 1;
}

.social-icons {
  display: flex;
}

.social-icons.footer-v2-icons {
  margin-top: 40px;
}

.social-icons.footer-v4-icons {
  align-items: flex-end;
  margin-top: 16px;
}

.social-icon-container {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.center-wrapper.dark-bg-wrapper {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 0;
  padding: 1px 10px;
  line-height: 35px;
  display: block;
}

.cta-description {
  margin-bottom: 40px;
}

.section-header-icon {
  width: 64px;
  margin-bottom: 24px;
}

.brands {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand-logo {
  margin: 9px 12px;
  padding: 8px;
}

.brand-logo.white-logo {
  opacity: .75;
  transition: opacity .2s;
}

.brand-logo.white-logo:hover {
  opacity: 1;
}

.brand-logo.grey-logo {
  opacity: .4;
  transition: opacity .2s;
}

.brand-logo.grey-logo:hover {
  opacity: 1;
}

.brand-logo.color-logo {
  transition: filter .2s;
}

.brand-logo.color-logo:hover {
  filter: grayscale();
}

.more-arrow-icon {
  float: left;
  margin-top: 5px;
}

.more-link-text {
  z-index: 1;
  float: left;
  position: relative;
}

.heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon_1heart-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.hover-line {
  opacity: .16;
  background-color: #ffb567;
  width: 100%;
  height: 24px;
  margin-left: 12px;
  transform: translate(-130%);
}

.contact-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.contact-float-button {
  z-index: 1000;
  background-color: #8e38db;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 6px 18px rgba(17, 17, 17, .37);
}

.contact-float-button:hover {
  box-shadow: 0 6px 18px rgba(17, 17, 17, .13);
}

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

.white-button {
  color: #111;
  background-color: #fff;
}

.white-button:hover {
  background-color: #e4e4e4;
}

.ghost-white-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s, color .2s;
  box-shadow: inset 0 0 0 2px #fff;
}

.ghost-white-button:hover {
  color: #111;
  background-color: #fff;
}

.contact-card-line {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.work-card-image {
  transform: scale(1.08);
}

.minimize-icon {
  opacity: .2;
  border: 1px solid #111;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  opacity: .4;
}

.minimize-icon-line {
  background-color: #111;
  width: 8px;
  height: 2px;
}

.instagram-photos {
  width: 100%;
  max-width: none;
}

.instagram {
  justify-content: space-between;
  align-items: center;
  padding: 48px 115px;
  display: flex;
}

.instagram-info {
  text-align: left;
  align-items: center;
  max-width: 470px;
  display: flex;
}

.instagram-link {
  color: #f83f5a;
}

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

.instagram-icon {
  width: 64px;
  margin-right: 24px;
}

.instagram-text {
  margin-top: 16px;
}

.request {
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.request-form {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.request-block-half {
  padding-left: 0;
  padding-right: 0;
}

.request-block-full {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-area {
  padding: 20px;
}

.simple-review-name {
  color: #df3a74;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
}

.simple-review-name.white {
  color: #fff;
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 600;
}

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

.social-icon-hover {
  position: absolute;
  transform: translate(0, 32px);
}

.image-6 {
  background-image: none;
  margin-top: 0;
}

.logo-item {
  text-align: center;
  background-color: #fff;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 30px;
  margin: 0 10px;
  padding: 60px 30px;
  display: flex;
}

.icon {
  opacity: .5;
  align-self: center;
  width: 80px;
}

.footer-contact-me {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.logo-txt {
  color: #f8f8f8;
  letter-spacing: 2px;
  align-self: center;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.h2 {
  color: #7f3f98;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  display: flex;
}

.h2.promotion {
  color: #fff;
  font-size: 50px;
  line-height: 62px;
  display: block;
}

.collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.image-13 {
  color: #af2323;
  border: 1px solid #f83f5a;
}

.logo-img {
  filter: brightness(1000%);
  color: #debaff;
  max-width: 92%;
  margin-right: 10px;
  display: block;
}

.title-wraper {
  text-align: center;
  margin-bottom: 60px;
}

.title-wraper.left {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 25px;
}

.h4 {
  color: #7f3f98;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
}

.h4.green {
  color: #03d3ad;
}

.h4.all-links:hover {
  color: #cd4dff;
}

.success {
  background-color: #fff;
  padding-top: 33px;
  padding-bottom: 33px;
}

.error-box {
  background-color: rgba(255, 0, 0, .13);
  border-radius: 5px;
  margin-top: 23px;
  padding: 28px;
}

.wrong-txt {
  color: #983f49;
  line-height: 21px;
}

.work-index-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.links:hover {
  color: #cd4dff;
}

.section---main {
  text-align: left;
  background-color: #f2f2f2;
  padding: 100px 60px;
  display: block;
}

.section---main.color {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section---main.padding {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.section---main.padding.color {
  background-color: #df3a74;
}

.section---main.footernew {
  color: #2e2438;
  text-align: center;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.mainbtn {
  box-shadow: none;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #bd13a6;
  border: 1px #ce3798;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 0 40px;
  font-size: 19px;
  font-weight: 400;
  line-height: 0;
  transition: all .475s;
  display: flex;
}

.mainbtn:hover {
  color: #fff;
  background-color: #d62fc0;
}

.mainbtn.w--current {
  min-width: 200px;
}

.mainbtn.margin-right {
  display: none;
}

.mainbtn.big-cta {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.mainbtn.emailus {
  width: 100%;
  min-width: 320px;
}

.features-2 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 0%;
  display: flex;
}

._2-buttons-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-buttons-2.left {
  display: none;
}

.footer-bottom-link-2 {
  color: #111;
}

.footer-bottom-link-2:hover {
  text-decoration: underline;
}

.section-header {
  color: #252525;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.section-header.bigwhite {
  color: #fff;
}

.menu-button-3.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.menu-button-3.white-menu-button.w--open {
  z-index: 110;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section-header-wrapper {
  text-align: center;
  border-left: 3px #df3a74;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 32px;
  display: flex;
}

.section-header-wrapper.white-b {
  border-left-width: 3px;
  border-left-color: #fff;
  margin-bottom: 20px;
}

.nav-link-main {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 7px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.nav-link-main:hover {
  color: #bcb5c5;
}

.nav-link-main:active, .nav-link-main:focus {
  color: #f2f2f2;
}

.nav-link-main.w--current:focus {
  border-bottom: 1px solid #757474;
}

.nav-link-main.contact {
  color: #2f2d3b;
  border: 2px solid #df3a74;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-right: 0;
  padding: 0 20px;
  transition: all .2s;
  display: flex;
}

.nav-link-main.contact:hover {
  color: #fff;
  background-color: #df3a74;
  border-style: none;
}

.nav-link-main.contact.white {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 20px;
  width: auto;
  height: 2.1em;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-main.contact.white:hover {
  color: #fff;
  background-color: #bd13a6;
  border-color: #bd13a6;
}

.nav-link-main.hide, .nav-link-main.hide.w--current {
  display: none;
}

.heading-1 {
  color: #2f2d3b;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
}

.input-2 {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  line-height: 1.2em;
  transition: border-color .3s;
}

.input-2:active {
  color: #403a53;
  border-color: #34b1dc;
  font-size: 18px;
}

.input-2:focus {
  border-color: #ddd;
}

.input-2::placeholder {
  color: #9b9b9b;
  letter-spacing: -.4px;
  font-size: 18px;
  font-weight: 300;
}

.input-2.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input-2.text-area.big {
  min-height: 111px;
}

.form-error-2 {
  color: #f83f5a;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.subtitle-small {
  color: #bbb;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.subtitle-small.vision {
  color: #fff;
  font-size: 17px;
}

.content-box {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content-box.nav {
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0%;
}

.content-box.vision {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.content-box.contact {
  align-items: center;
  width: 50%;
}

.hero-value-prop {
  text-align: left;
  border-left: 3px #df3a74;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 19%;
  margin-bottom: 4%;
  display: flex;
}

.main-btn {
  letter-spacing: 1px;
  background-color: #df3a74;
  padding-left: 30px;
  padding-right: 30px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: none;
}

.poster-header {
  color: #666;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.poster-header.vision {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 39px;
}

.sub-title-wraper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.vision-left-side {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-right: 80px;
  display: flex;
}

.vision {
  opacity: 1;
  border-radius: 6px;
}

.sig {
  filter: brightness(0%) invert();
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}

.vision-sig {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.vision-sig-all {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.founder-circle {
  border-radius: 200px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: block;
}

.wedo {
  justify-content: flex-start;
  margin-top: 25px;
  display: none;
}

.wedo-txt {
  color: #df3a74;
  border-radius: 200px;
  margin-right: 20px;
  padding: 2px 16px;
  font-size: 16px;
}

.error {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.offer-container-main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 340px;
  max-width: 320px;
  display: flex;
}

.faq {
  grid-column-gap: 86px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2 {
  color: #32526e;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.h2-2 {
  font-size: 42px;
  line-height: 40px;
}

.value-prop-item {
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px 30px;
  display: flex;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .09);
}

.div-block-8 {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}

.div-block-9 {
  margin-bottom: 29px;
}

.white {
  color: #fff;
}

.proccess-step {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.portfolio-work {
  flex-direction: row;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
  display: flex;
}

.title-paragraph {
  margin-top: 25px;
}

.title-paragraph.big {
  width: 100%;
  margin-top: 0;
  margin-bottom: 122px;
}

.color {
  color: #bd13a6;
}

.right-div {
  flex-direction: column;
  align-items: flex-start;
}

.section-title {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-bar-inner {
  z-index: 200;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-18 {
  align-self: center;
  width: 100%;
}

.section-title-area {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.dark {
  color: #2e2438;
}

.right {
  text-align: left;
}

.accordion-item-trigger {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.founder {
  background-image: url('../images/1643648809707.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 130px;
  height: 130px;
  margin: 20px;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.div-block-45 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.link-6 {
  color: #00a1d8;
  margin-right: 0;
}

.page-padding {
  padding: 55px 4rem 69px;
}

.section_home-testimonal {
  padding-top: 4rem;
  padding-bottom: 11.7rem;
}

.section_home-testimonal.color {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .88) 22%, rgba(0, 0, 0, .73) 38%, rgba(0, 0, 0, 0)), url('../images/background_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.client-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.688rem;
}

.client-sub-text {
  color: var(--dark-slate-blue-2);
  text-align: center;
  letter-spacing: .001rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.filter-link-button {
  z-index: 5000;
  background-color: rgba(255, 255, 255, .77);
  border-radius: 80px;
  flex-direction: row;
  align-content: flex-end;
  align-items: center;
  padding: .5rem 1.6rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px 2px #e9e6fc;
}

.container-huge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_div {
  background-color: var(--white-smoke-2);
  border-radius: 130px;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-wrapper.margin-top-30px {
  margin-top: 1.875rem;
}

.see-all-testimonal-button {
  color: #4c3662;
  text-align: center;
  letter-spacing: .05rem;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #4c3662;
  border-radius: 8px;
  min-width: 16rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.see-all-testimonal-button:hover {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
}

.legendry-content-wrapper {
  text-align: center;
}

.services-we-provide {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
}

.services-provided-text {
  color: var(--dark-slate-blue);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.subscription-card {
  grid-row-gap: 20px;
  box-shadow: 0 0 13px 2px var(--gainsboro);
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 2.6rem 1.8rem 3rem;
  display: flex;
}

.subscribe-title {
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  margin-bottom: .25rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.4rem;
}

.subscription-sub-text {
  font-size: 1rem;
  line-height: 1.4rem;
}

.get-started-button {
  background-color: var(--medium-orchid-2);
  letter-spacing: .4px;
  text-transform: none;
  border-radius: 8px;
  align-self: stretch;
  min-width: 10rem;
  margin-bottom: 1.25rem;
  padding: 1.3rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.375rem;
  transition: all .2s;
}

.get-started-button:hover {
  background-color: #f527dd;
  transform: scale(1.01);
}

.book-a-call {
  color: #4d80d8;
  letter-spacing: .5px;
  text-transform: none;
  border-bottom: 1px solid rgba(129, 171, 255, 0);
  padding-bottom: 2px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .2s;
}

.book-a-call:hover {
  border-bottom: 1px solid var(--cornflower-blue);
}

.point-list {
  color: var(--black);
  margin-bottom: 1.2rem;
  font-size: 15px;
  font-weight: 400;
}

.section-footer {
  background-color: var(--dark-slate-blue);
  padding-top: 4.063rem;
  padding-bottom: 4.063rem;
}

.footer-component {
  justify-content: space-between;
  display: flex;
}

.footer-left-wrapper {
  grid-row-gap: 21px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 12rem;
  flex-direction: row;
  display: flex;
}

.footer-brand-logo.w--current {
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.footer-new-logo {
  height: 100%;
}

.footer-links-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.footer-page-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  align-self: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.gradient-side-wrapper {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 49%;
  right: 0%;
}

.brand-item {
  opacity: .58;
  height: auto;
}

.system-requirement-block {
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.paragraph-21 {
  color: #fff;
}

.services-provided-text-2 {
  color: var(--midnight-blue-2);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.client-title-2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.688rem;
}

.client-sub-text-2 {
  color: #4c3662;
  text-align: center;
  letter-spacing: .001rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.legendry-content-wrapper-2 {
  text-align: left;
}

.contact {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
  display: none;
}

.title {
  margin-top: 23px;
  margin-bottom: 40px;
}

.body-5 {
  font-family: Orbitron, sans-serif;
}

.big {
  font-size: 1.8rem;
}

.sub {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.link-15 {
  font-weight: 300;
}

.heading-73 {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.2em;
}

.div-block-95 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.basic {
  background-image: url('../images/poster-a.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-56 {
  border-radius: 30px;
  width: 128px;
  height: 128px;
}

.div-block-96 {
  margin: 30px;
}

.heading-77 {
  text-align: center;
}

html.w-mod-js [data-ix="preloader"] {
  display: block;
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-bar"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="slide-up-2"], html.w-mod-js [data-ix="slide-up-3"], html.w-mod-js [data-ix="slide-up-4"], html.w-mod-js [data-ix="slide-up-5"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="slide-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="slide-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="float-subcribe-card"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="skill-slider-1"], html.w-mod-js [data-ix="skill-slider-2"], html.w-mod-js [data-ix="skill-slider-3"], html.w-mod-js [data-ix="skill-slider-4"] {
  width: 0;
}

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

@media screen and (min-width: 1280px) {
  .page-padding {
    padding-bottom: 120px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  h6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gradient-side-wrapper {
    left: 48.5%;
  }

  .sub {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .gradient-side-wrapper {
    left: 49%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    margin-top: 0;
    font-size: 50px;
    line-height: 1.1em;
  }

  h3 {
    width: auto;
  }

  h4 {
    letter-spacing: 0;
    font-size: 1.3rem;
  }

  h5 {
    line-height: 1.2em;
  }

  h6 {
    font-size: 15px;
    line-height: 1.2rem;
  }

  p {
    font-size: 21px;
  }

  a {
    margin-right: 0;
  }

  li {
    margin-bottom: 3px;
  }

  img {
    width: 100%;
  }

  blockquote {
    color: #2e2438;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
  }

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

  .section {
    margin-top: 0;
    padding: 8% 5%;
  }

  .section.grey-section {
    background-color: #fff;
    margin-bottom: 0;
    padding: 50px 0 0;
  }

  .section.cta-bg-section, .section.white {
    padding: 40px;
  }

  .button:hover {
    transform: none;
  }

  .button.subscribe-button {
    margin-left: 16px;
  }

  .button.dark:hover {
    box-shadow: none;
    background-color: #361a41;
  }

  .nav-bar {
    padding: 0 0 0 15px;
  }

  .logo-link {
    height: 64px;
    padding-top: 13px;
    padding-bottom: 11px;
    padding-left: 0;
  }

  .logo-link.w--current {
    padding-bottom: 0;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
  }

  .nav-link:hover {
    color: #8e38db;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.nav-link-white {
    color: #111;
  }

  .nav-link.workwus {
    width: auto;
    height: 50px;
    margin: 10px;
  }

  .h1 {
    letter-spacing: 0;
  }

  .paragraph {
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.extar-large._2colums {
    column-count: 1;
    line-height: 145%;
  }

  .grey-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-links {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .input, .input.text-area {
    font-family: proxima-nova, sans-serif;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .work-v2 {
    flex-shrink: 300;
    flex-basis: 200px;
    margin-top: 0;
  }

  .card-link {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .side-content-small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.left {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.right {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-about {
    width: 50%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer {
    padding-top: 14px;
  }

  .footer-nav {
    width: 25%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe {
    flex: 0 auto;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-card-info {
    z-index: -1000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-card-info:hover {
    z-index: -2000;
    box-shadow: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .subscribe-info {
    padding-left: 24px;
  }

  .team-member-color-photo {
    height: 280px;
    transform: translate(40px);
  }

  .work-card-v5-header {
    color: rgba(255, 255, 255, 0);
    font-size: 15px;
  }

  .work-card-v5-header.subtitle {
    color: rgba(0, 0, 0, 0);
    font-size: 15px;
    line-height: 18px;
  }

  .footer-v4-about {
    width: 50%;
    margin-left: 0%;
    padding-left: 8px;
    padding-right: 32px;
  }

  .footer-v2-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    color: #111;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.white-menu-button {
    color: #fff;
  }

  .page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-dropdown-link {
    background-color: #f8f8f8;
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    color: #111;
    background-color: #f8f8f8;
  }

  .nav-dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #252525;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    max-height: 100vh;
    padding: 63px 21px;
    display: flex;
    overflow: scroll;
  }

  .utility-page-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-window {
    margin-top: 40px;
  }

  .center-wrapper.dark-bg-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-description {
    margin-bottom: 24px;
  }

  .section-header-icon {
    width: 48px;
    margin-bottom: 24px;
  }

  .brands {
    justify-content: center;
  }

  .brand-logo.white-logo {
    padding: 0;
    position: relative;
  }

  .contact-float-button {
    margin: 20px;
  }

  .side-contact-form {
    text-align: left;
    margin-bottom: 50px;
  }

  .instagram {
    padding: 40px 4%;
  }

  .instagram-info {
    max-width: 66.66%;
  }

  .request {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .request-form {
    align-items: stretch;
  }

  .simple-review-name {
    text-align: center;
  }

  .logo-item {
    height: auto;
    margin: 0;
    padding: 20px;
  }

  .icon {
    color: #e4e4e4;
    text-align: center;
    width: 30%;
  }

  .footer-contact-me {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2 {
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .h2.promotion {
    font-size: 33px;
    line-height: 47px;
  }

  .title-wraper {
    margin-bottom: 40px;
  }

  .title-wraper.left {
    margin-bottom: 20px;
  }

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

  .work-index-grid {
    grid-column-gap: 16px;
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .section---main {
    padding: 40px;
  }

  .section---main.padding {
    padding: 100px 60px;
  }

  .nav-menu-3 {
    z-index: 2000;
    object-fit: fill;
    background-color: #2e2438;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    padding-top: 163px;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 20px -6px #000;
  }

  .mainbtn {
    align-self: center;
  }

  .mainbtn.big-cta {
    align-self: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-2 {
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-header {
    font-size: 80px;
    line-height: 80px;
  }

  .menu-button-3 {
    padding: 20px;
  }

  .menu-button-3.w--open {
    color: #111;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.white-menu-button {
    color: #fff;
  }

  .section-header-wrapper {
    align-items: stretch;
    margin-bottom: 19px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-header-wrapper.white-b {
    max-width: 100%;
  }

  .nav-link-main {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    font-size: 25px;
    display: block;
  }

  .nav-link-main.contact {
    color: #000;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 20px;
  }

  .heading-1 {
    margin-top: 0;
    font-size: 70px;
    line-height: 76px;
  }

  .input-2 {
    margin-bottom: 10px;
  }

  .subtitle-small {
    font-size: 16px;
  }

  .content-box {
    justify-content: center;
  }

  .content-box.nav {
    margin-left: 30px;
    margin-right: 0;
  }

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

  .content-box.contact {
    width: 100%;
  }

  .hero-value-prop {
    text-align: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .poster-header {
    margin-top: 15px;
    line-height: 28px;
  }

  .poster-header.vision {
    font-size: 21px;
    line-height: 28px;
  }

  .sub-title-wraper {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .vision-left-side {
    width: 100%;
    margin-bottom: 69px;
    margin-right: 0;
  }

  .sig {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .vision-sig-all {
    align-items: center;
    margin-top: 20px;
    margin-right: 0;
  }

  .founder-circle {
    border-radius: 1000px;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    display: block;
  }

  .offer-container-main {
    width: 400px;
  }

  .faq {
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 29px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-2 {
    font-size: 40px;
    line-height: 41px;
  }

  .value-prop-item {
    padding: 20px 21px;
  }

  .portfolio-work {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-paragraph {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-paragraph.big {
    margin-bottom: 100px;
  }

  .color {
    color: var(--dark-grey);
  }

  .right-div {
    flex: 1;
  }

  .section-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-bar-inner {
    padding-left: 1%;
    padding-right: 1%;
  }

  .div-block-18 {
    align-self: flex-start;
    width: auto;
  }

  .section-title-area {
    margin-bottom: 0;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_home-testimonal {
    padding-top: 2.9rem;
    padding-bottom: 4.05rem;
  }

  .section_home-testimonal.color {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .container-huge {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subscription-card {
    grid-row-gap: 20px;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subscription-sub-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .get-started-button {
    text-align: center;
    align-self: stretch;
  }

  .footer-brand-logo.w--current {
    width: 183px;
  }

  .brand-item {
    width: auto;
    height: 25px;
  }

  .image-56 {
    width: 128px;
    height: 128px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 70px;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 40px;
  }

  h3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 28px;
  }

  h4 {
    text-align: left;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4em;
  }

  a {
    color: var(--blue-violet);
  }

  blockquote {
    font-size: 21px;
    font-weight: 500;
  }

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

  .section.grey-section {
    padding-top: 20px;
    padding-right: 0;
  }

  .section.cta-bg-section {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.white {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    align-items: center;
  }

  .button.dark {
    text-align: center;
  }

  .nav-bar {
    padding-left: 15px;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .nav-link {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .nav-link:hover {
    color: #8e38db;
  }

  .container {
    align-items: center;
  }

  .h1 {
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 900;
    line-height: 51px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .paragraph.extar-large._2colums {
    column-count: 1;
    margin-right: 0;
    font-size: 20px;
    line-height: 134%;
  }

  .footer-bottom {
    margin-top: 48px;
  }

  .footer-bottom-text-left {
    margin-right: 16px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .work-v2 {
    flex-basis: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .side-content-small {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.left {
    align-self: center;
  }

  .side-content-small.right {
    display: flex;
  }

  .footer-about {
    width: 50%;
  }

  .footer-nav {
    width: 25%;
  }

  .footer-subscribe {
    flex: 0 auto;
    width: 75%;
  }

  .work-card-info {
    box-shadow: none;
  }

  .subscribe-form {
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .subscribe-info {
    text-align: center;
    width: 100%;
  }

  .team-member-color-photo {
    height: 240px;
  }

  .work-card-v5-header.subtitle {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .contact-popup-window {
    width: 100%;
  }

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

  .hero-promo-bottom {
    position: absolute;
  }

  .nav-menu {
    background-color: #252525;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .float-card {
    display: none;
  }

  .section-header-icon {
    margin-bottom: 0;
  }

  .more-link-text {
    font-size: 13px;
  }

  .contact-card-line {
    padding-bottom: 5px;
  }

  .side-contact-form {
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .instagram-info {
    flex: 1;
    max-width: none;
    padding-right: 24px;
  }

  .instagram-icon {
    width: 48px;
    margin-right: 16px;
  }

  .instagram-text {
    margin-top: 8px;
  }

  .request, .request-block-half, .request-block-full {
    padding-left: 0;
    padding-right: 0;
  }

  .simple-review-name {
    text-align: center;
    font-size: 18px;
  }

  .logo-item {
    flex: 0 45%;
    align-content: center;
    align-self: flex-start;
    align-items: center;
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon {
    color: #fff;
  }

  .footer-contact-me {
    margin-top: 0;
  }

  .h2 {
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 31px;
  }

  .h2.promotion {
    font-size: 38px;
    line-height: 46px;
  }

  .title-wraper {
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wraper.left {
    align-self: stretch;
    margin-bottom: 20px;
  }

  .h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .work-index-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-bottom: 0;
  }

  .section---main {
    padding: 40px 30px;
  }

  .section---main.padding {
    padding: 70px 40px;
  }

  .nav-menu-3 {
    background-color: #2e2438;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 70px;
  }

  .mainbtn {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .mainbtn.margin-right, .mainbtn.ghost-white-button.second {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mainbtn.emailus {
    flex: 1;
    width: 100%;
  }

  ._2-buttons-2.left {
    justify-content: flex-start;
  }

  .section-header {
    margin-top: 16px;
  }

  .nav-link-main {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-main:hover {
    color: #bd13a6;
  }

  .nav-link-main.contact {
    font-size: 17px;
  }

  .nav-link-main.contact.white {
    font-size: 21px;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 54px;
  }

  .content-box.nav {
    margin-left: 10px;
  }

  .content-box.contact {
    width: 100%;
  }

  .hero-value-prop {
    border-left-style: none;
    margin-top: 15%;
  }

  .main-btn {
    margin-top: 20px;
  }

  .poster-header {
    margin-top: 15px;
  }

  .sub-title-wraper {
    margin-top: 55px;
  }

  .offer-container-main {
    align-items: stretch;
    min-width: 450px;
    max-width: 450px;
  }

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

  .value-prop-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .proccess-step {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .nav-bar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    align-self: stretch;
  }

  .section-title-area {
    width: 100%;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_home-testimonal {
    padding: 2.3rem 21px 5.2rem;
  }

  .section_home-testimonal.color {
    padding-bottom: 9.7rem;
  }

  .client-title {
    line-height: 3rem;
  }

  .client-sub-text {
    margin-bottom: .5rem;
  }

  .filter-link-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon_div {
    padding: 10px;
  }

  .services-we-provide {
    padding-left: 0;
    padding-right: 0;
  }

  .services-provided-text {
    font-size: 1.1rem;
  }

  .subscription-card {
    grid-row-gap: 19px;
    width: 100%;
  }

  .book-a-call:hover {
    color: var(--medium-orchid);
  }

  .footer-component {
    flex-direction: column;
  }

  .footer-left-wrapper {
    margin-bottom: 40px;
  }

  .footer-right-wrapper {
    justify-content: flex-start;
  }

  .brand-item {
    height: 23px;
  }

  .client-title-2 {
    line-height: 3rem;
  }

  .client-sub-text-2 {
    margin-bottom: .5rem;
  }

  .big {
    font-size: 1.4rem;
  }

  .sub {
    text-align: left;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 49px;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 1.1em;
  }

  h3 {
    height: auto;
    margin-bottom: 5px;
    font-size: 21px;
  }

  h4 {
    margin-bottom: 0;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  p {
    font-size: 16px;
  }

  a {
    color: #4280fc;
  }

  li {
    margin-bottom: 10px;
    line-height: 1.1em;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

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

  .section {
    background-color: #fff;
    margin: 20px 0 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section.grey-section {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section.cta-bg-section {
    align-self: center;
    margin-top: 20px;
    padding: 30px 20px;
  }

  .section.white {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .wrapper {
    text-align: left;
    margin-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    text-align: center;
    background-color: #34b1dc;
    transition: none;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.form-button {
    width: 100%;
  }

  .nav-bar {
    z-index: 800;
    flex-direction: row;
    padding: 0 0 0 15px;
  }

  .logo-link {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .logo-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1 {
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 37px;
    line-height: 32px;
  }

  .paragraph {
    text-align: left;
    margin-right: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .paragraph.extar-large._2colums {
    text-align: left;
    font-size: 15px;
    line-height: 130%;
  }

  .input {
    border-color: #d1cfdd;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer-bottom-link-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .work-v2 {
    width: 100%;
    margin-bottom: 1px;
  }

  .side-content-small {
    width: 100%;
    padding-top: 0;
    padding-bottom: auto;
  }

  .side-content-small.left {
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .side-content-small.right {
    align-items: center;
    padding-bottom: 0;
  }

  .footer-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-nav {
    width: 50%;
    padding-bottom: 16px;
  }

  .footer-subscribe {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .team-member-color-photo {
    height: 320px;
  }

  .footer-v4 {
    padding-top: 0;
  }

  .footer-v2-column {
    flex: 0 auto;
    width: 50%;
  }

  .menu-button {
    padding: 15px;
  }

  .contact-popup-window {
    flex: 1;
    padding: 8px 8.33% 40px;
  }

  .page-wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-link.w--current:hover {
    color: #111;
  }

  .password-window {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

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

  .question-arrow-icon {
    margin-left: 16px;
  }

  .contact-card-line {
    text-align: center;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .instagram {
    flex-direction: column;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .instagram-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .instagram-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .request-form {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0%;
    padding-right: 0%;
  }

  .request-block-half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .request-block-full {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-item {
    flex: 0 46%;
    align-self: stretch;
    margin: 5px;
    padding: 5px 10px;
  }

  .icon {
    color: #fff;
  }

  .footer-contact-me {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-txt {
    font-size: 17px;
  }

  .h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 28px;
  }

  .h2.promotion {
    letter-spacing: .3px;
    font-size: 23px;
    line-height: 27px;
  }

  .logo-img {
    max-width: 80%;
  }

  .title-wraper {
    align-self: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wraper.left {
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .h4 {
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .h4.all-links {
    font-size: 20px;
  }

  .work-index-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 0;
  }

  .section---main {
    padding: 40px 20px;
  }

  .section---main.padding {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 30px 20px;
  }

  .nav-menu-3 {
    width: 100%;
    padding-right: 55px;
  }

  .mainbtn {
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 1.2em;
  }

  .mainbtn.margin-right {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mainbtn.ghost-white-button.second {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mainbtn.emailus {
    min-width: 0;
    font-size: 17px;
  }

  ._2-buttons-2 {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  ._2-buttons-2.left {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .section-header {
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .menu-button-3.white-menu-button {
    padding: 15px;
  }

  .section-header-wrapper {
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .section-header-wrapper.white-b {
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link-main.contact {
    display: none;
  }

  .nav-link-main.contact.white {
    width: 100%;
    display: flex;
  }

  .heading-1 {
    text-align: left;
    font-size: 46px;
    line-height: 46px;
  }

  .subtitle-small {
    font-size: 14px;
  }

  .content-box {
    flex-direction: column;
  }

  .content-box.nav {
    align-items: center;
    height: 53px;
    margin-left: 20px;
    margin-right: 0;
  }

  .content-box.contact {
    width: 100%;
  }

  .hero-value-prop {
    border-left-style: none;
    align-items: center;
    margin-top: 5%;
    padding-top: 60px;
    padding-left: 0;
  }

  .poster-header {
    font-size: 21px;
    line-height: 26px;
  }

  .poster-header.vision {
    margin-top: 10px;
  }

  .vision-sig-all {
    margin-right: 0;
  }

  .founder-circle {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .offer-container-main {
    width: 100%;
    min-width: auto;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .h2-2 {
    font-size: 32px;
    line-height: 35px;
  }

  .value-prop-item {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .title-paragraph.big {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 10px;
  }

  .nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    align-self: stretch;
  }

  .section-title-area {
    margin-bottom: 20px;
  }

  .page-padding {
    padding: 0 .5rem;
  }

  .section_home-testimonal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_home-testimonal.color {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .client-title {
    color: var(--midnight-blue-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .client-sub-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .filter-link-button {
    letter-spacing: 0;
    justify-content: center;
    padding: .4rem .6rem;
  }

  .container-huge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon_div {
    padding: 11px;
  }

  .button-wrapper.margin-top-30px {
    margin-top: 1rem;
  }

  .services-we-provide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-provided-text {
    font-size: 1rem;
  }

  .subscription-card {
    width: auto;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .get-started-button {
    width: 100%;
    min-width: auto;
  }

  .point-list {
    white-space: normal;
  }

  .footer-component {
    align-items: center;
  }

  .footer-right-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .footer-links-content {
    align-items: center;
  }

  .gradient-side-wrapper {
    bottom: -1%;
    left: 47%;
  }

  .brand-item {
    height: 20px;
  }

  .services-provided-text-2 {
    font-size: 1.2rem;
  }

  .client-title-2 {
    color: #4c3662;
    font-size: 24px;
    line-height: 32px;
  }

  .client-sub-text-2 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .contact {
    font-size: 20px;
  }

  .title {
    margin-bottom: 16px;
  }

  .big {
    font-size: 1.1rem;
  }

  .sub {
    font-size: .9rem;
    line-height: 1.2em;
  }

  .heading-73 {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .heading-77 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}