@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.accolades-holder {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 50px;
}
.accolades-holder .img-holder {
  width: 31.139vw;
  position: sticky;
  top: 0;
  height: 100vh;
}
.accolades-holder .img-holder img {
  width: 31.139vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.accolades-holder .accolades-list-holder {
  width: calc(100% - 31.139vw);
  padding: 0px 40px;
}
.accolades-holder .accolades-list-holder .accolades-single-item {
  display: flex;
  -moz-column-gap: 6.167vw;
       column-gap: 6.167vw;
  padding: 30px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-logo {
  width: clamp(350px, 20vw, 200px);
  min-width: 350px;
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-title {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #574F25;
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists {
  width: clamp(350px, 75vw, 600px);
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .single-row {
  display: flex;
  -moz-column-gap: 4.167vw;
       column-gap: 4.167vw;
  min-height: 68px;
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .single-row .catgory-name {
  width: 10.3vw;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #574F25;
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .words-holder {
  width: 10.3vw;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #17100B;
}
.accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .year {
  width: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #17100B;
}

#accolades {
  padding: 70px 0px 0px 0px !important;
}

#accolades .black-bottom-border-opacity-50 {
  border: 0px !important;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-section .hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section .hero-bg::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-section .hero-content {
  position: relative;
  z-index: 1;
}
.hero-section .hero-content h1 {
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 15px;
  color: #FCF9CE;
  font-family: "Raleway", sans-serif;
}
.hero-section .hero-content p {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #FCF9CE;
  font-family: "Raleway", sans-serif;
}
.hero-section .animation-scroll {
  position: absolute;
  bottom: 40px;
}

.preferred-bilder-wrapper {
  display: flex;
}
.preferred-bilder-wrapper .left-content {
  width: 55%;
  padding: 50px 96px 50px 0px;
  background-color: #17100B;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.preferred-bilder-wrapper .left-content .top-logo {
  margin-bottom: 32px;
}
.preferred-bilder-wrapper .left-content h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  color: #FCF9CE;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
}
.preferred-bilder-wrapper .left-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.277px;
  margin-bottom: 32px;
  color: #D0D5DD;
}
.preferred-bilder-wrapper .left-content a {
  padding: 12px 20px;
  border: 2px solid #FCF9CE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #FCF9CE;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 1s;
}
.preferred-bilder-wrapper .left-content a:hover {
  background-color: #81794c;
  transition: all 1s;
}
.preferred-bilder-wrapper .right-image {
  width: 45%;
}

.features-section {
  padding: 120px 0px;
  background-image: url(../images/Features-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.features-section .feature-container {
  max-width: 1340px;
  margin: 0 auto;
}
.features-section .feature-container .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 64px;
}
.features-section .feature-container .features-grid .feature-item img {
  border-radius: 50%;
  margin-bottom: 30px;
}
.features-section .feature-container .features-grid .feature-item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #574F25;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
.features-section .feature-container .features-grid .feature-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #17100B;
}

.about-section {
  padding: 140px 0px;
  background-color: #17100B;
}
.about-section .top-row {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  margin-bottom: 94px;
  padding: 0px 40px;
}
.about-section .top-row h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  color: #FCF9CE;
  font-family: "Raleway", sans-serif;
  flex: 1;
}
.about-section .top-row .top-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.308px;
  color: #D0D5DD;
  flex: 1;
}
.about-section .about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.about-section .about-points .point-item .icon {
  margin-bottom: 20px;
}
.about-section .about-points .point-item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #FCF9CE;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
.about-section .about-points .point-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #D0D5DD;
}

.ftTabs {
  padding: 96px 0px;
}
.ftTabs ._top {
  text-align: left;
  max-width: 730px;
  margin: 0px 0 64px 0;
}
.ftTabs ._top h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  color: #574F25;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
.ftTabs ._top p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #667085;
  font-family: "Raleway", sans-serif;
}
.ftTabs .tab-row {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
  align-items: center;
}
.ftTabs .tab-row .tabs-col {
  width: 50%;
}
.ftTabs .tab-row .img-col {
  width: 50%;
}
.ftTabs .tabs-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftTabs .tabs-info ul li {
  padding: 16px 20px 16px 24px;
  position: relative;
  margin-bottom: 30px;
}
.ftTabs .tabs-info ul li:last-child {
  margin-bottom: 0px;
}
.ftTabs .tabs-info ul li.active:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #574F25;
}
.ftTabs .tabs-info ul li.active ._txt a {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  transition: all 1s;
}
.ftTabs .tabs-info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #F2F4F7;
}
.ftTabs .tabs-info ul li:hover ._txt a {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  transition: all 1s;
}
.ftTabs .tabs-info ul li ._txt h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #574F25;
  margin-bottom: 8px;
}
.ftTabs .tabs-info ul li ._txt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #667085;
  margin-bottom: 0px;
}
.ftTabs .tabs-info ul li ._txt a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #575025;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 20px;
  height: 0;
  opacity: 0;
  transition: all 1s;
}
.ftTabs ._img img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-section {
  background: linear-gradient(180deg, #FFF 51.43%, var(--Text-Color, #17100B) 51.44%);
  padding: 32px 0px 96px 0px;
}
.cta-section .cta-container {
  display: flex;
}
.cta-section .cta-container .content-holder {
  width: 55%;
  padding: 86px 112px 86px 32px;
  background-color: #574F25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/cta-bg-pattren.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.cta-section .cta-container .content-holder .caption {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #FCF9CE;
  margin-bottom: 10px;
}
.cta-section .cta-container .content-holder .heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  color: #FCF9CE;
  margin-bottom: 24px;
}
.cta-section .cta-container .content-holder p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #D0D5DD;
}
.cta-section .cta-container .content-holder a {
  margin-top: 30px;
  padding: 12px 20px;
  border: 2px solid #FCF9CE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #FCF9CE;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 1s;
}
.cta-section .cta-container .content-holder a:hover {
  background-color: #81794c;
  transition: all 1s;
}
.cta-section .cta-container .image-holder {
  width: 45%;
}
.cta-section .cta-container .image-holder .image {
  height: 100%;
}
.cta-section .cta-container .image-holder .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.faq-wrapper {
  padding: 66px 0px 136px 0px;
  background: linear-gradient(180deg, #17100B 0%, #000 100%);
}
.faq-wrapper .faq-inner-holder {
  max-width: 768px;
  margin: 0 auto;
}
.faq-wrapper .faq-inner-holder .faq-header {
  text-align: center;
  margin-bottom: 64px;
}
.faq-wrapper .faq-inner-holder .faq-header h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  color: #FCF9CE;
}
.faq-wrapper .faq-inner-holder .accordion {
  background: transparent;
}

.accordion-item {
  border: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #EAECF0;
}
.accordion-item.active {
  padding: 20px;
  transition: all 0.5s;
}
.accordion-item.active .accordion-button {
  transition: all 0.5s;
}

.accordion-button:not(.collapsed) {
  color: #FCF9CE;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 10px;
}

.accordion-button {
  background-color: transparent !important;
  align-items: center;
  width: 100%;
  position: relative;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}
.accordion-button::after {
  margin-left: auto;
  content: "";
  flex-shrink: 0;
}

.collapse:not(.show) {
  display: none;
}

.accordion-headerX {
  margin-bottom: 0px;
}

.accordion-button {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.277px;
  color: #FCF9CE;
  padding: 0px;
  transition: all 0.5s;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.accordion-button:hover {
  color: #FCF9CE;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #D0D5DD;
}
.accordion-body p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.246px;
  color: #D0D5DD;
}
.accordion-body ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23FCF9CE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: cover;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23FCF9CE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: unset;
}

.grid-container {
  max-width: 1280px;
}

@media screen and (max-width: 1400px) {
  .features-section .feature-container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1300px) {
  .grid-container {
    padding: 0px 30px;
  }
  .preferred-bilder-wrapper .left-content {
    padding-left: 30px !important;
  }
  .features-section .feature-container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .accolades-holder {
    flex-direction: column;
  }
  .accolades-holder .img-holder img {
    width: 100%;
    height: unset;
    max-height: 294px;
  }
  .accolades-holder .img-holder {
    width: 100%;
    height: unset;
  }
  .accolades-holder .accolades-list-holder {
    width: 100%;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-logo {
    width: 13vw;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-title {
    width: 13.3vw;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists {
    width: 53vw;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .single-row .catgory-name {
    width: 16.3vw;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .words-holder {
    width: 25.3vw;
  }
  .preferred-bilder-wrapper {
    flex-direction: column;
  }
  .preferred-bilder-wrapper .left-content, .preferred-bilder-wrapper .right-image {
    width: 100%;
  }
  .preferred-bilder-wrapper .right-image img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .features-section .feature-container .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-section .top-row {
    flex-direction: column;
  }
  .cta-section .cta-container {
    flex-direction: column;
  }
  .cta-section .cta-container .content-holder {
    width: 100%;
  }
  .cta-section .cta-container .image-holder {
    width: 100%;
  }
  .ftTabs .tab-row .img-col {
    display: none;
  }
  .ftTabs .tab-row .tabs-col {
    width: 100%;
  }
  .ftTabs .tabs-info ul li:before, .ftTabs .tabs-info ul li.active:before {
    content: unset;
  }
  .ftTabs .tabs-info ul li {
    padding: 0px;
  }
  .ftTabs .tabs-info ul li ._txt {
    margin-bottom: 20px;
  }
  .ftTabs .tabs-info ul li .image-holder img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .features-section .feature-container {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 576px) {
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-logo {
    width: 100%;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-logo img {
    max-width: 138px;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-title {
    width: 100%;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .single-row .catgory-name {
    width: 100%;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .words-holder {
    width: 100%;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .single-row {
    flex-direction: column;
    min-height: unset;
    row-gap: 20px;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item .accolades-lists .single-row p {
    margin-bottom: 0px;
  }
  .accolades-holder .accolades-list-holder .accolades-single-item {
    flex-direction: column;
    row-gap: 20px;
    padding: 30px 20px;
  }
  .accolades-holder .accolades-list-holder {
    padding: 0px;
  }
  .article-body #accolades h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .features-section .feature-container .features-grid, .about-section .about-points {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-section .cta-container .content-holder {
    padding: 45px 35px;
  }
  .about-section .top-row {
    padding: 0px;
  }
  .title-bar {
    z-index: 99;
    position: relative;
  }
  .top-bar-wrapper-mobile {
    z-index: 99;
    position: relative;
  }
  .hero-section .hero-content h1 {
    font-size: 42px;
  }
  .hero-section .hero-content p {
    font-size: 24px;
  }
  .preferred-bilder-wrapper .left-content {
    padding: 30px;
  }
}/*# sourceMappingURL=updated.css.map */