body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #574872;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

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

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.button.black {
  background-color: #333;
}

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

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: inline-block;
  width: 200px;
  margin-top: 12px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #3c2e55;
  font-size: 15px;
  font-weight: 600;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  padding-top: 20px;
  padding-bottom: 22px;
  font-family: Lato, sans-serif;
  color: #574872;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #574872;
}

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

.navigation-bar {
  margin-top: 28px;
  padding: 0px 5px 0px 15px;
  border-top: 3px none #574872;
  border-bottom: 3px none #574872;
  background-color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  margin-top: 5px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 7px;
  font-family: 'Great Vibes', cursive;
  color: #574872;
  font-size: 18px;
  line-height: 0px;
  font-weight: 700;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.w--current {
  display: none;
  height: 100%;
  margin-top: 7px;
  margin-left: 4px;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

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

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 3px none #574872;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .92)), url('../images/AnA-Logo-v4-purple.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .92)), url('../images/AnA-Logo-v4-purple.png');
  background-position: 0px 0px, 136% 50%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3c2e55;
  text-align: center;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  display: none;
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.section-subheading {
  font-family: 'Open Sans', sans-serif;
  color: #574872;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(36, 36, 36, .62);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #a3a3a3;
  font-weight: 300;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
  color: #fff;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  position: relative;
  padding-bottom: 40px;
  background-color: #252427;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

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

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  width: 100%;
  height: 26px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.grid-image.service1 {
  border-bottom: 3px solid #574872;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.grid-image.service2 {
  border-bottom: 3px solid #574872;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.grid-image.service3 {
  border-bottom: 3px solid #574872;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, .74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

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

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

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

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.logo-div-block {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  padding-top: 21px;
  border: 2px solid #574872;
  border-radius: 90px;
  line-height: 0px;
  text-align: center;
}

.hero-container {
  position: relative;
  z-index: 10;
  padding-top: 224px;
  text-align: center;
}

.logo-div-block-hero {
  display: inline-block;
  width: 240px;
  height: 240px;
  padding-top: 75px;
  border: 4px solid #fff;
  border-radius: 200px;
  text-align: center;
}

.brand-text-hero {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 60px;
  line-height: 28px;
  font-weight: 400;
}

.logo-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  background-color: #574872;
  line-height: 0px;
}

.brand-subtext-hero {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-line-hero {
  display: inline-block;
  width: 90%;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #fff;
  line-height: 0px;
}

.logo-line-2 {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  background-color: #673ab7;
  line-height: 0px;
}

.process-icon {
  max-height: 60px;
  max-width: 60%;
}

.process-arrow {
  width: 50px;
  height: 17px;
  margin-top: 30px;
  opacity: 0.5;
}

.process-text {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .73);
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.process-subheading {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-subheadings {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
}

.paragraph.service-example {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.unordered-list {
  padding-left: 20px;
}

.list-item {
  font-size: 12px;
  text-align: left;
}

.expertise {
  position: relative;
  display: none;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .37), hsla(0, 0%, 100%, .37)), url('../images/AnA-bg-logo.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .37), hsla(0, 0%, 100%, .37)), url('../images/AnA-bg-logo.jpg');
  background-position: 0px 0px, 120% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.expertise.centered {
  text-align: center;
}

.expertise.accent {
  background-color: #f3f3f3;
}

.expertise.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.expertise-column {
  text-align: center;
}

.expertise-circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 19px;
  border-radius: 100px;
  background-image: -webkit-linear-gradient(270deg, #3c2e55, #3c2e55);
  background-image: linear-gradient(180deg, #3c2e55, #3c2e55);
}

.expertise-icon {
  max-height: 60px;
  max-width: 60%;
}

.expertise-icon.expertise2 {
  padding-top: 8px;
}

.expertise-icon.expertise3 {
  margin-left: -5px;
  padding-top: 3px;
}

.expertise-subheading {
  margin-top: 13px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-cta {
  margin-top: 53px;
  border-radius: 7px;
  background-color: #3c2e55;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.hero-cta-container {
  display: none;
  text-align: center;
}

.footer-cta-section-copy {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.footer-cta-section-copy.centered {
  text-align: center;
}

.footer-cta-section-copy.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.footer-cta-text-block {
  font-family: 'Open Sans', sans-serif;
  color: #3c2e55;
  font-size: 28px;
  font-weight: 600;
}

.section-contact {
  position: relative;
  padding-top: 81px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #38373b, #38373b);
  background-image: linear-gradient(180deg, #38373b, #38373b);
}

.section-contact.centered {
  text-align: center;
}

.section-contact.accent {
  background-color: #f3f3f3;
}

.section-contact.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.contact-form-title {
  border-bottom: 2px solid #747474;
  font-family: 'Open Sans', sans-serif;
  color: #858585;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form-title.centered {
  text-align: center;
}

.form {
  text-align: right;
}

.slogan-section {
  display: none;
  margin-bottom: -16px;
  background-image: -webkit-linear-gradient(270deg, #3c2e55, #3c2e55), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/ilya-pavlov-87438-cropped-purple-small.jpg');
  background-image: linear-gradient(180deg, #3c2e55, #3c2e55), linear-gradient(180deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/ilya-pavlov-87438-cropped-purple-small.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  text-align: center;
}

.slogan-section.centered {
  text-align: center;
}

.slogan-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.slogan-text {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding-top: 61px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.quotation-mark {
  display: inline-block;
  color: #363636;
  font-size: 28px;
}

.left-quotation-mark {
  position: relative;
  top: 19px;
  display: inline-block;
  width: 120px;
  height: 120px;
  float: left;
  background-image: url('../images/noun_77918_cc-white-right.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.right-quotation-mark {
  position: relative;
  left: 0px;
  top: 19px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
  width: 120px;
  height: 120px;
  float: right;
  background-image: url('../images/noun_77918_cc-white-left.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.15;
}

.container-2 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.hero-chevron {
  height: 16px;
  margin-top: 43px;
}

.hero-chevron-container {
  display: none;
  text-align: center;
}

.slogan-div-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  margin-right: -13px;
  margin-left: -14px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/ilya-pavlov-87438.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/ilya-pavlov-87438.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 120%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.process-arrow-down {
  display: none;
  width: 50px;
  height: 17px;
  margin-top: 30px;
  opacity: 0.5;
}

.column-4 {
  text-align: right;
}

.column-5 {
  padding-top: 27px;
  text-align: center;
}

.copyright-text {
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-media-div-block {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 30px;
  background-color: #949494;
  text-align: center;
}

.social-media-icon {
  max-width: 60%;
  margin-top: 8px;
  opacity: 0.67;
}

.social-media-icon.icon2 {
  margin-top: 6px;
}

.footer-city {
  max-height: 50px;
  margin-top: 6px;
  float: none;
  opacity: 0.86;
}

.text-block {
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
  font-size: 12px;
  font-weight: 300;
}

.column-6 {
  padding-top: 20px;
}

.hero-section-v2 {
  position: relative;
  display: block;
  height: 390px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
}

.hero-section-v2.centered {
  text-align: center;
}

.logo-div-block-v2 {
  display: none;
  width: 46px;
  height: 46px;
  margin-top: 8px;
  padding-top: 21px;
  border: 1px solid #574872;
  border-radius: 90px;
  line-height: 0px;
  text-align: center;
}

.slogan-text-v2 {
  position: relative;
  z-index: 3;
  display: block;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.background-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
}

.company-name-hero {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 39px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  text-align: left;
}

.hero-video-tint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  width: 100%;
  height: 550px;
  background-color: #333;
  background-image: url('../images/luca-bravo-207676_edited-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column-7 {
  text-align: left;
}

.image {
  width: 150px;
}

.column-8 {
  text-align: right;
}

.section-services {
  position: relative;
  padding-top: 119px;
  padding-bottom: 107px;
  border-bottom: 3px none #574872;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .51), hsla(0, 0%, 100%, .51)), url('../images/AnA-bg-logo.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .51), hsla(0, 0%, 100%, .51)), url('../images/AnA-bg-logo.jpg');
  background-position: 0px 0px, 113% 50%;
  background-size: auto, 60%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-services.centered {
  text-align: center;
}

.section-services.accent {
  background-color: #f3f3f3;
}

.section-services.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.slider {
  height: 580px;
  background-color: #fff;
}

.icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-2 {
  width: 90%;
  margin-left: 58px;
}

.slide-2 {
  text-align: center;
}

.slide-caption {
  margin-top: 26px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-featured-work {
  position: relative;
  display: block;
  padding-top: 95px;
  padding-bottom: 95px;
  border-bottom: 3px none #574872;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
}

.section-featured-work.centered {
  text-align: center;
}

.section-featured-work.accent {
  background-color: #f3f3f3;
}

.section-featured-work.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-row {
  padding-right: 59px;
}

.slogan-text-v2-mobile {
  position: relative;
  z-index: 3;
  display: block;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.section-below-hero---purple {
  position: relative;
  margin-top: 63px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #3c2e55;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.section-below-hero---purple.centered {
  text-align: center;
}

.section-below-hero---purple.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.slogan-section-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.address {
  display: inline;
  margin-top: 44px;
  font-family: 'Open Sans', sans-serif;
  color: #858585;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.address.white-divider {
  margin-right: 7px;
  margin-left: 7px;
  color: #575757;
  font-weight: 400;
}

.div-block-address {
  margin-top: 59px;
  margin-right: 15%;
  margin-left: 15%;
  text-align: center;
}

.logo-div-block-hero-original-logo {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 4px none #fff;
  border-radius: 200px;
  background-image: url('../images/Original-Logo-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.body {
  background-color: #333;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

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

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hero-slider {
    height: 400px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .footer-cta-section-copy {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/AnA-Logo-v4-purple.png');
    background-image: linear-gradient(180deg, null, null), url('../images/AnA-Logo-v4-purple.png');
    background-position: 0px 0px, 172px 51%;
  }
  .process-arrow-down {
    display: none;
  }
  .section-services {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .58), hsla(0, 0%, 100%, .58)), url('../images/AnA-bg-logo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .58), hsla(0, 0%, 100%, .58)), url('../images/AnA-bg-logo.jpg');
    background-position: 0px 0px, 173% 50%;
    background-size: auto, 80%;
  }
  .section-below-hero---purple {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/AnA-Logo-v4-purple.png');
    background-image: linear-gradient(180deg, null, null), url('../images/AnA-Logo-v4-purple.png');
    background-position: 0px 0px, 172px 51%;
  }
  .div-block-address {
    margin-right: 0%;
    margin-left: 0%;
  }
}

@media (max-width: 767px) {
  .navigation-bar {
    margin-top: 0px;
  }
  .navigation-menu {
    float: none;
  }
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-container {
    padding-top: 166px;
  }
  .paragraph.service-example {
    margin-bottom: 38px;
  }
  .expertise {
    padding-right: 20px;
    padding-left: 20px;
  }
  .expertise-subheading {
    margin-bottom: 50px;
  }
  .footer-cta-section-copy {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .section-contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slogan-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .left-quotation-mark {
    width: 80px;
  }
  .right-quotation-mark {
    width: 80px;
  }
  .process-arrow-down {
    position: static;
    display: inline-block;
    width: 17px;
    height: 50px;
    margin-bottom: 30px;
    float: none;
    clear: none;
    text-align: center;
  }
  .column {
    position: relative;
    text-align: center;
  }
  .column-2 {
    display: none;
  }
  .column-3 {
    display: none;
  }
  .hero-section-v2 {
    height: 330px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .88));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .88));
  }
  .company-name-hero {
    margin-top: 26px;
  }
  .hero-video-tint {
    display: block;
    height: 400px;
    background-image: url('../images/luca-bravo-207676_edited-copy.jpg');
    background-position: 25% 50%;
    background-size: 1100px;
  }
  .section-services {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/AnA-bg-logo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/AnA-bg-logo.jpg');
    background-position: 0px 0px, 30px 50%;
    background-size: auto, 120%;
  }
  .section-featured-work {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-row {
    padding-right: 0px;
  }
  .section-below-hero---purple {
    margin-top: 1px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .address {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .address.white-divider {
    display: none;
  }
  .logo-div-block-hero-original-logo {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 479px) {
  .button.full-width {
    width: 100%;
  }
  .button.tab {
    margin-bottom: 9px;
  }
  .navigation-bar {
    background-color: #fff;
  }
  .hamburger-button.white.w--open {
    background-color: #fff;
  }
  .navigation-menu {
    margin-top: 0px;
    background-color: #fff;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .grid-fours {
    width: 50%;
  }
  .hero-container {
    padding-top: 173px;
  }
  .paragraph.service-example {
    margin-bottom: 38px;
  }
  .footer-cta-text-block {
    line-height: 32px;
  }
  .process-arrow-down {
    display: inline-block;
    width: 17px;
    height: 50px;
    margin-bottom: 30px;
    text-align: left;
  }
  .column {
    display: block;
  }
  .copyright-text {
    margin-bottom: 21px;
  }
  .company-name-hero {
    margin-top: 8px;
    line-height: 38px;
  }
  .hero-video-tint {
    height: 440px;
    background-image: url('../images/luca-bravo-207676_edited-copy.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/luca-bravo-207676_edited-copy.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 32% 50%, 0px 0px;
  }
  .column-8 {
    padding-right: 0px;
  }
  .section-services {
    padding-bottom: 65px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .51), hsla(0, 0%, 100%, .51)), url('../images/AnA-bg-logo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .51), hsla(0, 0%, 100%, .51)), url('../images/AnA-bg-logo.jpg');
    background-position: 0px 0px, 18% 50%;
    background-size: auto, 160%;
  }
  .slogan-text-v2-mobile {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .icon-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .section-below-hero---purple {
    margin-top: 50px;
  }
  .slogan-section-text {
    line-height: 32px;
  }
}

