@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.banner {
  width: 100%;
}
.banner__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner__container .swiper-container {
  width: 100% !important;
  height: 100%;
}
.banner__container .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  height: 100vh;
}
.banner__container .swiper-button-disabled {
  opacity: 0.5;
}
.banner__container .swiper-button-prev {
  top: auto;
  bottom: 0;
  right: 140px;
  left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  background-color: #1ED78A;
  background-image: url("/assets/svg/banner-left-arrow.svg");
  background-repeat: no-repeat;
  background-size: 62px 12px;
  background-position: center center;
}
.banner__container .swiper-button-prev::after {
  display: none;
}
.banner__container .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  background-color: #17C37B;
  background-image: url("/assets/svg/banner-right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 62px 12px;
  background-position: center center;
}
.banner__container .swiper-button-next::after {
  display: none;
}
.banner__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  width: 100%;
  max-width: 870px;
  height: 100%;
  background-image: url("/assets/svg/scroll-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 0;
  background-position-y: bottom;
}
.banner__content__text {
  margin: 0 0 40px 0;
}
.banner__content__text p {
  color: #fff;
  font-family: "AmericanaStd-Regular", sans-serif;
  margin: 0;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
.banner__content__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.banner__content__link::after {
  content: url("/assets/svg/arrow-right-white.svg");
  margin: 0 0 2px 30px;
  width: 4px;
  height: 8px;
}
.banner__content__link:active, .banner__content__link:visited {
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .banner__container .swiper-button-prev {
    right: 230px;
    width: 230px;
    height: 80px;
    background-size: 72px 12px;
  }
  .banner__container .swiper-button-next {
    width: 230px;
    height: 80px;
    background-size: 72px 12px;
  }
  .banner__content__text p {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner__container .swiper-slide {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .banner__content {
    padding: 0 0 0 155px;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("/assets/image/home-contact-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  width: 100%;
  background-image: none;
}
.contact__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact__section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.contact__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.contact__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 24px 0;
  width: 100%;
  max-width: 760px;
}
.contact__text h2 {
  color: #fff;
}
.contact__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contact__info__image {
  display: block;
  margin: 0 0 36px 0;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.contact__info__address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
}
.contact__info__address p {
  margin: 5px 0;
  color: #fff;
}
.contact__info__address a {
  color: #fff;
  text-decoration: none;
}
.contact__info__address strong {
  color: #17C37B;
}
@media only screen and (min-width: 1280px) {
  .contact__section {
    margin: 0 225px 0 0;
  }
  .contact__info__image {
    margin: 0 64px 0 0;
  }
}
@media only screen and (min-width: 1366px) {
  .contact__container {
    background-image: url("/assets/svg/white-bottom.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: top;
  }
  .contact__info {
    flex-direction: row;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.data-bank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 0 0 0;
  width: 100%;
  background-color: #F3F3F3;
  background-image: none;
}
.data-bank__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
}
.data-bank__section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.data-bank__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.data-bank__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 64px 0;
  width: 100%;
  max-width: 760px;
}
.data-bank__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
}
.data-bank__list .swiper-container {
  width: 100%;
}
.data-bank__list .swiper-button-disabled {
  opacity: 0.5;
}
.data-bank__list .swiper-button-prev {
  top: 180px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 24px;
  background-image: url("/assets/svg/arrow-left-gradient.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.data-bank__list .swiper-button-prev::after {
  display: none;
}
.data-bank__list .swiper-button-next {
  top: 180px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 24px;
  background-image: url("/assets/svg/arrow-right-gradient.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.data-bank__list .swiper-button-next::after {
  display: none;
}
.data-bank__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.data-bank__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 40px 32px 40px;
  width: calc(100% - 60px);
  max-height: 100%;
}
.data-bank__item.-hide {
  display: none;
}
.data-bank__item__top {
  position: relative;
  width: 100%;
}
.data-bank__item__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  width: auto;
  min-width: 74px;
  height: 32px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
  background-color: #2991CC;
}
.data-bank__item__tag.-tag-yayinlar {
  background-color: #CC4429;
}
.data-bank__item__tag.-tag-videolar {
  background-color: #2991CC;
}
.data-bank__item__tag.-tag-podcastler {
  background-color: #C38817;
}
.data-bank__item__tag.-tag-bizden-haberler {
  background-color: #714CD9;
}
.data-bank__item__tag.-tag-covid-19 {
  background-color: #F07860;
}
.data-bank__item__tag.-tag-hukuk-postasi {
  background-color: #8E526C;
}
.data-bank__item__tag.-tag-hukuki-gelismeler {
  background-color: #0C526C;
}
.data-bank__item__image {
  display: block;
  margin: 0 0 25px 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.data-bank__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 24px;
  border-left: 1px solid #CCCCCC;
}
.data-bank__item__name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
  text-decoration: none;
}
.data-bank__item__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.data-bank__item__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
.data-bank__item__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0 0 0;
}
.data-bank__item__category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 12px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
.data-bank__item__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
.data-bank__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -32px 0 40px 0;
  padding: 16px;
  width: 100%;
  max-width: 336px;
  border: 1px solid #17C37B;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.data-bank__link:active, .data-bank__link:visited {
  color: #17C37B;
}
@media only screen and (max-width: 639px) {
  .data-bank__list .swiper-button-prev {
    top: 100px;
  }
  .data-bank__list .swiper-button-next {
    top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .data-bank__list .swiper-button-prev {
    display: none;
  }
  .data-bank__list .swiper-button-next {
    display: none;
  }
  .data-bank__item {
    margin: 0 10px 40px 10px;
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .data-bank__section {
    margin: 0 225px 0 0;
  }
  .data-bank__wrapper {
    flex-wrap: wrap;
  }
  .data-bank__item {
    margin: 0 10px 40px 10px;
    width: calc(25% - 20px);
    min-height: 340px;
  }
  .data-bank__link {
    margin: 0 0 116px 0;
    padding: 0;
    max-width: 224px;
    border: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1366px) {
  .data-bank {
    padding: 96px 0 170px 0;
    background-image: url("/assets/svg/green-bottom.svg"), url("/assets/svg/green-top.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: top, bottom;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.success {
  z-index: 6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(20, 20, 20, 0.65);
}
.success.-hide {
  display: none;
}
.success__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
  width: calc(100% - 48px);
  max-width: 680px;
  border-top: 8px solid #064C37;
  background-color: #F3F3F3;
}
.success__cross {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.success__cross__icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.success__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}
.success__text strong {
  margin: 0 0 40px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.popup {
  z-index: 6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(20, 20, 20, 0.65);
}
.popup.-show {
  display: flex;
}
.popup__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
  width: calc(100% - 24px);
  max-width: 680px;
  border-top: 8px solid #064C37;
  background-color: #F3F3F3;
}
.popup__cross {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.popup__cross__icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.popup__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 40px 0 40px;
}
.popup__text strong {
  margin: 0 0 40px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.popup__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 40px 20px 40px;
  padding: 20px;
  width: 100%;
  min-width: 120px;
  max-width: 180px;
  height: 56px;
  background-color: #17C37B;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.popup__link::after {
  content: url("/assets/svg/arrow-right-white.svg");
  margin: 0 0 2px 12px;
  width: 4px;
  height: 8px;
}
.popup__link:active, .popup__link:visited {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .popup__container {
    width: calc(100% - 48px);
  }
  .popup__cross {
    top: 24px;
    right: 24px;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.rankings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  background-color: #000;
}
.rankings__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.rankings__container .swiper-container {
  width: 100% !important;
}
.rankings__container .swiper-button-disabled {
  opacity: 0.5;
}
.rankings__container .swiper-button-prev {
  top: 64px;
  left: 20px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background-image: url("/assets/svg/med-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.rankings__container .swiper-button-prev::after {
  display: none;
}
.rankings__container .swiper-button-next {
  top: 64px;
  right: 20px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background-image: url("/assets/svg/med-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.rankings__container .swiper-button-next::after {
  display: none;
}
.rankings__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 26px 0;
  width: 100%;
}
.rankings__item {
  position: relative;
  margin: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  max-width: 108px;
  max-height: 64px;
}
.rankings__icon {
  width: auto;
  height: auto;
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.rankings__icon:hover {
  filter: none;
  transform: scale(1.2);
}
@media only screen and (min-width: 768px) {
  .rankings__wrapper {
    justify-content: center;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.sectors {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 0;
  width: 100%;
  background-color: #F3F3F3;
}
.sectors .content-wrapper {
  padding: 0 33px;
}
.sectors__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  margin: 0 0 40px 0;
}
.sectors__section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.sectors__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 760px;
}
.sectors__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.sectors__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.sectors__container .swiper-container {
  width: 100%;
}
.sectors__container .swiper-button {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center center;
}
.sectors__container .swiper-button::after {
  display: none;
}
.sectors__container .swiper-button-disabled {
  opacity: 0.5;
}
.sectors__container .swiper-button-prev {
  left: -25px;
  background-image: url("/assets/svg/arrow-left-gradient.svg");
}
.sectors__container .swiper-button-next {
  right: -25px;
  background-image: url("/assets/svg/arrow-right-gradient.svg");
}
.sectors__container .swiper-pagination {
  top: 0;
  right: 0;
  bottom: auto;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.sectors__container .swiper-pagination-bullet {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 8px !important;
  width: 32px;
  height: 4px;
  border-radius: 0;
  background-color: #C4C4C4;
}
.sectors__container .swiper-pagination-bullet-active {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 32px;
  height: 4px;
  background-color: #064C37;
}
.sectors__wrapper {
  width: 100%;
}
.sectors__wrapper__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sectors__wrapper__name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  padding: 0 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.sectors__wrapper__name:active, .sectors__wrapper__name:visited {
  color: #fff;
}
.sectors__wrapper__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sectors__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 40px 0 0 0;
  padding: 16px;
  width: 100%;
  max-width: 336px;
  border: 1px solid #17C37B;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.sectors__link:active, .sectors__link:visited {
  color: #17C37B;
}
@media only screen and (min-width: 560px) {
  .sectors__wrapper__item {
    height: 400px;
  }
}
@media only screen and (min-width: 640px) {
  .sectors__wrapper__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .sectors__container .swiper-pagination {
    display: flex;
  }
  .sectors__wrapper {
    padding: 30px 0 0 0;
  }
  .sectors__wrapper__item {
    height: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .sectors .content-wrapper {
    align-items: center;
    padding: 0;
  }
  .sectors__content {
    padding: 0;
    margin: 0 0 42px 0;
  }
  .sectors__section {
    margin: 0 225px 0 0;
  }
  .sectors__text {
    padding: 0 0 64px 0;
  }
  .sectors__wrapper__item {
    margin: 0;
    height: 580px;
  }
  .sectors__link {
    margin: 60px 0 0 0;
    padding: 0;
    max-width: 224px;
    border: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1366px) {
  .sectors {
    padding: 150px 0 100px 0;
    background-image: url("/assets/svg/green-bottom.svg"), url("/assets/svg/green-top.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: top, bottom;
  }
}
@media only screen and (min-width: 1440px) {
  .sectors__container .swiper-button-prev {
    left: -25px;
  }
  .sectors__container .swiper-button-next {
    right: -25px;
  }
  .sectors__wrapper__name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  width: 100%;
  background-color: #141414;
  background-image: none;
}
.services__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.services__section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.services__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.services__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 64px 0;
  width: 100%;
  max-width: 760px;
}
.services__text h1 {
  margin: 0;
  color: #fff;
  font-family: "AmericanaStd-Regular", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  line-height: 39px;
  line-height: 2.4375rem;
}
.services__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.services .swiper-container {
  width: 100%;
}
.services .swiper-button-disabled {
  opacity: 0.5;
}
.services .swiper-button-prev {
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 24px;
  background-image: url("/assets/svg/arrow-left-gradient.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.services .swiper-button-prev::after {
  display: none;
}
.services .swiper-button-next {
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 24px;
  background-image: url("/assets/svg/arrow-right-gradient.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.services .swiper-button-next::after {
  display: none;
}
.services__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.services__wrapper__item {
  position: relative;
  order: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 48px;
  margin: 0 10px 0 10px;
  width: 100%;
  border-top: 2px solid rgba(130, 130, 130, 0.25);
}
.services__wrapper__item.-hide {
  display: none;
}
.services__wrapper__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  height: 100%;
  width: 100%;
  min-height: 157px;
}
.services__wrapper__icon .service-icon {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 77px;
  object-fit: contain;
}
.services__wrapper__name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
.services__wrapper__name:active, .services__wrapper__name:visited {
  color: #fff;
}
.services__wrapper__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services__wrapper__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.services__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  padding: 16px;
  width: 100%;
  max-width: 336px;
  border: 1px solid #17C37B;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.services__link:active, .services__link:visited {
  color: #17C37B;
}
@media only screen and (min-width: 640px) {
  .services__text h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1280px) {
  .services__section {
    margin: 0 225px 0 0;
  }
  .services .swiper-button-prev {
    display: none;
  }
  .services .swiper-button-next {
    display: none;
  }
  .services__wrapper {
    flex-wrap: wrap;
  }
  .services__wrapper__item {
    order: inherit !important;
  }
  .services__wrapper__item {
    margin: 0 10px 90px 10px;
    width: calc(25% - 20px);
  }
  .services__link {
    margin: 0;
    padding: 0;
    max-width: 224px;
    border: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1366px) {
  .services {
    background-image: url("/assets/svg/white-top.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: bottom;
  }
}
@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("/assets/image/home-team-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.team__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  width: 100%;
  background-image: none;
}
.team__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.team__section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 0 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.team__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.team__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 64px 0;
  width: 100%;
  max-width: 760px;
}
.team__text h2, .team__text p {
  color: #fff;
}
.team__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  width: 118px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.team__link::after {
  content: url("/assets/svg/arrow-right-white.svg");
  margin: 0 0 2px 12px;
  width: 4px;
  height: 8px;
}
.team__link:active, .team__link:visited {
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .team__section {
    margin: 0 225px 0 0;
  }
}
@media only screen and (min-width: 1366px) {
  .team__container {
    background-image: url("/assets/svg/white-bottom.svg"), url("/assets/svg/white-top.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: top, bottom;
  }
}