:root {
  --background-gray: #373737;
  --goldbush: #f4b952;
  --tab-white: #e0e0e0;
  --text-gray: #333;
}

h1 {
  color: #e8e8e8;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
}

h2 {
  color: #292929;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
}

h3 {
  color: #fff;
  letter-spacing: .35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: HalisR \- Book, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  color: #373737;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #373737;
  margin-bottom: 10px;
  font-family: HalisR \- Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.s1-projects-grid {
  z-index: 0;
  min-height: 100vh;
  background-color: var(--background-gray);
  color: #333;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.container {
  width: 100%;
  max-width: 1140px;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._2 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container._5 {
  align-self: flex-start;
}

.container._8 {
  display: flex;
}

.container._1 {
  max-width: 1162px;
  align-self: flex-start;
}

.container.nav {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container.footer {
  display: flex;
}

.heading-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
  display: flex;
}

.heading-left {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  display: flex;
}

.s1-subheading {
  color: var(--goldbush);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: HalisR \- Book, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.heading-right {
  flex: 1;
  margin-bottom: 0;
}

.heading-button {
  background-color: var(--goldbush);
  color: #373737;
  text-transform: uppercase;
  border-radius: 18px;
  margin-top: 40px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: 3px 3px 0 2px #2c2c2c;
}

.heading-button:hover {
  box-shadow: none;
  color: #fff;
}

.heading-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: HalisR \- Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.scroll-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 70px;
  transform: rotate(90deg);
}

.scroll-wrapper.back-to-top {
  text-decoration: none;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.scroll-text {
  color: #e8e8e8;
  text-transform: uppercase;
  cursor: pointer;
  font-family: HalisR \- Regular, sans-serif;
  line-height: 18px;
}

.scroll-text._2 {
  margin-left: 10px;
}

.s2 {
  z-index: 10;
  min-height: 100vh;
  object-fit: fill;
  padding-top: 80px;
  position: relative;
}

.heading {
  max-width: 17ch;
  text-transform: uppercase;
}

.heading.grey {
  color: #e8e8e8;
}

.heading.s2 {
  min-height: auto;
}

.s2-paragraph {
  max-width: 34ch;
  color: #373737;
  align-self: flex-end;
  margin-top: 60px;
  font-family: HalisR \- Book, sans-serif;
  font-size: 25px;
  line-height: 35px;
  display: block;
  position: static;
}

.yellow-text {
  color: #f4b952;
}

.s3 {
  z-index: 10;
  min-height: 105vh;
  background-color: var(--goldbush);
  border-bottom: 1px #000;
  padding-top: 80px;
  position: relative;
}

.heading-2 {
  margin-top: 0;
}

.heading-2._4 {
  max-width: 850px;
  color: var(--goldbush);
  text-transform: uppercase;
  white-space: normal;
}

.tabs-menu {
  height: 80px;
  border-bottom: 1px none var(--goldbush);
  display: flex;
}

.tab-text {
  max-width: 25ch;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.tab-text._2 {
  max-width: 30ch;
  text-transform: uppercase;
}

.tab-link {
  background-color: var(--tab-white);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  align-items: center;
  margin-top: 9px;
  margin-right: 20px;
  display: flex;
}

.tab-link.w--current {
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0 #e0e0e0 var(--goldbush);
  background-color: var(--goldbush);
  border-radius: 18px 18px 0 0;
  margin-top: 0;
  box-shadow: 0 -6px 7px 1px rgba(0, 0, 0, .2);
}

.tab-link._2 {
  margin-top: 0;
}

.tab-link._2.green.w--current {
  background-color: #6aff79;
}

.tabs {
  margin-top: 40px;
  margin-left: 100px;
}

.tab-content {
  flex: 1;
}

.tab-content.middle {
  margin-left: 60px;
  margin-right: 60px;
}

.tab-content-wrapper {
  display: flex;
}

.tab-content-item-wrapper {
  margin-bottom: 40px;
}

.tab-content-title {
  color: #373737;
  font-family: HalisR \- Medium, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.tab-content-paragraph {
  color: #373737;
  margin-top: 5px;
  font-family: HalisR \- Light, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.tabs-content {
  border-top: 1px solid var(--tab-white);
  margin-top: -1px;
  padding-top: 40px;
}

.s4 {
  z-index: 10;
  min-height: 105vh;
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.customer-wrapper {
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 100px;
  display: flex;
}

.customer-column {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.customer-column.middle {
  justify-content: flex-start;
  align-items: flex-start;
}

.customer-image {
  height: 175px;
  align-self: center;
  margin-top: 0;
}

.customer-image.im1 {
  height: 175px;
  margin-bottom: 21px;
}

.customer-image.im2 {
  height: 175px;
  margin-top: 21px;
}

.customer-image.im3 {
  height: 175px;
  margin-top: 10px;
  margin-bottom: 11px;
}

.customer-heading {
  margin-top: 80px;
}

.customer-heading._2 {
  text-transform: capitalize;
}

.customer-paragraph {
  z-index: 10;
  max-width: 28ch;
  margin-top: 20px;
  position: relative;
}

.customer-number {
  z-index: 0;
  color: #fff;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: -28%;
}

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

.brands-scroll {
  width: 70%;
  height: 70px;
  text-align: left;
  object-fit: none;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  align-self: auto;
  align-items: center;
  display: block;
  overflow: hidden;
}

.brands-text {
  color: #373737;
  text-transform: uppercase;
  font-family: HalisR \- Medium, sans-serif;
  line-height: 18px;
}

.brands-text.brakkoloru {
  color: var(--text-gray);
}

.brand-image {
  margin-left: 40px;
}

.s5 {
  z-index: 10;
  min-height: 105vh;
  background-color: #373737;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.well-bg-image {
  text-align: center;
  object-fit: contain;
  display: inline-block;
  position: relative;
}

.s5-top-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.innovation-heading {
  color: #f5f5f5;
  font-size: 20px;
  line-height: 26px;
}

.innovation-heading._2 {
  margin-bottom: 5px;
}

.s5-text-wrapper {
  margin-left: 100px;
}

.innovation-paragraph {
  max-width: 42ch;
  color: #f5f5f5;
  margin-top: 20px;
}

.yellow-bar {
  width: 10%;
  height: 2px;
  background-color: #f4b952;
  margin-top: 40px;
}

.s5-bottom-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.s5-bottom-image {
  height: 50%;
  flex: 0 auto;
  margin-left: 60px;
  display: none;
}

.s5-title-text {
  color: #f5f5f5;
  font-family: HalisR \- Light, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.s5-button-wrapper {
  display: flex;
}

.s5-button {
  width: 142px;
  height: 36px;
  background-color: var(--goldbush);
  color: #373737;
  text-transform: uppercase;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
  box-shadow: 3px 3px 2px 2px #2c2c2c;
}

.s5-button:hover {
  box-shadow: none;
  color: #fff;
}

.s5-button.middle {
  margin-left: 30px;
  margin-right: 30px;
}

.s5-button.menu {
  text-align: center;
  margin-top: auto;
  padding-top: 9px;
  display: block;
  overflow: visible;
}

.s5-button.menu:hover {
  box-shadow: 3px 3px 2px 2px #2c2c2c;
}

.s5-button.menu.w--current {
  align-self: auto;
}

.s5-button.light {
  width: 155px;
  cursor: context-menu;
  margin-top: 21px;
  padding-right: 15px;
  box-shadow: 1px 1px 3px 1px rgba(44, 44, 44, .45);
}

.s6 {
  z-index: 10;
  min-height: 105vh;
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.s6-content-wrapper {
  margin-top: 80px;
  display: flex;
}

.s6-content-left {
  width: 145ch;
  flex: 0 auto;
  margin-left: 100px;
}

.s6-paragraph-yellow {
  max-width: 60ch;
  color: #f4b952;
  margin-bottom: 30px;
  font-family: HalisR \- Medium, sans-serif;
  font-weight: 500;
}

.s6-paragraph {
  max-width: 60ch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.s6-paragraph.bold {
  font-family: HalisR \- Bold, sans-serif;
  font-weight: 700;
}

.s7 {
  z-index: 10;
  min-height: 2000px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.s7-path-wrapper {
  z-index: 1;
  width: 576px;
  height: 1440px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s7-path-wrapper._2 {
  display: none;
}

.path-left {
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.path-left._1 {
  margin-top: 15px;
  margin-left: 80px;
}

.path-left._3 {
  align-items: center;
  margin-top: 63px;
  margin-left: -30px;
}

.path-left._5 {
  align-items: center;
  margin-top: 68px;
  margin-left: -28px;
}

.path-left._7 {
  align-items: center;
  margin-top: 62px;
  margin-left: -28px;
}

.path-left._9 {
  align-items: center;
  margin-top: 65px;
  margin-left: -28px;
}

.path-left._11 {
  align-items: center;
  margin-top: 58px;
  margin-left: -28px;
}

.path-number {
  color: #373737;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.path-line {
  width: 1px;
  height: 40px;
  background-color: #373737;
  margin-left: 12px;
  margin-right: 12px;
}

.text-block {
  max-width: 13ch;
  text-transform: uppercase;
  font-family: HalisR \- Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.text-block._12 {
  max-width: 14ch;
}

.text-block._7 {
  max-width: 15ch;
}

.text-block._8 {
  max-width: 14ch;
}

.text-block._10 {
  max-width: 16ch;
}

.path-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.path-right._2 {
  align-items: center;
  margin-top: -8px;
  margin-right: -24px;
}

.path-right._4, .path-right._6, .path-right._8 {
  align-items: center;
  margin-top: 65px;
  margin-right: -25px;
}

.path-right._10 {
  align-items: center;
  margin-top: 55px;
  margin-right: -25px;
}

.path-right._12 {
  align-items: center;
  margin-top: -10px;
  margin-right: 50px;
}

.s8 {
  z-index: 10;
  min-height: 75vh;
  background-color: #373737;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contact-text {
  max-width: 28ch;
  color: var(--goldbush);
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: HalisR \- Bold, sans-serif;
  line-height: 18px;
}

.form-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f4b952;
  margin-bottom: 50px;
  font-family: HalisR \- Light, sans-serif;
  font-weight: 300;
  line-height: 21px;
}

.form-field::-ms-input-placeholder {
  color: #fff;
}

.form-field::placeholder {
  color: #fff;
}

.form-field.message {
  height: 200px;
}

.submit-button {
  width: 155px;
  background-color: var(--goldbush);
  color: #373737;
  text-transform: uppercase;
  border-radius: 18px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: 3px 3px 0 2px #2c2c2c;
}

.submit-button:hover {
  box-shadow: none;
  color: #fff;
}

.map-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: var(--tab-white) black black;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: url('../images/map-europe.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-wrapper {
  width: 50%;
  position: relative;
}

.bottom-contact-wrapper {
  border-top: 1px solid #f4b952;
  flex: 1;
  align-self: flex-end;
  margin-bottom: 46px;
  margin-left: 100px;
}

.s8-text-wrapper {
  justify-content: flex-start;
  display: flex;
}

.s8-text-wrapper._1 {
  margin-top: 20px;
}

.country-text {
  width: 89px;
  color: #fff;
  text-transform: uppercase;
  font-family: HalisR \- Book, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.country-text.nav {
  width: 55px;
  color: var(--goldbush);
  text-align: right;
  margin-left: 20px;
  padding-left: 0;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.phone-number {
  color: var(--goldbush);
  margin-left: 0;
  font-family: HalisR \- Medium, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.phone-number._1 {
  color: var(--goldbush);
  margin-left: 0;
}

.phone-number.nav {
  color: #e8e8e8;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: HalisR \- Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.lottie-animation {
  width: 576px;
  height: 1440px;
  align-self: center;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.icon-circle {
  width: 78px;
  height: 78px;
  background-color: #f5f5f5;
  background-image: url('../images/ico1.svg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .16);
}

.icon-circle.border {
  border: 2px solid #f4b952;
  margin-left: 20px;
}

.icon-circle.border._2 {
  background-image: url('../images/ico12.svg');
  background-position: 42% 40%;
  margin-right: 40px;
}

.icon-circle._2 {
  background-image: url('../images/ico2.svg');
  background-position: 60%;
}

.icon-circle._3 {
  margin-right: 20px;
}

.icon-circle._4 {
  background-image: url('../images/ico4.svg');
  background-position: 55%;
}

.icon-circle._5 {
  background-image: url('../images/ico5.svg');
  background-position: 75% 60%;
  margin-right: 20px;
}

.icon-circle._6 {
  background-image: url('../images/ico6.svg');
  background-position: 50% 51%;
  margin-left: 69px;
}

.icon-circle._8 {
  background-image: url('../images/ico8.svg');
  background-position: 50% 57%;
  margin-left: 10px;
}

.icon-circle._7 {
  background-image: url('../images/ico7.svg');
  background-position: 50%;
  margin-right: 20px;
}

.icon-circle._10 {
  background-image: url('../images/ico10.svg');
  background-position: 56%;
  margin-right: 0;
}

.icon-circle._9 {
  background-image: url('../images/ico9.svg');
  background-position: 58% 60%;
  margin-right: 20px;
}

.icon-circle._11 {
  margin-right: 20px;
}

.inno-bg-image {
  display: inline-block;
  position: absolute;
}

.heading-3 {
  text-transform: uppercase;
  display: block;
}

.navbar-wrapper {
  z-index: 50;
  height: 80px;
  box-shadow: 0 2px 4px 2px var(--text-gray);
  background-color: #373737;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 166px;
  margin-top: 0;
  padding-bottom: 0;
}

.contact-text-wrapper {
  justify-content: flex-start;
  margin-right: 40px;
  display: flex;
}

.contact-text-wrapper._1 {
  margin-top: 20px;
}

.nav-right-wrapper {
  align-items: center;
  display: flex;
}

.open-menu-wrapper {
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.open-menu-line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
}

.open-menu-line.bottom {
  width: 20px;
  margin-left: 10px;
}

.menu-wrapper {
  z-index: 99;
  width: 330px;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-item {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: HalisR \- Book, sans-serif;
  text-decoration: none;
}

.menu-item-text {
  letter-spacing: .36px;
  transition: color .5s;
}

.menu-item-text:hover, .menu-item-text:focus {
  color: #f4b952;
}

.close-button-wrapper {
  z-index: 101;
  width: 25px;
  height: 25px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.close-button-line {
  width: 3px;
  height: 25px;
  background-color: #f5f5f5;
  position: absolute;
}

.close-button-line._2 {
  transform: rotate(90deg);
}

.down-arrow {
  margin-left: 10px;
  transform: rotate(-90deg);
}

.avatar-wrapper {
  width: 300px;
  height: 300px;
  box-shadow: none;
  border: 2px #f5f5f5;
  border-radius: 50%;
  margin-left: 60px;
  overflow: hidden;
}

.brochure-image {
  max-width: 100%;
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: 0;
}

.up-arrow {
  transform: rotate(-90deg);
}

._12-steps-image {
  z-index: 0;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.map-point {
  display: none;
  position: absolute;
  top: auto;
  bottom: 53%;
  left: auto;
  right: 38%;
}

.map-point-2 {
  display: none;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.footer {
  height: 50px;
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
}

.footer-logo {
  margin-right: 40px;
}

.footer-left {
  display: flex;
}

.footer-text {
  width: 30ch;
  color: var(--text-gray);
  flex: 0 auto;
  font-family: HalisR \- Light, sans-serif;
  font-size: 10px;
  line-height: 21px;
}

.footer-text._2 {
  color: var(--text-gray);
  text-align: right;
  font-size: 10px;
}

.footer-text._3 {
  text-decoration: none;
}

.footer-text._3:hover {
  color: var(--goldbush);
}

.footer-text._3:visited {
  color: var(--text-gray);
}

.top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.ask-for-free {
  text-decoration: underline;
}

.ask-for-free:hover {
  color: #f4b952;
}

.success-message {
  background-color: var(--goldbush);
  margin-bottom: 400px;
}

.error-message {
  background-color: var(--goldbush);
}

.body {
  background-color: var(--background-gray);
}

.contact-button-wrapper {
  align-self: auto;
  margin-right: 40px;
  display: flex;
}

.link-phone-mail {
  text-decoration: none;
}

.text-span, .text-span-3, .text-span-1 {
  color: var(--text-gray);
}

.div-block {
  height: 100vh;
  object-fit: fill;
  background-image: url('../images/david-billings-1289447-unsplash32x-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-2 {
  position: relative;
}

.div-block-3 {
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: HalisR \- Bold, sans-serif;
  font-style: normal;
}

.div-block-4 {
  width: 110px;
  height: 110px;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 468px;
  left: 172px;
}

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

.div-block-5 {
  width: 107px;
  height: 106px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 50%;
  display: none;
  position: relative;
  top: -62px;
  left: 162px;
  overflow: hidden;
}

.div-block-6 {
  width: 150px;
  height: 150px;
  background-image: url('../images/Magnifier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px 200px;
  background-attachment: scroll;
  margin-top: -25px;
  margin-left: -25px;
}

.div-block-7 {
  display: none;
}

.menu-handler {
  min-height: 1px;
  display: block;
}

.scroll {
  width: 500px;
  height: 100%;
  object-fit: fill;
  background-image: url('../images/loga_zestaw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: inline-block;
  overflow: hidden;
}

.inner-scroll {
  width: 4800px;
  height: 70px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-scroll {
  flex: none;
  display: block;
  overflow: visible;
}

.image-2 {
  width: 166px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.image-3 {
  margin-left: 18px;
  margin-right: -9px;
}

.image-4 {
  height: 100vh;
  align-self: auto;
  display: block;
  position: absolute;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: inline-block;
}

.div-block-8 {
  width: 300px;
  height: 40vh;
  background-color: var(--tab-white);
}

.div-block-9, .div-block-10 {
  background-color: var(--tab-white);
}

.projects-block {
  float: none;
  clear: left;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin: 100px auto 120px;
  display: inline-block;
  position: static;
  overflow: visible;
}

.project-block {
  width: 375px;
  height: 443px;
  float: left;
  clear: none;
  background-color: var(--tab-white);
  object-fit: fill;
  margin: 6px;
  padding-left: 34px;
  padding-right: 45px;
  display: block;
  position: relative;
}

.project-block-header {
  clear: none;
  color: var(--background-gray);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.project-block-text-tag {
  float: left;
  color: var(--goldbush);
  object-fit: fill;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-3 {
  object-fit: fill;
  margin-top: 15px;
  font-family: HalisR \- Light, sans-serif;
}

.projects-button {
  width: 142px;
  height: 36px;
  background-color: var(--goldbush);
  color: #373737;
  text-transform: uppercase;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 30px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
  box-shadow: 2px 1px 3px 1px rgba(44, 44, 44, .45);
}

.projects-button:hover {
  color: #fff;
  box-shadow: 2px 0 3px 1px rgba(44, 44, 44, .45);
}

.projects-button.middle {
  margin-left: 30px;
  margin-right: 30px;
}

.projects-button.menu {
  box-shadow: none;
  text-align: center;
  margin-top: auto;
  display: block;
  overflow: visible;
}

.projects-button.back {
  width: 100px;
  cursor: pointer;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-block-button {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-links {
  width: 100%;
  height: 100px;
  background-color: #2b2b2b;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  padding-top: 5px;
  padding-right: 53px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-in {
  width: 34px;
  height: 34px;
  background-image: url('../images/lin_ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-right: 15px;
}

.link-in.linkedin:hover {
  background-image: url('../images/lin_ico_Y.svg');
  background-position: 50%;
  background-size: cover;
}

.link-in.twitter {
  background-image: url('../images/twitt_ico.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-in.twitter:hover {
  background-image: url('../images/twitt_ico_Y.svg');
  background-position: 50%;
  background-size: auto;
}

.link-in.email {
  background-image: url('../images/mail_ico.svg');
  background-position: 50%;
  background-size: auto;
}

.link-in.email:hover {
  background-image: url('../images/mail_ico_Y.svg');
  background-position: 50%;
  background-size: auto;
}

.project-overlay-gray {
  z-index: 100;
  width: 100vw;
  opacity: 0;
  cursor: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .66);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-overlay-gray.p1 {
  height: 100%;
  display: block;
}

.project-overlay {
  position: static;
}

.project-page {
  z-index: 200;
  width: 85vw;
  max-width: 1162px;
  background-color: var(--tab-white);
  justify-content: center;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project-page.p1 {
  display: none;
}

.project-page.p2, .project-page.p3, .project-page.p4, .project-page.p5, .project-page.p6 {
  opacity: 0;
  display: none;
}

.project-page.p7, .project-page.p8, .project-page.p9 {
  display: none;
}

.project-date {
  color: var(--background-gray);
  font-family: HalisR \- Light, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.project-content-page {
  flex: 1;
  margin-left: 5vw;
  margin-right: 5vw;
}

.date-and-logo {
  width: 100%;
  min-width: 100%;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-11 {
  width: 30px;
  height: 2px;
  border-top: 1px solid var(--goldbush);
  border-bottom: 1px solid var(--goldbush);
  margin-top: 3px;
}

.projects-heading {
  width: 80%;
  color: var(--text-gray);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 29px;
  font-family: HalisR \- Bold, sans-serif;
  font-size: 35px;
  line-height: 46px;
}

.paragraph {
  margin-top: 46px;
}

.link {
  color: var(--goldbush);
  font-family: HalisR \- Bold, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.link.lmargin {
  margin-bottom: 31px;
}

.paragraph-1 {
  margin-top: 39px;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
}

.quote {
  background-color: #fff;
  margin-top: 43px;
  display: flex;
  position: static;
}

.text-block-4 {
  color: var(--goldbush);
  margin-left: 20px;
  margin-right: 20px;
  font-family: HalisR \- Book, sans-serif;
  font-size: 100px;
  line-height: 130px;
}

.paragraph-2 {
  color: var(--goldbush);
  margin-top: 23px;
  margin-bottom: 30px;
  padding-right: 48px;
  font-family: HalisR \- Regular, sans-serif;
  display: block;
}

.paragraph-3 {
  float: none;
  clear: none;
  margin-top: 57px;
  margin-bottom: 10px;
  padding-right: 199px;
}

.bold-text {
  font-weight: 300;
  display: block;
}

.image-5 {
  text-align: left;
  object-fit: fill;
  display: inline-block;
  position: static;
}

.div-block-12 {
  justify-content: flex-end;
  display: flex;
}

.image-6 {
  padding: 26px 28px 41px;
  display: inline-block;
  overflow: visible;
}

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

.project-1-page {
  display: none;
}

.div-block-13 {
  align-self: center;
}

.bold-text-2 {
  display: block;
}

.bold-text-3 {
  float: none;
  clear: none;
  display: inline;
}

.image-7 {
  width: 120px;
}

.list-paragraph {
  font-family: HalisR \- Light, sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style-type: decimal;
}

.list-paragraph.unordred {
  list-style-type: disc;
}

.body-2 {
  background-color: var(--background-gray);
}

.text-block-5 {
  font-family: HalisR \- Bold, sans-serif;
}

.list {
  font-family: HalisR \- Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.image-8 {
  margin-top: 3px;
  margin-left: 5px;
}

.div-block-14 {
  height: 60px;
  background-image: url('../images/email_duzy.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-top: 1px solid #f0b95e;
  border-bottom-color: #f0b95e;
}

@media screen and (max-width: 991px) {
  .container._8 {
    flex-direction: column;
  }

  .container._1 {
    max-width: 774px;
  }

  .container.nav, .container.footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .heading-left {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-top: 120px;
    display: flex;
  }

  .heading-right {
    justify-content: center;
    margin-top: 70px;
    display: flex;
  }

  .heading-image {
    max-width: 60%;
  }

  .heading-button, .heading-text {
    align-self: center;
  }

  .scroll-wrapper.back-to-top {
    bottom: 5%;
  }

  .scroll-text {
    display: none;
  }

  .s2, .s3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-menu {
    width: auto;
    align-items: stretch;
  }

  .tab-link.green {
    min-width: 220px;
  }

  .tabs {
    margin-left: 0;
  }

  .s4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .customer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .customer-column {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .customer-column.middle {
    align-items: flex-start;
  }

  .customer-image {
    align-self: center;
  }

  .brands-wrapper {
    flex-direction: column;
    display: flex;
  }

  .brands-scroll {
    justify-content: flex-start;
  }

  .brands-text {
    margin-bottom: 30px;
  }

  .s5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s5-top-wrapper {
    flex-direction: column;
  }

  .s5-top-image {
    margin-bottom: 30px;
  }

  .s5-text-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .s5-bottom-wrapper {
    flex-direction: column;
  }

  .s6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s6-content-left {
    margin-left: 0;
  }

  .s7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s7-path-wrapper {
    z-index: 20;
  }

  .s8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-text {
    margin-top: 221px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .lottie-animation {
    z-index: 0;
  }

  .image {
    margin-left: 20px;
    margin-right: 50px;
  }

  .contact-text-wrapper {
    clear: none;
    flex-wrap: wrap;
    flex: 0 auto;
    order: 0;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .nav-right-wrapper {
    clear: none;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .menu-wrapper {
    display: none;
  }

  .close-button-line {
    transform: none;
  }

  .down-arrow {
    display: none;
  }

  .brochure-image {
    margin-top: -26px;
  }

  .up-arrow {
    display: none;
  }

  ._12-steps-image {
    z-index: 0;
  }

  .contact-button-wrapper {
    margin-left: 40px;
  }

  .menu-handler {
    display: flex;
  }

  .projects-block {
    order: 0;
    display: block;
  }

  .project-overlay-gray, .project-page.p1 {
    display: none;
  }

  .paragraph-1 {
    display: block;
  }

  .paragraph-3 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .s1-projects-grid {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .container._1 {
    max-width: none;
  }

  .heading-left {
    align-items: flex-start;
  }

  .heading-right {
    margin-bottom: -100px;
    padding-bottom: 0;
  }

  .heading-image {
    margin-bottom: 120px;
  }

  .heading-button {
    align-self: flex-start;
  }

  .heading-2._4 {
    white-space: normal;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: flex-start;
  }

  .tab-content.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-content-wrapper {
    flex-direction: column;
  }

  .brands-wrapper {
    display: flex;
  }

  .brands-scroll {
    flex-direction: column;
    justify-content: center;
    overflow: visible;
  }

  .brand-image {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .s5-text-wrapper, .s5-bottom-image {
    margin-left: 0;
  }

  .s5-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .s6-content-wrapper {
    flex-direction: column;
  }

  .s6-content-left {
    width: auto;
  }

  .s7 {
    padding-bottom: 0;
  }

  .s7-path-wrapper {
    display: none;
  }

  .s7-path-wrapper._2 {
    width: auto;
    display: flex;
  }

  .path-left._1.mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .path-left._3.mobile {
    margin-top: 20px;
    margin-left: 0;
  }

  .path-left._5.mobile, .path-left._7.mobile, .path-left._9.mobile, .path-left._11.mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .path-right._2.mobile {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .path-right._4.mobile, .path-right._6.mobile {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .path-right._8.mobile {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .path-right._10.mobile {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .path-right._12.mobile {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .contact-text {
    margin-top: 65px;
  }

  .map-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .lottie-animation {
    display: none;
  }

  .icon-circle.border.mobile {
    margin-left: 0;
    margin-right: 30px;
  }

  .icon-circle._2, .icon-circle._3, .icon-circle._4, .icon-circle._5.mobile {
    margin-right: 30px;
  }

  .icon-circle._6.mobile, .icon-circle._8.mobile {
    margin-left: 0;
    margin-right: 30px;
  }

  .icon-circle._7.mobile, .icon-circle._10.mobile, .icon-circle._9.mobile, .icon-circle._11.mobile {
    margin-right: 30px;
  }

  .contact-text-wrapper {
    display: none;
  }

  .menu-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
    display: none;
  }

  .menu-item {
    margin-top: 10px;
  }

  .avatar-wrapper {
    width: 240px;
    height: 240px;
    order: -1;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .brochure-image {
    margin-top: 14px;
  }

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

  .social-links {
    z-index: 100;
    padding-top: 5px;
  }

  .project-page.p1 {
    display: none;
  }

  .projects-heading {
    font-size: 27px;
    line-height: 38px;
  }

  .paragraph-1 {
    padding-left: 20px;
    display: block;
  }

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

  .div-block-14 {
    height: 80px;
    background-position: 50%;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .s1-projects-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer {
    height: auto;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }

  .s1-subheading {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-image {
    max-width: 100%;
    margin-bottom: 120px;
  }

  .heading-text {
    text-align: left;
  }

  .heading {
    font-size: 40px;
    line-height: 58px;
  }

  .heading.s2 {
    font-size: 30px;
  }

  .s2-paragraph {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .heading-2._4 {
    margin-left: 20px;
  }

  .tabs-menu {
    height: auto;
    border: 1px #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tab-link {
    height: 80px;
    min-width: 250px;
    border: 1px solid var(--tab-white);
    border-radius: 20px;
    margin-top: 9px;
    margin-bottom: 4px;
  }

  .tab-link.w--current {
    border-style: solid;
    border-color: var(--tab-white);
    opacity: 1;
    border-radius: 20px;
    margin-top: 9px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .44);
  }

  .tab-link._2 {
    border: 1px solid var(--tab-white);
    box-shadow: none;
    border-radius: 20px;
    margin-left: 0;
  }

  .tab-link._3 {
    border: 1px solid var(--tab-white);
  }

  .tab-link.green {
    min-width: 250px;
  }

  .tabs-content {
    border-top-style: none;
  }

  .brands-wrapper {
    display: flex;
  }

  .s5-bottom-image {
    height: auto;
  }

  .s5-button.menu {
    display: none;
  }

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

  .s7-path-wrapper {
    width: auto;
  }

  .path-left._1.mobile, .path-left._3.mobile, .path-left._5.mobile, .path-left._7.mobile, .path-left._9.mobile, .path-left._11.mobile {
    margin-left: 20px;
  }

  .text-block._7 {
    max-width: 14ch;
  }

  .text-block._10 {
    max-width: 12ch;
  }

  .path-right._2.mobile {
    margin-left: 20px;
  }

  .path-right._4.mobile, .path-right._6.mobile {
    margin-left: 20px;
    margin-right: 0;
  }

  .path-right._8.mobile {
    margin-left: 20px;
  }

  .path-right._10.mobile, .path-right._12.mobile {
    margin-left: 20px;
    margin-right: 0;
  }

  .s8 {
    min-height: auto;
  }

  .map-wrapper {
    display: block;
  }

  .icon-circle.border._2.mobile {
    margin-right: 12px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 58px;
  }

  .menu-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: visible;
  }

  .menu-item {
    margin-top: 10px;
    transform: rotate(0);
  }

  .close-button-wrapper {
    transform: rotate(45deg);
  }

  .close-button-line {
    transform: none;
  }

  .up-arrow {
    display: none;
  }

  ._12-steps-image {
    z-index: -1;
  }

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

  .footer-left {
    flex-direction: column;
    display: flex;
  }

  .footer-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text._2 {
    text-align: left;
    margin-bottom: 0;
    display: block;
  }

  .div-block {
    height: 100vh;
  }

  .link-block-5 {
    margin-bottom: 4px;
  }

  .project-block {
    width: auto;
    height: auto;
    padding-bottom: 78px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-block-button {
    padding-bottom: 0;
  }

  .project-overlay-gray, .project-page.p1 {
    display: none;
  }

  .projects-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-1 {
    padding-right: 40px;
  }

  .quote {
    padding-left: 20px;
  }

  .image-6 {
    display: none;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 28px;
  }
}


@font-face {
  font-family: 'HalisR - Thin';
  src: url('../fonts/Ahmet-Altun---HalisR-Thin.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Thin.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Thin.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Regular';
  src: url('../fonts/Ahmet-Altun---HalisR-Regular.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Regular.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Regular.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Medium';
  src: url('../fonts/Ahmet-Altun---HalisR-Medium.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Medium.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Medium.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Light';
  src: url('../fonts/Ahmet-Altun---HalisR-Light.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Light.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Light.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Extra Light';
  src: url('../fonts/Ahmet-Altun---HalisR-ExtraLight.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-ExtraLight.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-ExtraLight.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Book';
  src: url('../fonts/Ahmet-Altun---HalisR-Book.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Book.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Book.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Bold';
  src: url('../fonts/Ahmet-Altun---HalisR-Bold.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Bold.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Bold.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HalisR - Black';
  src: url('../fonts/Ahmet-Altun---HalisR-Black.woff2') format('woff2'), url('../fonts/Ahmet-Altun---HalisR-Black.woff') format('woff'), url('../fonts/Ahmet-Altun---HalisR-Black.ttf') format('truetype'), url('../fonts/Ahmet-Altun---HalisR-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}