@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
:root {
  --background-white: #fff;
  --background-yellow: #fcdb5a;
  --background-green: #4a8b70;
  --background-light-green: #e9f1ee;
  --background-black: #333;
  --poppins: "Poppins";
  --ubuntu: "Ubuntu";
  --text-black: #333;
  --text-white: #fff;
  --text-light-yellow: #fef7db;
  --text-yellow: #fcdb5a;
  --white: #fff;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: var(--poppins), sans-serif;
}

/* son gelen kaydirinca nav kuculsun taskı */
@media (min-width: 992px) {
  .scrollednav,
  .scrollednav .header-left-white-section,
  .scrollednav .header-logo {
    height: 80px !important;
  }
  .scrollednav .header-triangle {
    border-width: 80px 74px 0 0;
  }
  .header-left-container {
    gap: 1.5rem !important;
  }
  .scrollednav .header-left-container {
    gap: 0.3rem !important;
  }

  .header-left-container {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .scrollednav .header-left-container {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
}

/* son gelen kaydirinca nav kuculsun taskı */

.header-carousel-row {
  max-height: 900px;
  position: relative;
}

.header-carousel-row .title {
  font-size: clamp(2.8125rem, 3.959rem, 4.5625rem);
  max-width: 60rem;
}
.header-carousel-row .desc {
  font-size: clamp(1.125rem, 1.2479rem, 1.3125rem);
  max-width: 50rem;
}
.header-carousel-row .play-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-carousel-row .video-button {
  z-index: 2;
  cursor: pointer;
  object-fit: contain;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0 solid;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-carousel-row .play-icon {
  font-size: 20px;
  color: #ffcc4e;
}
@media (min-width: 992px) {
  .header-carousel-row {
    max-height: 100vh;
  }
}
.header-carousel-row .main-carousel__pagination {
  width: 65px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  z-index: 1;
}
.header-carousel-row .main-carousel__pagination-bullet {
  border-radius: 8.25rem;
  border: 1.333px solid #fff;
  width: 0.83331rem;
  height: 0.83331rem;
  transition: all 0.5s ease;
}
.header-carousel-row .main-carousel__pagination-bullet.active {
  background-color: #fff;
  width: 1.75rem;
}
.main-info-row {
  padding-top: clamp(2rem, 7.7669902912621vw, 6.25rem);
}
.main-info-row .subtitle {
  font-size: clamp(1.5rem, 7.2vw, 2rem);
  color: #333;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.main-info-row .desc {
  font-size: clamp(1rem, 3.84vw, 1.25rem);
  color: #333;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.main-info-row .title {
  font-size: clamp(2.75rem, 5vw, 4.6875rem);
  font-weight: 900;
  font-family: Poppins;
  letter-spacing: clamp(0.3rem, 3vw, 0.45rem);
  display: inline-block;
  margin: 0;
  background-image: url(../../images/site3/title-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff0;
  background-clip: text;
  -webkit-background-clip: text;
  max-width: calc(8ch);
}
.main-info-row .icon-outer-container {
  padding: 32px 0;
}
.main-info-row
  .icon-outer-container
  .icon-inner-container
  .icon-img-container
  img {
  width: 64px;
  height: 64px;
}
.main-info-row
  .icon-outer-container
  .icon-inner-container
  .icon-img-container
  .icon-title {
  font-size: clamp(0.875rem, 0.9569rem, 1rem);
}
@media (min-width: 992px) {
  .main-info-row {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
    background-size: 100% 100%;
    background-image: url(../../images/site3/main-row-bg.webp);
  }
  .main-info-row .info-section {
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
  .main-info-row .desc-container {
    max-width: 50%;
  }
  .main-info-row .subtitle {
    max-width: 30%;
  }
  .main-info-row .desc {
    max-width: 100%;
  }
  .main-info-row .icon-outer-container .icon-inner-container {
    width: 6.5rem;
  }
  .main-info-row
    .icon-outer-container
    .icon-inner-container
    .icon-img-container
    img {
    width: 64px;
    height: 64px;
  }
  .main-info-row
    .icon-outer-container
    .icon-inner-container
    .icon-img-container
    .icon-title {
    font-size: clamp(0.875rem, 0.9569rem, 1rem);
  }
  .main-info-row .title {
    max-width: 100%;
  }
}
.secondary-info-row {
  padding-top: 2rem;
}
.secondary-info-row .info-container .title {
  font-size: clamp(2.1875rem, 2.597rem, 2.8125rem);
}
.secondary-info-row .info-container .subtitle {
  color: #333;
  font-size: clamp(2.1875rem, 2.597rem, 2.8125rem);
}
.secondary-info-row .info-container .url-container {
  max-width: 200px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #eaca67;
  text-align: center;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.9569rem, 1rem);
}
.secondary-info-row .img-container {
  width: 252px;
  height: 218px;
}
.secondary-info-row .desc {
  font-size: clamp(1rem, 1.1638rem, 1.25rem);
  color: #333;
}
@media (min-width: 992px) {
  .secondary-info-row {
    padding-top: 100px;
  }
  .secondary-info-row .img-container {
    width: 252px;
    height: 218px;
  }
  .secondary-info-row .desc {
    max-width: 512px;
  }
}
.secondary-main-info-row {
  padding-top: 2rem;
}
.secondary-main-info-row .title-upper {
  font-size: clamp(3.75rem, 5.3879rem, 6.25rem);
  color: #fcdb5a;
}
.secondary-main-info-row .title-lower {
  font-size: clamp(2rem, 8.4vw, 3.4375rem);
}
.secondary-main-info-row .secondary-main-info-inner-container {
  background-color: #fcdb5a;
}
.secondary-main-info-row
  .secondary-main-info-inner-container
  .info-outer-container
  .info-inner-container
  .outer-img-container {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 10px solid #fff;
}
.secondary-main-info-row
  .secondary-main-info-inner-container
  .info-outer-container
  .info-inner-container
  .outer-img-container
  .img-container {
  width: 60px;
  height: 60px;
}
.secondary-main-info-row
  .secondary-main-info-inner-container
  .info-outer-container
  .info-inner-container
  .outer-img-container
  .img-index {
  width: 43px;
  height: 43px;
  transform: translate(105%, -105%);
  font-size: 14px;
}
.secondary-main-info-row
  .secondary-main-info-inner-container
  .info-outer-container
  .info-inner-container
  .info-title {
  font-size: clamp(1rem, 1.1638rem, 1.25rem);
}
.secondary-main-info-row
  .secondary-main-info-inner-container
  .info-outer-container
  .info-inner-container
  .info-desc {
  font-size: clamp(0.875rem, 1.1207rem, 1.25rem);
  max-width: 300px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: font-size 0.5s ease;
}
.secondary-main-info-row
  .secondary-main-info-inner-container
  .info-outer-container
  .arrow-container {
  width: 57px;
  height: 17px;
}
@media (min-width: 992px) {
  .secondary-main-info-row {
    padding-top: 100px;
  }
  .secondary-main-info-row
    .secondary-main-info-inner-container
    .info-outer-container
    .info-inner-container
    .outer-img-container {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 10px solid #fff;
  }
  .secondary-main-info-row
    .secondary-main-info-inner-container
    .info-outer-container
    .info-inner-container
    .outer-img-container
    .img-container {
    width: 85px;
    height: 85px;
  }
  .secondary-main-info-row
    .secondary-main-info-inner-container
    .info-outer-container
    .info-inner-container
    .outer-img-container
    .img-index {
    width: 60px;
    height: 60px;
    transform: translate(105%, -105%);
  }
  .secondary-main-info-row
    .secondary-main-info-inner-container
    .info-outer-container
    .info-inner-container
    .info-desc {
    max-width: 300px;
    text-align: center;
  }
  .secondary-main-info-row
    .secondary-main-info-inner-container
    .info-outer-container
    .arrow-container {
    width: 57px;
    height: 17px;
    margin-bottom: 150px;
  }
}
.tertiary-main-info-row .info-container .main-title {
  font-size: clamp(1.25rem, 8.4vw, 2.8125rem);
  color: #333;
}
.tertiary-main-info-row .info-container .main-desc {
  font-size: clamp(0.875rem, 1.1207rem, 1.25rem);
  color: #333;
}
.tertiary-main-info-row .info-container .main-url {
  text-decoration: none;
  border: 2px solid #fcdb5a;
  color: #000;
  font-size: clamp(0.875rem, 0.9569rem, 1rem);
  max-width: 165px;
}
.tertiary-main-info-row .contents .img-title {
  bottom: 30px;
  left: 30px;
}
@media (min-width: 992px) {
  .tertiary-main-info-row .contents .img-title {
    bottom: 30px;
    left: 30px;
    max-width: 70%;
    font-size: 1.44738rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  .tertiary-main-info-row .contents .img-container {
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / 0.2) 100%);
  }
}
.quaternary-main-info-row .title {
  font-size: clamp(2.1875rem, 2.3958rem, 2.8125rem);
  color: #333;
}
.quaternary-main-info-row .desc {
  font-size: clamp(1rem, 1.0833rem, 1.25rem);
  color: #333;
}
.quaternary-main-info-row .url-button {
  font-size: 16px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #000;
  padding: 16px 40px;
  max-width: 170px;
}
@media (min-width: 992px) {
  .quaternary-main-info-row .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: initial;
  }
  .quaternary-main-info-row .info-container {
    width: 55vw;
  }
  .quaternary-main-info-row .img-container {
    width: 45vw;
  }
}
@media (min-width: 992px) {
  .tertiary-icon-info-row .img-container {
    max-width: 130px;
    max-height: 130px;
  }
}
.fifth-main-info-row .fifth-card .card-title {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 80%;
}
.fifth-main-info-row .title {
  font-size: clamp(2.1875rem, 2.597rem, 2.8125rem);
  color: #333;
}
.fifth-main-info-row .desc {
  font-size: clamp(1rem, 1.1638rem, 1.25rem);
  color: #333;
}
.fifth-main-info-row .fifth-main-info-inner-container {
  padding: 0 32px;
  padding-bottom: 50px;
}
.fifth-main-info-row .fifth-card {
  position: relative;
  min-height: 388px;
  box-shadow: 0 12.68px 25.36px 0 #00000040;
}
.fifth-main-info-row .fifth-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0006;
}
.fifth-main-info-row .fifth-card .card-title {
  position: relative;
  bottom: 30px;
  background-color: #fcdb5a;
  z-index: 1;
}
@media (min-width: 992px) {
  .fifth-main-info-row .fifth-main-info-inner-container {
    padding: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.page-header {
  min-height: 466px;
  padding-top: 124px;
}
.page-header .page-inner-header .page-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(1rem, 3vw, 2rem);
  font-style: normal;
  letter-spacing: clamp(0.3rem, 3vw, 0.4rem);
  text-transform: uppercase;
  font-weight: 250;
  line-height: normal;
}
.page-header .page-inner-header .page-name {
  font-family: Poppins, sans-serif;
  max-width: min(1050px, 100%);
  font-size: clamp(1rem, 7.76vw, 4.0625rem);
  letter-spacing: clamp(0.6rem, 3vw, 1.21875rem);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900;
  line-height: normal;
}
@media (min-width: 992px) {
  .page-header .page-inner-header {
    padding-left: 1.875rem;
  }
}
.upper-about-the-company .upper-title {
  font-size: clamp(2.5rem, 45 * 100vw/412, 7.5rem);
  max-width: 70%;
  text-wrap: wrap;
  letter-spacing: clamp(0.2rem, 1.0873786407767vw, 0.75rem);
}
.upper-about-the-company .upper-subtitle {
  font-size: 32px;
}
.upper-about-the-company .upper-desc {
  font-size: clamp(1rem, 1.1638rem, 1.25rem);
  max-width: 915px;
}
.upper-about-the-company .img-container {
  left: 150%;
  top: 0;
  width: 150%;
  z-index: 1;
  height: auto;
  display: flex;
}
.upper-about-the-company .img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .upper-about-the-company .upper-title {
    max-width: 100%;
  }
  .upper-about-the-company .img-container {
    left: 90%;
    top: 0;
    width: 70%;
    z-index: 1;
    height: auto;
    display: flex;
  }
  .upper-about-the-company .img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.middle-about-the-company {
  background-color: #e9f1ee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1.38rem;
  padding-bottom: 50px;
}
.middle-about-the-company .items {
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
}
.middle-about-the-company .items > div {
  flex-basis: 40%;
}
.middle-about-the-company .img-container img {
  width: 76px;
  height: 76px;
}
.middle-about-the-company .content-border {
  width: 102px;
  height: 168px;
  border: 5px solid #c1d7cf;
}
.middle-about-the-company .middle-title {
  font-size: clamp(2rem, 7.7669902912621vw, 2.8125rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: clamp(0.1rem, 0.77669902912621vw, 0.28rem);
}
.middle-about-the-company .middle-content-title {
  font-size: clamp(1rem, 4.8543689320388vw, 2.1825rem);
  color: #4a8b71;
  font-weight: 600;
  text-wrap: nowrap;
}
@media (min-width: 992px) {
  .middle-about-the-company {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .middle-about-the-company .items {
    flex-wrap: nowrap;
    gap: 2rem 2.5rem;
  }
  .middle-about-the-company .items > div {
    flex-basis: 100%;
  }
  .middle-about-the-company .img-container img {
    width: 139px;
    height: 139px;
  }
  .middle-about-the-company .content-border {
    width: 180px;
    height: 300px;
    border: 5px solid #c1d7cf;
  }
}
.bottom-about-the-company {
  align-items: center;
}
.bottom-about-the-company .bottom-about-the-company-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-about-the-company
  .bottom-about-the-company-info-container
  .bottom-title {
  font-size: clamp(2rem, 9.7087378640777vw, 2.8125rem);
  max-width: 409px;
  margin-bottom: 1rem;
  color: #fff0;
  text-transform: uppercase;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: text;
  background-image: url(../../images/site3/site3-text-bg.webp);
}
.bottom-about-the-company
  .bottom-about-the-company-info-container
  .bottom-desc {
  font-size: clamp(1rem, 1.1638rem, 1.25rem);
  max-width: 762px;
}
.bottom-about-the-company .bottom-about-the-company-img-container img {
  width: 100%;
  max-height: 461px;
  object-fit: cover !important;
}
@media (min-width: 992px) {
  .bottom-about-the-company .bottom-about-the-company-img-container {
    width: 40%;
    padding-left: 3.5rem;
  }
  .bottom-about-the-company .bottom-about-the-company-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100%;
  }
  .bottom-about-the-company .bottom-about-the-company-info-container {
    align-items: flex-start;
  }
  .bottom-about-the-company
    .bottom-about-the-company-info-container
    .bottom-title {
    margin-bottom: 2rem;
  }
}
.upper-our-purpose {
  margin-top: 32px;
}
.upper-our-purpose .upper-title {
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  font-size: clamp(2rem, 2.2708rem, 2.8125rem);
}
.upper-our-purpose .upper-subtitle {
  font-size: clamp(1rem, 1.0833rem, 1.25rem);
}
.upper-our-purpose .upper-desc {
  font-size: clamp(1rem, 1.0833rem, 1.25rem);
}
.upper-our-purpose .img-container img {
  max-height: 402px;
}
@media (min-width: 992px) {
  .upper-our-purpose {
    margin-top: 100px;
  }
  .upper-our-purpose .upper-title {
    padding-bottom: 0;
  }
  .upper-our-purpose .img-container {
    max-width: 40%;
  }
}
.middle-our-purpose {
  min-height: 1315px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.middle-our-purpose .middle-title {
  padding: 0 2rem;
  font-size: 45px;
  margin-top: 100px;
  letter-spacing: 0.4rem;
}
.middle-our-purpose .middle-subtitle {
  font-size: 20px;
  max-width: 487px;
}
.middle-our-purpose .middle-inner-our-purpose {
  max-width: 1136px;
}
.middle-our-purpose .middle-inner-our-purpose .img-container img {
  width: 100%;
  max-height: 492px;
  object-fit: cover;
}
.middle-our-purpose
  .middle-inner-our-purpose
  .info-container
  .middle-inner-title {
  font-size: 32px;
}
.middle-our-purpose
  .middle-inner-our-purpose
  .info-container
  .middle-inner-desc {
  font-size: clamp(1rem, 1.1638rem, 1.25rem);
  max-width: 500px;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .middle-our-purpose {
    min-height: 863px;
  }
}
.upper-approach {
  margin-top: 32px;
}
.upper-approach .upper-title {
  font-size: clamp(2rem, 2.2708rem, 2.8125rem);
}
.upper-approach .upper-subtitle {
  font-size: clamp(1rem, 1.0833rem, 1.25rem);
}
.upper-approach .upper-desc {
  font-size: clamp(1rem, 1.0833rem, 1.25rem);
}
@media (min-width: 992px) {
  .upper-approach .container {
    gap: 150px;
    margin-top: 100px;
  }
  .upper-approach .container .upper-title {
    min-width: 340px;
  }
}
.middle-approach {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 337px;
}
.middle-approach .middle-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  max-width: 80%;
  margin: 0 auto;
}
.description-row .img-container img {
  width: 100%;
  height: 492px;
}
.description-row .desc-row-title {
  font-size: 32px;
  display: flex;
  flex-direction: column;
}
.description-row .desc-row-rte {
  font-size: clamp(1rem, 1.0833rem, 1.25rem);
}
@media (min-width: 992px) {
  .description-row {
    gap: 100px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .description-row .img-container img {
    width: 385px;
    height: 492px;
  }
}
.suggestion-button {
  padding: 10px 20px;
  width: fit-content;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  pointer: cursor;
  font-size: 14px;
}

.suggestion-button:active {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.contact-row {
  background: #4a8b71;
  background: linear-gradient(
    90deg,
    #4a8b71 0%,
    #4a8b71 50%,
    #282828 50%,
    #282828 100%
  );
  padding: 3.125rem;
  color: #fff;
}
.contact-row > a {
  text-decoration: none;
  color: #fff;
}
.contact-row .contact-container {
  display: flex;
  justify-content: space-between;
  gap: clamp(5rem, 20vw, 20rem);
}
.contact-container > div {
  flex: 1;
  width: 100%;
}
.contact-row .contact-container .title-base {
  flex-direction: row;
}
.contact-row .contact-container .title-base .title {
  letter-spacing: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: none;
}
.contact-row .contact-container .title-base .subtitle {
  letter-spacing: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  text-transform: none;
}
.contact-row .contact-container .contact-info {
  width: 100%;
}
.contact-row .contact-container .contact-info .group-title {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding: 4px 0;
  margin-bottom: 1rem;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-row .contact-container .contact-info .group-item-container {
  display: flex;
  gap: 1.56rem;
}
.contact-row .contact-container .contact-info .group-item-container a {
  color: #fff;
}
.contact-row .contact-container .contact-info .group-item-container .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-row .contact-container .contact-info .group-item-container .text {
  font-size: 1rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.contact-form .submit-button {
  border-radius: 5px;
  background-color: var(--background-green);
  color: var(--text-white);
}
.form-row {
  display: flex;
  gap: 2rem;
}
.contact-form--black .contact-form .contact-form-input-container label {
  color: #333;
}
.contact-form--black .contact-form .contact-form-input-container input {
  border-bottom: 1px solid #333;
  caret-color: #333;
  color: #333;
}
.contact-form--black .contact-form .contact-form-input-container textarea {
  border-bottom: 1px solid #333;
  caret-color: #333;
  color: #333;
}
.contact-form--black
  .contact-form
  .contact-form-input-container
  .checkbox-label {
  color: #333;
}
.contact-form--black
  .contact-form
  .contact-form-input-container
  .checkbox-label
  input {
  border: 2px solid var(--background-yellow);
}
.contact-form--black
  .contact-form
  .contact-form-input-container
  .checkbox-label
  input::before {
  color: #fff;
}
.contact-form--black
  .contact-form
  .contact-form-input-container
  .checkbox-label
  input:checked {
  background-color: var(--background-yellow);
}
.contact-form--black .contact-form .title-base {
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.contact-form--black .contact-form .title-base .title {
  letter-spacing: 0;
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: none;
}
.contact-form--black .contact-form .title-base .subtitle {
  letter-spacing: 0;
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  text-transform: none;
}
.contact-form--black .contact-form .submit-button {
  border-radius: 0;
  color: var(--text-black);
  background-color: #fff0;
  border: 2px solid var(--background-yellow);
}
.contact-form-input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form-input-container label {
  color: #fff;
}
.contact-form-input-container .checkbox-label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.68rem;
}
.contact-form-input-container .checkbox-label input {
  width: 1.125em;
  height: 1.125em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid var(--background-green);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
.contact-form-input-container .checkbox-label input::before {
  content: "✓";
  font-size: 10px;
  color: var(--text-black);
}
.contact-form-input-container .checkbox-label input:checked {
  background-color: var(--background-green);
}
.contact-form-input-container input {
  background-color: #fff0;
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 4px 6px;
  outline: none;
  caret-color: #fff;
  color: #fff;
}
.contact-form-input-container textarea {
  background-color: #fff0;
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 4px 6px;
  outline: none;
  caret-color: #fff;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .contact-row {
    background: #fff0;
    padding: 0;
  }
  .contact-row .contact-container {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .contact-row .contact-container .contact-info {
    background-color: var(--background-green);
    padding: 2rem 1.5rem;
    font-weight: 400;
  }
  .contact-row .contact-container .contact-info .title-base {
    flex-direction: row;
  }
  .contact-row .contact-container .contact-info .title-base .title {
    font-size: 35px;
  }
  .contact-row .contact-container .contact-info .title-base .subtitle {
    font-size: 35px;
  }
  .contact-row .contact-container .contact-info .group-title {
    padding: 4px 0;
    font-size: 1.125rem;
    line-height: 1.68rem;
  }
  .contact-row .contact-container .contact-info .group-item-container {
    display: flex;
    gap: 1.56rem;
  }
  .contact-row .contact-container .contact-info .group-item-container .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact-row .contact-container .contact-info .group-item-container .text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    text-wrap: balance;
  }
  .contact-row .contact-container .contact-form {
    background-color: var(--background-black);
    padding: 2rem 1.5rem;
  }
  .contact-row .contact-container .contact-form .form-row {
    flex-direction: column;
  }
  .contact-row
    .contact-container
    .contact-form
    .form-row
    .contact-form-input-container {
    font-size: 1.125rem;
  }
  .contact-row
    .contact-container
    .contact-form
    .form-row
    .contact-form-input-container
    label {
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .contact-row
    .contact-container
    .contact-form
    .form-row
    .contact-form-input-container
    .checkbox-label {
    align-items: baseline;
    line-height: 1.68rem;
  }
  .contact-row .contact-container .contact-form .title-base {
    flex-direction: row;
  }
  .contact-row .contact-container .contact-form .title-base .title {
    font-size: 35px;
  }
  .contact-row .contact-container .contact-form .title-base .subtitle {
    font-size: 35px;
  }
  .contact-form--black .contact-form {
    padding: 2rem 1.5rem;
  }
  .contact-form--black .contact-form .form-row {
    flex-direction: column;
  }
  .contact-form--black .contact-form .form-row .contact-form-input-container {
    font-size: 1.125rem;
  }
  .contact-form--black
    .contact-form
    .form-row
    .contact-form-input-container
    label {
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .contact-form--black
    .contact-form
    .form-row
    .contact-form-input-container
    .checkbox-label {
    align-items: baseline;
    line-height: 1.68rem;
  }
  .contact-form--black .contact-form .title-base {
    flex-direction: row;
  }
  .contact-form--black .contact-form .title-base .title {
    font-size: 35px;
  }
  .contact-form--black .contact-form .title-base .subtitle {
    font-size: 35px;
  }
}
.container-left,
.container-right,
.container-wide {
  --container-max-width: 1320px;
  --wide-container-width: 10vw;
  display: grid;
  grid-template-columns:
    [full-width-start container-right-start] 1fr [wide-container-start] min(
      var(--wide-container-width),
      calc(100vw - 200px - var(--container-max-width))
    )
    [container-left-start container-start] var(--container-max-width)
    [container-right-end container-end] min(
      var(--wide-container-width),
      calc(100vw - 200px - var(--container-max-width))
    )
    [wide-container-end] 1fr [full-width-end container-left-end];
}
.container-wide > * {
  grid-column: wide-container;
}
.container-left > * {
  grid-column: container-left;
}
.container-right > * {
  grid-column: container-right;
}
@media screen and (max-width: 992px) {
  .container-left > * {
    grid-column: full-width;
  }
  .container-right > * {
    grid-column: full-width;
  }
  .container-wide > * {
    grid-column: full-width;
  }
}
@media screen and (max-width: 575px) {
  .container-left,
  .container-right,
  .container-wide {
    --container-max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .container-left,
  .container-right,
  .container-wide {
    --container-max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container-left,
  .container-right,
  .container-wide {
    --container-max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container-left,
  .container-right,
  .container-wide {
    --container-max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-left,
  .container-right,
  .container-wide {
    --container-max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container-left,
  .container-right,
  .container-wide {
    --container-max-width: 1320px;
  }
}
.container-left .card-base,
.container-right .card-base,
.container-wide .card-base {
  padding-left: 20px;
}
.container-left .title-base .title,
.container-right .title-base .title,
.container-wide .title-base .title {
  font-size: clamp(1rem, 8.495145631068vw, 2.8125rem);
  text-transform: none;
}
.title-base {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  max-width: 100%;
  min-width: 50%;
  font-family: var(--poppins), sans-serif;
  flex-wrap: wrap;
  color: var(--text-black);
}
.title-base .title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3rem;
  font-size: 2rem;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  word-wrap: break-word;
}
.title-base .subtitle {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.3rem;
  font-size: 2rem;
  text-overflow: ellipsis;
  max-width: 100%;
}
.title-base--big .title {
  white-space: wrap;
  font-size: clamp(2.815rem, 13rem, 7.5rem);
  line-height: clamp(2rem, 12.815rem, 7rem);
}
.title-base--light-yellow {
  color: var(--text-light-yellow);
}
.title-base--yellow {
  color: var(--text-yellow);
}
.title-base--white {
  color: var(--text-white);
}
.title-base--direction-col {
  flex-direction: column;
}
.description-base {
  font-weight: 300;
  color: var(--text-black);
  font-size: clamp(0.875rem, calc(3.8834951456311vw), 1.25rem);
  font-family: var(--poppins), sans-serif;
}
.description-base--white {
  color: var(--text-white);
}
.description-base--center {
  text-align: center;
}
.description-base--short {
  max-height: 5lh;
  overflow: hidden;
}
.description-base--width-small > p {
  display: none;
}
.description-base--width-small > p:first-child {
  display: block;
  -webkit-line-clamp: 5;
}
.description-base--width-small {
  max-width: 30%;
  min-width: min(100vw, 300px);
}
.description-base--width-medium {
  max-width: 70%;
  min-width: min(100vw, 300px);
}
@media screen and (max-width: 992px) {
  .title-base {
    flex-direction: column;
  }
  .title-base .title {
    text-wrap: wrap;
  }
  .title-base .subtitle {
    text-wrap: wrap;
  }
  .description-base {
    font-size: 1rem;
  }
}
.image-base {
  overflow: hidden;
}
.image-base > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-base {
  display: flex;
  position: relative;
  gap: 3.125rem;
  padding: 3.125rem;
}
.card-base--with-media .card-base__text {
  width: 60%;
}
.card-base__text {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.card-base__text--direction-row {
  display: flex;
  flex-direction: row;
  gap: 170px;
}
.card-base__text--direction-row .title-base .title {
  text-wrap: wrap;
}
.card-base__text--align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.card-base__text--align-center .title-base {
  text-align: center;
  justify-content: center;
  align-items: center;
}
card-base__text--align-center > * {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.container-left > .card-base--media-no-padding,
.container-right > .card-base--media-no-padding {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.container-left > .card-base--media-no-padding .image-base,
.container-right > .card-base--media-no-padding .image-base {
  width: 70%;
}
.container-left > .card-base--media-no-padding .image-base > img,
.container-right > .card-base--media-no-padding .image-base > img {
  object-fit: cover;
  height: 100%;
}
.container-left > .card-base--media-no-padding .card-base__text,
.container-right > .card-base--media-no-padding .card-base__text {
  padding-bottom: clamp(0.625rem, 2.9126213592233vw, 50px);
  padding-top: 50px;
  padding-right: 50px;
}
.card-base--background-white {
  background-color: var(--background-white);
}
.card-base--background-yellow {
  background-color: var(--background-yellow);
}
.card-base--background-green {
  background-color: var(--background-green);
}
.card-base--background-light-yellow {
  background-color: var(--background-light-yellow);
}
.background-displaced {
  position: absolute;
  height: 100%;
  top: -280px;
  right: 0;
  left: 0;
  width: 100%;
}
.card-base--with-media .image-base {
  width: 40%;
  display: flex;
  align-items: flex-start;
}
.card-base--with-media .image-base > img {
  object-fit: contain;
  height: auto;
  position: sticky;
  top: 1rem;
}
.card-base--align-row-reverse {
  flex-direction: row-reverse;
}
.card-base--align-col-reverse {
  flex-direction: row-reverse;
}
.card-base--with-square-media {
  gap: 10%;
}
.card-base--with-square-media .card-base__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-base--with-square-media .card-base__text * {
  min-width: 0;
  text-wrap: wrap;
}
.card-base--with-square-media .card-base__text .title {
  color: #333;
  font-family: Poppins;
  font-size: clamp(1.125rem, 7.7669902912621vw, 2.8125rem);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: clamp(0.25rem, 1.1650485436893vw, 0.42188rem);
  text-transform: uppercase;
}
.card-base--with-square-media .card-base__text .subtitle {
  color: #333;
  font-family: Poppins;
  font-size: clamp(1.125rem, 7.7669902912621vw, 2.8125rem);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: clamp(0.25rem, 1.1650485436893vw, 0.42188rem);
  text-transform: uppercase;
}
.card-base--with-square-media .image-base {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  height: min-content;
}
.card-base--with-square-media .image-base > img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}
.card-base--with-square-media .image-base > video {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}
.card-base--with-half-media {
  gap: 70px;
  max-height: 460px;
}
.descAndButtonContainer {
  align-items: center;
}
.card-base--with-half-media .descAndButtonContainer {
  align-items: flex-start;
}
.card-base--with-half-media .card-base__text {
  gap: 2rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-base--with-half-media .title-base .title {
  text-wrap: auto;
}
.card-base--with-half-media .image-base {
  width: 60%;
}
.page-title-row {
  padding: 0;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  padding-bottom: 6.25rem;
}
.page-title-row .card-base__text {
  gap: clamp(0.825rem, 4.8543689320388vw, 3.125rem);
}
.page-title-row .description-base {
  color: #333;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
}
.page-title-row .title {
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 6.75px;
  text-transform: uppercase;
}
.page-title-row .subtitle {
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 6.75px;
  text-transform: uppercase;
}
.page-title-row.card-base--with-media {
  padding-bottom: 3.125rem;
}
.page-title-row.card-base--with-media .card-base__text {
  gap: 0;
}
.page-title-row.card-base--with-media .title-base {
  width: 80%;
}
.page-title-row.card-base--with-media .description-base {
  width: 100%;
}
.card-base--no-padding {
  padding: 0;
  gap: 0;
}
.card-base--no-padding .image-base {
  width: 100%;
  flex-grow: 1;
}
.card-base--no-padding .card-base__text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(94%);
  padding: 3rem;
  gap: 2rem;
  flex-shrink: 1;
}
@media screen and (max-width: 992px) {
  .card-base--no-padding .card-base__text {
    width: 100%;
    padding: 1.5rem;
  }
}
.card-base--direction-col {
  flex-direction: column;
}
.card-base--direction-col .card-base__text {
  width: 100%;
}
.card-base--direction-col .image-base {
  width: 100%;
  height: 360px;
}
.card-base--direction-col .image-base > img {
  object-fit: cover;
  height: 100%;
}
.card-base--center {
  justify-content: center;
}
.card-base--center .card-base__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-base--fluid > * {
  grid-column: container;
}
@media screen and (max-width: 992px) {
  .card-base--with-half-media {
    gap: 30px;
    max-height: max-content;
  }
  .card-base__text--direction-row {
    flex-direction: column;
    gap: 10px;
  }
  .card-base {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 0.75rem;
  }
  .card-base .image-base {
    width: 100%;
  }
  .card-base--with-media .card-base__text,
  .card-base--with-half-media .card-base__text {
    width: 100%;
  }
  .card-base--with-media .image-base > img {
    object-fit: contain;
    height: auto;
    position: relative;
  }
  .card-base--media-no-padding .image-base {
    width: 100vw !important;
    margin-left: -20px;
  }
  .background-displaced {
    top: 0;
  }
  .card-base--direction-col .image-base {
    height: 360px;
  }
  .card-base--direction-col .image-base > img {
    object-fit: cover;
    height: 100%;
  }
}
.swiper {
  width: 100%;
  height: 460px;
  min-width: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button {
  position: absolute;
  top: calc(29%);
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button i {
  font-size: 1.125rem;
  color: var(--text-black);
  font-weight: 900;
  -webkit-text-stroke: 1px;
}
.swiper-button:hover {
  background-color: #fefefe;
}
.swiper-button:active {
  transform: scale(0.9);
}
.swiper-button-next-uniq {
  right: -70px;
}
.swiper-button-prev-uniq {
  left: -70px;
}
.swiper-button-disabled i {
  color: #3335;
}
.swiper-pagination-uniq {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-show,
.mobile-show--block {
  display: none !important;
}
.swiper-pagination-bullet {
  all: unset;
}
.swiper-pagination-bullet-active {
  all: unset;
}
.pagination-item {
  display: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid #ffffff !important;
  opacity: 1 !important;
  border-radius: 999px;
  height: 13px !important;
  width: 13px !important;
  background-color: transparent !important;
}
.swiper-pagination-bullet-active.pagination-item {
  width: 28px !important;
  border-radius: 10px;
  background-color: #fff !important;
}
.pagination-item--yellow {
  border: 1px solid var(--background-yellow) !important;
}
.swiper-pagination-bullet-active.pagination-item--yellow {
  background-color: var(--background-yellow) !important;
  width: 28px !important;
  border: 1px solid var(--background-yellow);
}
@media screen and (max-width: 992px) {
  .mobile-hide {
    display: none !important;
  }
  .pagination-item {
    display: inline;
  }
  .mobile-show {
    display: flex !important;
  }
  .mobile-show--block {
    display: block !important;
  }
  .swiper-button {
    display: none;
  }
}
.decoration-right {
  position: absolute;
  right: 0;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
  max-height: 100%;
}
.button-base {
  padding: 1rem 2.7rem;
  font-size: 1.125rem;
  display: inline;
  border: 0;
  width: fit-content;
  text-decoration: none;
}
.button-base--rounded {
  border-radius: 5px;
}
.button-base--outline.button-base--yellow {
  background-color: #fff0;
  border: 2px solid var(--background-yellow);
}
.button-base--outline.button-base--green {
  background-color: #fff0;
  border: 2px solid var(--background-green);
}
.button-base--yellow {
  background-color: var(--background-yellow);
  color: var(--text-black);
}
.button-base--green {
  background-color: var(--background-green);
  color: var(--text-white);
}
.button-base:hover {
  opacity: 0.9;
}
@media screen and (max-width: 992px) {
  .button-base {
    font-size: 1rem;
  }
}
.text-yellow {
  color: var(--text-yellow);
}
.half-border-yellow {
  border-bottom: 1px solid var(--text-yellow);
  border-image: linear-gradient(
      to right,
      var(--text-yellow) 50%,
      transparent 50%
    )
    100% 1;
}
.dropdown-item-custom-hover:hover {
  background-color: #fff0;
  color: var(--text-yellow);
}
@media screen and (min-width: 992px) {
  .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 5px;
  }
  .nav-item:hover {
    border-image: linear-gradient(
        to right,
        var(--text-yellow) 50%,
        transparent 50%
      )
      100% 1;
    color: var(--text-yellow) !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .nav-item:hover a.custom-nav-item {
    color: var(--text-yellow) !important;
  }
}
.header-height {
  height: 124px;
  transition: height 0.2s ease;
}
.header-shadow {
  margin-top: -10px;
  height: 10px;
  box-shadow: 0 8px 8px -3px rgb(0 0 0 / 0.2);
}
.header-left-white-section {
  height: 124px;
}
.header-triangle-container {
  position: relative;
  width: 0;
}
.nav-item {
  z-index: 10;
}
.header-triangle {
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 124px 74px 0 0;
  border-color: #fff #fff0 #fff0 #fff0;
}
.header-logo {
  height: 124px;
}
.dropdown-menu {
  padding: 2rem 1.5rem;
  background-color: #282828;
  border-radius: 0;
}
.dropdown-menu > li + li {
  margin-top: 1.25rem;
}
.custom-nav-item {
  color: #fff;
}
.custom-nav-item.text-yellow {
  color: var(--text-yellow);
}
.dropdown-menu li > a {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-nav {
  gap: clamp(1rem, 2.4vw, 2rem);
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media screen and (max-width: 992px) {
  .header-left-white-section {
    height: 65px;
  }
  .navbar-nav {
    gap: 0 !important;
    padding: 2rem min(2.5rem, 2%);
    width: 100%;
  }
  .half-border-yellow {
    border-bottom-width: 0 !important;
    border-image: none;
  }
  .navbar-nav > li.dropdown > a:after {
    text-align: right;
    float: right;
    content: "\F282";
    font-family: "bootstrap-icons";
    border: 0 !important;
    font-size: 1.125rem;
    font-weight: 900;
  }
  .navbar-nav > li + li {
    margin-top: 0.6rem;
    border-top: 1px solid var(--text-yellow);
    padding-top: 0.6rem;
  }
  .navbar-nav > li > a {
    width: 100% !important;
    color: var(--text-yellow);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    font-family: var(--poppins);
    text-transform: none;
  }
  .dropdown-menu {
    position: relative !important;
    padding: 1.125rem 1.5rem;
    padding-bottom: 0.9rem;
    width: 100%;
    transform: none !important;
    background-color: #fff;
    border: 0;
  }
  .dropdown-menu li > a {
    font-weight: 400 !important;
    font-size: 1rem !important;
    color: black !important;
    text-transform: none;
  }
  .header-logo {
    height: 65px;
  }
  .header-logo img {
    object-fit: contain;
    height: 100%;
  }
  .header-triangle {
    display: none;
  }
  .header-height {
    height: 65px;
  }
  .header-height:has(.custom-nav.collapsing),
  .header-height:has(.custom-nav.show) {
    height: 110vh;
  }
  .custom-nav {
    position: absolute;
    inset: 0;
    display: block;
  }
  .custom-nav .navbar-nav {
    padding-left: 1.5rem;
    padding-right: 2rem;
    margin-top: 4rem;
    margin-right: -8px;
    display: flex;
    flex-direction: column;
    height: calc(96vh);
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: space-between;
  }
  .custom-nav .custom-nav-item {
    color: var(--text-yellow);
  }
  .custom-nav .custom-nav-item.text-yellow {
    color: var(--text-yellow);
  }
}
.url-button {
  font-size: 16px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #000;
  padding: 16px 40px;
  max-width: 170px;
}
.background-yellow {
  background-color: var(--background-yellow);
}
.video-button {
  z-index: 2;
  cursor: pointer;
  object-fit: contain;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0 solid;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon {
  font-size: 24px;
  color: #ffcc4e;
}
.circles {
  display: block;
  position: relative;
}
.circle1 {
  z-index: -1;
  display: block;
  position: absolute;
  border-radius: 55px;
  padding: 50px;
  transform: scale(0.25);
  -ms-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  -o-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -webkit-transform-origin: center;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.delay1 {
  animation-delay: 0.4s;
}
.ping {
  top: -18px;
  left: -18px;
  border: solid #fcdb5a 3px;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-name: ping;
  -webkit-animation-name: ping;
}
@-webkit-keyframes ping {
  from {
    transform: scale(0.45);
    -ms-transform: scale(0.45);
    -webkit-transform: scale(0.45);
    -o-transform: scale(0.45);
    -moz-transform: scale(0.45);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0;
  }
}
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18px;
  width: 27px;
}
.nav-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: var(--text-yellow);
  transition: all 100ms ease-in-out;
}
.nav-toggle:hover {
  cursor: pointer;
}
.x:nth-of-type(1) {
  transition: all 100ms ease-in-out;
  transform: rotate(40deg);
  transform-origin: top left;
  width: 25px;
}
.x:nth-of-type(2) {
  transition: all 100ms ease-in-out;
  transform-origin: center;
  width: 0;
}
.x:nth-of-type(3) {
  transition: all 100ms ease-in-out;
  transform: rotate(-40deg);
  transform-origin: bottom left;
  width: 25px;
}
.custom-nav {
  display: flex;
  flex-direction: column;
}
.mobile-search-input {
  height: 20px;
}
@media screen and (max-width: 992px) {
  .mobile-search-input {
    transition: all 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }
  .mobile-search-input::placeholder {
    color: var(--text-yellow) !important;
    opacity: 1;
  }
  .mobile-search-input::-ms-input-placeholder {
    color: var(--text-yellow) !important;
  }
}
#green-feature-banner .green-line {
  position: absolute;
  inset: 0;
}
#green-feature-banner .green-container {
  padding: 0 4.5rem;
  background-color: #e9f1ee;
  display: flex;
  align-items: center;
  min-height: 380px;
  overflow: hidden;
}
#green-feature-banner .green-content-wrapper {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
#green-feature-banner .logo-container {
  z-index: 11;
  display: flex;
}
#green-feature-banner .logo {
  width: 460px;
  object-fit: contain;
  background-color: #e9f1ee;
}
#green-feature-banner .item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background-color: #e9f1ee;
  z-index: 10;
}
#green-feature-banner .blue-box {
  width: 107px;
  height: 107px;
  padding: 3px;
  overflow: hidden;
}
#green-feature-banner .blue-box > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
#green-feature-banner .border-wrapper {
  padding-top: 0.53vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#green-feature-banner .border-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
}
#green-feature-banner .item:last-child .border-line {
  width: 50%;
}
#green-feature-banner .border-dot {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 13;
  width: 16px !important;
  height: 16px !important;
}
#green-feature-banner .inner-dot {
  background-color: #65c04c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
#green-feature-banner .text {
  height: 107px;
  font-size: 1.5rem;
  width: min-content;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 1700px) {
  #green-feature-banner .logo-container {
    z-index: 12;
    padding-bottom: 0.664vw;
  }
  #green-feature-banner .border-wrapper {
    padding-top: 0;
  }
  #green-feature-banner .logo {
    width: 690px;
    height: 570px;
  }
}
@media (max-width: 1300px) {
  #green-feature-banner .border-wrapper {
    padding-top: 0.7vw;
  }
  #green-feature-banner .green-content-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 0;
  }
  #green-feature-banner .green-container {
    padding: 2rem 0;
  }
}
@media (max-width: 992px) {
  #green-feature-banner .border-wrapper {
    padding-top: 0.65vw;
  }
  #green-feature-banner .svg-line {
    stroke-width: 1px !important;
  }
  #green-feature-banner .text {
    font-size: 21px;
    height: 80px;
  }
  #green-feature-banner .logo-container {
    z-index: 11;
    justify-content: flex-end;
  }
  #green-feature-banner .green-content-wrapper {
    gap: 30px 0;
  }
  #green-feature-banner .border-line {
    border-bottom-width: 0.5px;
  }
  #green-feature-banner .logo {
    width: 200px;
    height: 146px;
  }
  #green-feature-banner .blue-box {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 655px) {
  #green-feature-banner .border-wrapper {
    padding-top: 0.8vw;
  }
  #green-feature-banner .green-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 360px) {
  #green-feature-banner .border-wrapper {
    padding-top: 0.8vw;
  }
  #green-feature-banner .green-content-wrapper {
    grid-template-columns: 1fr;
  }
  #green-feature-banner .logo-container {
    justify-content: center;
    margin-right: -10%;
  }
  #green-feature-banner .logo-container .svg-line {
    display: none;
  }
}
.info-card-carousel {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: 3.125rem 0 !important;
}
.info-card-carousel__swiper-button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-card-carousel__swiper-button i {
  font-size: 1rem;
  color: var(--text-black);
  font-weight: 900;
  -webkit-text-stroke: 1px;
}
.info-card-carousel__swiper-button:hover {
  background-color: #fefefe;
}
.info-card-carousel__swiper-button:active {
  transform: scale(0.9);
}
.info-card-carousel__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel-with-background .title-base .title {
  font-size: clamp(1rem, 9.7087378640777vw, 2.8125rem);
}
#carousel-with-background .title-base .subtitle {
  font-size: clamp(1rem, 9.7087378640777vw, 2.8125rem);
}
@media (max-width: 992px) {
  #carousel-with-background .title-base {
    align-items: center;
  }
  #carousel-with-background .title-base > span {
    text-align: center;
  }
}
#carousel-with-background .description-base > * {
  font-size: clamp(0.875rem, 3.8834951456311vw, 1.25rem);
}
.featured-video-card {
  display: flex;
  gap: 3rem;
}
.featured-video-card .text-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
}
.featured-video-card .text-container .title {
  font-family: Poppins;
  font-size: clamp(2rem, 7.7669902912621vw, 2.8125rem);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: clamp(0.2rem, 1.1650485436893vw, 0.421875rem);
  text-transform: uppercase;
  color: #fcdb5a;
  margin: 0;
  padding: 0;
}
.featured-video-card .text-container .subtitle {
  font-family: Poppins;
  font-size: clamp(2rem, 7.7669902912621vw, 2.8125rem);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: clamp(0.2rem, calc(1.1650485436893vw), 0.421875rem);
  text-transform: uppercase;
  color: #333;
  margin: 0;
}
.featured-video-card .text-container .description {
  font-family: Poppins;
  font-size: clamp(1rem, 3.8834951456311vw, 1.25rem);
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  color: #333;
  margin: 0;
}
.featured-video-card .text-container .button-base {
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.video-container {
  width: 55%;
  display: flex;
  position: relative;
}
.video-container .video-image {
  aspect-ratio: 1.7777777777778;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-container .overlay {
  padding: 1.5rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: rgb(0 0 0 / 0.5);
  z-index: 1;
}
.video-container .overlay .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-container .overlay .video-meta .date {
  margin-bottom: 0.42rem;
  background-color: var(--background-yellow);
  display: flex;
  width: 3.54075rem;
  height: 3.54075rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.video-container .overlay .video-meta .date .day {
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 1.27469rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.video-container .overlay .video-meta .date .month {
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 0.70813rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.video-container .overlay .video-meta .title {
  color: var(--white, #fff);
  font-family: Poppins;
  font-size: 1.41631rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.video-container .overlay .video-meta .subtitle {
  color: #fcdb5a;
  font-family: Poppins;
  font-size: 1.13306rem;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  text-transform: uppercase;
}
.video-container--square {
  aspect-ratio: 1;
  width: 100%;
}
.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.12rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 992px) {
  .featured-video-card {
    flex-direction: column;
    gap: 1.5rem;
  }
  .featured-video-card .text-container {
    width: 100%;
  }
  .video-button {
    width: 1.65rem;
    height: 1.65rem;
  }
  .play-icon {
    font-size: 14px;
  }
  .circle1 {
    padding: 1.65rem;
  }
  .ping {
    top: -16px;
    left: -16px;
  }
  .video-container {
    width: 100%;
  }
  .video-container .overlay {
    padding: 0.7rem 0.8rem;
  }
  .video-container .overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-container .overlay .video-meta .date {
    width: 1.4885rem;
    height: 1.4885rem;
    margin-bottom: 0.18rem;
  }
  .video-container .overlay .video-meta .date .day {
    font-size: 0.53588rem;
  }
  .video-container .overlay .video-meta .date .month {
    font-size: 0.29769rem;
  }
  .video-container .overlay .video-meta .title {
    font-size: 0.59538rem;
  }
  .video-container .overlay .video-meta .subtitle {
    font-size: 0.47631rem;
  }
  .videos-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.38rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cert-card {
  display: flex;
  gap: 4rem;
}
.cert-card .text-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.cert-card .text-container h2 {
  flex-direction: column;
  display: flex;
  padding: 0;
  margin: 0;
}
.cert-card .text-container .title {
  font-family: Poppins;
  font-size: clamp(1rem, 7.7669902912621vw, 1.29rem);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: clamp(0.1rem, 1.1650485436893vw, 0.19rem);
  text-transform: uppercase;
  color: #333;
  margin: 0;
  padding: 0;
}
.cert-card .text-container .subtitle {
  font-family: Poppins;
  font-size: clamp(1rem, 7.7669902912621vw, 1.29rem);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: clamp(0.1rem, 1.1650485436893vw, 0.19rem);
  text-transform: uppercase;
  color: #333;
  margin: 0;
}
.cert-card .text-container .description {
  font-family: Poppins;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #333;
  margin: 0;
}
@media (max-width: 992px) {
  .cert-card {
    flex-direction: column;
    gap: 0.4rem;
  }
  .cert-card .image-wrapper {
    width: 100%;
  }
  .cert-card .description {
    display: none;
  }
  .cert-card .text-container {
    width: 100%;
  }
  .cert-card .text-container .title {
    font-size: 0.96044rem;
    letter-spacing: 0.14406rem;
  }
  .cert-card .text-container .subtitle {
    font-size: 0.96044rem;
    letter-spacing: 0.14406rem;
  }
}
.image-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
  width: 30%;
  height: min-content;
  justify-content: center;
}
.image-wrapper .card-image {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-wrapper .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / 0.81) 100%);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  padding: 1rem;
}
.image-wrapper .date-text {
  color: #fcdb5a;
  text-transform: uppercase;
  margin-top: 122px;
  font: 275 10px Poppins, sans-serif;
}
.image-wrapper .title-text {
  color: var(--white, #fff);
  margin-top: 6px;
  font: 600 13px Poppins, sans-serif;
}
.certs-grid:before {
  background: url(../../images/site3/decoration-pineapple.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 10vw;
  height: 20vw;
  z-index: -1;
}
@media (max-width: 992px) {
  .certs-grid:before {
    display: none;
  }
}
.certs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.12rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 992px) {
  .certs-grid {
    gap: 1.25rem 1rem;
    margin-top: 0;
  }
}
#rehber {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#rehber .rehber-header {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
#rehber .rehber-header .line {
  height: 0;
  flex-grow: 1;
  min-width: 10px;
  background-color: var(--text-yellow);
  border-bottom: 1px solid var(--text-yellow);
}
#rehber .rehber-header .rehber-button {
  border: 1px solid var(--text-yellow);
  color: var(--text-black);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1rem 3.6rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
}
#rehber .rehber-header .rehber-button:hover {
  background-color: var(--text-light-yellow);
}
#rehber .rehber-header .rehber-button.active {
  background-color: var(--background-yellow);
  font-weight: 600;
  cursor: default;
  transition: all 0.2s ease;
}
#rehber .content-container {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
#rehber .content {
  width: 70%;
}
#rehber .content .title {
  color: #fcdb5a;
  font-family: Poppins;
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.42188rem;
  margin-left: 5rem;
}
#rehber .content .items {
  gap: 2rem;
  background-color: var(--background-light-green);
  display: flex;
  padding: 5rem;
  flex-wrap: wrap;
  align-items: stretch;
}
#rehber .content .item {
  flex-basis: calc(31.933333333333%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  position: relative;
}
#rehber .content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rehber .content .item .item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  color: var(--white, #fff);
  max-width: 50%;
  bottom: 1.3rem;
  left: 1.5rem;
  position: absolute;
}
#rehber .sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: min(18rem, 30%);
  height: 100%;
}
#rehber .sidebar .rehber-sidebar-button {
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  position: relative;
  transition: all 0.2s ease;
}
#rehber .sidebar .rehber-sidebar-button:hover:after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1.5rem;
  background-color: var(--text-light-yellow);
  width: 1.5rem;
  height: 80%;
}
#rehber .sidebar .rehber-sidebar-button.active:after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1.5rem;
  background-color: var(--background-yellow);
  width: 1.5rem;
  height: 80%;
}
#rehber .sidebar .rehber-sidebar-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rehber .sidebar .rehber-sidebar-button .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  color: var(--white, #fff);
  max-width: 50%;
  bottom: 1.3rem;
  left: 1.5rem;
  position: absolute;
}
#rehber .step {
  flex-basis: calc(48%);
}
#rehber .step .step-group {
  display: flex;
  padding: 1rem 2.6875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 2px solid #4a8b71;
  background: #fff;
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#rehber .step .step-text {
  margin-top: 2rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rehber .step .step-text .step-title {
  color: #333;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: normal;
}
#rehber .step .step-text .step-description {
  color: #333;
  font-family: Poppins;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#rehber .step .step-text .step-value {
  color: #555;
  text-align: right;
  font-family: Poppins;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
#rehber .rehber-header-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  #rehber .rehber-header-mobile {
    display: flex;
    flex-direction: column;
  }
  #rehber .rehber-header-mobile .rehber-select-options:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    height: 10px;
    box-shadow: inset 0 5px 10px -7px rgb(0 0 0 / 0.5);
    z-index: 1;
  }
  #rehber .rehber-header-mobile .rehber-select-options {
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  #rehber .rehber-header-mobile .rehber-select-options > li + li {
    border-top: 0.4px solid #3332;
  }
  #rehber .rehber-header-mobile .rehber-select-options > li {
    margin-top: 0;
    position: relative;
    width: 100%;
    padding: 1rem 2.6875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid #fcdb5a;
    background: #fcdb5a;
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style: none;
  }
  #rehber .rehber-header-mobile .rehber-select {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 1rem 2.6875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid #fcdb5a;
    background: #fcdb5a;
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #rehber .rehber-header-mobile .rehber-select-chevron {
    color: #333;
    top: calc(49.2%);
    right: 20%;
    position: absolute;
    font-size: 1.125rem;
  }
  #rehber .rehber-header {
    display: none;
  }
  #rehber .content .items {
    padding: 3rem 1rem;
  }
  #rehber .content .item {
    flex-basis: calc(49%);
  }
  #rehber .content .item .item-title {
    font-size: 0.87325rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    left: 0.8rem;
    bottum: 0.8rem;
  }
  #rehber .content .title {
    font-size: 2rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    margin-left: 0;
  }
  #rehber .sidebar {
    display: none;
  }
  #rehber .content {
    width: 100%;
  }
  #rehber .content .items {
    width: 100%;
  }
  #rehber .step {
    flex-basis: 100%;
  }
}
.contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.additional-info > span:first-child {
  font-weight: 600;
}
.content-wrapper {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 2rem;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: repeat(3, min(350px, 100%));
  text-align: center;
  text-wrap: balance;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .content-wrapper {
    grid-template-columns: 1fr;
  }
  .content-wrapper > svg:nth-child(1) {
    order: 1;
  }
  .content-wrapper > .section-title:nth-child(4) {
    order: 2;
  }
  .content-wrapper > .additional-info:nth-child(7) {
    order: 3;
  }
  .content-wrapper > .additional-info:nth-child(8) {
    order: 4;
  }
  .content-wrapper > svg:nth-child(2) {
    order: 5;
  }
  .content-wrapper > .section-title:nth-child(5) {
    order: 6;
  }
  .content-wrapper > .additional-info:nth-child(9) {
    order: 7;
  }
  .content-wrapper > .additional-info:nth-child(10) {
    order: 8;
  }
  .content-wrapper > svg:nth-child(3) {
    order: 9;
  }
  .content-wrapper > .section-title:nth-child(6) {
    order: 10;
  }
  .content-wrapper > .additional-info:nth-child(11) {
    order: 11;
  }
  .content-wrapper > .additional-info:nth-child(12) {
    order: 12;
  }
}
.section-title {
  align-self: center;
  font: 600 24px Poppins, sans-serif;
}
.additional-info {
  font-family: Poppins, sans-serif;
  display: flex;
  flex-direction: column;
}
.catalogue-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.catalogue-container .brand-button.active {
  border: 1px solid #fcdb5a;
  box-shadow: 0 0 8.115px 0 #eaca67;
}
.catalogue-container .sub-brands {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.catalogue-container .sub-brand-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--background-yellow);
  background-color: #fff0;
  color: #333;
  border-radius: 999px;
  padding: 0.38rem 2rem;
}
.catalogue-container .sub-brand-button.active {
  color: #fff;
  background-color: var(--background-yellow);
}
.header-brands {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  overflow-x: hidden;
}
.header-brands > * {
  flex-shrink: 0;
}
.brand-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  cursor: pointer;
  color: var(--text-black);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
  border-radius: 0.25356rem;
  border: 0.676px solid #e6e6e6;
  background: #fff;
  width: 13.1865rem;
  height: 4.73363rem;
  padding: 10px 15px;
}
.brand-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-container {
  display: flex;
  gap: 2rem;
}
.filters {
  display: flex;
  max-width: 300px;
  min-width: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.filters .filter-container + .filter-container {
  border-top: 1px solid #e6e6e6;
}
.filters .filter-container {
  width: 100%;
  padding: 2rem 0;
}
.filters .filter-container .dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff0;
}
.filters .filter-container .dropdown-menu.show {
  position: relative !important;
  transform: translate(0, 0) !important;
}
.filters .filter-container .filter-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #1a1a1a;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 1.25rem;
}
.filters .filter-container .filter-label {
  color: #1a1a1a;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filters .filter-container .filter-label span {
  color: gray;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.filters .filter-container .filter-label input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  position: relative;
}
.filters .filter-container .filter-label input[type="radio"]:checked {
  border: 1px solid #fddb5a;
}
.filters .filter-container .filter-label input[type="radio"]:checked:before {
  content: "";
  border-radius: 50%;
  background-color: #fddb5a;
  inset: 2px;
  position: absolute;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 2rem;
  padding: 3.125rem 0;
  justify-content: space-between;
}
.product-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--text-light-yellow);
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--background-white);
  transition: all 0.2s ease;
}
.product-card .product-more-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f2f2f2;
  stroke: #333;
  transition: all 0.2s ease;
}
.product-card .product-title {
  transition: all 0.2s ease;
}
.product-card:hover {
  border: 1px solid #fcdb5a;
  box-shadow: 0 0 12px 0 #eaca67;
}
.product-card:hover .product-title {
  color: #fcdb5a;
}
.product-card:hover .product-more-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fcdb5a;
  stroke: #fff;
}
.product-image {
  height: 243px;
  width: min(243px, 100%);
  position: relative;
  padding: 3.125rem;
  margin: 0 auto;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}
.product-info {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.product-title {
  max-width: 70%;
  width: fit-content;
  color: #1a1a1a;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header-brands-mobile {
  display: none;
}
@media screen and (max-width: 1400px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .header-brands-mobile {
    display: flex;
    flex-direction: column;
  }
  .header-brands-mobile .catalogue-select-options:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    height: 10px;
    box-shadow: inset 0 5px 10px -7px rgb(0 0 0 / 0.5);
    z-index: 1;
  }
  .header-brands-mobile .catalogue-select-options {
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  .header-brands-mobile .catalogue-select-options > li + li {
    border-top: 0.4px solid #3332;
  }
  .header-brands-mobile .catalogue-select-options > li {
    margin-top: 0;
    position: relative;
    width: 100%;
    padding: 1rem 2.6875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid #fcdb5a;
    background: #fcdb5a;
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style: none;
  }
  .header-brands-mobile .catalogue-select {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 1rem 2.6875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid var(--background-yellow);
    background: #fff0;
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .header-brands-mobile .rehber-select-chevron {
    color: #333;
    top: calc(49.2%);
    right: 20%;
    position: absolute;
    font-size: 1.125rem;
  }
  .filters {
    display: none;
  }
  .content-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .products-grid {
    justify-content: center;
  }
  .products-grid .product-card .product-more-button {
    width: 1.4rem;
    height: 1.4rem;
  }
  .products-grid .product-card .product-more-button svg {
    width: 1rem;
    height: 1rem;
  }
  .product-title {
    font-size: 0.63588rem;
    font-weight: 400;
    line-height: 150%;
  }
  .product-image {
    padding: 1.25rem;
    height: 140px;
  }
  .product-image > div > svg {
    height: 110px;
  }
}
@media (max-width: 992px) {
  .mobile-no-border {
    border: none !important;
  }
}
#product-card .image-container {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#product-card .image-container > img {
  padding: 3.125rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#product-card .image-container .size-container {
  border-top: 1px solid #e6e6e6;
  gap: 1.25rem;
  width: 100%;
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#product-card .image-container .size-container .size-item:nth-child(odd) {
  border-right: 1px solid #e6e6e6;
}
#product-card .image-container .size-container .size-item:last-child {
  border-right: none;
}
#product-card .image-container .size-container .size-item {
  align-items: center;
  padding: 0;
  flex-basis: calc(48.75%);
  display: flex;
  gap: 2rem;
}
#product-card .image-container .size-container .size-item img {
  height: 4rem;
}
#product-card .image-container .size-container .size-item p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
}
#product-card .product-info-header {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
#product-card .product-info-header .product-title {
  margin: 0;
  color: #1a1a1a;
  font-family: Poppins;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
#product-card .product-info-header .product-brand {
  display: flex;
  padding: 0.25rem 0.5rem;
  height: min-content;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  background: rgb(32 181 38 / 0.2);
  color: #2c742f;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#product-card .product-info-container {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  background: #f5f5f5;
}
#product-card .product-info-container .tabs {
  display: flex;
}
#product-card .product-info-container .tabs .tab-item {
  width: 100%;
}
#product-card .product-info-container .tabs .tab-button {
  color: gray;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid #fff0;
  width: 100%;
  background-color: #fff0;
}
#product-card .product-info-container .tabs .tab-button.active {
  color: #1a1a1a;
  border-bottom: 2px solid #1fb526;
}
#product-card .product-info-container .desc {
  color: gray;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#product-card .product-info-container .desc ul {
  list-style-type: disc !important;
  margin-left: 1.5rem;
}
#product-card .product-info-container .desc li {
  display: list-item !important;
}
#product-card .ingredient-value {
  color: #555;
  text-align: right;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
#product-card .ingredient-name {
  color: #3c3c3c;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}
#product-card .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 4rem;
}
#product-card .features .feature-item {
  display: flex;
  gap: 8px;
  flex-basis: calc(46%);
  align-items: center;
}
#product-card .features .feature-item p {
  margin: 0;
  color: gray;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#product-card .files {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}
#product-card .files > li span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.73925rem;
  margin-right: 20px;
  text-wrap: nowrap;
}
#product-card .files > li svg {
  text-wrap: nowrap;
  flex-shrink: 0;
}
#product-card .product-info-contact-us {
  display: flex;
  flex: 1;
  gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
}
#product-card .product-info-contact-us span {
  max-width: 30%;
  text-wrap: balance;
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
#product-card .tab-content {
  transition: height 0.3s ease, opacity 0.5s ease;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#product-card ul {
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  #product-card {
    padding-bottom: 200px;
  }
  #product-card .features {
    gap: 0.77rem 2.5rem;
  }
  #product-card .features .feature-item img {
    width: 2rem;
    height: 2rem;
  }
  #product-card .features .feature-item p {
    font-size: 0.63294rem;
  }
  #product-card .ingredient-name {
    line-height: 0.70219rem;
    font-size: 0.75rem;
  }
  #product-card .ingredient-value {
    line-height: 0.70219rem;
    font-size: 0.75rem;
  }
  #product-card .product-info-contact-us {
    font-size: 1.07481rem !important;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #eee;
  }
  #product-card .product-info-contact-us a {
    flex-shrink: 0;
  }
  #product-card .product-info-contact-us span {
    font-size: 0.83594rem;
    line-height: 1.19425rem;
    max-width: 100%;
  }
  #product-card .image-container {
    padding: 1rem;
  }
  #product-card .image-container > img {
    padding: 0 4rem 1.5rem 4rem;
  }
  #product-card .image-container .size-container {
    gap: 1.5rem 0;
  }
  #product-card .image-container .size-container .size-item {
    flex-basis: 50%;
    justify-content: space-between;
  }
  #product-card .image-container .size-container .size-item > p {
    font-size: 0.75rem;
  }
  #product-card .image-container .size-container .size-item > img {
    height: 40px;
  }
  #product-card .image-container .size-container .size-item:nth-child(even) {
    padding-left: 1rem;
  }
  #product-card .image-container .size-container .size-item:nth-child(odd) {
    padding-right: 1rem;
  }
  #product-card .files {
    display: flex;
    flex-direction: column;
  }
  #product-card .files a {
    display: flex;
    justify-content: center;
  }
  #product-card .product-info-container {
    padding: 0;
    background: #fff;
  }
  #product-card .product-info-container .desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  #product-card .product-info-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
  }
  #product-card .product-info-header .product-title {
    max-width: 100%;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
}
.other-products {
  margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  background-color: #f8f8f8;
}
/* simdilik kapali */
/*@media screen and (max-width: 992px) {*/
/*    .other-products {*/
/*        display: none;*/
/*    }*/
/*}*/
.other-products .swiper-slide {
  width: 20rem;
}
.city-svg {
  cursor: pointer;
  transition: all 0.4s ease;
}
.city-svg:hover {
  opacity: 0.6;
}
.city-tooltip {
  position: absolute;
  z-index: 1000;
  border: 2px solid #ffeb00;
  background-color: #fff;
  box-shadow: 0 11px 22px 0 rgb(0 0 0 / 0.25);
  display: inline-flex;
  padding: 1rem 2.6875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 576px) {
  #city-modal .modal-dialog {
    max-width: min(1200px, 80vw);
  }
}
#city-modal .modal-content {
  border-radius: 0.75rem;
  border: 1px solid #fcdb5a;
  background: #fffcef;
  box-shadow: 0 11px 22px 0 rgb(0 0 0 / 0.2);
}
#city-modal .modal-content .city-modal-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#city-modal .modal-content .city-modal-left {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3.5rem 0;
  margin: 2.5rem 0;
  justify-content: center;
  align-items: center;
  border-right: 0.0625rem solid rgb(0 0 0 / 0.2);
}
@media screen and (max-width: 746px) {
  #city-modal .modal-content .city-modal-left {
    border-right: none;
    border-bottom: 0.0625rem solid rgb(0 0 0 / 0.2);
    padding: 1rem 0;
    margin: 0;
  }
}
#city-modal .modal-content #city-modal-representatives {
  flex-basis: 60%;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 0 3rem;
  margin: 3rem 0;
  max-height: 25rem;
  overflow-x: auto;
}
@media screen and (max-width: 992px) {
  #city-modal .modal-content #city-modal-representatives {
    flex-basis: 100%;
    padding: 0;
  }
}
#city-modal .representative-card {
  flex-basis: calc(48%);
  width: fit-content;
}
#city-modal .representative-card .representative-name {
  color: #333;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}
#city-modal .representative-card .representative-title {
  color: #333;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#city-modal .representative-card .representative-title span {
  margin-right: 1.5rem;
}
#city-modal .representative-card .representative-phone {
  color: #333;
  font-family: Ubuntu;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#city-modal .representative-card .representative-phone span {
  margin-right: 1.5rem;
}
#city-modal .representative-card .representative-phone a {
  color: #333;
  text-decoration: none;
}
#city-modal .representative-card .representative-mail {
  text-wrap: nowrap;
  color: #333;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#city-modal .representative-card .representative-mail span {
  margin-right: 1.5rem;
}
#city-modal .representative-card .representative-mail a {
  color: #333;
  text-decoration: none;
}
#city-modal #city-modal-label {
  color: #333;
  font-family: Poppins;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.spacer {
  margin: 24px 0;
  height: 1px;
  background-color: #e6e6e6;
}
@media screen and (min-width: 992px) {
  .line-clamp > p {
    display: none;
  }
  .line-clamp > p:first-child {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.float-image {
  float: left;
  max-width: 50%;
  margin: 0 3.125rem 3.125rem 0;
  height: min-content;
}
.float-image img {
  max-height: 360px;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .float-image {
    float: none;
    max-width: 100%;
    margin: 1.25rem 0;
    display: block;
  }
}
.full-height {
  height: 100%;
}
.full-height > * {
  height: 100%;
}
.extra-minicard-padding {
  padding: 0 4rem;
}
@media screen and (max-width: 992px) {
  .extra-minicard-padding {
    padding: 0;
  }
}
.bottom-approach .card-base {
  justify-content: space-between;
}
.bottom-approach .image-base {
  max-width: 24rem;
}
.bottom-approach .card-base__text {
  padding: 30px;
  padding-left: 0;
}
.info-point-steps {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.6rem;
  margin-bottom: 6.125rem;
  padding: 0 2rem;
}
.info-point-steps .info-step {
  flex-basis: calc(16.666666666667%);
  width: 100%;
}
.info-point-steps .info-step .info-step-border:before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: -0.8rem;
  border-radius: 999px;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.5rem;
  background-color: #4a8b71;
  outline: 4px solid #fff;
}
.info-point-steps .info-step .info-step-border {
  position: relative;
  width: 100%;
  border-left: 0.5px solid #c8cfb8;
  height: 4.5rem;
}
.info-point-steps .info-step:not(:last-child) > .info-step-border {
  border-top: 0.5px solid #c8cfb8;
}
.info-point-steps .info-step .info-step-text-container {
  display: flex;
  gap: 1rem;
  margin-left: -0.4rem;
}
.info-point-steps .info-step .info-step-text-container .info-step-number {
  color: #4a8b71;
  font-family: Poppins;
  font-size: 1.61563rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.info-point-steps .info-step .info-step-text-container .info-step-text {
  max-width: 85%;
  padding-right: 40px;
  color: #333;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
}
.info-point-steps .info-step .info-step-text-container .info-step-text b,
.info-point-steps .info-step .info-step-text-container .info-step-text strong {
  color: #4a8b71;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .info-point-steps {
    flex-direction: column;
    margin-bottom: 0;
  }
  .info-point-steps .info-step {
    flex-basis: auto;
    display: flex;
    height: min-content;
  }
  .info-point-steps .info-step .info-step-border {
    flex-shrink: 0;
    position: relative;
    width: 4.5rem;
    border-top: 0.5px solid #c8cfb8;
    border-left: none;
    min-height: 100%;
  }
  .info-point-steps .info-step:not(:last-child) > .info-step-border {
    border-left: 0.5px solid #c8cfb8;
  }
  .info-point-steps .info-step .info-step-text-container {
    flex-direction: column;
    margin-left: 0.6rem;
    margin-top: -1.2rem;
    gap: 0;
  }
  .info-point-steps .info-step .info-step-text-container .info-step-text {
    max-width: 110%;
    font-size: 1rem;
    margin-left: -3rem;
    padding-bottom: 50px;
    padding-right: 0;
  }
}
.search-results-container:before {
  background: url(../../images/site3/decoration-pineapple.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 10vw;
  height: 20vw;
  z-index: -1;
}
@media (max-width: 992px) {
  .search-results-container:before {
    display: none;
  }
}
.search-results-container {
  position: relative;
  padding-bottom: clamp(2rem, 7.68vw, 100px);
  padding-top: clamp(2rem, 7.68vw, 100px);
}
.search-results-container .search-extra-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 992px) {
  .search-results-container .search-extra-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.search-results-container .search-name {
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.search-results-container .search-link {
  color: #fcdb5a;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.search-results-container .search-result {
  color: #fcdb5a;
  font-family: Poppins;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.search-results-container .search-result span {
  font-weight: 600;
}
.search-input-container {
  background: #f8f8f8;
  padding: 3.13rem 0;
}
.search-input-container .search-input {
  border-radius: 0.5rem;
  border: 2px solid #333;
  height: 4.5rem;
  padding: 1rem 1.7rem;
  background: #fff0;
  color: #333;
  font-family: Ubuntu;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.search-input-container .search-form {
  width: 30%;
  min-width: min(400px, 90vw);
}
.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(1%, -2%);
  max-width: 500px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid gainsboro;
  box-shadow: 0 -2px 10px rgb(0 0 0 / 0.1);
  color: #000;
  font-size: 14px;
  z-index: 1000;
}
.cookie-consent-button {
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.cookie-consent-button:hover {
  box-shadow: 0 -2px 5px rgb(0 0 0 / 0.2);
}
.cookie-consent-button:active {
  opacity: 0.5;
}
.cookie-consent-button.btn-success {
  border: 1px solid var(--text-yellow);
  color: var(--text-yellow);
  background-color: #f8f9fa;
  font-weight: 700;
}
.cookie-consent-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .on-mobile-delete-width-and-margin-left {
    width: auto !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .header-carousel-row .circle1 {
    padding: 48px;
  }
}
