:root {
  --white-smoke: #f7f7f7;
  --purple: #5a2144;
  --orange: #f37022;
  --light-purple: #70425f;
  --medium-turquoise: #1bd4cd;
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --light-gray: #d1d1d1;
  --medium-violet-red: #dd0b90;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--white-smoke);
  margin: 0 0 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 2.5em;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

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

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

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

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  color: #dd0b90;
  border-color: #dd0b90;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  background-color: var(--purple);
}

.button.form {
  background-color: var(--orange);
  color: #f7f7f7;
  border-width: 0;
  border-color: #d1d1d1;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #f7f7f7;
  background-color: #c7aa8b;
  border-color: #dd0b90;
}

.button.form:focus {
  border-color: var(--purple);
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: #0000;
}

.navbar {
  background-color: #4d4d4d;
  border-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  color: #dd0b90;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #323232;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 20px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

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

.nav-link:visited {
  background-color: var(--light-purple);
}

.nav-link.w--current {
  background-color: var(--purple);
  box-shadow: none;
  color: #dd0b90;
  border-left: 1px solid #d1d1d1;
  border-right-color: #d1d1d1;
  transition-property: none;
}

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

.nav-link.w--current:visited {
  background-color: #323232;
}

.nav-link.social-icons {
  float: right;
  background-color: var(--orange);
  opacity: .8;
  color: #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right-color: #d1d1d1;
  padding: 18px 22px 22px;
  transition-property: width, margin;
  transition-duration: .408s, .5s;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
  border-right-color: #d1d1d1;
}

.nav-link.farleft {
  color: #f7f7f7;
  background-color: #0000;
  border-right-width: 0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.farleft:hover {
  background-color: var(--orange);
  color: #f7f7f7;
}

.nav-link.farleft:visited {
  color: var(--medium-turquoise);
  background-color: #0000;
}

.nav-link.farrightcopy {
  color: #f7f7f7;
  background-color: #0000;
  border-right-width: 1px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 700;
}

.nav-link.farrightcopy:hover {
  background-color: var(--orange);
  color: #d1d1d1;
}

.nav-link.farrightcopy:visited {
  background-color: var(--medium-turquoise);
  color: #4d4d4d;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  margin-right: 25px;
}

.stone-logo.footer {
  opacity: .45;
}

.brand {
  padding-top: 17px;
}

.brand.w--current {
  padding-top: 6px;
}

.section {
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  color: #fff;
  background-color: #333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.beige {
  background-color: var(--orange);
}

.section.image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/H_livestream.jpg');
  background-position: 0 0, 50% 1px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.section.orange {
  background-color: var(--orange);
  padding: 60px 10px 100px;
}

.section.footer {
  background-color: var(--orange);
  padding-top: 65px;
  padding-bottom: 53px;
}

.section.hero {
  background-image: linear-gradient(#32323280, #32323280), url('../images/H_livestream_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -61px;
  padding-top: 133px;
  padding-bottom: 133px;
}

.section.darkgray {
  background-color: #323232;
}

.section.darkgray.margintighter {
  padding-top: 0;
  padding-bottom: 0;
}

.section.margintight {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section.margintight.gray {
  background-color: #4d4d4d;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #ffffffcf;
  width: 60%;
  margin-top: 18px;
  margin-bottom: 44px;
  padding-right: 0;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: var(--medium-turquoise);
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #3232322e;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.slide {
  text-align: center;
  background-image: url('../images/bridge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  color: #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: var(--purple);
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #3232325c;
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  margin-top: 3px;
}

.footer-text.address {
  opacity: .47;
  color: var(--white-smoke);
  text-align: right;
}

.footer-text.trademark {
  opacity: .47;
  color: var(--white-smoke);
  text-align: right;
  font-size: 11px;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: var(--medium-turquoise);
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #dd0b90;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  color: #dd0b90;
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

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

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

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

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.white, .heading {
  color: #f7f7f7;
}

.flex {
  align-items: center;
  display: flex;
}

.pink {
  color: #dd0b90;
}

._60percent {
  padding-right: 0;
}

.fade {
  opacity: .1;
  width: 80%;
}

.videorow {
  margin: 41px;
}

.videorow.flek02 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fade02 {
  opacity: .8;
}

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

.dark {
  background-color: #323232;
}

.fade02-copy {
  opacity: .8;
}

.goh {
  text-align: center;
}

.goh02 {
  text-align: center;
  font-weight: 700;
}

.link {
  color: var(--orange);
  text-decoration: none;
}

.link:hover {
  color: #dd0b90;
}

.image-2 {
  width: 50%;
}

.advocay {
  padding-left: 143px;
  padding-right: 143px;
}

.image-3 {
  display: inline-block;
}

.flex-02 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  padding-top: 8px;
}

.paragraph {
  text-align: center;
}

.team-tabs-menu {
  z-index: 10;
  float: left;
  width: 260px;
  position: absolute;
  top: 100px;
}

.team-tab-title {
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.team-tab-title._2 {
  color: var(--orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 44px;
  font-weight: 700;
  line-height: 49px;
}

.team-tabs-pane {
  height: 645px;
  margin-top: -6px;
  padding-top: 0;
  padding-left: 170px;
  padding-right: 60px;
}

.team-tab-button {
  background-color: #f7f7f7;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 7px;
  transition: background-color .25s, box-shadow .3s;
  display: block;
}

.team-tab-button:hover {
  color: #d90246;
  background-color: #fff;
  box-shadow: 0 0 12px #0003;
}

.team-tab-button.w--current, .team-tab-button.w--current:hover {
  color: #fff;
  background-color: #353538;
}

.section-2 {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.waiters {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.team-tab-image {
  float: left;
  height: 800px;
  margin-left: -59px;
  padding-right: 1px;
}

.team-tab-button-title {
  float: left;
  text-transform: uppercase;
  margin-top: 18px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.team-tab-button-title:hover {
  color: var(--orange);
}

.team-tab-button-image {
  float: left;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 17px;
  box-shadow: 0 0 4px #00000080;
}

.team-tab-content-block {
  margin-top: 175px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: relative;
}

.bold-text {
  color: var(--orange);
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #f7f7f780;
  padding-top: 20px;
  font-weight: 300;
}

.section-3 {
  background-image: url('../images/Kazap_TurPattern.webp');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
}

.kazaplogo {
  max-width: 50%;
}

.section-4 {
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.heading-4 {
  letter-spacing: 8px;
}

html.w-mod-js [data-ix="team-tab-image"], html.w-mod-js [data-ix="team-tab-text"] {
  opacity: 0;
  transform: translate(50px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: var(--medium-turquoise);
    opacity: 1;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

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

  .team-tab-title._2 {
    font-size: 44px;
    line-height: 43px;
  }

  .team-tabs-pane {
    padding-right: 8px;
  }

  .team-tab-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    padding: 55px 45px;
  }

  .section-2.waiters {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address, .footer-text.trademark {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .team-tabs-menu {
    width: 200px;
    top: 70px;
  }

  .team-tab-title {
    font-size: 16px;
  }

  .team-tab-title._2 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 23px;
  }

  .team-tabs-pane {
    height: 440px;
    padding-left: 105px;
  }

  .section-2 {
    padding: 35px 25px;
  }

  .team-tab-image {
    width: 180px;
    height: auto;
  }

  .team-tab-button-title {
    margin-top: 10px;
    font-size: 11px;
  }

  .team-tab-button-image {
    width: 40px;
    height: 40px;
  }

  .team-tab-content-block {
    margin-top: 73px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .columns {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-form-column, .contact-info-column {
    text-align: center;
  }

  .team-tabs-menu {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
  }

  .team-tabs-pane {
    height: auto;
    padding-top: 15px;
    padding-left: 0;
  }

  .team-tab-button {
    background-color: #f0f0f0cc;
    margin-bottom: 2px;
  }

  .section-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .team-tab-image {
    width: 120px;
    margin-top: 29px;
    margin-bottom: 47px;
  }

  .team-tab-button-title {
    margin-top: 6px;
    font-size: 13px;
  }

  .team-tab-button-image {
    width: 30px;
    height: 30px;
    margin-right: 13px;
  }

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

  .container {
    flex-direction: column;
  }
}


