.kutup-first-element {
  order: -1;
}

.kutup-button-green {
  color: #fff;
  background-color: #264653;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-nav-link {
  color: #264653;
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown-link {
  color: #2e5261;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: #264653;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow {
  color: #2e5261;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider.kutup-center {
  justify-content: center;
}

.kutup-last-item {
  order: 1;
}

.kutup-nav-container-3 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kutup-nav-component-3 {
  background-color: #fff;
  padding: 25px 3%;
}

.kutup-hero-photo-overlay {
  opacity: .15;
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kutup-button-line {
  width: 100%;
  height: 1px;
  background-color: #e76f51;
  position: relative;
  top: 5px;
}

.white-text {
  color: #fff;
}

.kutup-button-with-line {
  color: #264653;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-white {
  color: #264653;
  background-color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: rgba(255, 255, 255, .74);
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-hero-title-4 {
  color: #fff;
  margin-top: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kutup-play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-max-w-width-640px {
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-hero-4 {
  min-height: 80vh;
  background-color: #264653;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-footer-link {
  color: #264653;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.kutup-footer-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-3 {
  background-color: #fff;
  padding: 30px 5%;
}

.kutup-paragraph {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 700;
}

.kutup-features-title-2 {
  color: #264653;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.kutup-features-3-wrapper {
  max-width: 85%;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-component-divider {
  color: #264653;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.kutup-display-2 {
  color: #264653;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: #e76f51;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-client-wrapper {
  grid-row-gap: 25px;
  color: #fff;
  text-align: center;
  background-color: #2e5261;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 46px 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.kutup-client-grid {
  max-width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-section-dark {
  background-color: #264653;
  padding: 50px 5%;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #264653;
  position: absolute;
}

.kutup-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #264653;
}

.kutup-faq-plus-icon {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: #264653;
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid rgba(41, 51, 92, .15);
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #fffdfd;
}

.text-block {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

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

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-hero-title-4 {
    font-size: 60px;
  }

  .kutup-hero-4 {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .footer-logo-link {
    order: -1;
  }

  .last-item-footer {
    order: 1;
  }

  .kutup-footer-grid-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .kutup-hero-title-4 {
    font-size: 50px;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider.kutup-center {
    align-items: center;
  }

  .kutup-nav-component-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-hero-title-4 {
    font-size: 39px;
  }

  .kutup-video-play {
    width: 70px;
    height: 70px;
  }

  .kutup-play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .kutup-hero-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

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

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-client-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-fc716cf6-b4c4-5769-06b3-ee719528c1dc-8a9955f4, #w-node-fc716cf6-b4c4-5769-06b3-ee719528c1e0-8a9955f4, #w-node-fc716cf6-b4c4-5769-06b3-ee719528c1e4-8a9955f4, #w-node-_32a6944f-5610-8b6f-fd90-179975dd4f8e-8a9955f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32a6944f-5610-8b6f-fd90-179975dd4f93-8a9955f4 {
  justify-self: center;
}

#w-node-_32a6944f-5610-8b6f-fd90-179975dd4f95-8a9955f4 {
  align-self: center;
  justify-self: end;
}


