.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 13px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #353535;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

a {
  opacity: 1;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  -webkit-transition: opacity 500ms cubic-bezier(.6, -.28, .735, .045);
  transition: opacity 500ms cubic-bezier(.6, -.28, .735, .045);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  background-color: transparent;
}

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.sign-in {
  border-radius: 0px 0px 10px 10px;
  background-color: #ff7166;
  color: #fff;
}

.nav-link.sign-in:hover {
  border-bottom-color: transparent;
  background-color: #ff7166;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.brand {
  padding-top: 10px;
  padding-left: 30px;
}

.brand.w--current {
  width: 150px;
  height: 60px;
  padding-bottom: 10px;
}

.brand.text {
  padding-top: 15px;
  padding-left: 4px;
}

.brand.text.footer {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 4px;
}

.brand.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 77, 145, 0.9);
}

.navbar.search {
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #000;
  background-image: linear-gradient(182deg, #000 9%, transparent 52%, #000 91%), url('../images/slide-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-size: 100px;
  text-align: right;
}

.body {
  z-index: 4;
  overflow: visible;
  background-color: #ff7166;
}

.body.home-05 {
  background-color: #fff;
}

.body.home-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 35px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: hsla(0, 0%, 100%, 0.67);
  font-size: 100px;
  line-height: 97px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 0px;
}

.text-span {
  font-family: Lato, sans-serif;
  font-weight: 200;
}

.banner-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.banner-product._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.banner-product.gallery {
  background-color: #000;
}

.navigation-link {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.navigation-link.w--current {
  color: #fff;
}

.navigation-link.search {
  position: relative;
  top: 15px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.navigation-link.search.color {
  position: static;
  top: 0px;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5a43b51380557a000178d6fa_magnifying-glass-1.svg');
  background-size: 20px;
}

.navigation-link.search.color {
  background-image: url('../images/5a43b51380557a000178d6fa_magnifying-glass-1.svg');
  background-size: 20px;
}

.navigation-link.dark {
  color: #313137;
  text-decoration: none;
}

.navigation-link.dark:hover {
  color: #6540fb;
}

.navigation-link.drop {
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.center-div {
  position: relative;
  top: 50%;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url('../images/delete-cross.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-input-2 {
  width: 70%;
  height: 60px;
  margin-bottom: 0px;
  padding-left: 10px;
  float: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

.search-input-2::-webkit-input-placeholder {
  color: #fff;
}

.search-input-2:-ms-input-placeholder {
  color: #fff;
}

.search-input-2::-ms-input-placeholder {
  color: #fff;
}

.search-input-2::placeholder {
  color: #fff;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white.in-search {
  color: hsla(0, 0%, 100%, 0.6);
  font-style: italic;
  font-weight: 400;
}

.paragraph-white.in-project {
  font-family: Quicksand;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.search-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 30%;
  background-image: url('../images/magnifying-glass_1.svg'), linear-gradient(45deg, #3452ff, rgba(191, 64, 251, 0.95));
  background-position: -47px 50%, 0px 0px;
  background-size: 400px, auto;
  background-repeat: no-repeat, repeat;
}

.button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #6540fb;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #6540fb;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-image: linear-gradient(49deg, #bf40fb, #3452ff);
  box-shadow: inset 0 0 0 2px transparent;
  color: #fff;
}

.button.search {
  width: 30%;
  height: 60px;
  float: left;
}

.button.search.white {
  margin-left: -2px;
}

.button.full {
  background-image: linear-gradient(45deg, #3452ff, #bf40fb);
  box-shadow: none;
  color: #fff;
}

.button.full:hover {
  background-image: linear-gradient(45deg, rgba(52, 82, 255, 0.8), rgba(191, 64, 251, 0.8));
}

.button.white {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.white:hover {
  box-shadow: inset 0 0 0 2px transparent;
}

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

.brand-2 {
  top: 14px;
}

.brand-2.scroll {
  top: 16px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 7px 7px 12px -4px rgba(0, 0, 0, 0.09);
}

.big-heading-slider {
  margin-bottom: 20px;
  color: #fff;
  font-size: 62px;
  line-height: 60px;
}

.big-heading-slider.smaller-big {
  font-size: 60px;
  line-height: 60px;
}

.small-heading-banner {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-style-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 116px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818187;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #6540fb;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: #6540fb;
  color: #fff;
}

.scroll-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}

.image-lightbox {
  display: none;
}

.play-button {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: url('../images/music-player-play.svg'), radial-gradient(circle farthest-corner at 83% 92%, rgba(52, 82, 255, 0.95), rgba(191, 64, 251, 0.95));
  background-position: 52% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: inset -7px -7px 8px 0 rgba(0, 0, 0, 0.15);
}

.play-button.normal-button {
  position: relative;
}

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

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

.top-margin.services-option {
  margin-top: 110px;
}

.top-margin.big-section {
  margin-top: 120px;
}

.container-fluid {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid.center {
  position: relative;
  top: 38%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-fluid.center.second {
  top: 43%;
}

.container-fluid.services-style {
  margin-top: 0px;
}

.banner {
  position: relative;
  height: 800px;
  background-color: #6540fb;
  background-image: linear-gradient(225deg, rgba(191, 64, 251, 0.85), rgba(52, 82, 255, 0.8)), url('../images/hero_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.style-2 {
  background-color: #313137;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/baner-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/baner-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.button-divider {
  display: inline-block;
  width: 20px;
}

.icon {
  margin-right: 5px;
  font-size: 14px;
}

.icon.gray {
  color: #ccc;
}

.left-padding {
  padding-right: 30px;
  text-align: left;
}

.heading-2 {
  font-family: 'Archivo Black';
  color: #504a4a;
  font-size: 42px;
  line-height: 55px;
  font-weight: 300;
  text-align: left;
}

.heading-2.center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand;
  color: #504a4a;
  font-size: 35px;
  text-align: center;
}

.heading-2.center.white {
  font-family: 'Archivo Black';
  color: #fff;
}

.heading-2.white {
  color: #a5a5a5;
}

.paragraph {
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
}

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

.paragraph.cards {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: 700px;
  padding: 189px 50px 189px 109px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row {
  padding-bottom: 35px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.product-image {
  position: relative;
  border-radius: 5px;
  text-align: center;
}

.image-2 {
  overflow: visible;
  width: 300%;
  height: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.6);
}

.section-2 {
  padding: 0px 15px 120px;
  background-color: #fff;
}

.section-2.overflow {
  overflow: hidden;
}

.section-2.overflow.gray {
  overflow: hidden;
  padding-top: 120px;
  background-color: #070707;
}

.heading-5 {
  width: 128px;
  border-bottom: 1px solid #828b86;
  font-family: Inconsolata, monospace;
  color: #828b86;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
}

.heading-5.about {
  width: 68px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-26.gallery {
  background-color: transparent;
}

.blo {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-left: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #181818;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.row-2 {
  width: 100%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.text-block-3 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.text-block-4 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-5 {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Quicksand;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
}

.text-block-5:hover {
  color: #868484;
}

.column {
  position: relative;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #181818;
}

.text-block-6 {
  margin-top: 10px;
  font-family: Archivo;
  color: #5f5f5f;
  font-size: 12px;
}

.link-block {
  margin-right: 8px;
}

.image-3 {
  margin-right: 0px;
  opacity: 0.3;
}

.image-3:hover {
  opacity: 0.7;
}

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

.link-block-2 {
  margin-right: 8px;
}

.paragraph-2 {
  border-top: 1px none #000;
  font-family: Tajawal;
  color: #000;
  font-size: 6px;
}

.image-4 {
  opacity: 0.3;
}

.image-4:hover {
  opacity: 0.7;
}

.image-5 {
  opacity: 0.3;
}

.image-5:hover {
  opacity: 0.7;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.05);
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-3 {
  font-family: Quicksand;
  color: #a5a5a5;
  text-align: center;
}

.paragraph-3.green {
  color: #fff;
  font-size: 22px;
}

.heading-6 {
  font-family: 'Archivo Black';
  color: #504a4a;
  font-weight: 300;
}

.heading-7 {
  color: hsla(0, 0%, 72.5%, 0.59);
  line-height: 165px;
}

.div-block-31 {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: transparent;
}

.section-5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-top: 69px;
  padding-bottom: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #828b86;
}

.div-block-32.right {
  background-color: #f8f8f8;
}

.parallax-section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.div-block-33 {
  position: relative;
  left: -327px;
  border-radius: 10px;
  box-shadow: 1px 1px 36px 0 #000;
}

.div-block-33._2 {
  position: relative;
  left: 167px;
  top: 0px;
  right: -22px;
}

.div-block-33._3 {
  position: relative;
  left: 52px;
  top: 53px;
  bottom: 33px;
}

.image-6 {
  position: relative;
  left: -427px;
  box-shadow: 1px 1px 34px 0 #000;
}

.image-7 {
  position: relative;
  right: -376px;
  box-shadow: 1px 1px 33px 0 #000;
}

.image-8 {
  position: relative;
  left: -421px;
  bottom: 20px;
  padding-left: 0px;
  box-shadow: 1px 1px 33px 0 #000;
}

.image-9 {
  position: relative;
  left: 342px;
  top: 342px;
  right: 342px;
  bottom: 342px;
  box-shadow: 1px 1px 43px 0 #000;
}

.image-10 {
  position: relative;
  box-shadow: 1px 1px 39px 4px #000;
}

.parallax-section2 {
  display: block;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #222;
}

.image-11 {
  position: relative;
  left: 179px;
  top: 55px;
  right: 3px;
  box-shadow: 1px 1px 50px 0 #000;
}

.image-12 {
  position: relative;
  left: 191px;
  top: 125px;
  right: 439px;
  box-shadow: 1px 1px 35px 0 #000;
}

.section-1 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.image-13 {
  display: block;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.57);
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-8 {
  position: relative;
  left: 27px;
  top: 90px;
  font-family: Tajawal;
  color: #fff;
  font-weight: 200;
}

.div-block-35 {
  max-width: 550px;
}

.heading-9 {
  font-family: Tajawal;
  text-align: center;
}

.paragraph-4 {
  font-family: Tajawal;
  font-size: 22px;
  text-align: center;
}

.container-2 {
  margin-bottom: 20px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: -webkit-transform 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: transform 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: transform 200ms cubic-bezier(.6, -.28, .735, .045), -webkit-transform 200ms cubic-bezier(.6, -.28, .735, .045);
}

.div-block-36:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-36.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.image-14 {
  display: block;
  width: 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px 0px 0px 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.heading-10 {
  position: absolute;
  left: 26px;
  top: 305px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Tajawal;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.div-block-37 {
  position: absolute;
  top: 150px;
}

.heading-11 {
  font-family: Tajawal;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.div-block-38 {
  display: block;
  width: 50%;
  max-width: 100%;
  padding: 59px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.51);
}

.div-block-39 {
  padding: 50px;
}

.heading-12 {
  font-family: 'Archivo Black';
  color: #504a4a;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
}

.paragraph-5 {
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.collection-item {
  max-width: 1100px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  width: 50px;
  height: auto;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 0%;
}

.author-title {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: #333;
  font-size: 12px;
}

.author-title.lite {
  padding-top: 0px;
  padding-left: 8px;
  font-family: Quicksand;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 400;
}

.author-title.lite.post-page {
  color: #fff;
  font-size: 24px;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: #333;
  font-size: 12px;
}

.thumbnail-date.lite {
  color: #333;
  font-size: 12px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-40.postpage {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-13 {
  color: hsla(0, 0%, 100%, 0.07);
  font-size: 100px;
}

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

.image-15 {
  width: 100px;
}

.image-16 {
  width: 100px;
}

.image-17 {
  width: 100px;
}

.image-18 {
  width: 100px;
}

.image-19 {
  width: 100px;
}

.image-20 {
  width: 100px;
}

.heading-14 {
  padding-right: 44px;
  padding-bottom: 11px;
  font-family: Tajawal;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 40px;
  line-height: 45px;
  font-weight: 100;
  text-align: right;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.div-block-41 {
  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-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;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #000), color-stop(55%, rgba(0, 0, 0, 0.39)), to(#000)), url('../images/slide-contatti.jpg');
  background-image: linear-gradient(180deg, #000 4%, rgba(0, 0, 0, 0.39) 55%, #000), url('../images/slide-contatti.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-7.contact-us {
  background-position: 0px 0px, 50% 50%;
}

.section-7.about {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #000), color-stop(51%, rgba(0, 0, 0, 0.39)), color-stop(87%, #000)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, #000 19%, rgba(0, 0, 0, 0.39) 51%, #000 87%), url('../images/1.jpg');
}

.section-7.about.register {
  height: auto;
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-7.gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #000), color-stop(55%, rgba(0, 0, 0, 0.39)), to(#000)), url('../images/sllide-blog.jpg');
  background-image: linear-gradient(180deg, #000 4%, rgba(0, 0, 0, 0.39) 55%, #000), url('../images/sllide-blog.jpg');
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.72);
  font-size: 195px;
  line-height: 161px;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.about-wrapper-photo {
  display: block;
  overflow: hidden;
  width: 550px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.2);
}

.column-6 {
  padding-left: 0px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.top-text-3 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-color: #40359a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #403598;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.round-highlight {
  position: absolute;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-filter: blur(70px);
  filter: blur(70px);
}

.round-highlight.in-about {
  width: 450px;
  height: 450px;
}

.round-highlight.in-circle {
  left: 30px;
  right: 0px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.container-fluid-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.flex-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 116px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171433;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(3, 3, 3, 0.73))), url('../images/2.jpg');
  background-image: linear-gradient(0deg, #000, rgba(3, 3, 3, 0.73)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-5 {
  text-align: center;
}

.hero-head {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #686868;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
}

.hero-head.webflow-section {
  padding-bottom: 0px;
  color: #c7c7c9;
  font-size: 35px;
}

.hero-head.faq {
  font-size: 26px;
}

.hero-head.faq.white {
  padding-bottom: 5px;
  color: #363636;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.hero-head.white {
  display: block;
  padding-bottom: 0px;
  float: none;
  font-family: Quicksand;
  color: #3a3a3a;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
}

.hero-head.price-card {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #49e793;
  font-weight: 300;
}

.hero-paragraph-3 {
  position: static;
  margin-bottom: 9px;
  padding-bottom: 10px;
  color: #c7c7c9;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.hero-paragraph-3.centered {
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #c7c7c9;
  font-size: 22px;
  text-align: center;
}

.hero-paragraph-3.faq {
  font-family: Quicksand;
  color: #a5a5a5;
  font-weight: 200;
  text-align: left;
}

.hero-paragraph-3.pricelist {
  font-family: SF_UI_Display, sans-serif;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.hero-paragraph-3.error {
  margin-bottom: 0px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  color: #d3788a;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.hero-paragraph-3.success {
  padding: 15px;
  border-radius: 10px;
  background-color: #76d895;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.align-center-2 {
  color: #fff;
  text-align: center;
}

.paragraph-white-2 {
  color: #ccc;
  font-size: 18px;
}

.top-title {
  margin-top: 0px;
  margin-bottom: 70px;
}

.heading-white {
  color: #494949;
}

.testi-name-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Tajawal;
  color: #494949;
  font-size: 19px;
  font-weight: 600;
}

.testi-name-2.white {
  color: #494949;
}

.text-block-32 {
  font-family: Tajawal;
  color: #a5a5a5;
  font-weight: 300;
}

.testimonials-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
  background-color: #6540fb;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.testimonials-wrapper._3 {
  background-color: #fbbc05;
}

.testimonials-wrapper._3.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._4 {
  background-color: #ff1053;
}

.testimonials-wrapper._4.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._8 {
  height: 300px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper.white {
  background-color: #fff;
}

.testimonials-wrapper.white.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._9 {
  height: 300px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._7 {
  height: 300px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._5 {
  background-color: #34a853;
}

.testimonials-wrapper._5.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._6 {
  background-color: #3452ff;
}

.testimonials-wrapper._6.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._2 {
  background-color: #2ac4ea;
}

.testimonials-wrapper._2.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testi-photo {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 100%;
  background-image: url('../images/9-arthur-songesand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-3 {
  background-image: url('../images/2-astrid-bendtner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-3.ux {
  background-image: url('../images/1-mathilde-baker.png');
}

.testi-photo.photo-4 {
  background-image: url('../images/8-agatha-kastrup.png');
}

.testi-photo.ui {
  background-image: url('../images/6-judith-ann-rd.png');
}

.testi-photo.photo-5 {
  background-image: url('../images/4-alicia-mortensrud.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-6 {
  background-image: url('../images/5-jeff-williamson.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-2 {
  background-image: url('../images/3-thorbjrn-mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-2.graphic {
  background-image: url('../images/7-maria-kvist.png');
}

.paragraph-7 {
  font-size: 18px;
}

.section-9 {
  padding: 120px 15px;
  background-color: #fff;
}

.section-9.gradient {
  background-color: #000;
}

.section-9.with-line {
  border-bottom: 1px solid #ededed;
  background-color: #f3f5f6;
}

.testi-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  overflow: hidden;
  background-color: #f2f2f2;
  -o-object-fit: contain;
  object-fit: contain;
}

.body-2.home {
  overflow: visible;
  background-image: url('../images/hero_banner_11.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.body-2.practice-areas {
  overflow: visible;
  background-image: url('../images/02_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.paragraph-8 {
  color: #000;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #353535;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-16.author {
  color: #504a4a;
}

.heading-16.category {
  font-size: 70px;
}

.paragraph-9 {
  font-family: Quicksand;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.paragraph-9.author {
  color: #333;
}

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

.image-22 {
  width: 70%;
  max-width: 70%;
}

.image-23 {
  width: 70%;
}

.image-24 {
  position: absolute;
  right: 331px;
}

.image-25 {
  position: absolute;
  left: 311px;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pattern.jpg');
  background-position: 50% 50%;
  background-size: 751px;
}

.section-16.single-post {
  height: 60vh;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/sllide-blog.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-16.category {
  width: auto;
  margin-left: 0px;
  background-image: url('../images/2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 89px;
  padding-bottom: 89px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-26 {
  width: 100%;
  height: 270px;
}

.collection-list-wrapper {
  max-width: 1200px;
}

.collection-list {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  background-color: #fff;
}

.div-block-42:hover {
  border-color: #f2f2f2;
}

.div-block-43 {
  height: auto;
  margin-bottom: 0px;
  padding: 30px 27px 27px;
}

.heading-17 {
  min-height: 60px;
  margin-top: 0px;
  font-family: Volterounded, sans-serif;
  color: #353535;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.paragraph-10 {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}

.collection-item-2 {
  height: 100%;
  margin-bottom: 75px;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: #fff;
}

.text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6%;
  margin-left: 6%;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.text-block-left {
  width: auto;
  margin-top: 20px;
  padding: 0px 0px 20px;
  border-radius: 0px;
  background-color: #fff;
  font-family: SF_UI_Display, sans-serif;
  font-weight: 400;
}

.doc-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.doc-content.doc-elements {
  padding-top: 20px;
  font-family: SF_UI_Display, sans-serif;
  color: #353535;
  font-size: 22px;
  line-height: 27px;
}

.heading-18 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.empty-state-2 {
  padding: 23px 20px;
  border-radius: 10px;
  background-color: #e6e3ff;
  color: #7d70d6;
  font-size: 18px;
}

.html-embed {
  width: 100%;
  font-family: Tajawal;
  color: #a5a5a5;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px none #e9e9e9;
  border-radius: 0px;
}

.div-block-44:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
}

.image-27 {
  width: 100%;
  height: 100%;
  margin-right: 15px;
}

.text-block-33 {
  padding-top: 4px;
  padding-left: 21px;
  font-family: SF_UI_Display, sans-serif;
  color: #353535;
  font-size: 22px;
  font-weight: 300;
  text-transform: none;
}

.body-5 {
  background-color: #fff;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
}

.div-block-45 {
  width: 100px;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3)));
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3));
}

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

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 117px;
  padding-bottom: 117px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.body-6 {
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-11 {
  width: auto;
  max-width: 700px;
  font-family: Tajawal;
  color: #a5a5a5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}

.heading-19 {
  font-family: Tajawal;
  color: #333;
  font-weight: 300;
}

.search-form {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  text-align: left;
}

.search-input {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 33px 33px 65px;
  border-style: none;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: url('../images/5a43b51380557a000178d6fa_magnifying-glass-1.svg');
  background-position: 21px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 20px;
}

.search-input:focus {
  box-shadow: 1px 1px 19px 0 #201846;
}

.search-button {
  display: none;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-2 {
  display: none;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.link {
  font-family: Tajawal;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-34 {
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tajawal;
  color: #3267b8;
  font-size: 16px;
}

.paragraph-12 {
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 20px;
  line-height: 30px;
}

.search-result-item {
  padding-bottom: 25px;
}

.body-7 {
  background-color: #000;
}

.utility-page-wrap {
  display: none;
  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;
  background-color: #000;
}

.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;
}

.body-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a3543;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  font-family: Tajawal;
  font-weight: 200;
}

.heading-20 {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-weight: 200;
  text-align: center;
}

.heading-21 {
  font-family: Tajawal;
  color: #fff;
  font-weight: 300;
}

.text-field {
  padding-top: 29px;
  padding-bottom: 29px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Tajawal;
  font-size: 16px;
}

.submit-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Tajawal;
  font-size: 18px;
  font-weight: 500;
}

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

.body-9 {
  background-color: #2a3543;
}

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

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

.link-block-6 {
  height: 500px;
  text-decoration: none;
}

.link-2 {
  font-family: Tajawal;
  color: #3964af;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

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

.text-field-3 {
  height: 50px;
  margin-bottom: 25px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e1e1e1;
  background-color: transparent;
  color: #919197;
  font-size: 16px;
  font-style: italic;
}

.text-field-3:active {
  border-bottom-color: #6540fb;
}

.text-field-3:focus {
  border-bottom-color: #6540fb;
}

.text-field-3::-webkit-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3:-ms-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3::-ms-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3::placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3.area {
  height: auto;
  padding-bottom: 35px;
}

.button-2 {
  display: block;
  width: auto;
  padding: 9px 30px;
  border: 2px solid #5c5c5c;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  box-shadow: inset 0 0 0 2px transparent;
  color: #fff;
}

.field-label-2 {
  font-family: Quicksand;
  color: #aaa;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.error-message {
  background-color: #ff1053;
  color: #fff;
  text-align: center;
}

.map {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.half-section {
  position: relative;
  width: 50%;
  height: 750px;
  float: left;
}

.half-section.from {
  background-color: #fff;
}

.success-message {
  background-color: #34a853;
  color: #fff;
  font-size: 16px;
}

.form-block-2 {
  width: 100%;
}

.body-10 {
  background-color: #000;
}

.heading-22 {
  font-family: Quicksand;
  font-weight: 300;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaeaeb;
  color: #fff;
}

.div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  padding: 5px 30px;
}

.product-content {
  position: relative;
  z-index: 10;
}

.image-30 {
  width: 100%;
  border-radius: 5px;
  background-image: url('../images/3_1.jpg');
  background-position: 0px 0px;
  background-size: 675px;
  box-shadow: 1px 0 17px 0 rgba(0, 0, 0, 0.39);
}

.image-30:hover {
  opacity: 1;
}

.image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(0, 0, 0, 0.63)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 48%, hsla(0, 0%, 100%, 0));
}

.row-3 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.features-title {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 25px;
  font-weight: 600;
}

.features-icon {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  float: left;
  border-radius: 100%;
  background-color: #6540fb;
  background-image: url('../images/heart.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: inset -4px -4px 30px 0 rgba(0, 0, 0, 0.1);
}

.features-icon.in-services-image {
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  margin: 15px auto -97px;
  float: none;
  background-color: #fafafa;
  background-image: url('../images/icona-3.svg');
  background-position: 50% 50%;
  background-size: 90px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.features-icon.in-services-image._2 {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.features-icon.in-services-image._6 {
  width: 100px;
  height: 100px;
  background-color: #fafafa;
  background-image: url('../images/icona-5.svg');
  background-position: 41% -39%;
  background-size: 90px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.features-icon.in-services-image._3 {
  width: 100px;
  height: 100px;
  background-color: #fafafa;
  background-image: url('../images/icona-2.svg');
  background-position: 50% -10%;
  background-size: 80px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.features-icon.in-services-image._5 {
  width: 100px;
  height: 100px;
  background-color: #fff;
  background-image: url('../images/icona-6.svg');
  background-position: 50% 79%;
  background-size: 130px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.features-icon.in-services-image.right {
  background-image: url('../images/icona-1.svg');
  background-position: 50% 43%;
  background-size: 75px;
}

.div-block-66 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.udesly-video2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.image-home.homepage {
  max-width: 800px;
  margin-bottom: 0px;
}

.section-22 {
  background-color: #000;
}

.body-11 {
  background-color: #000;
}

.top-title-2 {
  margin-bottom: 70px;
}

.section-23 {
  display: block;
  padding: 120px 15px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-span-50 {
  font-style: normal;
  font-weight: 400;
}

.link-6 {
  color: #566395;
}

.faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546399;
}

.link-5 {
  color: #546399;
  font-weight: 400;
}

.faq-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.button-plan-contaiiner {
  width: 100%;
  padding-top: 17px;
  text-align: center;
}

.section-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9eeff;
  border-bottom-color: #d9eeff;
  background-color: #fdfdfd;
}

.section-24.pricing {
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  border-top-width: 0px;
  background-color: #f5f5f5;
}

.heading-23 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #3c586e;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.heading-23.video-head {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}

.tab-link-2 {
  width: 110px;
  padding: 4px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #49e793;
  background-color: transparent;
  color: #9f968c;
  font-weight: 700;
  text-align: center;
}

.tab-link-2.w--current {
  border-color: #49e793;
  background-color: #49e793;
  color: #f8fcff;
}

.price-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 34px 7px;
  -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;
}

.bold-text-2 {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
}

.price-sub-header {
  padding-top: 0px;
  padding-bottom: 9px;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #353535;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.price-sub-header.free {
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #353535;
}

.paragraph-17 {
  width: auto;
  margin-bottom: 50px;
  color: #9cb3c7;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
}

.unordered-list-7 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.hero-top-text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #c1c1c1;
  font-weight: 300;
  letter-spacing: 3px;
}

.hero-top-text.pricing {
  margin-bottom: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #c1c1c1;
  font-weight: 300;
}

.tab-link {
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #49e793;
  background-color: transparent;
  color: #9f968c;
  font-weight: 700;
}

.tab-link.w--current {
  width: 110px;
  padding: 4px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #49e793;
  background-color: #49e793;
  color: #f8fcff;
  font-weight: 600;
  text-align: center;
}

.list-item-9 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: SF_UI_Display, sans-serif;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
}

.button-plan-card {
  width: 100%;
  padding: 13px 31px;
  border-style: solid;
  border-width: 2px;
  border-color: #49e793;
  border-radius: 5px;
  background-color: #49e793;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: default;
}

.button-plan-card:hover {
  border-color: #49e793;
  background-color: #49e793;
  opacity: 0.85;
  color: #fff;
}

.button-plan-card.free {
  border-color: #49e793;
  background-color: transparent;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #49e793;
  font-weight: 700;
  text-align: center;
}

.button-plan-card.free:hover {
  background-color: #49e793;
  opacity: 1;
  color: #fff;
}

.tabs-menu {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.price-card-box {
  width: auto;
  max-width: 330px;
  margin: 0px 15px;
  padding: 44px 28px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 26px -11px rgba(0, 0, 0, 0.37);
  color: #fff;
}

.price-card-box.free {
  box-shadow: 0 0 26px -11px rgba(0, 0, 0, 0.37);
}

.text-block-40 {
  font-family: Quicksand;
  color: #49e793;
  font-size: 14px;
  font-weight: 600;
}

.text-block-40.green {
  color: #fff;
}

.text-block-40.green {
  color: #49e793;
}

.text-block-40.white {
  color: #fff;
}

.text-block-40.white {
  color: #fff;
}

.text-block-40.green {
  color: #49e793;
}

.text-block-40.black {
  color: #353535;
  text-transform: uppercase;
}

.text-block-40.green {
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #49e793;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-40.white {
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.paragraph-18 {
  margin-bottom: 40px;
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 22px;
  font-weight: 300;
}

.link-block-8 {
  display: inline;
  text-decoration: none;
}

.section-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8f9;
}

.container-12 {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 50px -21px rgba(0, 0, 0, 0.11);
}

.container-12.full-width {
  background-color: transparent;
}

.heading-24 {
  margin-bottom: 20px;
  font-family: Quicksand;
  font-weight: 400;
  text-align: left;
}

.block-quote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  border: 1px solid #cbd8e9;
  border-radius: 10px;
  background-color: #f3f8fe;
  font-family: Quicksand;
  color: #cbd8e9;
  font-size: 20px;
  font-weight: 300;
}

.button-4 {
  display: inline-block;
  padding: 10px 13px;
  border: 2px solid #9f968c;
  border-radius: 5px;
  background-color: #9f968c;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 400;
}

.button-4:hover {
  border: 2px solid #9f968c;
  background-color: transparent;
  color: #9f968c;
}

.paragraph-19 {
  font-family: Quicksand;
  font-size: 22px;
  line-height: 30px;
}

.link-7 {
  font-family: Quicksand;
  font-size: 18px;
}

.paragraph-20 {
  text-align: center;
}

.copyright-link {
  display: inline-block;
  color: #919197;
  text-decoration: underline;
}

.copyright-link.w--current {
  display: inline-block;
  color: #919197;
  text-decoration: underline;
}

.image-licens {
  width: 60px;
  margin: 12px 10px;
}

.hero-link-3 {
  padding-bottom: 0px;
  font-family: Quicksand;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.form-block {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d47789;
}

.checkbox {
  color: #383838;
}

.text-field-login-form {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #e4e4e4;
  border-radius: 4px;
  font-family: Quicksand;
  color: #c7c7c9;
  font-weight: 400;
}

.form {
  width: 100%;
  text-align: left;
}

.div-block-82 {
  padding-top: 20px;
}

.login-form-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.link-8 {
  color: #9f968b;
  font-weight: 400;
  text-decoration: none;
}

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

.link-3 {
  display: inline-block;
  padding-left: 0px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Quicksand;
  color: #9f968b;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

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

.login-form-head-2 {
  overflow: visible;
  padding-bottom: 15px;
}

.checkbox-field {
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 20px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.submit-button-2 {
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #9f968b;
  font-family: Quicksand;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: #695e51;
}

.error-message-2 {
  margin-top: 20px;
  padding: 16px 15px;
  border-radius: 5px;
}

.hero-head-4 {
  display: inline-block;
  width: auto;
  margin-top: 12px;
  color: #797979;
  font-size: 26px;
  font-weight: 300;
}

.hero-head-4.login {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand;
  color: #fff;
  text-align: center;
}

.hero-head-4.login {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.hero-head-4.login {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.text-field-4 {
  height: 55px;
  margin-bottom: 20px;
  border-color: #e4e4e4;
  border-radius: 4px;
  font-family: Quicksand;
  font-weight: 400;
}

.success-message-2 {
  background-color: transparent;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.92);
}

.field-label {
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
}

.hero-paragraph-6 {
  margin-bottom: 30px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
}

.hero-paragraph-6.login {
  color: #fff;
}

.error-message-3 {
  padding: 20px;
  font-weight: 300;
}

.success-message-3 {
  margin-bottom: 25px;
  background-color: transparent;
}

.hero-link-2 {
  padding-bottom: 0px;
  font-family: Quicksand;
  color: #a5a5a5;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.login-form-container-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.link-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-4:hover {
  color: #c3c3c3;
  text-decoration: none;
}

.text-block-17 {
  padding-bottom: 28px;
  color: #72c287;
  font-size: 20px;
  font-weight: 300;
}

.text-block-18 {
  color: #d3788a;
  font-size: 18px;
}

.submit-button-3 {
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #9f968b;
  font-family: Quicksand;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: default;
}

.submit-button-3:hover {
  background-color: #61594f;
}

.text-field-login-form-2 {
  height: 50px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #e4e4e4;
  border-radius: 4px;
  font-family: Quicksand;
  color: #c7c7c9;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
}

.hero-paragraph-7 {
  margin-bottom: 30px;
  padding-bottom: 2px;
  color: #c7c7c9;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
}

.error-message-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-field-2 {
  height: 55px;
  margin-bottom: 20px;
  border-color: #e4e4e4;
  border-radius: 4px;
  font-family: Quicksand;
  color: #fff;
}

.text-block-20 {
  font-size: 18px;
}

.success-message-4 {
  background-color: #6cac5c;
  color: #fff;
  font-size: 18px;
}

.submit-button-4 {
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #9f968b;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 500;
}

.submit-button-4:hover {
  background-color: #615a52;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
}

.list-item-6 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #353535;
  font-weight: 300;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-11 {
  width: 50px;
  padding: 12px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 500;
  text-align: center;
}

.button-11:hover {
  background-color: #fff;
}

.unordered-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
  background-color: #f8fcff;
}

.section-11.navigation {
  margin-left: 0px;
  padding-top: 60px;
  border-width: 0px;
  background-color: transparent;
}

.button-10 {
  width: 50px;
  margin-top: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #c1c1c1;
  font-weight: 300;
  text-align: center;
}

.button-10:hover {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-right: 0px;
  padding: 15px 25px;
  border: 2px solid #7d70d6;
  border-radius: 5px;
  background-color: #7d70d6;
  font-size: 18px;
  text-align: center;
}

.button-3:hover {
  background-color: transparent;
  color: #7d70d6;
}

.button-3.previous {
  display: block;
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-color: #ff7166;
  border-radius: 0px;
  background-color: #ff7166;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3.previous:hover {
  background-color: #ff7166;
  color: #fff;
}

.button-3.next {
  display: block;
  width: 150px;
  margin-right: 0px;
  padding: 12px 20px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-color: #ff7166;
  border-radius: 0px;
  background-color: #ff7166;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3.next:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff7166;
  color: #fff;
}

.button-3.previous-blog {
  display: block;
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-color: #ff7166;
  border-radius: 0px;
  background-color: #ff7166;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3.previous-blog:hover {
  background-color: #ff7166;
  color: #fff;
}

.button-3.next-blog {
  display: block;
  width: 150px;
  margin-right: 0px;
  padding: 12px 20px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-color: #ff7166;
  border-radius: 0px;
  background-color: #ff7166;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3.next-blog:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff7166;
  color: #fff;
}

.div-block-85 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.boxed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boxed-container.navigation {
  display: block;
  width: 90%;
  max-width: 1800px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-12 {
  width: 50px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #c1c1c1;
  font-weight: 500;
  text-align: center;
}

.button-12:hover {
  color: #c1c1c1;
}

.search-result-wrapper {
  display: none;
}

.div-block-86 {
  width: 40px;
  height: 40px;
  background-image: url('../images/9-arthur-songesand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-87 {
  width: 40px;
  height: 40px;
  background-image: url('../images/9-arthur-songesand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-88 {
  width: 40px;
  height: 40px;
  background-image: url('../images/3-thorbjrn-mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-89 {
  width: 60px;
  height: 60px;
  background-image: url('../images/3-thorbjrn-mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-90 {
  width: 300px;
  height: 300px;
  background-image: url('../images/5-jeff-williamson.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layer-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contour_01_white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin-top: 350px;
  margin-left: 80px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.layer-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/contour_02.svg');
  background-position: 0% 0%;
  background-size: cover;
}

.div-block-93 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/contour_02_white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-94 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/contour_03_white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-95 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/contour_04_white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-96 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-bottom: 0px;
  background-image: url('../images/contour_05.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-97 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/contour_05.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-26 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-98 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/contour_05_white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-14 {
  position: absolute;
  left: 10%;
  top: 25%;
  right: 10%;
  bottom: auto;
  z-index: 0;
  display: none;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-big-heading {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Volterounded, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.hero-big-heading.alt-01 {
  color: #353535;
}

.paragraph-big {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 30%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: left;
}

.paragraph-big.alt-2 {
  margin-bottom: 30px;
  padding-right: 10%;
  padding-left: 10%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.buttons-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-13 {
  position: relative;
  height: auto;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-13:hover {
  background-color: #ff7166;
}

.button-13.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-13.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-13.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.button-13.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button-13.link-button {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #111;
}

.button-13.link-button:hover {
  color: #fff;
}

.button-13.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-13.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.div-block-99 {
  width: 250px;
  height: 90px;
  background-color: transparent;
  background-image: url('../images/ibi_logo_full.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav-left-social-icons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-left-social-icons.horizontal {
  z-index: 2;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-menu-wide {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: right;
}

.menu-button-2 {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-2.w--open {
  background-color: transparent;
  color: #111;
}

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

.nav-link-wide {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #818181;
  font-size: 11px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-wide:hover {
  border-left-color: #ff7166;
  background-color: #fff;
  color: #474747;
}

.nav-link-wide.w--current {
  opacity: 1;
  color: #111;
}

.nav-bar-wide {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 888;
  display: block;
  width: 230px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.nav-bar-wide.alt-2 {
  box-shadow: none;
}

.nav-bar-wide.alt-2.inner-page {
  border-right: 1px solid #f2f2f2;
}

.social-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
  opacity: 0.4;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  cursor: pointer;
}

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

.social-icon-link.footer {
  padding-left: 0px;
}

.brand-3 {
  z-index: 999;
  display: none;
  width: 230px;
  height: 230px;
  margin-left: 0px;
  -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;
  cursor: pointer;
}

.brand-3.w--current {
  -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;
}

.hero-social-icon {
  position: absolute;
  z-index: 1;
  opacity: 1;
}

.hero-service-line {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 40px;
  height: 3px;
  background-color: #ff7166;
}

.contact-text {
  margin-right: 10px;
  font-family: SF_UI_Display_Light, sans-serif;
  text-transform: none;
}

.side-works-images-wrapper {
  overflow: hidden;
  width: 75%;
  height: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.side-works-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding-right: 30px;
  padding-bottom: 24px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-info {
  width: 50%;
  padding-right: 8%;
  padding-left: 8%;
}

.footer-v2-signature {
  height: 44px;
  opacity: 1;
}

.side-works-link-text {
  position: relative;
  left: -76px;
  top: 48%;
  z-index: 1;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.buttons-wrapper-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.social-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 4px;
  -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;
  box-shadow: inset 0 0 0 1px #e2e2e2;
  opacity: 1;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
}

.mini-heading {
  margin-bottom: 16px;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.review-v1-avatar {
  width: 60px;
  height: 60px;
  margin: 10px;
  border-radius: 50%;
}

.career-job-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 970px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icons.left {
  margin-bottom: 20px;
  margin-left: -4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-v1-text {
  margin-top: 16px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 17px;
  line-height: 28px;
}

.review-v1-content {
  max-width: 600px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-down-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonials-v1-arrow {
  left: 0px;
  right: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-top: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.3);
}

.testimonials-v1-arrow.right {
  left: 64px;
  width: 62px;
  border-left-style: none;
}

.side-works-heading {
  margin-bottom: 40px;
}

.header-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 6% 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 15px;
}

.header-section.image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.6)), to(rgba(17, 17, 17, 0.6))), url('../images/tyler-franta-589346-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), url('../images/tyler-franta-589346-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.header-section.image-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/rawpixel-com-463439-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/rawpixel-com-463439-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-section.no-bottom-padding {
  display: block;
  margin-left: 0px;
  padding: 104px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section.side-works-section {
  padding-right: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-section.dark {
  background-image: -webkit-gradient(linear, left top, right top, from(#40424b), to(#1c1d24));
  background-image: linear-gradient(90deg, #40424b, #1c1d24);
  color: #fff;
}

.header-section.dark.no-padding-vertical {
  background-color: #474747;
  background-image: none;
}

.header-section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding: 20% 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.3)), to(rgba(17, 17, 17, 0.3))), url('../images/stock_img_06.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url('../images/stock_img_06.jpg');
  background-position: 0px 0px, 50% -100px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.header-section.hero.strategic-market {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/stock_img_20.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/stock_img_20.jpg');
  background-size: auto, cover;
}

.header-section.hero.who-we-are {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-color: #fff;
  background-image: url('../images/hero_banner_11.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.header-section.hero.what-we-do {
  height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: url('../images/stock_img_35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header-section.hero.strat-market {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.38)), to(rgba(53, 53, 53, 0.38))), url('../images/hero_banner_10.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.38), rgba(53, 53, 53, 0.38)), url('../images/hero_banner_10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.market-assess {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_04.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.competitive-intelligence {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_05.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_05.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.partner-search {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_06.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_06.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.customer-intelligence {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_12.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.smi-process {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_08.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_08.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.smi-training-and-workshops {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_02.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.our-clients {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_04.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.inquiries-contact {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/07_opti_banner_2390x826.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/07_opti_banner_2390x826.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.what-we-do {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: url('../images/hero_banner_07.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header-section.hero._08 {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_13.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_13.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.practice-areas {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_03.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_03.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.hero.innovation-new-tech-market-development {
  height: 60vh;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/innovation-new-market-development_02.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/innovation-new-market-development_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.image-4 {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/10_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.who-we-are-footer-img {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
}

.header-section.what-we-do-footer-img {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/aziz-acharki-253909.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/aziz-acharki-253909.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
  color: #fff;
}

.header-section.smi-footer-img {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/03_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.market-assessment {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/07_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.competitive {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/04_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.partner-search {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/09_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.who-we-are {
  z-index: auto;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
  opacity: 1;
}

.header-section.what-we-do-footer-img {
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/02_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.ibi-coverage-footer-img {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/footer_img_opti_2390x1800_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.contact-page-footer-img {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/stock_img_31.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/stock_img_31.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
  color: #fff;
}

.header-section.image-customer-footer {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/13_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.image-smi-training {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/07_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.homemiddlebanner {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/footer_img_opti_2390x1800_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.header-section.bannermiddlewwa {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('../images/footer_img_opti_2390x1800_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #fff;
}

.footer-v2-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.footer-v2.dark-bg {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-color-1 {
  color: #faaf52;
}

.color-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fa465e;
}

.color-hover.left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 0px;
  margin-left: -3px;
  background-color: #ff7166;
}

.color-hover.down {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 3px;
  background-color: #2a3543;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
}

.color-hover.left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 3px;
  background-color: #ff7166;
}

.color-hover.left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 3px;
  background-color: #ff7166;
}

.color-hover.down {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 3px;
  background-color: #2a3543;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
}

.side-works {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hero-down-heading {
  margin-bottom: 20px;
  margin-left: 16px;
  font-family: Volterounded, sans-serif;
  font-weight: 400;
}

.grey-text {
  margin-bottom: 24px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #fff;
  font-size: 18px;
}

.review-v1-avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/avatar-border.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  position: static;
  display: block;
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.wrapper.side-padding {
  padding-right: 15px;
  padding-left: 15px;
}

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

.full-width {
  width: 100%;
  margin-top: 15px;
}

.career-job {
  position: relative;
  width: 44%;
  padding: 40px;
  border-style: solid none;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.career-job.left {
  border-right-style: solid;
  box-shadow: -3px 0 0 0 #faaf52;
}

.career-job.right {
  border-left-style: solid;
  box-shadow: 3px 0 0 0 #faaf52;
}

.testimonials-v1 {
  height: auto;
  padding-left: 30%;
  background-color: transparent;
  text-align: left;
}

.footer-v2-follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-works-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 48px;
  background-color: #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #111;
  text-decoration: none;
}

.side-works-link:hover {
  color: #fff;
}

.footer-bottom-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  color: #7c8499;
  font-size: 12px;
  line-height: 16px;
}

.footer-bottom-v2.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.6);
}

.contact-v2-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v2-nav-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  font-family: SF_UI_Display, sans-serif;
  color: #818181;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.footer-v2-nav-link:hover {
  color: #353535;
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.career-job-position {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
}

.blog-post-v3 {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-nav {
  display: none;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.link-v1 {
  box-shadow: 0 2px 0 0 #ddd;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Lato, sans-serif;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-v1:hover {
  box-shadow: 0 2px 0 0 #fa465e;
}

.link-v1.white-link {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.4);
  font-family: SF_UI_Display_Light, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: none;
}

.link-v1.white-link:hover {
  box-shadow: 0 2px 0 0 #fff;
}

.link-v1.more-link {
  margin-top: 24px;
}

.side-video {
  position: relative;
  width: 83.33%;
  text-decoration: none;
}

.side-video.left {
  margin-left: 16.66%;
}

.side-video.right {
  margin-right: 16.66%;
}

.link-white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

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

.career-timeline {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90.6%, 0)), color-stop(5%, #e7e7e7), color-stop(95%, #e7e7e7), to(hsla(0, 0%, 90.6%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 90.6%, 0), #e7e7e7 5%, #e7e7e7 95%, hsla(0, 0%, 90.6%, 0));
}

.hero-full-image {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #111;
}

.hero-full-image.home-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding: 0px 17%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.3)), to(rgba(17, 17, 17, 0.3))), url('../images/stock_img_16.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url('../images/stock_img_16.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.contact-v2-heading {
  margin-bottom: 32px;
}

.footer-v2-email {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  text-decoration: none;
  cursor: pointer;
}

.footer-v2-email:hover {
  color: #353535;
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
}

.review-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/quote-icon.svg');
  background-position: 85% 0px;
  background-repeat: no-repeat;
}

.video-time {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 6px 12px;
  background-color: rgba(17, 17, 17, 0.6);
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
}

.hero-service {
  position: relative;
  margin-right: 16px;
  margin-bottom: 50px;
  margin-left: 16px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ff7166;
}

.hero-service.empty {
  border-left-style: none;
}

.timeline-dot-v1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #faaf52;
  border-radius: 50%;
  background-color: #faaf52;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px #fff;
}

.line-button-text {
  position: relative;
  z-index: 1;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}

.footer-v2-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0px 13px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-radius: 0px;
  -webkit-transition: border 600ms ease;
  transition: border 600ms ease;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.input:hover {
  border-bottom-color: #bbb;
}

.input:focus {
  border-bottom-color: #faaf52;
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.text-area.margin-right {
  margin-right: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #c1c1c1;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.input.text-area.margin-right:focus {
  border-bottom-color: #fa465e;
}

.input.half-width {
  margin-right: 30px;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #c1c1c1;
  -webkit-transition: border 600ms ease;
  transition: border 600ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.input.half-width:focus {
  border-bottom-color: #fa465e;
}

.input.half-width {
  width: 220px;
  margin-right: 0px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #c1c1c1;
  -webkit-transition: border 600ms ease;
  transition: border 600ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.input.half-width:focus {
  border-bottom-color: #fa465e;
}

.no-margin {
  margin: 0px;
}

.play-button-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 72px;
  height: 72px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(17, 17, 17, 0.7);
  background-image: url('../images/play-icon.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.play-button-2.color-1 {
  background-color: #faaf52;
}

.contact {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #bbb;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.contact.home-v6 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 3%;
  margin-top: 20px;
  margin-right: 16px;
  color: #fff;
}

.contact-v2-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #111;
}

.section-intro {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-intro.no-margin-bottom {
  margin-top: auto;
  margin-bottom: auto;
}

.section-intro.no-margin-bottom.hero {
  max-width: 850px;
  margin-top: 20%;
  margin-bottom: 20%;
  padding-right: 8%;
  padding-left: 8%;
}

.section-intro.left {
  margin-left: 0px;
  text-align: left;
}

.section-intro.left.no-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.career-job-period {
  width: 44%;
}

.tel-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-v-2-contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-v2-heading {
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.footer-v2-heading.text-white {
  color: #fff;
}

.paragraph-small {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #424345;
  font-size: 13px;
  line-height: 20px;
}

.career {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
}

.footer-v2-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 6%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-job-corner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  box-shadow: 1px -1px 0 0 #ddd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.career-job-corner.left {
  left: -7px;
  box-shadow: -1px 1px 0 0 #ddd;
}

.career-job-corner.right {
  right: -7px;
}

.page-wrapper {
  position: relative;
  width: auto;
  min-height: 0vh;
  margin-left: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.page-wrapper.nav-left-wide {
  position: relative;
  overflow: hidden;
  margin-left: 230px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.page-wrapper.alt-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: visible;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.page-wrapper.alt-1 {
  background-image: none;
}

.link-v2 {
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 0 2px 0 0 #ddd;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Lato, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.link-v2:hover {
  box-shadow: 0 2px 0 0 #fa465e;
}

.link-v2.white {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.link-v2.white:hover {
  box-shadow: 0 2px 0 0 #fff;
}

.side-works-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.testimonials-v1-heading {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30%;
  padding-right: 40px;
}

.footer-text-left {
  margin-right: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-weight: 300;
  text-decoration: none;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 3px;
  margin-right: 12px;
  color: transparent;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-33 {
  width: 110px;
  height: 110px;
  padding-top: 0%;
}

.paragraph-21 {
  color: #e2e2e2;
}

.button-14 {
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.counter-number {
  font-size: 36px;
  line-height: 40px;
}

.counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#40424b), to(#1c1d24));
  background-image: linear-gradient(90deg, #40424b, #1c1d24);
}

.counters.image-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/joshua-earle-541397-unsplash.jpg'), -webkit-gradient(linear, left top, right top, from(#40424b), to(#1c1d24));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/joshua-earle-541397-unsplash.jpg'), linear-gradient(90deg, #40424b, #1c1d24);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.h2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-transform: none;
}

.heading-25 {
  margin-bottom: 30px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.heading-25.hero-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.about-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 40px;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.left {
  margin-right: 33.33%;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 88px 3% 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.15);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
}

.counter._3 {
  background-image: url('../images/calendar-icon.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.counter._2 {
  background-image: url('../images/mask-icon.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.counter._1 {
  background-image: url('../images/done-icon.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
  text-align: center;
}

.counter._4 {
  background-image: url('../images/win-icon.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.about-info {
  display: block;
  width: 100%;
  padding: 0px 20px 0px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-count: auto;
  column-count: auto;
}

.counter-divider {
  width: 32px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #faaf52;
}

.counter-divider.red {
  background-color: #ee4869;
}

.side-image-float {
  position: absolute;
  width: 66.66%;
  box-shadow: 8px 8px 28px 0 rgba(0, 0, 0, 0.16);
}

.side-image-float.right {
  right: 15px;
}

.big-quote-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Volterounded, sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
}

.about-text {
  position: static;
  display: block;
  width: auto;
  padding-right: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-size: 16px;
  line-height: 24px;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 56px;
  column-gap: 56px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 480px;
  min-height: auto;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-image: url('../images/stock_img_34_square.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.big-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  max-width: 700px;
  margin-left: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-v2-2 {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: SF_UI_Display, sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.link-v2-2.about-link {
  margin-bottom: 16px;
}

.link-v2-2.white {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.link-v2-2.white:hover {
  box-shadow: 0 2px 0 0 #fff;
}

.about-image-link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 6px 12px 6px 34px;
  background-color: rgba(17, 17, 17, 0.6);
  background-image: url('../images/location-icon-white.svg');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
}

.about-image-link:hover {
  background-color: #6165f4;
}

.page_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 101vh;
  min-height: 0px;
}

.page_wrap.nav-left {
  z-index: 0;
  display: block;
  overflow: hidden;
  height: 200vh;
  min-height: auto;
  margin-left: 0px;
}

.big-quote-icon {
  width: 40px;
  margin-top: 6px;
  margin-right: 48px;
}

.footer-v2-heading-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}

.footer-v2-heading-2.text-white {
  color: #fff;
}

.about-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.about-heading:hover {
  color: #474747;
}

.about-heading.orange {
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 22px;
  line-height: 32px;
}

.who-we-are-btn {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.who-we-are-btn:hover {
  border-left-color: #ff7166;
  background-color: #fff;
  color: #474747;
}

.who-we-are-btn.w--current {
  opacity: 1;
  color: #111;
}

.what-we-do-btn {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.what-we-do-btn:hover {
  border-left-color: #ff7166;
  background-color: #fff;
  color: #474747;
}

.what-we-do-btn.w--current {
  opacity: 1;
  color: #111;
}

.our-work-stories-btn {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.our-work-stories-btn:hover {
  border-left-color: #ff7166;
  background-color: #fff;
  color: #474747;
}

.our-work-stories-btn.w--current {
  opacity: 1;
  color: #111;
}

.our-clients-btn {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.our-clients-btn:hover {
  border-left-color: #ff7166;
  background-color: #fff;
  color: #474747;
}

.our-clients-btn.w--current {
  opacity: 1;
  color: #111;
}

.inquiries-contact-btn {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inquiries-contact-btn:hover {
  border-left-color: #ff7166;
  background-color: #fff;
  color: #474747;
}

.inquiries-contact-btn.w--current {
  opacity: 1;
  color: #111;
}

.cta-btn {
  padding: 12px 20px;
  border-radius: 7px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-btn.alt-2 {
  border-radius: 3px;
  background-color: #fff;
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.text-block-41 {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.animation-button {
  position: relative;
  height: 48px;
  padding: 11px 24px;
  border-radius: 0px;
  background-color: #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.animation-button:hover {
  background-color: #ba3446;
}

.animation-button.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.animation-button.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.animation-button.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.animation-button.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.animation-button.link-button {
  z-index: 999;
  width: 320px;
  height: 61px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 14px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px none #e2e2e2;
  border-left: 0px none transparent;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button.link-button:hover {
  color: #fff;
}

.animation-button.link-button.w--current {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
  cursor: pointer;
}

.animation-button.link-button.w--current:hover {
  color: #fff;
}

.animation-button.link-button.sub {
  border-bottom-style: none;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
}

.animation-button.link-button.sub:hover {
  color: #fff;
}

.animation-button.link-button.sub.w--current {
  margin-top: -1px;
}

.animation-button.link-button.sub-menu {
  position: static;
}

.animation-button.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.animation-button.link-button-menu {
  width: 320px;
  height: 60px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px none #000;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button.link-button-menu:hover {
  color: #fff;
}

.animation-button.link-button-menu.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Light, sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.animation-button.link-button {
  z-index: 999;
  width: 100%;
  height: 61px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 14px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px none #e2e2e2;
  border-left: 0px none transparent;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button.link-button:hover {
  color: #fff;
}

.animation-button.link-button.w--current {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
  cursor: pointer;
}

.animation-button.link-button.w--current:hover {
  color: #fff;
}

.image-34 {
  width: 17px;
}

.what-we-do-paragraph {
  margin-bottom: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #c1c1c1;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-23 {
  font-family: SF_UI_Display_Light, sans-serif;
}

.first-letter {
  display: block;
  width: auto;
  margin-top: 1px;
  margin-right: 8px;
  padding-top: 3px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Lato, sans-serif;
  color: #fa465e;
  font-size: 46px;
  line-height: 40px;
  text-decoration: none;
}

.first-letter-2 {
  display: block;
  margin-top: 1px;
  margin-right: 8px;
  padding-top: 3px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #fa465e;
  font-size: 46px;
  line-height: 40px;
}

.first-letter-3 {
  position: static;
  display: block;
  margin-top: 1px;
  margin-right: 8px;
  padding-top: 3px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fa465e;
  font-size: 46px;
  line-height: 40px;
  text-align: left;
}

.first {
  padding-right: 8px;
  font-family: Volterounded, sans-serif;
  color: #ff7166;
  font-size: 34px;
}

.paragraph-24 {
  width: 100%;
  margin-bottom: 20px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #353535;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0px;
}

.paragraph-24.list-head {
  margin-bottom: 30px;
  font-family: SF_UI_Display, sans-serif;
  color: #474747;
  font-size: 18px;
}

.text-block-42 {
  position: relative;
  left: 0%;
  top: 4%;
  right: auto;
  bottom: auto;
  width: 8%;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Volterounded, sans-serif;
  color: #ff7166;
  font-size: 38px;
}

.text-block-43 {
  position: absolute;
  display: block;
  width: 92%;
  clear: both;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.dropcap {
  position: relative;
  left: 0%;
  top: 4%;
  right: auto;
  bottom: auto;
  width: 8%;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Volterounded, sans-serif;
  color: #ff7166;
  font-size: 38px;
}

.intor-text-caps {
  padding-top: 15px;
  padding-right: 8px;
  float: left;
  clear: left;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 46px;
  font-weight: 400;
}

.div-block-paragraph {
  display: block;
  width: 98%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-9 {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.link-block-9 {
  color: #8b8d92;
}

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

.text-bold {
  font-family: SF_UI_Display, sans-serif;
  color: #818181;
  font-weight: 400;
}

.split-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  color: #7c8499;
  font-size: 12px;
  line-height: 16px;
}

.section-3 {
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-color: #e2e2e2;
  background-color: #fff;
}

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

.tel-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-dark {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

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

.address-block {
  position: static;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-weight: 300;
}

.link-10 {
  color: #fa465e;
}

.text-block-45 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-weight: 300;
  cursor: pointer;
}

.text-block-45:hover {
  color: #353535;
}

.div-block-9 {
  height: 20vh;
  padding-right: 6%;
  padding-left: 6%;
}

.split-footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-right: 6%;
  padding-bottom: 32px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-35 {
  display: block;
  margin-bottom: 20px;
}

.split-footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.affiliate-text-block {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #424345;
}

.list {
  margin-top: 20px;
  padding-left: 15px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}

.legal-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-36 {
  width: 30%;
  margin-top: 84px;
}

.what-we-do-heading {
  margin-top: 0px;
  padding-left: 0px;
  float: none;
  font-family: Volterounded, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.heading-28 {
  font-family: Volterounded, sans-serif;
  color: #ff7166;
  font-size: 18px;
  font-weight: 400;
}

.list-orange {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 16px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  list-style-type: decimal;
}

.list-orange.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange._01 {
  margin-top: 51px;
}

.list-orange._03 {
  margin-top: 88px;
}

.list-orange.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange.services {
  margin-top: 59px;
  padding-left: 16px;
  font-family: SF_UI_Display, sans-serif;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange.services {
  margin-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange.service-07 {
  margin-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange.blog {
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.list-item-10 {
  margin-bottom: 15px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 22px;
}

.list-item-10.blog {
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.list-link-colour {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.list-link-colour:hover {
  color: #ff7166;
}

.list-link-colour.w--current {
  font-family: SF_UI_Display_Medium, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.list-link-colour.blog {
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.header-text-conatiner {
  position: static;
  display: block;
  width: 600px;
}

.paragraph-25 {
  font-family: SF_UI_Display_Light, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.animation-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin-top: 350px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.map-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: hidden;
}

.full-page {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/stock-photo-upwards-perspective-of-glass-commercial-skyscrapers-hong-kong-186425228_crop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/stock-photo-upwards-perspective-of-glass-commercial-skyscrapers-hong-kong-186425228_crop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.image-37 {
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.img-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/lines_test.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-38 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 103%;
  height: auto;
  max-height: 103%;
  max-width: 103%;
  margin-top: 300px;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.what-we-do-textt {
  display: block;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-count: 2;
  column-count: 2;
}

.columns {
  margin-top: 0px;
  padding: 0px 30px;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-button-animated-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated-2.w--open {
  background-color: transparent;
}

.animated-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.animated-button.w--open {
  background-color: transparent;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7166;
}

.columns-2 {
  margin-top: 0px;
}

.text-block-46 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.what-we-do-article-btn {
  position: static;
  height: auto;
  margin-top: 30px;
  padding: 12px 20px;
  border-radius: 3px;
  background-color: #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.what-we-do-article-btn:hover {
  background-color: #ff7166;
}

.what-we-do-article-btn.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.what-we-do-article-btn.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.what-we-do-article-btn.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.what-we-do-article-btn.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.what-we-do-article-btn.link-button {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #111;
}

.what-we-do-article-btn.link-button:hover {
  color: #fff;
}

.what-we-do-article-btn.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.what-we-do-article-btn.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.button-15 {
  position: relative;
  height: 48px;
  padding: 11px 24px;
  border-radius: 0px;
  background-color: #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-15:hover {
  background-color: #ba3446;
}

.button-15.link-button {
  margin-top: 30px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
}

.button-15.link-button:hover {
  color: #fff;
}

.button-15.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-15.link-button.pop {
  margin-top: 0px;
}

.button-15.blog-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
}

.button-15.blog-link:hover {
  color: #fff;
}

.button-15.blog-link.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-15.link-button {
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
}

.button-15.link-button:hover {
  color: #fff;
}

.button-15.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-15.blog-link-btn {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display, sans-serif;
  color: #474747;
  font-size: 14px;
  font-weight: 400;
}

.button-15.blog-link-btn:hover {
  color: #fff;
}

.button-15.blog-link-btn.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-15.blog-link-btn.popup {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ff7166;
  color: #fff;
}

.button-15.contact-button {
  padding-left: 52px;
  background-color: #ff7166;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.line-button-text-2 {
  position: static;
  z-index: 1;
  display: block;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.line-button-text-2:hover {
  color: #fff;
}

.column-14 {
  padding-right: 0px;
  padding-left: 20px;
}

.list-item-11 {
  margin-bottom: 0px;
}

.div-block-102 {
  padding-left: 0px;
}

.list-item-12 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: SF_UI_Display, sans-serif;
  font-size: 16px;
}

.list-item-13 {
  margin-bottom: 10px;
  font-family: SF_UI_Display, sans-serif;
  font-weight: 300;
}

.list-item-14 {
  margin-bottom: 10px;
  font-family: SF_UI_Display, sans-serif;
}

.list-item-15 {
  margin-bottom: 10px;
}

.div-block-103 {
  margin-top: 50px;
  padding-left: 30px;
}

.div-block-103.service-header {
  margin-top: 50px;
}

.list-item-16 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}

.list-item-17 {
  margin-bottom: 15px;
  line-height: 22px;
}

.list-item-18 {
  margin-bottom: 15px;
  line-height: 22px;
}

.list-item-19 {
  margin-bottom: 15px;
  font-family: SF_UI_Display_Medium, sans-serif;
  line-height: 22px;
}

.list-item-19.blog {
  font-family: SF_UI_Display_Medium, sans-serif;
  line-height: 22px;
}

.list-item-20 {
  margin-bottom: 15px;
  color: #ff7166;
  line-height: 22px;
}

.list-item-20:hover {
  color: #ff7166;
}

.list-item-21 {
  margin-bottom: 10px;
}

.list-item-22 {
  margin-bottom: 10px;
}

.list-item-23 {
  margin-bottom: 10px;
}

.list-item-24 {
  margin-bottom: 10px;
}

.list-item-25 {
  margin-bottom: 10px;
}

.list-item-26 {
  margin-bottom: 15px;
  line-height: 22px;
}

.text-bold-2 {
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-weight: 400;
}

.address-block-2 {
  position: static;
  max-width: 250px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: SF_UI_Display, sans-serif;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
}

.footer-v2-email-2 {
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-v2-email-2:hover {
  color: #111;
  text-decoration: underline;
}

.text-block-47 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: SF_UI_Display, sans-serif;
  color: #818181;
  font-weight: 400;
}

.footer-v2-contact-icon-2 {
  width: 16px;
  margin-top: 3px;
  margin-right: 12px;
}

.clients-v2-logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-v2-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin: -1px;
  padding: 56px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ddd;
}

.client-logo {
  max-height: 100%;
  max-width: 85px;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 300px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
}

.empty-state-4 {
  background-color: transparent;
  color: #8b8d92;
  text-align: center;
}

.heading-29 {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #474747;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: none;
}

.heading-29:hover {
  color: #ff7166;
}

.heading-29.feature {
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.heading-29.popup {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.div-block-104 {
  display: inline;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-105 {
  width: 100%;
  height: 100%;
  max-height: 0px;
  min-height: auto;
  min-width: auto;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-16 {
  display: block;
  width: 180px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ff7166;
}

.collection-list-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper-2 {
  padding-right: 40px;
  padding-left: 40px;
}

.tabs-content {
  padding-bottom: 50px;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  color: #353535;
}

.text-block-48 {
  overflow: hidden;
  margin-bottom: 20px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-48.featured {
  padding-right: 40px;
  color: #f2f2f2;
}

.text-block-48.popup {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.collection-item-6 {
  width: 320px;
  margin-bottom: 20px;
  padding-right: 0px;
}

.section-27 {
  padding-top: 0px;
}

.image-39 {
  width: 17px;
}

.div-block-106 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/animation_logo.svg');
  background-position: 50% 50%;
  background-size: 500%;
  background-repeat: no-repeat;
}

.image-40 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 2800px;
  text-align: center;
}

.div-block-107 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/animation_logo_02.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.container-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/webclip_256.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-108 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-image: url('../images/animation_logo_02.svg');
  background-position: 50% 50%;
  background-size: 500%;
  background-repeat: no-repeat;
}

.div-block-109 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.logo-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.div-block-110 {
  background-image: url('../images/stock_img_34_square.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-111 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/animation_logo_02.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-112 {
  position: relative;
  left: 500px;
  right: 500px;
}

.list-item-27 {
  font-family: SF_UI_Display, sans-serif;
}

.bold-text-12 {
  text-transform: none;
}

.copyright_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-category {
  position: static;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category:active {
  font-style: normal;
}

.link-block-10 {
  background-color: #ff7166;
}

.lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-image: url('../images/slide_lines_02.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.div-block-113 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.menu-image-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 230px;
  height: 230px;
}

.menu-image {
  overflow: hidden;
  width: 230px;
  height: 230px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/bailey-jones.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-16 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-19 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-21 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-22 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-11 {
  position: relative;
  z-index: 999;
  overflow: hidden;
  width: 230px;
  height: 230px;
}

.link-block-11.w--current {
  z-index: 999;
  height: 230px;
  cursor: pointer;
}

.div-block-114 {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-115 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/linkedin_logo_white.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.previous {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/previous_arrow.svg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.previous:hover {
  background-image: url('../images/previous_arrow_hover.svg');
}

.previous.none {
  background-image: none;
  cursor: default;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7166;
}

.tag-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  margin-top: 0px;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.next {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/next_arrow.svg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.next:hover {
  background-image: url('../images/next_arrow_hover.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next.w--current {
  background-image: none;
}

.next.none {
  background-image: url('../images/next_arrow.svg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: default;
}

.next.none:hover {
  background-image: url('../images/next_arrow_hover.svg');
}

.next.none.w--current {
  background-image: none;
}

.image-41 {
  width: 60px;
  height: 61px;
}

.slider {
  width: 100%;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  min-height: 100vh;
  min-width: 100%;
  padding: 0px;
  background-color: transparent;
  opacity: 1;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 65px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.slider-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-3 {
  color: #fff;
}

.logo-scroll-block {
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-scroll {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c1c1c1;
  background-image: url('../images/who_we_are_2880_02.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: repeat-x;
}

.image-42 {
  width: 2880px;
}

.image-43 {
  overflow: hidden;
  width: 2880px;
  max-width: 200%;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.icon-4 {
  margin-top: 81.5px;
  color: #e2e2e2;
  font-size: 19px;
}

.slide-nav {
  display: none;
  overflow: visible;
  height: auto;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.image-44 {
  width: 100px;
}

.image-45 {
  width: 100px;
}

.image-46 {
  width: 100px;
}

.image-47 {
  width: 100px;
}

.image-48 {
  width: 90px;
}

.image-49 {
  width: 100px;
}

.image-50 {
  width: 100px;
}

.image-51 {
  width: 80px;
}

.image-52 {
  width: 100px;
}

.image-53 {
  width: 80px;
}

.image-54 {
  width: 100px;
}

.image-55 {
  width: 80px;
}

.logo-wrapper-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-image {
  height: 70vh;
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  box-shadow: 1px 1px 19px 0 rgba(0, 0, 0, 0.25);
}

.gallery-image._1 {
  background-image: url('../images/saso-tusar-181518_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image._2 {
  background-image: url('../images/carson-arias-197710_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image._3 {
  background-image: url('../images/andrew-bui-277993_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery {
  position: relative;
  width: 100%;
  height: 4000px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: linear-gradient(45deg, #662d8c, #ed1e79);
}

.gallery-scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.gallery-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.image-56 {
  margin-top: 0px;
}

.link-block-13 {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.text-block-49 {
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-text {
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.columns-3 {
  margin-top: 100px;
  padding-right: 6%;
  padding-left: 6%;
}

.image-44-_ge {
  width: 70px;
}

.image-46_boral {
  width: 70px;
}

.image-46_ipsos {
  width: 70px;
}

.image-48-copy_emaar {
  width: 65px;
}

.image-44_app {
  width: 90px;
}

.image-44_sanofi {
  width: 80px;
}

.image-44_gs {
  width: 80px;
}

.image-46_wilo {
  width: 70px;
}

.image-48_satorius {
  width: 100px;
}

.image-49_habasit {
  width: 90px;
}

.image-47_reliance {
  width: 90px;
}

.image-48_philips {
  width: 100px;
}

.image-49_kantar {
  width: 90px;
}

.blog-category-2 {
  position: static;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category-2:active {
  font-style: normal;
}

.blog-category-2.link {
  margin-top: 30px;
  background-color: #fff;
  color: #ff7166;
  cursor: pointer;
}

.form-error {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #ff7166;
  font-size: 13px;
  line-height: 16px;
}

.contact-v1-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
}

.text-block-12 {
  color: #1f1f1f;
}

.contact-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-success {
  position: static;
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-v1-heading {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #1f1f1f;
  font-weight: 300;
  text-transform: none;
}

.column-24 {
  padding-left: 0px;
}

.contact-text-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-category-ibi {
  position: static;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.blog-category-ibi:active {
  font-style: normal;
}

.blog-category-ibi.link {
  margin-top: 30px;
  background-color: #fff;
  color: #ff7166;
  cursor: pointer;
}

.blog-category-ibi.blog-links {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: none;
}

.blog-category-ibi.blog-links.popup {
  display: inline-block;
  margin-top: 0px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.blog-category-ibi.blog-links.popup-wwa {
  margin-top: 0px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.blog-category-ibi.blog-links-main {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.text-block-50 {
  font-family: SF_UI_Display, sans-serif;
  color: #818181;
  text-align: center;
}

.empty-state-5 {
  background-color: transparent;
}

.paragraph-26 {
  margin-top: 13px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 21px;
}

.contact-v1-form-careers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
}

.home-logo-image {
  width: 230px;
  height: 230px;
  background-image: url('../images/ibi_logo_sized.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image-57 {
  width: 320px;
}

.logo-left {
  display: block;
  width: 320px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-58 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-117 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_middle_new_1.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-118 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_left.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logo-left-img {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_left_1.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logo-middle-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_middle_new.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-119 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_right_1.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
}

.logo-right-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_right.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
}

.logo-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo_mask.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
}

.container-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #22beb7;
}

.section-28 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 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;
  background-color: #ff7166;
}

.div-block-120 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 300px;
  height: 180px;
  margin-right: 30px;
  background-color: #ff7166;
}

.pop_up {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 300px;
  height: 180px;
  margin-right: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  background-color: #fff;
}

.heading-30 {
  font-family: SF_UI_Display, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-121 {
  display: block;
  height: 180px;
  background-image: url('../images/13_img_opti_2390x1800.jpg');
  background-position: 0% 50%;
  background-size: auto;
}

.section-29 {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 180px;
}

.logo-slide {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 180px;
  background-image: url('../images/13_img_opti_2390x1800.jpg');
  background-position: 0% 50%;
  background-size: 2880px;
  background-repeat: repeat-x;
}

.slide-2 {
  background-image: url('../images/12_img_opti_2390x1800.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-3 {
  background-image: url('../images/11_img_opti_2390x1800.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-30 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.div-block-122 {
  width: 200%;
  height: 180px;
  background-image: url('../images/01_img_opti_banner_2390x826.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-slide-new {
  width: 50%;
  height: 180px;
  background-image: url('../images/01_img_opti_banner_2390x826.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.logo-slide-new._02 {
  background-image: url('../images/stock_img_12_opti_banner_2390x826.jpg');
}

.logo-slide-b {
  position: absolute;
  z-index: 1;
  display: block;
  width: 5176px;
  height: 180px;
  min-height: 180px;
  min-width: 5176px;
  background-image: url('../images/logos.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-slide-b._02 {
  background-image: url('../images/stock_img_12_opti_banner_2390x826.jpg');
}

.logo-slide-a {
  position: absolute;
  z-index: 1;
  width: 60000px;
  height: 180px;
  min-height: 180px;
  min-width: 5176px;
  background-image: url('../images/logos_opti.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.logo-slide-a._02 {
  background-image: url('../images/stock_img_12_opti_banner_2390x826.jpg');
}

.div-block-123 {
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 200px;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7166;
}

.sliding-logo-section {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-color: #fff;
}

.section-31 {
  width: 100%;
  height: 200px;
  background-color: #fff;
}

.logo-slide-container {
  width: 100%;
  height: 200px;
  background-color: #fff;
}

.div-block-124 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 230px;
  height: 100%;
  margin-left: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  opacity: 1;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 40;
  display: block;
  overflow: visible;
  width: 460px;
  height: 100%;
  margin-left: -230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ff7166;
  opacity: 1;
  cursor: pointer;
}

.sub-menu-content {
  position: static;
  z-index: 887;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 238px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-wide-new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 888;
  display: block;
  width: 230px;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  background-color: #fff;
}

.dropdown-toggle {
  width: 230px;
}

.dropdown-list-2 {
  position: static;
  display: none;
  width: 230px;
  height: 100%;
  min-height: 100%;
  min-width: 230px;
  margin-left: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: none;
  margin-left: 0px;
}

.menu-button-3 {
  width: 230px;
  background-color: #fff;
}

.nav-menu-3 {
  z-index: 0;
  display: block;
  margin-left: 230px;
}

.container-17 {
  width: 230px;
}

.brand-4 {
  width: 230px;
  height: 230px;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 230px;
}

.left {
  position: relative;
  top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/stock-photo-business-marketing-team-discussion-corporate-concept-387843199-copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.right {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.text-wrapper {
  padding: 90px;
  background-color: transparent;
}

.div-block-126 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  min-height: 250px;
  min-width: 250px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/corner_tag.svg');
  background-position: 100% 100%;
  background-size: 250px;
  background-repeat: no-repeat;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
}

.paragraph-27 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  min-height: 60px;
  min-width: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.image-59 {
  margin-left: 15px;
}

.pop-up-tag {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 270px;
  height: 270px;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-left: 0px none transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/corner_tag.svg');
  background-position: 100% 100%;
  background-size: 210px 210px;
  background-repeat: no-repeat;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
}

.image-60 {
  position: static;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 30%;
  width: 30px;
  height: 30px;
}

.div-block-127 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.pop_up_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7166;
}

.blog_links {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.text-block-51 {
  width: 300px;
  padding-bottom: 15px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.div-block-128 {
  width: 60px;
  height: 60px;
  margin-left: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-129 {
  width: 100%;
  height: 60px;
  margin-left: 20px;
}

.div-block-130 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-up_close_btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: 100px;
  margin-right: 10px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pop-up_close_btn:hover {
  background-image: url('../images/close_hover.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-131 {
  position: relative;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ff7166;
  cursor: pointer;
}

.button_pop_up {
  position: relative;
  height: auto;
  padding: 10px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7166;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_pop_up:hover {
  background-color: #ff7166;
}

.button_pop_up.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button_pop_up.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button_pop_up.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.button_pop_up.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button_pop_up.link-button {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #111;
}

.button_pop_up.link-button:hover {
  color: #fff;
}

.button_pop_up.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button_pop_up.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.div-block-132 {
  width: 150px;
  height: 50px;
  background-color: #f2f2f2;
}

.div-block-133 {
  height: 50px;
}

.div-block-134 {
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-14 {
  width: 133px;
  height: 40px;
  margin-top: 20px;
  padding-top: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ff7166;
}

.page-button {
  position: relative;
  height: auto;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.page-button:hover {
  background-color: #ff7166;
}

.page-button.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-button.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-button.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.page-button.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.page-button.link-button {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #111;
}

.page-button.link-button:hover {
  color: #fff;
}

.page-button.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-button.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.button-17 {
  padding: 12px 20px;
  background-color: #ff7166;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.ibi_button {
  margin-top: 30px;
  padding: 12px 20px;
  border-style: none;
  border-width: 0px;
  border-color: #ff7166;
  border-radius: 0px;
  background-color: #ff7166;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.ibi_button.blog.related-articles {
  margin-top: 10px;
  padding: 6px 15px;
  font-size: 12px;
}

.ibi_button.pop {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  color: #474747;
}

.div-block-135 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 25px;
  height: 25px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-image: url('../images/corner_tag_arrow.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.link-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 320px;
  height: 320px;
  background-color: transparent;
  -webkit-transform: translate(127px, 100px) rotate(45deg);
  -ms-transform: translate(127px, 100px) rotate(45deg);
  transform: translate(127px, 100px) rotate(45deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.html-embed-2 {
  display: inline-block;
}

.logo-left-img-new {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/ibi_logo_white_centre_new.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.container-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-61 {
  width: 150px;
  padding-right: 0px;
}

.preloader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.preloader-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 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;
  background-color: #fff;
  background-image: url('../images/intro_background_1440.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-inner-01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  opacity: 1;
  text-align: center;
}

.left-inner-02 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  text-align: center;
}

.div-block-136 {
  width: 250px;
  height: 120px;
  background-image: url('../images/ama_logo-black.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.div-block-137 {
  width: 250px;
  height: 200px;
  background-image: url('../images/naver_100.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.link-11 {
  font-family: SF_UI_Display, sans-serif;
  text-transform: none;
}

.div-block-138 {
  position: relative;
  z-index: 999;
  display: block;
  margin-top: -6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-139 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  display: block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #e2e2e2;
  background-color: #fff;
}

.heading-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 500;
  text-transform: none;
}

.heading-hero.hero-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-hero.inside-page {
  line-height: 42px;
}

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

.link-12 {
  font-family: SF_UI_Display, sans-serif;
  text-transform: none;
}

.button-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.button-18:hover {
  color: #353535;
}

.submenu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.submenu-btn:hover {
  color: #353535;
}

.bold-text-13 {
  font-family: SF_UI_Display, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.menu-old {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 888;
  display: none;
  width: 230px;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  background-color: #fff;
}

.menu-new {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 888;
  display: block;
  width: 230px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.menu-new.alt-2 {
  box-shadow: none;
}

.menu-new.alt-2.inner-page {
  border-right: 1px solid #f2f2f2;
}

.new-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 888;
  display: block;
  width: 50%;
  height: 100%;
  margin-right: -100%;
  border-style: none;
  border-width: 0px;
  border-color: #e2e2e2;
  background-color: #fff;
}

.old-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 230px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.old-menu.alt-2 {
  box-shadow: none;
}

.old-menu.alt-2.inner-page {
  border-right: 1px solid #f2f2f2;
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 230px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.mobile-menu.alt-2 {
  box-shadow: none;
}

.mobile-menu.alt-2.inner-page {
  border-right: 1px solid #f2f2f2;
}

.bold-text-14 {
  font-weight: 500;
}

.image-63 {
  width: 100px;
  height: 100px;
}

.div-block-140 {
  width: 90px;
  height: 90px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-141 {
  overflow: hidden;
  width: 220px;
  height: 220px;
  min-height: 220px;
  min-width: 220px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-item-7 {
  display: block;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-52 {
  display: block;
  width: 220px;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display, sans-serif;
  color: #353535;
  font-size: 18px;
}

.div-block-142 {
  margin: 50px 30px 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 23px;
  font-weight: 500;
}

.text-block-53 {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #353535;
  font-size: 16px;
}

.empty-state-6 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.bold-text-15 {
  font-weight: 500;
}

.bold-text-16 {
  font-weight: 500;
}

.collection-item-8 {
  margin-bottom: 0px;
}

.collection-list-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, 200px);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-7 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: minmax(220px, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-areas: ". . Area";
  grid-template-columns: repeat(auto-fit, 220px);
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper-4 {
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-3 {
  background-color: #ff7166;
  line-height: 100%;
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-64 {
  width: 100%;
  height: 100vh;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-64.featured {
  padding-right: 30px;
  border-right: 1px solid #e2e2e2;
}

.link-block-16 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-9 {
  overflow: hidden;
  height: auto;
  margin: 0px 0px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  white-space: normal;
}

.collection-list-wrapper-5 {
  overflow: visible;
  width: auto;
  height: auto;
  margin: 50px 20px 50px 30px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.collection-list-wrapper-6 {
  -webkit-column-count: 3;
  column-count: 3;
  -o-object-fit: contain;
  object-fit: contain;
}

.collection-item-10 {
  position: static;
}

.collection-list-8 {
  position: static;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-143 {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  background-color: transparent;
  white-space: normal;
}

.text-block-54 {
  display: inline;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 5px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
}

.tags {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
}

.spacer {
  display: inline;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
}

.date {
  display: inline;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 5px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
}

.list-2 {
  display: inline-block;
  padding-left: 20px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-28 {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #000;
  border-bottom: 1px none #e2e2e2;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}

.empty-state-7 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.text-block-55 {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
}

.paragraph-29 {
  color: #818181;
  font-size: 14px;
  font-weight: 300;
}

.list-3 {
  display: inline;
  padding-left: 0px;
  list-style-type: none;
}

.list-item-28 {
  display: inline;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #818181;
  font-size: 12px;
}

.link-13 {
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.list-item-29 {
  display: inline;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #818181;
  font-size: 12px;
}

.list-item-30 {
  display: inline;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 12px;
  font-weight: 500;
}

.socialmediasidebar {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 999;
  width: 40px;
  height: 200px;
  background-color: rgba(92, 157, 255, 0.15);
}

.collection-list-wrapper-7 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.column-25 {
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 0px;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #6e7aff;
  text-align: left;
}

.column-26 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.columns-4 {
  margin-top: 10px;
}

.twitter_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #6e7aff;
  text-align: left;
}

.facebook_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #4954c4;
  text-align: left;
}

.whatsapp_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #51e27a;
  text-align: left;
}

.div-block-142-copy {
  width: auto;
  height: 100px;
  margin: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 1px solid #e2e2e2;
  background-color: transparent;
}

.link-block-17 {
  width: 20px;
  height: 20px;
  background-color: #4078da;
  color: #66b2ff;
}

.link-block-17-copy {
  width: 20px;
  height: 20px;
  background-color: #4078da;
  color: #66b2ff;
}

.twitter_main_article {
  width: 25px;
  height: 25px;
  background-color: #00aced;
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.collection-item-11 {
  margin-bottom: 20px;
}

.column-27 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  line-height: 23px;
  font-weight: 500;
}

.twitter_sidebar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00aced;
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.linkedin_main_article {
  width: 25px;
  height: 25px;
  background-color: #0e76a8;
  background-image: url('../images/linkedin_logo_white.svg');
  background-position: 50% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.linkedin_sidebar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0e76a8;
  background-image: url('../images/linkedin_logo_white.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.linkedin_main_article-copy {
  width: 20px;
  height: 20px;
  background-color: #0e76a8;
  background-image: url('../images/linkedin_logo_white.svg');
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.e-mail_main_article {
  width: 25px;
  height: 25px;
  background-color: #1fc94f;
  background-image: url('../images/e-mail_icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.e-mail_sidebar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1fc94f;
  background-image: url('../images/e-mail_icon.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.reddit_main_article {
  width: 25px;
  height: 25px;
  background-color: #ff4500;
  background-image: url('../images/reddit_icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.reddit_sidebar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ff4500;
  background-image: url('../images/reddit_icon.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.facebook_main_article {
  width: 25px;
  height: 25px;
  background-color: #3b5998;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.facebook_sidebar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3b5998;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #66b2ff;
}

.socialmediabottombar {
  position: fixed;
  top: 40%;
  right: 0px;
  display: none;
  width: 30px;
  height: 150px;
  background-color: rgba(92, 157, 255, 0.15);
}

.collection-list-wrapper-featured {
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 30px;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.section-32 {
  margin-left: 0px;
}

.collection-list-wrapper-8 {
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.list-4 {
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-weight: 700;
  list-style-type: decimal;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-left: 3px none #ff7166;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.column-28 {
  display: block;
  height: 100%;
  padding-top: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px none #e2e2e2;
}

.list-5 {
  margin-bottom: 30px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  list-style-type: decimal;
}

.list-6 {
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #474747;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  list-style-type: decimal;
}

.div-block-152 {
  position: absolute;
  top: 0px;
  display: block;
  width: 150px;
  height: 30px;
  margin-top: 60px;
  background-color: #ff7166;
}

.div-block-153 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-65 {
  margin-top: 0%;
  padding-right: 40px;
  border-right: 1px none #e2e2e2;
}

.blog-category-ibi-2 {
  position: static;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.blog-category-ibi-2:active {
  font-style: normal;
}

.blog-category-ibi-2.blog-links {
  position: absolute;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #ff7166;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.div-block-154 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 500px;
  height: 130px;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 30px;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.feature-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: -120px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.collection-list-wrapper-9 {
  display: none;
}

.column-29 {
  padding-right: 0px;
}

.collection-list-wrapper-5-copy {
  overflow: visible;
  width: auto;
  height: auto;
  margin: 50px 20px 50px 30px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.collection-list-wrapper-sub {
  overflow: visible;
  width: auto;
  height: auto;
  margin: 100px 30px 50px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.collection-list-wrapper-upper {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0px 30px 80px;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.div-block-155 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 30px;
  background-color: #ff7166;
}

.div-block-156 {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: 20px;
  overflow: visible;
  width: 150px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/ibi_connect_final-07.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-157 {
  width: 380px;
  margin-left: 10px;
  padding-top: 10px;
}

.div-block-158 {
  width: 70px;
  height: 70px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-sub {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-popup {
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-popup.featured {
  padding-right: 30px;
  border-right: 1px solid #e2e2e2;
}

.link-block-pop {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-pop-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-upper {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.popup-image {
  width: 90px;
  height: 90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-wrapper-10 {
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-9 {
  height: 100%;
}

.collection-item-12 {
  height: 100%;
}

.link-block-popup {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-14 {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.feature-popup-practice-areas {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: -120px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.div-block-159 {
  width: 500px;
  height: 120px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.work-stories-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.heading-32 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: none;
}

.heading-32:hover {
  color: #474747;
}

.link-block-23 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-quote-2 {
  display: block;
  margin-top: 20px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left-width: 3px;
  border-left-color: #ff7166;
}

.bold-text-17 {
  font-family: SF_UI_Display_Light, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.collection-item-13 {
  border-right: 1px solid #e2e2e2;
}

.paragraph-30 {
  margin: 20px 50px 30px 20px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.div-block-160 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.smi-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-smi {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mam-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-mam {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cib-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-cib {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cib-popup-copy {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 110px;
  margin-bottom: 0px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.cib-popup-copy-copy {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 110px;
  margin-bottom: 0px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.vcc-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-vcc {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ci-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-ci {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.smip-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-smip {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.smip-popup-copy {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 110px;
  margin-bottom: 0px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.smi-training-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-smi-training {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-161 {
  margin-left: 0px;
}

.link-block-24 {
  display: block;
  text-transform: none;
}

.columns-5 {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
}

.section-33 {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
}

.pagination {
  display: block;
  text-align: center;
}

.next-2 {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-radius: 0px;
  background-color: #ff7166;
  color: #353535;
  text-align: center;
}

.previous-2 {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-radius: 0px;
  background-color: #ff7166;
  color: #353535;
  text-align: center;
}

.text-block-56 {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-5 {
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-57 {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.link-cat-blog {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.link-cat-blog.w--current {
  margin-top: 0px;
}

.text-block-58 {
  width: auto;
  max-width: 100%;
  margin-bottom: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro_blurb {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: none;
}

.intro_blurb:hover {
  color: #ff7166;
}

.intro_blurb.feature {
  margin-bottom: 5px;
  padding-right: 40px;
  font-size: 28px;
  line-height: 32px;
}

.intro_blurb.popup {
  margin-top: 0px;
  margin-bottom: 0px;
}

.signup-text-block-58 {
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 20px;
}

.signup-heading-post {
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: none;
}

.signup-heading-post:hover {
  color: #ff7166;
}

.signup-heading-post.feature {
  margin-bottom: 5px;
  padding-right: 40px;
  font-size: 28px;
  line-height: 32px;
}

.signup-heading-post.popup {
  margin-top: 0px;
  margin-bottom: 0px;
}

.feature-popup-wwa {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.heading-29-wwa {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #474747;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: none;
}

.heading-29-wwa:hover {
  color: #ff7166;
}

.heading-29-wwa.feature {
  margin-bottom: 5px;
  padding-right: 40px;
  font-size: 28px;
  line-height: 32px;
}

.heading-29-wwa.popup {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block-popup-wwa {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}

.wwa-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-wwa {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wwa-popup-02 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-wwa-02 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-10 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-image-blog {
  overflow: hidden;
  width: 230px;
  height: 230px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/ibi_cconnect_inline_transparent.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-menu-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 230px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.mobile-menu-copy.alt-2 {
  box-shadow: none;
}

.mobile-menu-copy.alt-2.inner-page {
  border-right: 1px solid #f2f2f2;
}

.mobile-menu-conec {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 230px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.mobile-menu-conec.alt-2 {
  box-shadow: none;
}

.mobile-menu-conec.alt-2.inner-page {
  border-right: 1px solid #f2f2f2;
}

.link-block-25 {
  padding-right: 30px;
  padding-left: 0px;
}

.brand-5 {
  z-index: 999;
  display: none;
  width: 230px;
  height: 230px;
  margin-left: 0px;
  -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;
  cursor: pointer;
}

.brand-5.w--current {
  -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;
}

.div-block-161-bc {
  margin-left: 0px;
  padding-top: 30px;
}

.image-67 {
  margin-bottom: 0px;
}

.animation-button-connect {
  position: relative;
  height: 48px;
  padding: 11px 24px;
  border-radius: 0px;
  background-color: #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.animation-button-connect:hover {
  background-color: #ba3446;
}

.animation-button-connect.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.animation-button-connect.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.animation-button-connect.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.animation-button-connect.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.animation-button-connect.link-button {
  z-index: 999;
  display: none;
  width: 320px;
  height: 61px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5% 35px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 0px none transparent;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button-connect.link-button:hover {
  color: #fff;
}

.animation-button-connect.link-button.w--current {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
  cursor: pointer;
}

.animation-button-connect.link-button.w--current:hover {
  color: #fff;
}

.animation-button-connect.link-button.sub {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
}

.animation-button-connect.link-button.sub:hover {
  color: #fff;
}

.animation-button-connect.link-button.sub.w--current {
  margin-top: -1px;
}

.animation-button-connect.link-button.sub-menu {
  position: static;
}

.animation-button-connect.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.animation-button-connect.link-button-menu {
  width: 320px;
  height: 60px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px none #000;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button-connect.link-button-menu:hover {
  color: #fff;
}

.animation-button-connect.link-button-menu.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Light, sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.collection-list-wrapper-upper-alt {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0px 30px 80px;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.columns-6 {
  margin-bottom: 30px;
}

.image-67mobile-menu {
  margin-bottom: 0px;
}

.animation-button-connect-alt {
  position: relative;
  height: 48px;
  padding: 11px 24px;
  border-radius: 0px;
  background-color: #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.animation-button-connect-alt:hover {
  background-color: #ba3446;
}

.animation-button-connect-alt.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.animation-button-connect-alt.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.animation-button-connect-alt.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.animation-button-connect-alt.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.animation-button-connect-alt.link-button {
  z-index: 999;
  width: 320px;
  height: 61px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 14px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 0px none transparent;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button-connect-alt.link-button:hover {
  color: #fff;
}

.animation-button-connect-alt.link-button.w--current {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
  cursor: pointer;
}

.animation-button-connect-alt.link-button.w--current:hover {
  color: #fff;
}

.animation-button-connect-alt.link-button.sub {
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
}

.animation-button-connect-alt.link-button.sub:hover {
  color: #fff;
}

.animation-button-connect-alt.link-button.sub.w--current {
  margin-top: -1px;
}

.animation-button-connect-alt.link-button.sub-menu {
  position: static;
}

.animation-button-connect-alt.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.animation-button-connect-alt.link-button-menu {
  width: 320px;
  height: 60px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 14px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px none #000;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #818181;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button-connect-alt.link-button-menu:hover {
  color: #fff;
}

.animation-button-connect-alt.link-button-menu.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Light, sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.animation-button-connect-alt.link-button {
  z-index: 999;
  width: 100%;
  height: 61px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 14px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 0px none transparent;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}

.animation-button-connect-alt.link-button:hover {
  color: #fff;
}

.animation-button-connect-alt.link-button.w--current {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
  cursor: pointer;
}

.animation-button-connect-alt.link-button.w--current:hover {
  color: #fff;
}

.rich-text-block {
  margin-top: 15px;
  color: #fff;
}

.ibi_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7166;
}

.ibi_connect_logo {
  margin-bottom: 0px;
}

.intor-blurb-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px none #ff7166;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #474747;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.div-block-into-blurb-paragraph {
  display: block;
  width: 98%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-290 {
  width: 100%;
  margin-bottom: 30px;
  font-family: SF_UI_Display_Light, sans-serif;
  color: #353535;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0px;
}

.paragraph-290.list-head {
  margin-bottom: 30px;
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 18px;
}

.paragraph-258 {
  width: 100%;
  margin-bottom: 20px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-258.list-head {
  margin-bottom: 30px;
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 18px;
}

.innovation-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-innovation {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-12-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-115f {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.social-icon-link-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
  opacity: 0.4;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  cursor: pointer;
}

.social-icon-link-2nd:hover {
  opacity: 1;
}

.social-icon-link-2nd.footer {
  padding-left: 8px;
}

.signup-text-block-58-footer {
  margin-right: 20%;
  margin-bottom: 100px;
  margin-left: 20%;
}

.intro_blurb_footer {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: none;
}

.intro_blurb_footer:hover {
  color: #ff7166;
}

.intro_blurb_footer.feature {
  margin-bottom: 5px;
  padding-right: 40px;
  font-size: 28px;
  line-height: 32px;
}

.intro_blurb_footer.popup {
  margin-top: 0px;
  margin-bottom: 0px;
}

.accordion-wrapper {
  margin-top: 40px;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #474747;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}

.icon-6.accordion-icon {
  -webkit-transform: rotateX(6deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(6deg) rotateY(0deg) rotateZ(0deg);
  font-family: SF_UI_Display_Light, sans-serif;
  color: #c1c1c1;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.acc-icon.accordion-icon {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-2 {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-163 {
  width: 25px;
  height: 25px;
  background-image: url('../images/next_arrow_hover.svg');
  background-position: 50% 50%;
  background-size: auto;
  cursor: pointer;
}

.div-block-163:hover {
  background-image: url('../images/next_arrow_hover.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.bold-text-18 {
  display: block;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-18:hover {
  color: #ff7166;
}

.bold-text-19 {
  display: block;
  font-weight: 500;
}

.accordion-item-3 {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
}

.accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #474747;
}

.accordion-heading-2 {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

.bold-text {
  display: block;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.bold-text:hover {
  color: #ff7166;
}

.heading-33 {
  color: #ff7166;
  font-weight: 500;
}

.accordion-item-trigger-2_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #474747;
}

.accordion-item-3_inner {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
}

.list-orange-faq {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 16px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  list-style-type: disc;
}

.list-orange-faq.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange-faq._01 {
  margin-top: 51px;
}

.list-orange-faq._03 {
  margin-top: 88px;
}

.list-orange-faq.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange-faq.services {
  margin-top: 59px;
  padding-left: 16px;
  font-family: SF_UI_Display, sans-serif;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange-faq.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange-faq.services {
  margin-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange-faq.service-07 {
  margin-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-orange-faq.blog {
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.faq_list {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 16px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  list-style-type: disc;
}

.faq_list.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.faq_list._01 {
  margin-top: 51px;
}

.faq_list._03 {
  margin-top: 88px;
}

.faq_list.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.faq_list.services {
  margin-top: 59px;
  padding-left: 16px;
  font-family: SF_UI_Display, sans-serif;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.faq_list.services {
  margin-top: 95px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.faq_list.services {
  margin-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.faq_list.service-07 {
  margin-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.faq_list.blog {
  font-family: SF_UI_Display_Bold, sans-serif;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.1px;
}

.link-15 {
  display: block;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.link-15:hover {
  color: #ff7166;
}

.bold-text-20 {
  font-weight: 500;
}

.bold-text-21 {
  font-weight: 500;
}

.bold-text-22 {
  font-weight: 500;
}

.bold-text-23 {
  font-weight: 500;
}

.bold-text-24 {
  font-weight: 500;
}

.bold-text-25 {
  font-weight: 500;
}

.bold-text-26 {
  font-weight: 500;
}

.note {
  display: inline-block;
  margin-bottom: 25px;
  color: #818181;
  font-size: 14px;
}

.faq_heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #474747;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.faq_heading:hover {
  color: #474747;
}

.faq_heading.orange {
  font-family: SF_UI_Display, sans-serif;
  color: #ff7166;
  font-size: 22px;
  line-height: 32px;
}

.asterix {
  display: inline-block;
  margin-bottom: 25px;
  padding-right: 2px;
  color: #ff7166;
  font-size: 14px;
}

.faq-popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 110px;
  margin-bottom: -110px;
  border-top: 1px solid #e2e2e2;
  border-left: 3px solid #ff7166;
  background-color: #fff;
}

.link-block-faq {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq_button {
  position: relative;
  height: auto;
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.faq_button:hover {
  background-color: #ff7166;
}

.faq_button.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq_button.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq_button.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.faq_button.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.faq_button.link-button {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #111;
}

.faq_button.link-button:hover {
  color: #fff;
}

.faq_button.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq_button.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.div-block-164 {
  padding-left: 30px;
}

.faq_button_mobile {
  position: relative;
  display: none;
  height: auto;
  margin-top: 40px;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.faq_button_mobile:hover {
  background-color: #ff7166;
}

.faq_button_mobile.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: #ff7166;
  font-family: Volterounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq_button_mobile.side-margins {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #fa465e;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq_button_mobile.ghost-button {
  box-shadow: inset 0 0 0 1px #111;
  -webkit-transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
  transition: color 400ms ease, background-color 600ms ease, box-shadow 600ms ease;
}

.faq_button_mobile.ghost-button:hover {
  background-color: #faaf52;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.faq_button_mobile.link-button {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #111;
}

.faq_button_mobile.link-button:hover {
  color: #fff;
}

.faq_button_mobile.link-button.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq_button_mobile.contact-button {
  padding-left: 52px;
  background-color: #fa465e;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.button-19 {
  margin-right: 0px;
  border-radius: 3px;
  background-color: #ff7166;
  text-align: left;
}

.button-19:hover {
  background-color: #bf360c;
}

.text-block-59 {
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-size: 26px;
  font-weight: 500;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 300px;
  padding: 50px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
}

.image-68 {
  width: 120px;
  height: 120px;
}

.popup {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 42px;
  padding-left: 42px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.popup.sublabel {
  padding-right: 112px;
  padding-left: 112px;
  font-size: 0.9em;
}

.popup-overlay {
  position: fixed;
  z-index: 10;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(53, 53, 53, 0.72);
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.div-block-2 {
  margin-top: 20px;
  text-align: left;
}

.text-block-60 {
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #682207;
  font-size: 26px;
  font-weight: 500;
}

.div-block-166 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 200px;
  margin-right: 230px;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 17px;
  background-color: #fff;
}

.popup-overlay-new {
  position: fixed;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close_btn {
  margin-right: 10px;
  border-radius: 3px;
  background-color: #682207;
}

.close_btn:hover {
  background-color: #bf360c;
}

.pop_button_div {
  margin-top: 20px;
}

.heading-32_orange {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #ff7166;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: none;
}

.heading-32_orange:hover {
  color: #474747;
}

.contact-v1-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
}

.contact-form-wrapper-2 {
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.enter_blog_button {
  position: static;
  display: block;
  width: 260px;
  height: auto;
  margin-top: 25px;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #ff7166;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.enter_blog_button:hover {
  background-color: #ff7166;
}

.text-block-61 {
  display: block;
  font-family: SF_UI_Display, sans-serif;
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.e-mail_sign_up_submit_btn {
  position: relative;
  height: 48px;
  padding: 11px 24px;
  border-radius: 0px;
  background-color: #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.e-mail_sign_up_submit_btn:hover {
  background-color: #ba3446;
}

.e-mail_sign_up_submit_btn.contact-button {
  display: inline-block;
  padding-left: 52px;
  background-color: #ff7166;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.blur_dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.e-mail_blog_sign_up {
  position: relative;
  height: 48px;
  padding: 11px 24px;
  border-radius: 0px;
  background-color: #fa465e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.e-mail_blog_sign_up:hover {
  background-color: #ba3446;
}

.e-mail_blog_sign_up.contact-button {
  display: inline-block;
  padding-left: 24px;
  background-color: #ff7166;
  font-family: SF_UI_Display_Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-62 {
  width: 100%;
  text-align: center;
}

.div-block-167 {
  margin-right: 30px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38.2%;
  height: 100vh;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #2a3543;
  color: transparent;
  cursor: pointer;
}

.body-2-copy {
  overflow: hidden;
  background-color: #fff;
  background-image: url('../images/hero_banner_09.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.body-2-copy.home {
  overflow: visible;
  background-image: url('../images/hero_banner_11.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.body-2-copy.practice-areas {
  overflow: visible;
  background-image: url('../images/02_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body_home {
  overflow: visible;
  height: 100vh;
  background-color: #2a3543;
  -o-object-fit: none;
  object-fit: none;
}

.body_home.home {
  overflow: visible;
}

.body_home.practice-areas {
  overflow: visible;
  background-image: url('../images/02_img_opti_2390x1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fade {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 998;
  width: 38.2%;
  height: 100vh;
  background-color: rgba(42, 53, 67, 0.5);
  color: #2a3543;
}

.html-embed-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.html-embed-3-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu_outer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  padding-right: 0px;
  text-align: left;
}

.section-34 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-image: url('../images/hero_banner_11.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: auto;
  height: 100vh;
}

.video {
  width: 100%;
  height: 100vh;
  margin-left: 0%;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
}

.menu_top {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-169 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-69 {
  width: 370px;
  margin-top: 0%;
  margin-bottom: 20px;
  padding: 0% 0px;
  border: 0px none transparent;
}

.menu_middle {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_link:hover {
  opacity: 0.7;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 12px;
}

.menu_link:active {
  opacity: 0.5;
}

.menu_button_text_desktop {
  font-family: Perpetua, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

.bottom .menu_link .menu_button_text_desktop {
  margin-bottom: 0px;
  font-family: Perpetua, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.social_media_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social_media_icon_01 {
  margin-right: 5px;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
}

.social_media_icon_01:hover {
  opacity: 0.7;
}

.social_media_icon_01:active {
  opacity: 1;
}

.social_media_02 {
  margin-left: 5px;
  padding: 7px 5px 3px;
  cursor: pointer;
}

.social_media_02:hover {
  opacity: 0.7;
}

.social_media_02:active {
  opacity: 1;
}

.image-70 {
  width: 20px;
  height: 20px;
}

.image-71 {
  width: 20px;
  height: 20px;
  padding: 0px;
  opacity: 0.9;
}

.menu_container {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: transparent;
}

.section-35 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header_left {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header_right {
  padding-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-72 {
  width: 300px;
  height: auto;
}

.image-73 {
  opacity: 0.9;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-170 {
  width: 80px;
  height: 40px;
  background-color: transparent;
}

.social_media_icons_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.menu_contact_details {
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-63 {
  margin-bottom: 0px;
  font-family: Perpetua, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-171 {
  display: none;
}

.preloader_bj {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.preloader-icon {
  width: 40px;
}

.responsive_pages_cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  background-color: #2a3543;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.panel.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/park-side-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.panel.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/intro_background_1440.jpg');
}

.panel.three {
  background-image: url('../images/hero_banner_12.jpg');
}

.content {
  position: static;
  height: 100vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/park-side-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.blog_panel {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-74 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.project_left {
  display: none;
  overflow: hidden;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.project_right {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38.2%;
  background-color: rgba(42, 53, 67, 0.73);
  opacity: 1;
}

.div-block-172 {
  position: absolute;
  z-index: 11;
  display: block;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading-34 {
  color: #fff;
  text-align: center;
}

.div-block-173 {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  background-color: #ff7166;
}

.full_project_image {
  width: 100%;
}

.full_panel {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.project_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: auto;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-36 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-75 {
  -o-object-fit: fill;
  object-fit: fill;
}

.element {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.content_inner_right {
  position: relative;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 38.2%;
  height: 100%;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.blog-category-3 {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fa465e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category-3:active {
  font-style: normal;
}

.post-heading {
  margin-top: 0px;
  margin-bottom: 2%;
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.rich-text-block-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.image-76 {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100vh;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Volterounded, sans-serif;
  -o-object-fit: cover;
  object-fit: cover;
}

.blur_menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: rgba(5, 3, 3, 0.36);
}

.nav-menu-wide-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 38.2%;
  height: 100px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2a3543;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-6 {
  z-index: 10;
  display: block;
  width: 300px;
  height: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bailey_jones_logo_header_opti.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.brand-6.w--current {
  -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;
}

.mobile-menu-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 64px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 1px 0 0 0 #f2f2f2;
}

.nav-button-animated-3 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated-3.w--open {
  background-color: transparent;
}

.brand-7 {
  z-index: 10;
  display: block;
  width: 58px;
  height: 100%;
  margin-left: 30px;
  padding-bottom: 0px;
  -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;
  cursor: pointer;
}

.brand-7.w--current {
  -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;
}

.mobile-menu-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 100%;
  height: 120px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-176 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-26 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 450px;
  height: 120px;
  padding: 40px;
  background-color: transparent;
  color: transparent;
}

.image-77 {
  width: 375px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top {
  height: 5%;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-3"
    "Area-2 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.under_construction_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #2a3543;
}

.grid-3 {
  grid-template-areas: "Area";
}

.div-block-177 {
  width: 61.8%;
}

.slider-2 {
  height: 100%;
}

.logo_link {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 475px;
  height: 110px;
  padding: 0px 0px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: transparent;
}

.logo_link.w--current {
  margin-left: 0px;
}

.blur_full {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100vh;
  min-height: auto;
  min-width: auto;
  background-color: transparent;
  opacity: 0;
}

.div-block-178 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}

.content_inner_left {
  width: 61.8%;
  padding: 0px;
  background-color: #ff7166;
}

.content_inner_left.one {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 61.8%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.content_inner_left.two {
  background-color: transparent;
}

.rich-text-block-3 {
  margin-top: 0px;
}

.slide-4 {
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-3 {
  -o-object-fit: fill;
  object-fit: fill;
}

.item_content {
  width: 100%;
  height: 100%;
  margin-left: -100%;
  background-color: #2a3543;
}

.button-20 {
  background-color: #2a3543;
}

.button-21 {
  position: relative;
  z-index: 11;
  background-color: #2a3543;
  font-family: SF_UI_Display_Medium, sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.view_project {
  position: relative;
  z-index: 1002;
  background-color: #2a3543;
  font-family: SF_UI_Display_Medium, sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.projects_page {
  display: block;
  background-color: #fff;
}

.div-block-179 {
  width: 100%;
  height: 100vh;
  background-color: #ff7166;
}

.slide-01 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-02 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #ff7166;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-03 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #353535;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-04 {
  width: 100%;
  height: 100vh;
  background-color: #da3333;
}

.slide-05 {
  width: 100%;
  height: 100vh;
  background-color: #353535;
}

.slide-05-copy {
  width: 100%;
  height: 100vh;
  background-color: #353535;
}

.slide-06 {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.slide-07 {
  width: 100%;
  height: 100vh;
  background-color: #2a3543;
}

.slide-08 {
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
}

.div-block-180 {
  width: 100%;
  height: 100vh;
}

.blog {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: none;
  object-fit: none;
}

.collection-list-wrapper-11 {
  width: 100%;
  height: 100vh;
}

.collection-list-11 {
  width: 100%;
  height: 100vh;
}

.collection-item-14 {
  width: 100%;
  height: 100vh;
}

.collection-list-wrapper-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.collection-list-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -o-object-fit: contain;
  object-fit: contain;
}

.collection-list-wrapper-13 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
}

.collection-list-13 {
  width: auto;
  height: auto;
}

.collection-item-16 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-78 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-79 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog_post_page {
  background-color: #fff;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: #353535;
  font-weight: 500;
}

.background_image {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  background-image: url('../images/park-side-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-181-copy {
  width: 100%;
  height: 100vh;
  background-image: url('../images/park-side-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-181 {
  width: 100%;
  height: 100vh;
  background-color: #ff7166;
}

.div-block-181-copy {
  width: 100%;
  height: 100vh;
  background-color: #2a3543;
  background-image: none;
}

.content_one {
  position: static;
  height: 100vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/park-side-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.content_two {
  position: static;
  height: 100vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/park-side-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.content_three {
  position: static;
  height: 100vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/park-side-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.content_four {
  position: static;
  height: 100vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/stock-photo-business-marketing-team-discussion-corporate-concept-387843199-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.button-22 {
  background-color: #2a3543;
  font-family: Lato, sans-serif;
  letter-spacing: 1.8px;
}

.post_content_one {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin: 0px 0%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.content_btn {
  position: relative;
  z-index: 1000;
  background-color: #2a3543;
  font-family: Lato, sans-serif;
  letter-spacing: 1.8px;
}

.middle-line-2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.top-line-2 {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navbar-animated {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: block;
  background-color: transparent;
}

.nav-work {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.bottom-line-2 {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-button-animated-4 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1001;
  width: 50px;
  height: 50px;
  margin-top: 27px;
  margin-right: 27px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated-4.w--open {
  background-color: transparent;
}

.nav-home {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.full-screen-menu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-menu-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.side_menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38.2%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a3543;
}

.html-embed-4 {
  width: 100px;
  height: 100px;
}

.div-block-182 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  min-width: 170px;
  -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;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-base {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #2a3543;
}

.image {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
}

.button-t {
  position: absolute;
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.burger-3 {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.b3-top-wrap {
  position: relative;
  z-index: 1000;
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.b3-bar1 {
  width: 35px;
  height: 2px;
  background-color: #353535;
  color: #fff;
}

.b3-middlebar-base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 2px;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.b3-middlebar-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 35px;
  height: 2px;
}

.b3-middlebar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353535;
}

.b3-bar3 {
  width: 35px;
  height: 2px;
  background-color: #353535;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.sub-slider-nav-dots {
  display: none;
}

.c-slide-btn-loading {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
}

.main-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.c-funtext {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 15;
  padding: 40px 10px 60px;
}

.first-slider-container {
  position: relative;
  z-index: 10;
}

.main-slide-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sub-slider-nav-arrow {
  display: none;
}

.slider-trigger-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.c-slider-btn-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 1000px;
}

.sub-slider-slide {
  width: 350px;
  padding: 1vh 1vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.main-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/1_1.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-slide-wrapper._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/3.jpg');
}

.main-slide-wrapper._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/4.jpg');
}

.main-slide-wrapper._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/2_2.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/2_2.jpg');
}

.main-slide-wrapper._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/5.jpg');
}

.sub-slider-mask {
  overflow: visible;
}

.c-slide-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider-nav-arrow {
  display: none;
}

.ci-main-slide-content {
  position: relative;
}

.funtext {
  position: relative;
  opacity: 0.03;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-slide-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.b-slider-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-trigger-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.sub-slider {
  width: 350px;
  height: 25vh;
  background-color: transparent;
}

.ci-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  opacity: 0.5;
}

.c-main-slide-description {
  width: 50vw;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
}

.second-slider-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.c-play-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.sub-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 10px 0 rgba(19, 19, 19, 0.5);
}

.sub-slide-wrapper._5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/5.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/3.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/4.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/4.jpg');
}

.sub-slide-wrapper._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/2_2.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/2_2.jpg');
}

.sub-slide-wrapper._1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/1_1.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/1_1.jpg');
}

.sub-slider-container {
  position: relative;
  overflow: hidden;
  padding-right: 20vw;
}

._w-slider-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
}

.c-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  border-radius: 1000px;
}

.c-main-slide-content {
  text-align: center;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.sub-slide-title {
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-slider-nav-dots {
  display: none;
}

._w-slider-control {
  padding-right: 20px;
  padding-left: 20px;
}

.main-slider {
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #222;
}

.main-slider.mobile {
  display: none;
}

.c-slider-btn {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.c-slider-btn-icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-slide-btn-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
}

._w-slide-btn {
  position: relative;
}

.c-slide-btn-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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;
}

.c-curtain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: hidden;
  background-color: #333;
}

.curtain {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

.collection-list-wrapper-14 {
  width: 100%;
  height: 100%;
}

.slider-copy {
  width: 100%;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-183 {
  width: 100%;
  height: 500px;
  min-height: 500px;
  min-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-block-184 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #c1c1c1;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-185 {
  width: 100%;
  height: 100vh;
}

.image-81 {
  position: static;
  display: block;
  width: 500px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.collection-item-17 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.container-20 {
  height: auto;
}

.div-block-186 {
  width: 100%;
  height: 100%;
}

.container-21 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project_slider_new {
  width: auto;
}

.div-block-187 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-82 {
  overflow: hidden;
  width: auto;
  height: 100vh;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-prev {
  position: static;
  z-index: 900;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/prev_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 50px;
  font-weight: 500;
}

.slick-prev:hover {
  opacity: 1;
}

.slick-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 900;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px 10px 10px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/next_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: SF_UI_Display_Medium, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 50px;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.slick-next:hover {
  opacity: 1;
}

.arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrow_container {
  display: block;
}

.image-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61.8%;
  height: 100vh;
  max-width: 100%;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-83 {
  max-height: 76vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-wrapper {
  width: 100%;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-18 {
  overflow: visible;
  width: auto;
  max-width: none;
}

.div-block-188 {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.div-block-189 {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.div-block-188-copy {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.prev {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.div-block-189-copy {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.slider_next {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.slider_prev {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.image-84 {
  position: static;
  width: 80%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.project_slider_nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.slider_gallery {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  overflow: visible;
  width: 100%;
  height: 100vh;
}

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

.project_slider_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-left: -60px;
  border-radius: 0px;
  background-image: url('../images/next_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}

.image-87 {
  background-image: url('../images/1.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.slider_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-88 {
  width: 100%;
  height: auto;
}

.div-block-191 {
  background-image: url('../images/1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-192 {
  width: 50px;
  height: 50px;
  background-color: #2a3543;
}

.large_logo_block {
  height: 100%;
  background-image: url('../images/bailey_jones_logo_opti.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-193 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  background-image: url('../images/bailey_jones_logo_opti.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.large_logo_intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  margin-right: 0px;
  background-image: url('../images/bailey_jones_logo_opti.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.menu_hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.div-block-194 {
  width: 100px;
  height: 100px;
  background-image: url('../images/next_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.text-block-64 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.text-block-64:hover {
  color: rgba(255, 255, 255, 0.5);
}

.view_project_btn {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.view_project_btn:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hide_project_btn {
  position: absolute;
  margin-right: 0px;
  margin-left: -170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.hide_project_btn:hover {
  color: rgba(255, 255, 255, 0.5);
}

.div-block-195 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.div-block-197 {
  width: 100%;
  height: 100vh;
}

.team_panel {
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team_left {
  width: 61.8%;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.team_right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38.2%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-198 {
  width: 100%;
  height: 100vh;
  background-color: #ff7166;
}

.team_panel_one {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team_top {
  position: relative;
  z-index: 20;
  height: 38.2%;
}

.team_bottom {
  position: relative;
  z-index: 20;
  height: 61.8%;
  background-color: rgba(0, 0, 0, 0.3);
}

.team_top_01 {
  height: 38.2%;
}

.team_top_02 {
  height: 61.8%;
}

.main_team_image_container {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.collection-list-wrapper-15 {
  display: block;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-89 {
  padding-right: 20%;
  padding-left: 20%;
}

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

.text-block-65 {
  text-align: center;
}

.html-embed-5 {
  position: relative;
  z-index: 20;
  height: 100%;
}

.team_profile_image_large {
  position: static;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 70%;
  max-width: none;
  height: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.heading-36 {
  position: relative;
  z-index: 20;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
}

.text-block-66 {
  position: relative;
  z-index: 20;
  margin-bottom: 25px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}

.div-block-199 {
  position: static;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-block-67 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.text-block-68 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.div-block-200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.collection-item-19 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.collection-list-14 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.heading-37 {
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: none;
}

.collection-item-20 {
  padding-top: 10%;
  padding-right: 5%;
  padding-left: 5%;
}

.team_profile_image {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.text-block-69 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
}

.text-block-70 {
  position: relative;
  z-index: 20;
  margin-bottom: 20px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.team {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team_group {
  position: absolute;
  z-index: 20;
  width: 61.8%;
  height: 100%;
  min-height: 100%;
  padding: 2.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.team_individual {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 38.2%;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.div-block-201 {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.collection-list-wrapper-16 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.div-block-202 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.blur_light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.div-block-203 {
  width: 100%;
  height: 100vh;
}

.div-block-204 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 100%;
  background-color: #000;
  opacity: 0.1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.blur_dot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 100%;
  background-color: #353535;
  opacity: 0.18;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.blur_dark_team {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 61.8%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.team_background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 61.8%;
  height: 100vh;
}

.image-92 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.collection-item-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-205 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-93 {
  position: absolute;
  max-width: none;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-206 {
  position: absolute;
  z-index: 21;
  width: 61.8%;
  height: 120px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.blur_dark_team_bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 61.8%;
  height: 120px;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.slider_button_new {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}

.arrow_new {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -1px;
  margin-left: -51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/next_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.side_bar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-207 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7166;
}

.side_bar_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a3543;
  background-image: url('../images/next_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.side_bar_inner:active {
  background-image: url('../images/prev_arrow_opti.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
}

.togglebutton {
  position: relative;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.togglebuttongreen {
  position: absolute;
  width: 100px;
  height: 40px;
  border-radius: 50px;
  background-color: #50e461;
  opacity: 0;
}

.buttontoggle {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  background-color: #fff;
}

.buttontext-off {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-transform: uppercase;
}

.container-22 {
  padding: 0px 38px 20px;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.text {
  color: #686868;
}

.divider {
  height: 20px;
}

.togglebutton-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.form-block-3 {
  position: relative;
  z-index: 40;
  overflow: hidden;
  max-width: 480px;
  margin-top: 40px;
  border-radius: 14px;
  background-color: #fffffe;
  box-shadow: 0 16px 0 -8px #ffc6c7;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  line-height: 26px;
}

.checkbox-2 {
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
  border-color: #ff8ba7;
  border-radius: 20px;
  background-color: #ffc6c7;
  background-image: url('../images/black-circle.svg');
  background-position: 3px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.checkbox-2.w--redirected-checked {
  border-color: #8bc794;
  background-color: #c3f0ca;
  background-image: url('../images/black-circle.svg');
  background-position: 28px 50%;
  background-size: 20px;
}

.checkbox-label {
  font-family: SF_UI_Display, sans-serif;
  color: #fff;
  font-weight: 400;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #7474bf;
  font-size: 2em;
  line-height: 1em;
}

.top-line-3 {
  width: 16px;
  height: 2px;
  margin-top: 0px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.form-wrapper {
  margin-bottom: 0px;
}

.toggle_off {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 55px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 25px;
  background-color: #cfcfcf;
  opacity: 1;
}

.toggle-wrap {
  position: relative;
  display: block;
  width: 70px;
  height: 38px;
  max-height: 38px;
  max-width: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  border-radius: 25px;
  background-color: #fff;
}

.toggle-active {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  text-align: center;
}

.active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #7474bf;
  box-shadow: -3px 0 3px 0 rgba(116, 116, 191, 0.35);
  opacity: 0;
}

.bottom-line-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
}

.container-23 {
  position: relative;
  top: 50%;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #dae2f8;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.form-block-4 {
  overflow: hidden;
  max-width: none;
  margin-top: 0px;
  border-radius: 14px;
  background-color: transparent;
}

.checkbox-3 {
  display: block;
  width: 52px;
  height: 26px;
  margin: 2px 0px 5px;
  border-color: #e2e2e2;
  border-radius: 20px;
  background-color: #e2e2e2;
  background-image: url('../images/black-circle_1.svg');
  background-position: 3px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.checkbox-3.w--redirected-checked {
  border-color: #8bc794;
  background-color: #c3f0ca;
  background-image: url('../images/black-circle_1.svg');
  background-position: 28px 50%;
  background-size: 20px;
}

.checkbox-3.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.div-block-208 {
  width: 100px;
  height: 100px;
}

.switch {
  width: 100px;
  height: 100px;
}

.to {
  width: 100px;
  height: 100px;
}

.toggle_container {
  position: relative;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.toggle_on {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 55px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 25px;
  background-color: #00ff9d;
  opacity: 0;
}

.toggle_button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 24px;
  height: 24px;
  margin: 3px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.toggle_click_area {
  position: relative;
  z-index: 999;
  display: block;
  width: auto;
  height: auto;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}

.div-block-211 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-212 {
  width: 100px;
  height: 100px;
  background-color: #b33d3d;
}

.image-94 {
  margin-bottom: 0px;
}

.gallery_icon {
  position: relative;
  z-index: 21;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  background-image: url('../images/gallery_icon-01-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.95;
}

.toggle_background_fade {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
}

.text-block-71 {
  display: block;
  margin-bottom: 10px;
}

.div-block-213 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location_title {
  margin-bottom: 5px;
  font-family: SF_UI_Display_Bold, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.duration_title {
  margin-bottom: 5px;
  font-family: SF_UI_Display_Bold, sans-serif;
}

.div-block-214 {
  margin-right: 30px;
}

.project_details_01 {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}

.project_details_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.text-block-72 {
  margin-bottom: 10px;
}

.text-block-73 {
  margin-bottom: 10px;
}

.detail_title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: none;
}

.detail_info {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.project_button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #353535;
  border-radius: 0px;
  background-color: transparent;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #353535;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project_button:hover {
  border-color: #fff;
  color: #fff;
}

.collection-list-wrapper-17 {
  position: relative;
  z-index: 20;
}

.div-block-215 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 105px;
  margin-right: 105px;
  padding-top: 0px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.projects_button {
  position: relative;
  z-index: 999;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.projects_button:hover {
  border-color: #353535;
  color: #353535;
}

.text-block-74 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.div-block-216 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project_details_float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.content_block {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
}

.image-95 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-217 {
  position: static;
  width: 500px;
  height: 500px;
  min-height: 500px;
  min-width: 500px;
  background-color: #353535;
  color: #353535;
}

.div-block-218 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 50px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(53, 53, 53, 0.53);
}

.div-block-219 {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  background-color: rgba(255, 113, 102, 0.46);
}

.outer_square {
  width: 300px;
  height: 300px;
  min-height: 120px;
  min-width: 120px;
  background-color: rgba(255, 113, 102, 0.46);
}

.inner_square {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin-top: 50px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(53, 53, 53, 0.53);
}

.image_02 {
  display: block;
  overflow: visible;
  width: auto;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_outer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_inner_left {
  position: relative;
  top: 0px;
  z-index: 996;
  overflow: hidden;
  width: 61.8%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  opacity: 1;
}

.about_inner_right {
  position: relative;
  top: 0px;
  z-index: 998;
  width: 38.2%;
  height: 100%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.about_inner_right_press {
  position: relative;
  top: 0px;
  z-index: 998;
  width: 38.2%;
  height: 100%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.about_inner_right.one {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about_inner_right.two {
  z-index: 1000;
  background-color: transparent;
}

.about_inner_right_press.one {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about_inner_right_press.two {
  z-index: 1000;
  background-color: transparent;
}

.about_background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/park-side-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_text {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 5% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.div-block-220 {
  height: 800px;
}

.about_image {
  height: 800px;
}

.about_image.one {
  width: auto;
  height: 100vh;
  background-image: url('../images/park-side-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image.two {
  height: 100vh;
  background-image: url('../images/bramerton-street-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about_image.three {
  height: 100vh;
  background-image: url('../images/mews-house-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image.four {
  height: 100vh;
  background-image: url('../images/mews-house-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_one {
  position: relative;
  z-index: 996;
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/about_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_one.one {
  width: auto;
  height: 100vh;
  background-image: url('../images/park-side-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_one.two {
  height: 100vh;
  background-image: url('../images/bramerton-street-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about_image_one.three {
  height: 100vh;
  background-image: url('../images/mews-house-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_one.four {
  height: 100vh;
  background-image: url('../images/mews-house-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_two {
  position: relative;
  z-index: 996;
  height: 100vh;
  background-image: url('../images/about_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_two.one {
  width: auto;
  height: 100vh;
  background-image: url('../images/park-side-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_two.two {
  height: 100vh;
  background-image: url('../images/bramerton-street-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about_image_two.three {
  height: 100vh;
  background-image: url('../images/mews-house-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_two.four {
  height: 100vh;
  background-image: url('../images/mews-house-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_three {
  position: relative;
  z-index: 996;
  height: 100vh;
  background-image: url('../images/about_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_three.one {
  width: auto;
  height: 100vh;
  background-image: url('../images/park-side-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_three.two {
  height: 100vh;
  background-image: url('../images/bramerton-street-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about_image_three.three {
  height: 100vh;
  background-image: url('../images/mews-house-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_three.four {
  height: 100vh;
  background-image: url('../images/mews-house-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_four {
  position: relative;
  z-index: 996;
  height: 100vh;
  background-image: url('../images/about_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_four.one {
  width: auto;
  height: 100vh;
  background-image: url('../images/park-side-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image_four.two {
  height: 100vh;
  background-image: url('../images/bramerton-street-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about_image_four.three {
  height: 100vh;
  background-image: url('../images/mews-house-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about_image_four.four {
  height: 100vh;
  background-image: url('../images/mews-house-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.heading-39 {
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  margin-bottom: 2%;
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1px;
}

.paragraph-291 {
  margin-bottom: 0px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.paragraph-292 {
  margin-bottom: 0px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.paragraph-293 {
  background-color: transparent;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.paragraph-294 {
  color: #777;
}

.about_panel {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_panel.team_panel_one {
  z-index: 999;
}

.div-block-221 {
  width: 475px;
  height: 115px;
  padding-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-221-copy {
  width: 475px;
  height: 115px;
  padding-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: capitalize;
}

.logo_blue {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.top_content {
  display: none;
}

.blur_light_portfolio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.blur_light_about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.blur_light_team {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.image-96 {
  width: 375px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blur_light-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.blur_light-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.blur_light_menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.middle {
  padding-top: 10%;
}

.e-mail_text {
  padding-right: 10px;
  padding-left: 10px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.link-16 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  text-transform: none;
}

.about_paragraph {
  position: relative;
  z-index: 1000;
  margin-bottom: 0px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.collection-list-wrapper-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100vh;
}

.collection-item-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-223 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.large_logo_intro_mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  margin-right: 0px;
  background-image: url('../images/bailey_jones_logo_opti.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.large_logo_intro-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  margin-right: 0px;
  background-image: url('../images/bailey_jones_logo_opti.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.email_link {
  margin-bottom: 5px;
}

.collection-list-wrapper-19 {
  position: fixed;
}

.link-block-27 {
  width: 100%;
}

.footer-v2-nav-link-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fa465e;
  text-decoration: none;
  text-transform: none;
}

.footer-v2-nav-link-2:hover {
  color: #1f1f1f;
  text-decoration: underline;
}

.column-32 {
  padding-right: 6%;
  padding-left: 0px;
}

.text-bold-3 {
  font-family: HelveticaNeue_Medium, sans-serif;
  color: #353535;
  font-weight: 400;
}

.column-33 {
  padding-right: 0px;
  padding-left: 6%;
}

.address-block-3 {
  position: static;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #424345;
  font-weight: 300;
}

.link-v2-3 {
  display: inline-block;
  margin-bottom: 0px;
  box-shadow: 0 2px 0 0 #ddd;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Lato, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.link-v2-3:hover {
  box-shadow: 0 2px 0 0 #fa465e;
}

.text-block-75 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.split-footer-about-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v2-email-3 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-v2-email-3:hover {
  color: #1f1f1f;
  text-decoration: underline;
}

.split-footer-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-v2-heading-3 {
  margin-top: 0px;
  margin-bottom: 2%;
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.link-18 {
  color: #8b8d92;
  text-decoration: none;
}

.split-footer-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  font-size: 12px;
  line-height: 16px;
}

.link-dark-2 {
  color: #8b8d92;
  text-decoration: none;
}

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

.footer-bottom-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 18px;
  padding-right: 0px;
  padding-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #8b8d92;
  text-align: left;
}

.link-19 {
  color: #fa465e;
}

.link-19:hover {
  color: #1f1f1f;
}

.footer-text-left-2 {
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #8b8d92;
  text-decoration: none;
}

.affiliate-text-block-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #424345;
}

.div-block-224 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.columns-7 {
  height: 80vh;
  padding-top: 5%;
}

.footer_left {
  position: relative;
  bottom: auto;
  z-index: 996;
  display: block;
  overflow: hidden;
  width: 61.8%;
  height: 300vh;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.footer_right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38.2%;
  height: 100vh;
  padding-top: 5%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-97 {
  padding-top: 55px;
  padding-right: 2%;
  padding-left: 2%;
}

.bold-text-27 {
  font-weight: 400;
}

.address-block-4 {
  position: static;
  width: 61.8%;
  margin-bottom: 0px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Perpetua, sans-serif;
  color: #474747;
  font-weight: 400;
}

.text-block-76 {
  margin-right: 5px;
  margin-bottom: 15px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-weight: 400;
}

.map_box {
  width: 100%;
  padding-right: 0px;
}

.div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-226 {
  width: 61.8%;
}

.div-block-227 {
  width: 50%;
  padding-left: 2%;
}

.html-embed-6 {
  margin-bottom: 0px;
}

.div-block-228 {
  margin-right: 0px;
}

.hero-social-icon-white {
  position: absolute;
  z-index: 2;
}

.hero-social-icon-hover-linkedin {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.hero-social-icon-copy {
  position: absolute;
  z-index: 1;
}

.hero-social-icon-hover-instagram {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.paragraph-295 {
  margin-bottom: 15px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.div-block-229 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: #fff;
}

.html-embed-7 {
  position: relative;
  z-index: 996;
  overflow: hidden;
  width: 100%;
  height: 300vh;
}

.footer-v2-email-4 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-v2-email-4:hover {
  color: #1f1f1f;
  text-decoration: underline;
}

.social-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 4px;
  -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;
  box-shadow: inset 0 0 0 1px #e2e2e2;
  opacity: 1;
}

.split-footer-bottom-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  font-size: 12px;
  line-height: 16px;
}

.text-block-77 {
  margin-right: 0px;
  margin-bottom: 20px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-weight: 400;
}

.text-bold-4 {
  font-family: HelveticaNeue_Medium, sans-serif;
  color: #353535;
  font-size: 13px;
  font-weight: 400;
}

.text-block-78 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.footer-v2-heading-4 {
  margin-top: 0px;
  margin-bottom: 2%;
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.paragraph-296 {
  margin-bottom: 20px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.div-block-230 {
  width: 350px;
  height: 80px;
  background-image: url('../images/bailey_jones_logo_header_blue_opti.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu_blur_fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.no_click {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 61.8%;
  height: 100vh;
}

.div-block-231 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 475px;
  height: 110px;
}

.home_link {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 475px;
  height: 110px;
  min-height: 110px;
  min-width: 475px;
  cursor: pointer;
}

.logo_white {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 475px;
  height: 110px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-232 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.heading-40 {
  position: relative;
  z-index: 20;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Perpetua, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
}

.text-block-79 {
  position: relative;
  z-index: 20;
  margin-bottom: 20px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #818181;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.text-block-80 {
  position: relative;
  z-index: 20;
  margin-bottom: 20px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}

.email_link-2 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.text-block-81 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
}

.collection-list-wrapper-20 {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: 100%;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.link-20 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  letter-spacing: 1px;
}

.link-21 {
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #474747;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.empty-state-8 {
  background-color: transparent;
}

.empty-state-9 {
  background-color: transparent;
}

.empty-state-10 {
  background-color: transparent;
}

.empty-state-11 {
  background-color: transparent;
}

.empty-state-12 {
  background-color: transparent;
}

.text-block-82 {
  font-family: Perpetua, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}

.empty-state-13 {
  background-color: transparent;
}

.empty-state-14 {
  background-color: transparent;
}

.empty-state-15 {
  background-color: transparent;
}

.collection-list-15 {
  position: relative;
  bottom: 0px;
}

.collection-list-16 {
  width: auto;
  text-align: center;
}

.empty-state-16 {
  background-color: transparent;
}

.div-block-233 {
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
}

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

.empty-state-17 {
  background-color: transparent;
}

.image-99 {
  display: block;
  min-height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.empty-state-18 {
  background-color: transparent;
}

.pagination_buttons {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
}

.pagination_right {
  position: relative;
  z-index: 22;
  display: inline-block;
  width: auto;
  height: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.pagination_left {
  position: relative;
  z-index: 22;
  display: inline-block;
  width: auto;
  height: 100%;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  background-color: transparent;
}

.next-3 {
  position: relative;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 5px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #353535;
  border-radius: 0px;
  background-color: transparent;
  color: #353535;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.next-3:hover {
  border-color: #fff;
  color: #fff;
}

.previous-3 {
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 5px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  border-color: #353535;
  border-radius: 0px;
  background-color: transparent;
  color: #353535;
  font-size: 13px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.previous-3:hover {
  border: 0px none #fff;
  color: #fff;
}

.pagination-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_panel {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 38.2%;
  height: auto;
  margin-bottom: 150px;
  margin-left: 0%;
  padding-left: 5%;
}

.text-block-83 {
  letter-spacing: 2px;
}

.image-100 {
  overflow: visible;
  width: 40px;
  height: 40px;
  max-width: none;
}

.image-101 {
  width: 20px;
  height: 20px;
  max-width: none;
  padding-bottom: 2px;
}

.collection_list_managing-director {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

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

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

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

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

.heading-41 {
  font-family: Perpetua, sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.bold-text-28 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.heading-42 {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: HelveticaNeue_Regular, sans-serif;
  color: #353535;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.collection-list-wrapper-16-copy {
  position: relative;
  z-index: 20;
}

.collection-list-wrapper_robin {
  position: relative;
  z-index: 20;
  margin-right: 33.33%;
  margin-bottom: 50px;
  margin-left: 33.33%;
  padding-right: 8px;
  padding-left: 8px;
}

.text-block-84 {
  margin-right: 9px;
  margin-left: 9px;
}

.next_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #353535;
  color: #353535;
  text-align: center;
}

.next_page:hover {
  border-color: #fff;
  color: #fff;
}

.previous_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #353535;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.previous_page:hover {
  border-color: #fff;
  color: #fff;
}

.home_link_portfolio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 475px;
  height: 110px;
  min-height: 110px;
  min-width: 475px;
  cursor: pointer;
}

.home_link_team {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 110px;
  min-height: 110px;
  min-width: 475px;
  cursor: pointer;
}

.logo_blue_tablet {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 100%;
  height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.home_link_team_tablet {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 110px;
  min-height: 110px;
  min-width: 475px;
  cursor: pointer;
}

.pagination-3 {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.next-4 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  color: #353535;
  font-size: 13px;
  line-height: 18px;
}

.next-4:hover {
  border-style: none;
  color: #fff;
}

.previous-4 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

.pagination-3-copy {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-29 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-29.w--current {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-30 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-30.w--current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-31 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-32 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-33 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-34 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-35 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-36 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-37 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_content_two {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin: 0px 0%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 1;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media screen and (max-width: 991px) {
  .line-3.simple {
    top: 38px;
    width: 35px;
    background-color: #fff;
  }

  .nav-link {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none solid solid;
    border-width: 0px 0px 2px;
    border-color: transparent;
    text-align: center;
  }

  .nav-link:hover {
    border-width: 0px 0px 2px;
    border-color: transparent;
    border-bottom-style: solid;
    background-color: #333;
  }

  .simple-menu-button {
    width: 60px;
    height: 60px;
    background-color: transparent;
  }

  .simple-menu-button.w--open {
    background-color: transparent;
  }

  .brand {
    padding-top: 14px;
    padding-left: 20px;
  }

  .brand.text {
    padding-top: 19px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .line-2.simple {
    width: 35px;
    background-color: #fff;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
  }

  .line-1.simple {
    top: 18px;
    width: 35px;
    background-color: #fff;
  }

  .container {
    margin-right: 0px;
  }

  .banner-product {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-product._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .navigation-link {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .menu-button {
    padding: 13px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 26px;
    font-weight: 400;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }

  .menu-button.dark {
    color: #6540fb;
  }

  .align-center.make-it-left {
    text-align: left;
  }

  .brand-2 {
    top: 10px;
    width: 18%;
    padding-left: 0px;
  }

  .dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: none;
  }

  .big-heading-slider {
    font-size: 50px;
    line-height: 60px;
  }

  .big-heading-slider.smaller-big {
    font-size: 50px;
  }

  .small-heading-banner {
    font-size: 18px;
  }

  .navigation-style-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-menu-2 {
    background-color: #515157;
  }

  .nav-menu-2.gray-menu {
    background-color: #f1f1f7;
  }

  .bottom-margin-device {
    margin-bottom: 50px;
  }

  .flex-row {
    display: block;
  }

  .container-fluid.services-style {
    margin-top: 0px;
  }

  .banner {
    height: 800px;
  }

  .icon {
    margin-right: 20px;
  }

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

  .heading-2.center {
    font-family: Quicksand;
  }

  .div-block-8 {
    width: 100%;
    padding: 10px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blo {
    padding-left: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-6 {
    left: -226px;
    right: -37px;
  }

  .image-7 {
    right: -183px;
  }

  .image-8 {
    left: -161px;
    bottom: 51px;
  }

  .image-9 {
    left: 209px;
  }

  .image-11 {
    left: 192px;
  }

  .image-12 {
    left: 28px;
    top: 123px;
    right: 509px;
  }

  .section-1 {
    padding: 118px;
  }

  .div-block-36.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-14 {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .about-wrapper-photo {
    margin-top: 40px;
  }

  .flex-row-2 {
    display: block;
    padding-top: 80px;
  }

  .section-15 {
    height: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-head {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }

  .hero-head.webflow-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .hero-head.faq.white {
    padding-bottom: 0px;
  }

  .hero-head.white {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;
  }

  .hero-paragraph-3 {
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
  }

  .hero-paragraph-3.centered {
    margin-top: 0px;
    color: #c7c7c9;
  }

  .hero-paragraph-3.faq {
    text-align: left;
  }

  .hero-paragraph-3.pricelist {
    margin-top: 0px;
    text-align: left;
  }

  .hero-paragraph-3.error {
    margin-top: 0px;
  }

  .testimonials-wrapper {
    margin-bottom: 20px;
  }

  .body-2 {
    background-color: #fff;
  }

  .body-2.home {
    background-image: none;
  }

  .body-2.practice-areas {
    background-image: none;
  }

  .heading-16 {
    line-height: 40px;
    text-transform: none;
  }

  .section-16.single-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-26 {
    height: auto;
  }

  .collection-list-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item-2 {
    width: 70%;
    height: auto;
  }

  .text-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-left {
    width: 100%;
    padding-bottom: 30px;
  }

  .div-block-44 {
    width: auto;
  }

  .body-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-46 {
    height: 55vh;
  }

  .section-18 {
    padding: 70px 58px;
  }

  .paragraph-11 {
    width: auto;
  }

  .search-form {
    width: 80%;
  }

  .search-input {
    width: 100%;
  }

  .section-19 {
    padding-right: 21px;
    padding-left: 21px;
  }

  .link {
    line-height: 32px;
  }

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

  .half-section {
    width: 100%;
    height: 500px;
  }

  .half-section.from {
    height: 750px;
  }

  .div-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-home.homepage {
    max-width: 500px;
  }

  .section-23 {
    display: block;
    padding-bottom: 50px;
  }

  .section-24.pricing {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-23 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-76 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-17 {
    width: auto;
  }

  .hero-top-text {
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .tabs-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .price-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-link-3 {
    font-size: 18px;
  }

  .form-block {
    margin-bottom: 0px;
    -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;
  }

  .login-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .login-form-head-2 {
    padding-top: 20px;
  }

  .hero-head-4 {
    font-size: 35px;
  }

  .hero-head-4.login {
    margin-top: 0px;
    font-size: 26px;
  }

  .hero-head-4.login {
    margin-top: 0px;
    font-size: 26px;
  }

  .hero-head-4.login {
    margin-top: 0px;
    font-size: 26px;
  }

  .hero-paragraph-6 {
    font-size: 18px;
  }

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

  .hero-link-2 {
    font-size: 18px;
  }

  .login-form-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .hero-paragraph-7 {
    font-size: 18px;
  }

  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-3 {
    float: left;
  }

  .button-3.previous {
    margin-left: 0px;
  }

  .button-3.next {
    margin-right: 0px;
    float: right;
  }

  .button-3.previous-blog {
    margin-left: 0px;
  }

  .button-3.next-blog {
    margin-right: 0px;
    float: right;
  }

  .boxed-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .boxed-container.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-14 {
    left: 20px;
    top: 100px;
  }

  .hero-big-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .paragraph-big {
    font-size: 19px;
    line-height: 28px;
  }

  .paragraph-big.alt-2 {
    padding-right: 0%;
    text-align: center;
  }

  .button-13.side-margins {
    font-size: 16px;
  }

  .button-13.side-margins {
    font-size: 16px;
  }

  .nav-left-social-icons {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu-wide {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: none;
    overflow: visible;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-button-2 {
    top: auto;
    right: 0px;
    bottom: auto;
    z-index: 1999;
    width: 64px;
    height: 64px;
    padding: 20px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #111;
  }

  .nav-link-wide {
    display: block;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #818181;
    text-align: center;
  }

  .nav-bar-wide {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .nav-bar-wide.alt-2 {
    height: 64px;
  }

  .social-icon-link.footer {
    padding-left: 0px;
  }

  .brand-3 {
    z-index: 10;
    display: block;
    width: 230px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 9px;
    padding: 8px 0px 0px;
  }

  .side-works-images-wrapper {
    overflow: auto;
    width: 100%;
    margin-top: 32px;
  }

  .side-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .review-v1-content {
    display: block;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-down-intro {
    padding-right: 2%;
    padding-left: 2%;
  }

  .testimonials-v1-arrow {
    display: none;
  }

  .side-works-heading {
    margin-bottom: 16px;
  }

  .header-section {
    padding: 0% 5% 3%;
  }

  .header-section.no-bottom-padding {
    margin-top: 63px;
    margin-left: 0px;
    padding-top: 64px;
  }

  .header-section.hero {
    padding-top: 15%;
    padding-bottom: 15%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/joshua-earle-541397-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/joshua-earle-541397-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header-section.hero.who-we-are {
    height: 55vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_11.jpg');
    background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_11.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .header-section.hero.strat-market {
    height: 55vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_10.jpg');
    background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_10.jpg');
  }

  .header-section.hero.market-assess {
    height: 55vh;
  }

  .header-section.hero.competitive-intelligence {
    height: 55vh;
  }

  .header-section.hero.partner-search {
    height: 55vh;
  }

  .header-section.hero.customer-intelligence {
    height: 55vh;
  }

  .header-section.hero.smi-process {
    height: 55vh;
  }

  .header-section.hero.smi-training-and-workshops {
    height: 55vh;
  }

  .header-section.hero.our-clients {
    height: 55vh;
  }

  .header-section.hero.inquiries-contact {
    height: 55vh;
  }

  .header-section.hero._08 {
    height: 55vh;
  }

  .header-section.hero.practice-areas {
    height: 55vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.3)), to(rgba(53, 53, 53, 0.3))), url('../images/hero_banner_03.jpg');
    background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.3), rgba(53, 53, 53, 0.3)), url('../images/hero_banner_03.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .header-section.hero.innovation-new-tech-market-development {
    height: 55vh;
  }

  .header-section.image-4 {
    background-attachment: scroll;
  }

  .header-section.who-we-are-footer-img {
    background-image: url('../images/footer_img_opti_2390x1800_01.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .header-section.smi-footer-img {
    background-attachment: scroll;
  }

  .header-section.market-assessment {
    background-attachment: scroll;
  }

  .header-section.competitive {
    background-attachment: scroll;
  }

  .header-section.partner-search {
    background-attachment: scroll;
  }

  .header-section.what-we-do-footer-img {
    background-attachment: scroll;
  }

  .header-section.image-customer-footer {
    background-attachment: scroll;
  }

  .header-section.image-smi-training {
    background-attachment: scroll;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .side-works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-v1-avatar-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper.side-padding {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-v1 {
    margin-bottom: -16px;
    padding-bottom: 72px;
    padding-left: 0%;
    text-align: center;
  }

  .footer-v2-follow {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 50px;
    padding-left: 8px;
  }

  .side-works-link {
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 280px;
  }

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

  .blog-post-v3 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-nav {
    display: block;
    font-size: 9px;
  }

  .side-feature {
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-feature.mobile-reversed {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .link-v1.more-link {
    margin-top: 16px;
  }

  .side-video.left {
    width: 100%;
    margin-left: 0%;
  }

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

  .hero-full-image {
    height: auto;
  }

  .hero-full-image.home-v5 {
    min-height: 100vh;
    margin-top: -64px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.3)), to(rgba(17, 17, 17, 0.3))), url('../images/aziz-acharki-253909.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url('../images/aziz-acharki-253909.jpg');
    background-attachment: scroll, fixed;
  }

  .review-v1 {
    margin-top: 8px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 100% 0px;
    text-align: center;
  }

  .hero-service {
    margin-bottom: 8px;
    padding-top: 24px;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .input.half-width {
    width: 260px;
  }

  .no-margin {
    margin: 0px;
  }

  .contact {
    position: static;
    margin-top: 48px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact.home-v6 {
    right: 2%;
    margin-top: 80px;
  }

  .contact-v2-card {
    margin-left: 8px;
    padding: 56px;
  }

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

  .section-intro.no-margin-bottom.hero {
    margin-top: 20%;
    margin-bottom: 20%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer-v-2-contact-list {
    padding-bottom: 0px;
  }

  .footer-v2-nav {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .hero-services {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .page-wrapper {
    display: block;
    margin-top: 64px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-wrapper.nav-left-wide {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-wrapper.alt-2 {
    padding-top: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-media {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-v1-heading {
    display: none;
  }

  .image-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 70%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    color: #ff7166;
  }

  .counters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter {
    width: 50%;
    padding-top: 96px;
    padding-bottom: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.15), 0 1px 0 0 hsla(0, 0%, 100%, 0.15);
  }

  .about-info {
    width: 100%;
    padding: 0px 8px;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-image-wrapper {
    padding-right: 50%;
    padding-left: 8px;
  }

  .big-quote {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .link-v2-2 {
    margin-bottom: 0px;
  }

  .about-image-link {
    left: 8px;
  }

  .page_wrap {
    margin-left: 0px;
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .page_wrap.nav-left {
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-heading {
    cursor: auto;
  }

  .who-we-are-btn {
    display: block;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #818181;
    text-align: center;
  }

  .what-we-do-btn {
    display: block;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #818181;
    text-align: center;
  }

  .our-work-stories-btn {
    display: block;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #818181;
    text-align: center;
  }

  .our-clients-btn {
    display: block;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #818181;
    text-align: center;
  }

  .inquiries-contact-btn {
    display: block;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #818181;
    text-align: center;
  }

  .cta-btn.alt-2 {
    text-align: left;
  }

  .animation-button.side-margins {
    font-size: 16px;
  }

  .animation-button.side-margins {
    font-size: 16px;
  }

  .animation-button.link-button {
    overflow: visible;
    width: 100%;
    height: 60px;
    border-left-style: none;
  }

  .animation-button.link-button:hover {
    color: #ff7166;
  }

  .animation-button.link-button.w--current {
    background-color: #fff;
    color: #353535;
  }

  .animation-button.link-button.w--current:hover {
    color: #ff7166;
  }

  .animation-button.link-button-menu {
    width: 100%;
  }

  .animation-button.link-button {
    overflow: visible;
    width: 100%;
    height: 60px;
    border-left-style: none;
  }

  .animation-button.link-button:hover {
    color: #ff7166;
  }

  .animation-button.link-button.w--current {
    background-color: #fff;
    color: #353535;
  }

  .animation-button.link-button.w--current:hover {
    color: #ff7166;
  }

  .column-11 {
    padding-right: 0px;
  }

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

  .section-3 {
    margin-left: 0px;
  }

  .column-12 {
    padding-left: 8px;
  }

  .split-footer-about {
    width: 70%;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .split-footer-nav {
    width: 70%;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .legal-notice {
    width: 100%;
    padding: 0px 8px;
  }

  .list-orange {
    padding-left: 30px;
  }

  .what-we-do-textt {
    width: 100%;
    padding: 0px 8px;
  }

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

  .nav-button-animated {
    z-index: 1999;
    display: block;
    margin-top: 15px;
  }

  .top-line {
    width: 30px;
    background-color: #ff7166;
  }

  .middle-line {
    width: 30px;
    background-color: #ff7166;
  }

  .bottom-line {
    width: 30px;
    background-color: #ff7166;
  }

  .nav-button-animated-2 {
    z-index: 1000;
    width: 64px;
    height: 60px;
    margin-top: 2px;
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .animated-button {
    width: 60px;
  }

  .tag {
    margin-left: 10px;
  }

  .what-we-do-article-btn.side-margins {
    font-size: 16px;
  }

  .what-we-do-article-btn.side-margins {
    font-size: 16px;
  }

  .div-block-102 {
    padding-left: 10px;
  }

  .div-block-103 {
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .clients-v2-logotypes {
    margin-top: 40px;
  }

  .container-4 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-29.feature {
    padding-right: 20px;
  }

  .text-block-48.featured {
    padding-right: 20px;
  }

  .copyright_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-category {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
  }

  .menu-image-block {
    display: none;
  }

  .link-block-11 {
    display: none;
  }

  .link-block-11.w--current {
    display: none;
  }

  .div-block-115 {
    background-image: url('../images/linkedin_logo_white.svg');
  }

  .link-block-12 {
    position: static;
    right: 0px;
    margin-right: 5px;
  }

  .tag-service {
    margin-left: 10px;
  }

  .slider {
    height: 180px;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .logo-wrapper {
    margin-top: 65px;
  }

  .logo-wrapper-02 {
    margin-top: 0px;
  }

  .logo-wrapper-01 {
    margin-top: 0px;
  }

  .logo-wrapper-03 {
    margin-top: 0px;
  }

  .logo-wrapper-04 {
    margin-top: 0px;
  }

  .logo-wrapper-05 {
    margin-top: 0px;
  }

  .logo-wrapper-06 {
    margin-top: 0px;
  }

  .logo-wrapper-07 {
    margin-top: 0px;
  }

  .logo-wrapper-08 {
    margin-top: 0px;
  }

  .logo-wrapper-10 {
    margin-top: 65px;
  }

  .logo-wrapper-11 {
    margin-top: 0px;
  }

  .logo-wrapper-09 {
    margin-top: 0px;
  }

  .logo-wrapper-12 {
    margin-top: 0px;
  }

  .logo-wrapper-13 {
    margin-top: 0px;
  }

  .logo-wrapper-14 {
    margin-top: 0px;
  }

  .logo-wrapper-15 {
    margin-top: 0px;
  }

  .logo-wrapper-16 {
    margin-top: 0px;
  }

  .logo-wrapper-17 {
    margin-top: 0px;
  }

  .logo-wrapper-18 {
    margin-top: 0px;
  }

  .logo-wrapper-19 {
    margin-top: 0px;
  }

  .logo-wrapper-20 {
    margin-top: 0px;
  }

  .logo-wrapper-21 {
    margin-top: 0px;
  }

  .logo-wrapper-22 {
    margin-top: 0px;
  }

  .logo-wrapper-23 {
    margin-top: 0px;
  }

  .logo-wrapper-24 {
    margin-top: 0px;
  }

  .logo-wrapper-25 {
    margin-top: 0px;
  }

  .logo-wrapper-26 {
    margin-top: 0px;
  }

  .logo-wrapper-27 {
    margin-top: 0px;
  }

  .logo-wrapper-28 {
    margin-top: 0px;
  }

  .logo-wrapper-29 {
    margin-top: 0px;
  }

  .logo-wrapper-30 {
    margin-top: 0px;
  }

  .logo-wrapper-31 {
    margin-top: 0px;
  }

  .logo-wrapper-32 {
    margin-top: 0px;
  }

  .logo-wrapper-33 {
    margin-top: 0px;
  }

  .logo-wrapper-34 {
    margin-top: 0px;
  }

  .logo-wrapper-35 {
    margin-top: 0px;
  }

  .logo-wrapper-36 {
    margin-top: 0px;
  }

  .gallery-image {
    height: 50vh;
  }

  .columns-3 {
    margin-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .blog-category-2 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
  }

  .contact-v1-form {
    margin-right: -30px;
  }

  .contact-form-wrapper {
    height: auto;
    padding-bottom: 0px;
  }

  .blog-category-ibi {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
  }

  .blog-category-ibi.blog-links {
    color: #ff7166;
  }

  .blog-category-ibi.blog-links-main {
    color: #ff7166;
  }

  .contact-v1-form-careers {
    margin-right: -30px;
  }

  .menu-wide-new {
    display: none;
  }

  .navbar-2 {
    display: none;
  }

  .menu-button-3 {
    display: none;
  }

  .button_pop_up.side-margins {
    font-size: 16px;
  }

  .button_pop_up.side-margins {
    font-size: 16px;
  }

  .page-button.side-margins {
    font-size: 16px;
  }

  .page-button.side-margins {
    font-size: 16px;
  }

  .preloader {
    margin-right: 0px;
  }

  .preloader-section {
    display: none;
  }

  .div-block-138 {
    display: block;
  }

  .heading-hero {
    line-height: 40px;
  }

  .heading-hero.inside-page {
    line-height: 40px;
  }

  .menu-old {
    display: none;
  }

  .menu-new {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .menu-new.alt-2 {
    height: 64px;
  }

  .new-menu {
    display: none;
  }

  .old-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    display: none;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .old-menu.alt-2 {
    height: 64px;
  }

  .mobile-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .mobile-menu.alt-2 {
    height: 64px;
  }

  .bold-text-14 {
    line-height: 38px;
  }

  .div-block-141 {
    width: 220px;
    height: 220px;
    min-height: 220px;
    min-width: 220px;
  }

  .collection-list-7 {
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) 220px 220px;
  }

  .container-3 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-5 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .tags {
    display: inline-block;
  }

  .socialmediasidebar {
    left: auto;
    top: 40%;
    right: 0px;
    bottom: auto;
    display: none;
  }

  .column-26 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .linkedin_sidebar {
    display: block;
  }

  .div-block-146 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .socialmediabottombar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -40px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }

  .div-block-147 {
    width: 20%;
    height: auto;
    background-color: #0e76a8;
    background-image: url('../images/linkedin_logo_white.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .div-block-148 {
    width: 20%;
    height: auto;
    background-color: #00aced;
    background-image: url('../images/twitter-icon-white.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .div-block-149 {
    width: 20%;
    height: auto;
    background-color: #1fc94f;
    background-image: url('../images/e-mail_icon.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .div-block-150 {
    width: 20%;
    height: auto;
    background-color: #3b5998;
    background-image: url('../images/facebook-icon-white.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .div-block-151 {
    width: 20%;
    height: auto;
    background-color: #ff4500;
    background-image: url('../images/reddit_icon.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .link-block-18 {
    width: 20%;
    height: auto;
    background-color: #0e76a8;
    background-image: url('../images/linkedin_logo_white.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .link-block-19 {
    width: 20%;
    height: auto;
    background-color: #00aced;
    background-image: url('../images/twitter-icon-white.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .link-block-20 {
    width: 20%;
    height: auto;
    background-color: #1fc94f;
    background-image: url('../images/e-mail_icon.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .link-block-21 {
    width: 20%;
    height: auto;
    background-color: #3b5998;
    background-image: url('../images/facebook-icon-white.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .link-block-22 {
    width: 20%;
    background-color: #ff4500;
    background-image: url('../images/reddit_icon.svg');
    background-position: 50% 50%;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }

  .collection-list-wrapper-featured {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-8 {
    margin-right: 0px;
  }

  .image-65 {
    padding-right: 20px;
  }

  .blog-category-ibi-2 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
  }

  .collection-list-wrapper-5-copy {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-sub {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .div-block-156 {
    right: 40px;
    width: 120px;
  }

  .link-block-24 {
    margin-left: 20px;
  }

  .text-block-58 {
    width: auto;
    max-width: 100%;
  }

  .collection-list-10 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .mobile-menu-copy {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .mobile-menu-copy.alt-2 {
    height: 64px;
  }

  .mobile-menu-conec {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .mobile-menu-conec.alt-2 {
    height: 64px;
  }

  .image-66 {
    display: block;
  }

  .brand-5 {
    z-index: 10;
    display: block;
    width: 58px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding: 0px;
    background-image: url('../images/ibi_logo_sized.svg');
    background-position: 50% 70%;
    background-size: 100% 85%;
    background-repeat: no-repeat;
  }

  .brand-5.w--current {
    width: 50px;
  }

  .div-block-161-bc {
    padding-top: 30px;
  }

  .animation-button-connect.side-margins {
    font-size: 16px;
  }

  .animation-button-connect.side-margins {
    font-size: 16px;
  }

  .animation-button-connect.link-button {
    overflow: visible;
    width: 100%;
    border-left-style: none;
  }

  .animation-button-connect.link-button:hover {
    color: #ff7166;
  }

  .animation-button-connect.link-button-menu {
    width: 100%;
  }

  .collection-list-wrapper-upper-alt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .image-67mobile-menu {
    max-height: 100%;
  }

  .animation-button-connect-alt.side-margins {
    font-size: 16px;
  }

  .animation-button-connect-alt.side-margins {
    font-size: 16px;
  }

  .animation-button-connect-alt.link-button {
    display: none;
    overflow: visible;
    width: 100%;
    padding-top: 12px;
    border-left-style: none;
  }

  .animation-button-connect-alt.link-button:hover {
    color: #ff7166;
  }

  .animation-button-connect-alt.link-button-menu {
    width: 100%;
  }

  .animation-button-connect-alt.link-button {
    display: none;
    overflow: visible;
    width: 100%;
    padding-top: 12px;
    border-left-style: none;
  }

  .animation-button-connect-alt.link-button:hover {
    color: #ff7166;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .ibi_tag {
    margin-left: 10px;
  }

  .ibi_connect_logo {
    max-height: 100%;
  }

  .div-block-into-blurb-paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }

  .link-block-12-copy {
    position: static;
    right: 60px;
    margin-right: 5px;
  }

  .div-block-115f {
    background-image: url('../images/facebook-icon-white.svg');
  }

  .social-icon-link-2nd.footer {
    padding-left: 8px;
  }

  .social_media_header {
    position: absolute;
    top: 0%;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    height: 60px;
    background-color: transparent;
    color: transparent;
  }

  .faq_heading {
    cursor: auto;
  }

  .faq_button {
    display: inline-block;
  }

  .faq_button.side-margins {
    font-size: 16px;
  }

  .faq_button.side-margins {
    font-size: 16px;
  }

  .faq_button_mobile {
    display: none;
  }

  .faq_button_mobile.side-margins {
    font-size: 16px;
  }

  .faq_button_mobile.side-margins {
    font-size: 16px;
  }

  .div-block-166 {
    width: 400px;
    margin-right: 0px;
  }

  .popup-overlay-new {
    left: 0px;
    top: 0px;
    display: none;
  }

  .contact-v1-form-2 {
    display: block;
    margin-right: 0px;
  }

  .contact-form-wrapper-2 {
    height: auto;
    padding-bottom: 0px;
  }

  .blur_dark {
    width: 100%;
    height: 100%;
  }

  .body-2-copy {
    background-color: #fff;
  }

  .body-2-copy.home {
    background-image: none;
  }

  .body-2-copy.practice-areas {
    background-image: none;
  }

  .body_home {
    background-color: #fff;
  }

  .body_home.home {
    background-image: none;
  }

  .body_home.practice-areas {
    background-image: none;
  }

  .background-video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image-69 {
    width: 370px;
    margin-top: 0px;
    padding: 0% 0px;
  }

  .menu_button_text_desktop {
    font-size: 14px;
  }

  .bottom .menu_link .menu_button_text_desktop {
    margin-bottom: 0px;
    font-family: Perpetua, sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .menu_container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .text-block-63 {
    margin-bottom: 0px;
  }

  .div-block-171 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    background-color: #2a3543;
  }

  .responsive_pages_cover {
    z-index: 1001;
    display: block;
    background-color: #2a3543;
  }

  .blog_panel {
    width: 100%;
  }

  .element {
    z-index: 1000;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content_inner_right {
    z-index: 1000;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 6%;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .blog-category-3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
  }

  .post-heading {
    margin-bottom: 2%;
    font-size: 38px;
    line-height: 50px;
  }

  .blur_menu {
    width: 100%;
    height: 100%;
  }

  .nav-menu-wide-2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: none;
    overflow: visible;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .brand-6 {
    z-index: 10;
    display: block;
    width: 58px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding: 0px;
    background-image: none;
  }

  .brand-6.w--current {
    width: 50px;
  }

  .mobile-menu-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .nav-button-animated-3 {
    z-index: 10;
    width: 64px;
    height: 60px;
    margin-top: 2px;
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand-7 {
    z-index: 10;
    display: block;
    width: 58px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding: 0px;
    background-image: url('../images/ibi_logo_sized.svg');
    background-position: 50% 70%;
    background-size: 100% 85%;
    background-repeat: no-repeat;
  }

  .brand-7.w--current {
    width: 50px;
  }

  .mobile-menu-3 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #f2f2f2;
  }

  .top {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .under_construction_cover {
    display: block;
  }

  .logo_link {
    width: 475px;
    height: 101px;
    padding-top: 0px;
    padding-left: 30px;
  }

  .blur_full {
    width: 100%;
    height: 100%;
  }

  .content_inner_left.one {
    width: 100%;
    height: 61.8%;
    min-height: 61.8%;
    min-width: 100%;
  }

  .rich-text-block-3 {
    margin-top: 0px;
  }

  .blog_post_page {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-animated {
    z-index: 1001;
  }

  .nav-button-animated-4 {
    z-index: 1001;
  }

  .nav-menu-4 {
    width: 100%;
  }

  .side_menu {
    width: 100%;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-funtext {
    display: none;
  }

  .main-slide-title {
    font-size: 4.5em;
    letter-spacing: 15px;
  }

  .second-slider-container {
    display: none;
  }

  .c-main-slide-content {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-slider-nav-dots {
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.75)), to(transparent));
    background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.75), transparent);
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    display: block;
  }

  .slider-copy {
    height: 180px;
  }

  .large_logo_intro {
    display: none;
  }

  .menu_hide {
    display: none;
  }

  .team_profile_image_large {
    width: auto;
    height: auto;
  }

  .div-block-200 {
    height: 100%;
    min-height: auto;
    padding-top: 8px;
  }

  .collection-list-14 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team_profile_image {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .team_group {
    position: static;
    width: 100%;
  }

  .team_individual {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .blur_light {
    display: block;
    width: 100%;
    height: auto;
  }

  .blur_dark_team {
    width: 100%;
    height: 100%;
  }

  .team_background {
    display: none;
  }

  .image-93 {
    position: absolute;
  }

  .blur_dark_team_bar {
    width: 100%;
    height: 100%;
  }

  .toggle_click_area {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    overflow: hidden;
    width: auto;
    max-width: none;
    min-width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .project_details_01 {
    display: none;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .project_button {
    position: relative;
    z-index: 1001;
    width: auto;
    height: 40px;
    max-height: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-style: normal;
  }

  .div-block-215 {
    margin-right: 105px;
  }

  .text-block-74 {
    margin-bottom: 30px;
  }

  .content_block {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .about_inner_left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about_inner_right {
    position: relative;
    top: auto;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about_inner_right_press {
    position: relative;
    top: auto;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about_inner_right.two {
    height: auto;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about_inner_right_press.two {
    height: auto;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about_text {
    display: block;
    height: auto;
    padding: 6% 5% 7%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }

  .about_image_one {
    position: relative;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-39 {
    position: relative;
    z-index: 2;
    font-size: 38px;
    line-height: 50px;
  }

  .paragraph-291 {
    position: relative;
    z-index: 2;
  }

  .paragraph-292 {
    position: relative;
    z-index: 2;
  }

  .paragraph-293 {
    position: relative;
    z-index: 2;
  }

  .about_panel {
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .about_panel.team_panel_one {
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .logo_blue {
    position: fixed;
    z-index: 999;
    display: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .div-block-222 {
    width: 100%;
    height: 100%;
  }

  .top_content {
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .blur_light_portfolio {
    display: block;
    width: 100%;
    height: auto;
  }

  .blur_light_about {
    display: block;
    width: 100%;
    height: auto;
  }

  .blur_light_team {
    display: block;
    width: 100%;
    height: auto;
  }

  .image-96 {
    position: relative;
    z-index: 20;
    width: 375px;
  }

  .blur_light-copy {
    display: block;
    width: 100%;
    height: auto;
  }

  .blur_light-copy-copy {
    display: block;
    width: 100%;
    height: auto;
  }

  .blur_light_menu {
    display: block;
    width: 100%;
    height: auto;
  }

  .about_paragraph {
    position: relative;
    z-index: 2;
  }

  .collection-list-wrapper-18 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
  }

  .large_logo_intro_mobile {
    display: block;
    background-size: 75%;
  }

  .link-v2-3 {
    margin-bottom: 0px;
  }

  .split-footer-about-2 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .split-footer-nav-2 {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }

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

  .footer_left {
    position: relative;
    width: 100%;
  }

  .footer_right {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 10%;
  }

  .footer_container {
    position: static;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-6 {
    margin-bottom: 20px;
  }

  .div-block-229 {
    display: block;
  }

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

  .text-block-77 {
    width: 70%;
  }

  .paragraph-296 {
    width: 70%;
    margin-bottom: 20px;
  }

  .menu_blur_fixed {
    display: block;
  }

  .home_link {
    display: block;
  }

  .logo_white {
    z-index: 1001;
  }

  .collection-list-wrapper-20 {
    overflow: hidden;
    height: auto;
    min-height: auto;
    margin-top: 0%;
  }

  .collection-item-23 {
    height: auto;
  }

  .collection-list-15 {
    z-index: 1000;
  }

  .collection-list-16 {
    overflow: hidden;
    height: auto;
    min-height: auto;
  }

  .pagination_buttons {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pagination_right {
    z-index: 1000;
    margin-bottom: 0px;
    padding-bottom: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pagination_left {
    z-index: 1000;
    min-width: 0px;
    padding-bottom: 50px;
  }

  .previous-3 {
    position: static;
    display: block;
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pagination-2 {
    z-index: auto;
  }

  .footer_panel {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 4%;
    margin-bottom: 30px;
    margin-left: 4%;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .collection_list_managing-director {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .collection-list-wrapper_robin {
    padding-right: 8px;
    padding-left: 8px;
  }

  .next_page {
    height: 40px;
    max-height: none;
    border-color: #353535;
    color: #353535;
    font-size: 13px;
    font-weight: 400;
  }

  .previous_page {
    position: static;
    height: 40px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
  }

  .home_link_portfolio {
    display: block;
    width: 425px;
    min-width: 425px;
  }

  .home_link_team {
    display: none;
  }

  .logo_blue_tablet {
    position: static;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .home_link_team_tablet {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-top: 14px;
    padding-left: 10px;
  }

  .brand.text {
    padding-top: 19px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 80px;
    line-height: 80px;
  }

  .banner-product {
    height: auto;
    padding-top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .brand-2 {
    width: 25%;
  }

  .big-heading-slider.smaller-big {
    font-size: 39px;
    line-height: 40px;
  }

  .small-heading-banner {
    font-size: 16px;
  }

  .banner {
    height: 700px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .paragraph {
    font-size: 22px;
  }

  .div-block-8 {
    width: 100%;
    padding: 40px 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-image {
    margin-top: 96px;
  }

  .product-image.no-space {
    margin-top: 0px;
  }

  .div-block-26.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blo {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-27 {
    width: 100%;
  }

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

  .text-block-3 {
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
  }

  .text-block-5 {
    text-align: center;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 46px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-29 {
    margin-top: 15px;
  }

  .icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32 {
    width: 100%;
  }

  .image-11 {
    left: 115px;
    top: 102px;
  }

  .section-1 {
    padding: 54px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .about-wrapper-photo {
    width: 450px;
    height: 450px;
  }

  .flex-row-2 {
    padding-top: 70px;
  }

  .section-15 {
    height: 550px;
  }

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

  .hero-head {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 27px;
  }

  .hero-head.faq.white {
    padding-bottom: 0px;
  }

  .hero-head.white {
    font-size: 36px;
  }

  .hero-head.price-card {
    font-size: 35px;
  }

  .hero-paragraph-3 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 11px;
    font-size: 22px;
  }

  .hero-paragraph-3.centered {
    color: #c7c7c9;
    font-size: 22px;
  }

  .hero-paragraph-3.faq {
    text-align: left;
  }

  .hero-paragraph-3.error {
    font-size: 16px;
  }

  .body-2 {
    background-color: #fff;
  }

  .body-2.home {
    background-image: none;
  }

  .body-2.practice-areas {
    background-image: none;
  }

  .heading-16 {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-9 {
    font-size: 22px;
  }

  .section-16.single-post {
    height: 50vh;
    margin-top: 0px;
  }

  .section-17 {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .text-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-left {
    width: auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .div-block-46 {
    height: 50vh;
  }

  .section-18 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .search-form {
    width: 90%;
  }

  .search-input {
    width: 100%;
  }

  .heading-20 {
    font-size: 28px;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-66 {
    width: 80px;
  }

  .udesly-video2 {
    width: 90%;
    -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;
  }

  .image-home.homepage {
    display: block;
    max-width: 90%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-23 {
    display: block;
    padding: 60px 31px 20px;
  }

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

  .faq-wrapper {
    width: 100%;
  }

  .section-24.pricing {
    height: auto;
  }

  .heading-23 {
    width: auto;
  }

  .price-card-container {
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .hero-top-text {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .tabs-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .price-card-box {
    width: 80%;
    margin-bottom: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-25 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .login-form-container {
    display: block;
  }

  .login-form-head-2 {
    padding-top: 20px;
  }

  .hero-head-4 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .hero-paragraph-6 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .login-form-container-2 {
    display: block;
  }

  .hero-paragraph-7 {
    margin-bottom: 5px;
    font-size: 18px;
  }

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

  .section-11 {
    background-color: #f3f5f6;
  }

  .button-3.previous {
    margin-left: 0px;
  }

  .button-3.next {
    margin-right: 0px;
  }

  .button-3.previous-blog {
    margin-left: 0px;
  }

  .button-3.next-blog {
    margin-right: 0px;
  }

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

  .boxed-container.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-14 {
    left: 3%;
    top: 25%;
    right: 3%;
  }

  .hero-big-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-big {
    width: auto;
    margin-bottom: 10px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-big.alt-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .button-13.side-margins {
    font-size: 15px;
  }

  .button-13.side-margins {
    font-size: 15px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .nav-bar-wide {
    height: 57px;
  }

  .social-icon-link {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-icon-link.footer {
    margin-top: 15px;
  }

  .brand-3 {
    width: 230px;
    height: 100%;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .career-job-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .blog-posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-down-intro {
    margin-top: 200px;
  }

  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-section.no-bottom-padding {
    margin-top: 57px;
    padding-top: 64px;
  }

  .header-section.hero.who-we-are {
    height: 50vh;
  }

  .header-section.hero.strat-market {
    height: 50vh;
  }

  .header-section.hero.market-assess {
    height: 50vh;
  }

  .header-section.hero.competitive-intelligence {
    height: 50vh;
  }

  .header-section.hero.partner-search {
    height: 50vh;
  }

  .header-section.hero.customer-intelligence {
    height: 50vh;
  }

  .header-section.hero.smi-process {
    height: 50vh;
  }

  .header-section.hero.smi-training-and-workshops {
    height: 50vh;
  }

  .header-section.hero.our-clients {
    height: 50vh;
  }

  .header-section.hero.inquiries-contact {
    height: 50vh;
  }

  .header-section.hero._08 {
    height: 50vh;
  }

  .header-section.hero.practice-areas {
    height: 50vh;
  }

  .header-section.hero.innovation-new-tech-market-development {
    height: 50vh;
  }

  .header-section.who-we-are-footer-img {
    background-image: url('../images/footer_img_opti_2390x1800_01.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .header-section.smi-footer-img {
    background-attachment: scroll;
  }

  .header-section.what-we-do-footer-img {
    background-attachment: scroll;
  }

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

  .career-job {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .side-works-link {
    height: 200px;
  }

  .footer-bottom-v2 {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .career-job-position {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog-post-v3 {
    width: 50%;
  }

  .hero-full-image.home-v5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.3)), to(rgba(17, 17, 17, 0.3))), url('../images/aziz-acharki-253909.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url('../images/aziz-acharki-253909.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .hero-service {
    margin-bottom: 0px;
    padding-top: 16px;
  }

  .no-margin {
    margin: 0px;
  }

  .contact-v2-card {
    display: block;
    width: 83.33%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .footer-v-2-contact-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .page-wrapper.nav-left-wide {
    margin-top: 0px;
    padding-top: 57px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-33 {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .counter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .big-quote-text {
    font-size: 19px;
    line-height: 32px;
  }

  .about-text {
    padding-right: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .big-quote {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .link-v2-2 {
    margin-bottom: 0px;
  }

  .page_wrap {
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .page_wrap.nav-left {
    padding-top: 57px;
  }

  .big-quote-icon {
    margin-right: 32px;
  }

  .about-heading {
    width: 75%;
  }

  .animation-button.side-margins {
    font-size: 15px;
  }

  .animation-button.side-margins {
    font-size: 15px;
  }

  .column-11 {
    padding-left: 8px;
  }

  .split-footer-bottom {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-12 {
    margin-bottom: 0px;
  }

  .nav-button-animated-2 {
    width: 57px;
    height: 57px;
    margin-top: 0px;
    margin-right: 5px;
  }

  .column-13 {
    margin-top: 30px;
  }

  .what-we-do-article-btn.side-margins {
    font-size: 15px;
  }

  .what-we-do-article-btn.side-margins {
    font-size: 15px;
  }

  .column-14 {
    padding-top: 20px;
    padding-left: 0px;
  }

  .client-v2-logo-wrapper {
    width: 50%;
  }

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

  .collection-list-5 {
    justify-items: center;
  }

  .collection-list-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-27 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-114 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .link-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider {
    height: auto;
  }

  .slide {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }

  .slider-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-wrapper-wide {
    width: 30%;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-wrapper-wide {
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-scroll-block {
    margin-top: 30px;
  }

  .logo-wrapper {
    margin-top: 72px;
  }

  .logo-wrapper-02 {
    margin-top: 0px;
  }

  .logo-wrapper-01 {
    margin-top: 0px;
  }

  .logo-wrapper-03 {
    margin-top: 0px;
  }

  .logo-wrapper-04 {
    margin-top: 0px;
  }

  .logo-wrapper-05 {
    margin-top: 0px;
  }

  .logo-wrapper-06 {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .logo-wrapper-07 {
    margin-top: 0px;
  }

  .logo-wrapper-08 {
    margin-top: 0px;
  }

  .logo-wrapper-10 {
    margin-top: 72px;
  }

  .logo-wrapper-11 {
    margin-top: 0px;
  }

  .logo-wrapper-09 {
    margin-top: 0px;
  }

  .logo-wrapper-12 {
    margin-top: 0px;
  }

  .logo-wrapper-13 {
    margin-top: 0px;
  }

  .logo-wrapper-14 {
    margin-top: 0px;
  }

  .logo-wrapper-15 {
    margin-top: 0px;
  }

  .logo-wrapper-16 {
    margin-top: 0px;
  }

  .logo-wrapper-17 {
    margin-top: 0px;
  }

  .logo-wrapper-18 {
    margin-top: 0px;
  }

  .logo-wrapper-19 {
    margin-top: 0px;
  }

  .logo-wrapper-20 {
    margin-top: 0px;
  }

  .logo-wrapper-21 {
    margin-top: 0px;
  }

  .logo-wrapper-22 {
    margin-top: 0px;
  }

  .logo-wrapper-23 {
    margin-top: 0px;
  }

  .logo-wrapper-24 {
    margin-top: 0px;
  }

  .logo-wrapper-25 {
    margin-top: 0px;
  }

  .logo-wrapper-26 {
    margin-top: 0px;
  }

  .logo-wrapper-27 {
    margin-top: 0px;
  }

  .logo-wrapper-28 {
    margin-top: 0px;
  }

  .logo-wrapper-29 {
    margin-top: 0px;
  }

  .logo-wrapper-30 {
    margin-top: 0px;
  }

  .logo-wrapper-31 {
    margin-top: 0px;
  }

  .logo-wrapper-32 {
    margin-top: 0px;
  }

  .logo-wrapper-33 {
    margin-top: 0px;
  }

  .logo-wrapper-34 {
    margin-top: 0px;
  }

  .logo-wrapper-35 {
    margin-top: 0px;
  }

  .logo-wrapper-36 {
    margin-top: 0px;
  }

  .gallery-image {
    min-width: 22.5%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .columns-3 {
    margin-top: 75px;
  }

  .button_pop_up.side-margins {
    font-size: 15px;
  }

  .button_pop_up.side-margins {
    font-size: 15px;
  }

  .page-button.side-margins {
    font-size: 15px;
  }

  .page-button.side-margins {
    font-size: 15px;
  }

  .preloader-section {
    display: none;
  }

  .heading-hero {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-hero.inside-page {
    line-height: 34px;
  }

  .menu-new {
    height: 57px;
  }

  .new-menu {
    display: none;
  }

  .old-menu {
    display: block;
    height: 57px;
  }

  .mobile-menu {
    display: block;
    height: 57px;
  }

  .bold-text-14 {
    line-height: 32px;
  }

  .text-block-52 {
    width: 220px;
  }

  .div-block-142 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .collection-list-7 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) minmax(220px, 1fr);
  }

  .container-3 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-5 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .tags {
    display: inline-block;
  }

  .socialmediasidebar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 30px;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }

  .collection-list-wrapper-7 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .column-25 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-26 {
    margin-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-146 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
  }

  .socialmediabottombar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -40px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }

  .collection-list-wrapper-featured {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-8 {
    margin-top: 20px;
  }

  .image-65 {
    border-right-style: none;
  }

  .column-29 {
    padding-left: 0px;
  }

  .collection-list-wrapper-5-copy {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-list-wrapper-sub {
    margin-top: 75px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .collection-list-wrapper-upper {
    margin: 0px 20px 50px;
    border: 1px none #000;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .div-block-156 {
    right: 40px;
  }

  .smi-popup {
    display: none;
  }

  .mam-popup {
    display: none;
  }

  .cib-popup {
    display: none;
  }

  .vcc-popup {
    display: none;
  }

  .ci-popup {
    display: none;
  }

  .smip-popup {
    display: none;
  }

  .smi-training-popup {
    display: none;
  }

  .link-block-24 {
    margin-right: 10px;
    margin-left: 20px;
  }

  .collection-list-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mobile-menu-copy {
    display: block;
    height: 57px;
  }

  .mobile-menu-conec {
    display: block;
    height: 57px;
  }

  .brand-5 {
    width: 180px;
    height: 100%;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bailey-jones.png');
    background-position: 0% 50%;
    background-size: auto 30px;
  }

  .div-block-161-bc {
    padding-top: 20px;
  }

  .animation-button-connect.side-margins {
    font-size: 15px;
  }

  .animation-button-connect.side-margins {
    font-size: 15px;
  }

  .collection-list-wrapper-upper-alt {
    margin: 0px 20px 50px;
    border: 1px none #000;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .animation-button-connect-alt.side-margins {
    font-size: 15px;
  }

  .animation-button-connect-alt.side-margins {
    font-size: 15px;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .div-block-into-blurb-paragraph {
    width: 95%;
    margin-right: 20px;
  }

  .innovation-popup {
    display: none;
  }

  .div-block-162 {
    height: 30px;
    min-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-12-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-icon-link-2nd {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-icon-link-2nd.footer {
    margin-top: 15px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .faq_heading {
    width: 75%;
  }

  .faq_button {
    display: block;
  }

  .faq_button.side-margins {
    font-size: 15px;
  }

  .faq_button.side-margins {
    font-size: 15px;
  }

  .faq_button_mobile {
    display: inline-block;
  }

  .faq_button_mobile.side-margins {
    font-size: 15px;
  }

  .faq_button_mobile.side-margins {
    font-size: 15px;
  }

  .popup-overlay-new {
    left: 0px;
    top: 0px;
    display: none;
  }

  .enter_blog_button {
    display: block;
  }

  .div-block-167 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .body-2-copy {
    background-color: #fff;
  }

  .body-2-copy.home {
    background-image: none;
  }

  .body-2-copy.practice-areas {
    background-image: none;
  }

  .body_home {
    background-color: #fff;
  }

  .body_home.home {
    background-image: none;
  }

  .body_home.practice-areas {
    background-image: none;
  }

  .background_video {
    display: none;
  }

  .image-69 {
    width: 350px;
  }

  .menu_link {
    height: 40px;
  }

  .menu_button_text_desktop {
    font-size: 12.5px;
  }

  .bottom .menu_link .menu_button_text_desktop {
    margin-bottom: 0px;
    font-family: Perpetua, sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .header_left {
    margin-left: 0px;
  }

  .element {
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .content_inner_right {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .post-heading {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 40px;
  }

  .brand-6 {
    width: 58px;
    height: 100%;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-menu-2 {
    display: block;
    height: 57px;
  }

  .nav-button-animated-3 {
    width: 57px;
    height: 57px;
    margin-top: 0px;
    margin-right: 5px;
  }

  .brand-7 {
    width: 58px;
    height: 100%;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-menu-3 {
    display: block;
    height: 57px;
  }

  .logo_link {
    display: none;
  }

  .content_inner_left.one {
    display: none;
  }

  .rich-text-block-3 {
    margin-top: 0px;
  }

  .nav-button-animated-4 {
    margin-top: 27px;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .ci-main-slide-content {
    text-align: left;
  }

  .main-slide-title {
    font-size: 3em;
    letter-spacing: 5px;
  }

  .c-main-slide-description {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-main-slide-content {
    width: 100%;
    padding-right: 7vw;
    padding-left: 7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .slider-copy {
    height: auto;
  }

  .image-83 {
    max-height: 40vh;
  }

  .large_logo_intro {
    display: none;
  }

  .menu_hide {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .team_profile_image_large {
    width: auto;
    height: auto;
  }

  .div-block-200 {
    padding-top: 10%;
  }

  .collection-list-14 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-20 {
    width: auto;
    height: auto;
  }

  .team_profile_image {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .team_individual {
    margin-top: 0px;
  }

  .div-block-205 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .heading-38 {
    font-size: 1.8em;
  }

  .column-31 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-23 {
    width: 80%;
  }

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

  .text-block-74 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .content_block {
    text-align: center;
  }

  .about_inner_right {
    text-align: center;
  }

  .heading-39 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-291 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-292 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-293 {
    font-size: 12px;
    line-height: 18px;
  }

  .logo_blue {
    display: none;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-96 {
    width: 300px;
  }

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

  .collection-list-wrapper-18 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100vh;
  }

  .div-block-223 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .large_logo_intro_mobile {
    position: fixed;
    display: block;
  }

  .column-32 {
    padding-left: 6%;
  }

  .link-v2-3 {
    margin-bottom: 0px;
  }

  .split-footer-about-2 {
    width: 100%;
  }

  .split-footer-bottom-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_right {
    padding-top: 10%;
  }

  .div-block-225 {
    text-align: center;
  }

  .div-block-226 {
    width: 100%;
  }

  .split-footer-bottom-3 {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-77 {
    width: 70%;
  }

  .paragraph-296 {
    width: 70%;
  }

  .home_link {
    display: none;
  }

  .logo_white {
    display: none;
  }

  .footer_panel {
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .collection_list_managing-director {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .collection-list-wrapper_robin {
    margin-right: 25%;
    margin-left: 25%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home_link_portfolio {
    display: none;
  }

  .home_link_team {
    display: none;
  }

  .logo_blue_tablet {
    display: none;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home_link_team_tablet {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .simple-menu-button {
    background-color: transparent;
  }

  .brand {
    padding-top: 14px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu {
    height: 100vh;
  }

  .container {
    background-color: transparent;
  }

  .hero-section {
    height: 100vh;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .banner-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center-div {
    width: 95%;
  }

  .search-input-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .button.search {
    width: 100%;
  }

  .button.search.white {
    width: 100%;
    margin-left: 0px;
  }

  .brand-2 {
    width: 50%;
  }

  .big-heading-slider {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .small-heading-banner {
    font-size: 13px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 15px, auto;
  }

  .container-fluid.center {
    top: 34%;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 37px;
    text-align: center;
  }

  .paragraph {
    font-size: 18px;
    text-align: center;
  }

  .div-block-8.gallery {
    padding-right: 7px;
    padding-left: 7px;
  }

  .section-2.overflow.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-5.about {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-26.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-3.green {
    font-size: 21px;
  }

  .icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32 {
    width: 100%;
    padding-right: 23px;
    padding-left: 23px;
  }

  .image-6 {
    left: 8px;
  }

  .image-7 {
    left: 1px;
    right: -40px;
  }

  .image-8 {
    left: 5px;
    top: -4px;
  }

  .image-9 {
    left: 3px;
    top: 148px;
    right: 378px;
  }

  .image-10 {
    left: 6px;
  }

  .parallax-section2 {
    height: auto;
  }

  .image-11 {
    left: 79px;
    top: 142px;
    right: 65px;
  }

  .image-12 {
    left: 5px;
    top: 182px;
    right: 518px;
  }

  .section-1 {
    padding: 15px;
  }

  .div-block-39 {
    padding: 26px;
  }

  .author-img {
    display: block;
  }

  .heading-14 {
    padding-right: 15px;
    font-size: 21px;
    line-height: 30px;
  }

  .about-wrapper-photo {
    width: 270px;
    height: 270px;
  }

  .flex-row-2 {
    padding-top: 72px;
  }

  .section-15 {
    height: auto;
    padding: 55px 15px;
  }

  .container-5 {
    padding: 0px 30px;
  }

  .hero-head {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-head.webflow-section {
    padding-bottom: 10px;
  }

  .hero-head.faq {
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-head.faq.white {
    padding-bottom: 5px;
    text-align: left;
  }

  .hero-head.white {
    padding-bottom: 15px;
    font-size: 24px;
  }

  .hero-paragraph-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }

  .hero-paragraph-3.centered {
    font-size: 22px;
    line-height: 24px;
  }

  .hero-paragraph-3.faq {
    margin-top: 0px;
  }

  .hero-paragraph-3.error {
    font-size: 16px;
  }

  .testimonials-wrapper {
    padding: 20px;
  }

  .testi-photo {
    width: 60px;
    height: 60px;
  }

  .body-2.home {
    background-image: none;
  }

  .heading-16 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-9 {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .section-16.single-post {
    width: auto;
    height: 45vh;
    margin-top: 0px;
  }

  .section-16.category {
    height: 90vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-17 {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .collection-item-2 {
    width: 90%;
  }

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

  .text-section {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-block-left {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px 30px;
  }

  .div-block-44 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-27 {
    display: block;
    margin-right: 10px;
  }

  .text-block-33 {
    display: block;
    height: auto;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
  }

  .body-5 {
    margin-top: 0px;
  }

  .div-block-45 {
    width: 50px;
    height: 50px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-46 {
    height: 100%;
    margin-top: 0px;
  }

  .section-18 {
    padding: 50px 26px;
  }

  .search-form {
    width: 100%;
  }

  .search-input {
    width: 100%;
    padding-top: 36px;
    font-size: 18px;
  }

  .heading-20 {
    font-size: 28px;
    text-align: center;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-2 {
    width: 100%;
  }

  .half-section.from {
    padding-right: 30px;
    padding-left: 30px;
  }

  .features-icon {
    margin-right: 0px;
    margin-bottom: 15px;
    float: none;
  }

  .section-23 {
    display: block;
    padding: 50px 9px 20px;
  }

  .container-fluid-4 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-24.pricing {
    height: auto;
  }

  .heading-23 {
    width: auto;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-23.video-head {
    width: auto;
  }

  .tab-link-2 {
    display: inline-block;
  }

  .price-card-container {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-17 {
    width: auto;
    margin-bottom: 0px;
  }

  .hero-top-text {
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 13px;
  }

  .tab-link {
    display: inline-block;
  }

  .tab-link.w--current {
    display: inline-block;
  }

  .tabs-menu {
    display: block;
    padding-bottom: 0px;
  }

  .price-card-box {
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-25 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-13 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .hero-link-3 {
    font-size: 14px;
    text-align: center;
  }

  .login-form-container {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .login-form-head-2 {
    padding-top: 15px;
  }

  .hero-head-4 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 35px;
  }

  .hero-head-4.login {
    font-size: 20px;
  }

  .hero-head-4.login {
    font-size: 20px;
  }

  .hero-head-4.login {
    font-size: 20px;
  }

  .div-block-78 {
    padding: 50px 30px;
  }

  .hero-paragraph-6 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .hero-link-2 {
    font-size: 14px;
  }

  .login-form-container-2 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .submit-button-3 {
    font-size: 14px;
  }

  .div-block-83 {
    padding: 50px 30px;
  }

  .hero-paragraph-7 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-84 {
    padding: 50px 30px;
  }

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

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-11.navigation {
    width: auto;
  }

  .button-3.previous {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .button-3.next {
    margin-right: 0px;
    font-size: 18px;
  }

  .button-3.previous-blog {
    width: 130px;
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .button-3.next-blog {
    width: 130px;
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .boxed-container {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .boxed-container.navigation {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-10 {
    display: none;
  }

  .container-14 {
    left: 2%;
    top: 20%;
    right: 2%;
    bottom: 0%;
  }

  .hero-big-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-big {
    width: auto;
    margin-bottom: 20px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 16px;
    line-height: 26px;
  }

  .buttons-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-13.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .button-13.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .brand-3 {
    margin-left: -13px;
    padding-left: 0px;
  }

  .side-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buttons-wrapper-2 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career-job-wrapper.mobile-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .social-icons {
    margin-left: -1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-down-intro {
    padding-right: 0%;
    padding-left: 0%;
  }

  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-section.no-bottom-padding {
    margin-top: 57px;
    padding-top: 64px;
  }

  .header-section.hero.who-we-are {
    height: 45vh;
  }

  .header-section.hero.strat-market {
    height: 45vh;
  }

  .header-section.hero.market-assess {
    height: 45vh;
  }

  .header-section.hero.competitive-intelligence {
    height: 45vh;
  }

  .header-section.hero.partner-search {
    height: 45vh;
  }

  .header-section.hero.customer-intelligence {
    height: 45vh;
  }

  .header-section.hero.smi-process {
    height: 45vh;
  }

  .header-section.hero.smi-training-and-workshops {
    height: 45vh;
  }

  .header-section.hero.our-clients {
    height: 45vh;
  }

  .header-section.hero.inquiries-contact {
    height: 45vh;
  }

  .header-section.hero._08 {
    height: 45vh;
  }

  .header-section.hero.practice-areas {
    height: 45vh;
  }

  .header-section.hero.innovation-new-tech-market-development {
    height: 45vh;
  }

  .header-section.who-we-are-footer-img {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/footer_img_opti_2390x1800_01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .header-section.smi-footer-img {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: scroll;
  }

  .footer-v2-contacts {
    width: 100%;
  }

  .hero-down-heading {
    margin-left: 0px;
  }

  .career-job {
    margin-left: 56px;
    padding: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .career-job.left {
    border-right-style: none;
    border-left-style: solid;
    box-shadow: 3px 0 0 0 #faaf52;
  }

  .footer-v2-follow {
    width: 100%;
  }

  .contact-v2-form {
    margin-right: 0px;
  }

  .blog-post-v3 {
    width: 100%;
  }

  .side-feature {
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-v1.more-link {
    margin-top: 0px;
  }

  .career-timeline {
    left: 80px;
  }

  .hero-full-image.home-v5 {
    margin-top: 50px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.3)), to(rgba(17, 17, 17, 0.3))), url('../images/aziz-acharki-253909.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url('../images/aziz-acharki-253909.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .hero-service {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .timeline-dot-v1 {
    margin-left: 73px;
  }

  .input.text-area {
    margin-right: 0px;
  }

  .input.text-area.margin-right {
    margin-right: 0px;
  }

  .input.half-width {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input.half-width {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .no-margin {
    margin: 0px;
  }

  .play-button-2 {
    width: 64px;
    height: 64px;
  }

  .contact-v2-card {
    width: 100%;
    padding: 48px 12%;
  }

  .section-intro.no-margin-bottom.hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .career-job-period {
    width: 60px;
    margin-top: 22px;
    font-size: 11px;
    line-height: 16px;
  }

  .career-job-period.text-left {
    text-align: right;
  }

  .footer-v2-nav {
    width: 100%;
  }

  .footer-v2-about {
    width: 100%;
  }

  .career-job-corner.right {
    left: -7px;
    right: auto;
    box-shadow: -1px 1px 0 0 #ddd;
  }

  .page-wrapper {
    height: 100%;
    margin-top: 57px;
    padding: 0px 0px 5px;
  }

  .page-wrapper.nav-left-wide {
    margin-top: 0px;
    padding-top: 57px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-links {
    margin-top: 40px;
  }

  .counter {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .big-quote-text {
    text-align: center;
  }

  .about-image-wrapper {
    padding-right: 8px;
  }

  .big-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-v2-2 {
    margin-bottom: 0px;
  }

  .page_wrap {
    padding: 5% 5% 5px;
  }

  .page_wrap.nav-left {
    padding: 57px 0px 0px;
  }

  .big-quote-icon {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .about-more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
  }

  .animation-button.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .animation-button.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .section-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .split-footer-about {
    width: 100%;
  }

  .split-footer-nav {
    width: 100%;
  }

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

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

  .what-we-do-article-btn.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .what-we-do-article-btn.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .column-14 {
    padding-top: 10px;
  }

  .client-v2-logo-wrapper {
    width: 100%;
  }

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

  .heading-29 {
    width: auto;
  }

  .heading-29.feature {
    padding-right: 10px;
  }

  .div-block-105 {
    width: 300px;
    height: 300px;
    min-height: 300px;
    min-width: 300px;
  }

  .collection-list-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-48 {
    width: 100%;
  }

  .text-block-48.featured {
    padding-right: 10px;
  }

  .collection-item-6 {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-27 {
    display: block;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-114 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .link-block-12 {
    display: none;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper-wide {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-02 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-01 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-03 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-04 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-05 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-06 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-07 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-08 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-10 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-11 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-09 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-12 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-13 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-14 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-15 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-16 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-17 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-18 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-19 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-20 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-21 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-22 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-23 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-24 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-25 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-26 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-27 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-28 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-29 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-30 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-31 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-32 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-33 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-34 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-35 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-36 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .gallery-track {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery-image {
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-v1-form {
    margin-right: 0px;
  }

  .contact-v1-heading {
    margin-right: 0px;
  }

  .contact-v1-form-careers {
    margin-right: 0px;
  }

  .button_pop_up.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .button_pop_up.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .page-button.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .page-button.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .preloader {
    background-color: transparent;
  }

  .preloader-section {
    display: none;
  }

  .heading-hero {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-hero.inside-page {
    line-height: 30px;
  }

  .bold-text-14 {
    line-height: 28px;
  }

  .div-block-141 {
    min-height: 90px;
    min-width: 90px;
  }

  .div-block-142 {
    margin: 10px 10px 20px;
  }

  .collection-list-wrapper-3 {
    font-family: SF_UI_Display, sans-serif;
    color: #353535;
    font-size: 16px;
  }

  .text-block-53 {
    font-weight: 400;
  }

  .empty-state-6 {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    font-family: SF_UI_Display_Light, sans-serif;
  }

  .collection-item-8 {
    width: 220px;
    min-width: 220px;
  }

  .collection-list-7 {
    width: 100%;
    grid-template-columns: repeat(auto-fit, 200px);
  }

  .container-3 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .collection-list-wrapper-5 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .socialmediasidebar {
    display: none;
    padding-right: 10px;
  }

  .collection-list-wrapper-7 {
    -webkit-column-count: 1;
    column-count: 1;
  }

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

  .column-26 {
    margin-top: 5px;
  }

  .div-block-142-copy {
    margin-bottom: 20px;
  }

  .socialmediabottombar {
    bottom: -40px;
    z-index: 999;
    padding-right: 0px;
  }

  .div-block-151 {
    background-size: auto 60%;
  }

  .collection-list-wrapper-featured {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .collection-list-wrapper-8 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .heading-31 {
    padding-left: 0px;
  }

  .list-5 {
    padding-left: 40px;
  }

  .image-65 {
    padding-right: 10px;
  }

  .collection-list-wrapper-5-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .collection-list-wrapper-sub {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .collection-list-wrapper-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .div-block-156 {
    right: 20px;
    bottom: 10px;
    width: 100px;
    background-size: contain;
  }

  .ci-popup {
    display: none;
  }

  .link-block-24 {
    margin-right: 0px;
    margin-left: 10px;
  }

  .intro_blurb {
    width: auto;
    margin-left: 10px;
  }

  .signup-text-block-58 {
    margin-left: 10px;
  }

  .signup-heading-post {
    width: auto;
  }

  .heading-29-wwa {
    width: auto;
  }

  .brand-5 {
    margin-left: 10px;
    padding-left: 0px;
  }

  .div-block-161-bc {
    margin-top: 0px;
    padding-top: 10px;
  }

  .animation-button-connect.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .animation-button-connect.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .collection-list-wrapper-upper-alt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .animation-button-connect-alt.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .animation-button-connect-alt.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .animation-button-connect-alt.link-button {
    display: none;
  }

  .animation-button-connect-alt.link-button {
    display: none;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .column-30 {
    margin-top: 0px;
  }

  .intor-blurb-heading {
    padding-left: 10px;
  }

  .div-block-into-blurb-paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-12-copy {
    display: none;
  }

  .signup-text-block-58-footer {
    margin-left: 10px;
  }

  .intro_blurb_footer {
    width: auto;
    margin-left: 10px;
  }

  .div-block-163 {
    display: none;
  }

  .accordion-heading-2 {
    margin-right: 0px;
  }

  .faq_heading {
    width: 100%;
  }

  .faq-popup {
    display: none;
  }

  .faq_button {
    display: block;
  }

  .faq_button.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .faq_button.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .faq_button_mobile.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .faq_button_mobile.side-margins {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .div-block-166 {
    width: 300px;
  }

  .popup-overlay-new {
    left: 0px;
    top: 0px;
    display: none;
  }

  .contact-v1-form-2 {
    width: 100%;
    margin-right: 0px;
  }

  .enter_blog_button {
    width: 240px;
  }

  .e-mail_blog_sign_up.contact-button {
    padding-left: 24px;
    background-image: none;
  }

  .div-block-167 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .body-2-copy.home {
    background-image: none;
  }

  .body_home.home {
    background-image: none;
  }

  .background_video {
    display: none;
  }

  .image-69 {
    width: 320px;
    padding: 7% 0px 3%;
  }

  .menu_link {
    height: 40px;
  }

  .menu_button_text_desktop {
    font-size: 12.5px;
  }

  .bottom .menu_link .menu_button_text_desktop {
    margin-bottom: 0px;
    font-family: Perpetua, sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .social_media_icons {
    margin-bottom: 10%;
    opacity: 1;
  }

  .menu_container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    min-height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-block-63 {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 11px;
    line-height: 18px;
  }

  .blog_panel {
    max-height: 100vh;
    max-width: 100%;
    min-height: 100vh;
    min-width: 100%;
  }

  .element {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 100%;
    padding: 5%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content_inner_right {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .blog-category-3 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .post-heading {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .image-76 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .brand-6 {
    margin-left: 10px;
    padding-left: 0px;
  }

  .brand-7 {
    margin-left: 10px;
    padding-left: 0px;
  }

  .top {
    height: auto;
  }

  .bottom {
    height: auto;
    margin-top: 2%;
    margin-bottom: 20%;
  }

  .logo_link {
    display: none;
  }

  .content_inner_left.one {
    display: none;
    height: auto;
    min-height: auto;
  }

  .rich-text-block-3 {
    margin-top: 0px;
  }

  .blog_post_page {
    margin-top: 0px;
  }

  .navbar-animated {
    z-index: 1005;
  }

  .nav-button-animated-4 {
    z-index: 1005;
  }

  .nav-menu-4 {
    z-index: 1005;
    height: 100vh;
  }

  .side_menu {
    z-index: 1005;
    height: 100vh;
  }

  .slider-copy {
    height: auto;
  }

  .image-83 {
    max-height: 65vw;
  }

  .large_logo_intro {
    display: none;
  }

  .team_profile_image_large {
    position: static;
    overflow: hidden;
    width: 70%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
  }

  .heading-36 {
    font-weight: 400;
    text-align: center;
  }

  .div-block-199 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-68 {
    color: #818181;
    text-align: center;
  }

  .div-block-200 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: auto;
  }

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

  .team_profile_image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
  }

  .team_individual {
    position: static;
    overflow: hidden;
    width: auto;
    height: auto;
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .collection-list-wrapper-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-93 {
    position: absolute;
  }

  .heading-38 {
    font-size: 1.5em;
  }

  .container-23 {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .project_button {
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    max-height: 35px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-215 {
    height: 105px;
    margin-right: 105px;
  }

  .projects_button {
    font-size: 12px;
  }

  .text-block-74 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .content_block {
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .heading-39 {
    margin-bottom: 5px;
    font-family: Perpetua, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .paragraph-291 {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-292 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-293 {
    font-size: 12px;
    line-height: 18px;
  }

  .logo_blue {
    display: none;
    padding-left: 10px;
  }

  .blur_light_portfolio {
    position: absolute;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-96 {
    width: 200px;
  }

  .middle {
    height: auto;
    padding-top: 5%;
  }

  .about_paragraph {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
  }

  .large_logo_intro_mobile {
    display: block;
  }

  .email_link {
    font-family: HelveticaNeue_Regular, sans-serif;
    color: #818181;
    font-weight: 400;
    text-align: center;
  }

  .link-17 {
    font-family: HelveticaNeue_Regular, sans-serif;
    color: #818181;
    text-transform: none;
  }

  .link-v2-3 {
    margin-bottom: 0px;
  }

  .split-footer-about-2 {
    width: 100%;
    padding-left: 0px;
  }

  .split-footer-nav-2 {
    width: 100%;
  }

  .footer_right {
    height: 100%;
    padding-top: 15%;
  }

  .heading-40 {
    font-weight: 400;
    text-align: center;
  }

  .email_link-2 {
    font-family: HelveticaNeue_Regular, sans-serif;
    color: #818181;
    font-weight: 400;
    text-align: center;
  }

  .text-block-81 {
    color: #818181;
    text-align: center;
  }

  .empty-state-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .collection-list-wrapper-21 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: auto;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0%;
    min-width: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .collection-list-15 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .collection-item-24 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    min-height: 100vh;
    min-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .body-12 {
    overflow: visible;
    height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    min-height: 100vh;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pagination_right {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .pagination_left {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-width: 0px;
  }

  .next-3 {
    margin-bottom: 0px;
    margin-left: 0px;
    border-style: none;
  }

  .previous-3 {
    position: relative;
    margin-right: 0px;
    border-style: none;
    border-width: 0px;
  }

  .pagination-2 {
    position: relative;
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .footer_panel {
    width: auto;
    height: 30vh;
    margin-bottom: 15px;
    margin-left: 5%;
    padding-right: 5%;
    padding-bottom: 1.1%;
    padding-left: 5%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .next_page {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    max-height: none;
    min-height: 35px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #353535;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .previous_page {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    max-height: none;
    min-height: 35px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    font-size: 12px;
    line-height: 18px;
  }

  .logo_blue_tablet {
    display: none;
    padding-left: 10px;
  }
}

#w-node-_40d3749f-b674-a25c-abcd-4722ca36cdd4-4cf4ba3b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c3fc4062-e81c-0416-eee5-a1e43f08814b-4cf4ba3b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_13b52b26-d7b4-eb31-ca07-9f1430f57239-4cf4ba3b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-aa980211-afbe-443a-9f24-bf3037f64fbf-4cf4ba3b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b2ca72b3-14ec-357d-27ce-1b9ad1ca1951-4cf4ba3b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0342ea56-6517-c351-be98-3a6f66a8d4aa-5bf4ba48 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0342ea56-6517-c351-be98-3a6f66a8d4b4-5bf4ba48 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0342ea56-6517-c351-be98-3a6f66a8d4be-5bf4ba48 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0342ea56-6517-c351-be98-3a6f66a8d4c8-5bf4ba48 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0342ea56-6517-c351-be98-3a6f66a8d4d2-5bf4ba48 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Volterounded';
  src: url('../fonts/volterounded-regular.eot') format('embedded-opentype'), url('../fonts/volterounded-regular.woff') format('woff'), url('../fonts/volterounded-regular.ttf') format('truetype'), url('../fonts/volterounded-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF_UI_Display_Bold';
  src: url('../fonts/sfuitext-bold.eot') format('embedded-opentype'), url('../fonts/sfuitext-bold.woff') format('woff'), url('../fonts/sfuitext-bold.ttf') format('truetype'), url('../fonts/sf-ui-text-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF_UI_Display_Medium';
  src: url('../fonts/sfuidisplay-medium.eot') format('embedded-opentype'), url('../fonts/sfuidisplay-medium.woff') format('woff'), url('../fonts/sfuidisplay-medium.ttf') format('truetype'), url('../fonts/sf-ui-display-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF_UI_Display';
  src: url('../fonts/sfuidisplay-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF_UI_Display_Light';
  src: url('../fonts/sfuidisplay-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'HelveticaNeue_Regular';
  src: url('../fonts/helveticaneue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue_Light';
  src: url('../fonts/helveticaneue-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue_Thin';
  src: url('../fonts/helveticaneue-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue_Medium';
  src: url('../fonts/helveticaneue-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue_Bold';
  src: url('../fonts/helveticaneue-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Perpetua';
  src: url('../fonts/perpetua.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}