:root {
  --container-margin: (100vw - 1260px) / 2;
  --navbar-height: 62px;
}

@media (max-width: 1300px) {
  :root {
    --container-margin: (100vw - 1000px) / 2;
    --navbar-height: 64px;
  }
}

@media (max-width: 1100px) {
  :root {
    --container-margin: (100vw - 700px) / 2;
    --navbar-height: 52px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-margin: (100vw - 500px) / 2;
  }
}

@media (max-width: 576px) {
  :root {
    --container-margin: 15px;
  }
}

@media (max-width: 768px) {
  .fix {
    padding: 0 15px;
  }
}

.hero-slider-container {
  position: relative;
}

.hero-slider-container::after {
  position: absolute;
  height: 100%;
  width: 100vw;
  content: "";
  background-color: #ffffff;
  top: 0;
  right: calc(100% - 20px);
  z-index: 2;
}

.hero-slider-container .slider-container .hero-slide {
  position: relative;
}

.hero-slider-container .slider-container .hero-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.hero-slider-container .slider-container .hero-slide .image {
  width: 100%;
}

.hero-slider-container .slider-container .hero-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: top;
  text-align: left;
  color: #ffffff;
  z-index: 2;
}

.hero-slider-container .slider-container .hero-slide .content .category {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 20%;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.5em;
}

@media (max-width: 767.98px) {
  .hero-slider-container .slider-container .hero-slide .content .category {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
  }
}

.hero-slider-container .slider-container .hero-slide .content .title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .hero-slider-container .slider-container .hero-slide .content .title {
    font-size: 22px;
    line-height: 22px;
  }
}

.hero-slider-container .controls-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
}

.hero-slider-container .controls-wrapper * {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: #3cb5a1;
  padding: 16px;
  border-radius: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-slider-container .controls-wrapper *.swiper-button-disabled {
  opacity: 0 !important;
}

.hero-slider-container .controls-wrapper .prev-slide {
  left: 0;
  transform: translateX(-50%);
}

@media (max-width: 1100px) {
  .hero-slider-container .controls-wrapper .prev-slide {
    transform: translateX(10px);
  }
}

.hero-slider-container .controls-wrapper .next-slide {
  right: 0;
  transform: translateX(50%);
}

@media (max-width: 1100px) {
  .hero-slider-container .controls-wrapper .next-slide {
    transform: translateX(-10px);
  }
}

.overlap-bg {
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1099.98px) {
  .overlap-bg {
    margin-top: 0;
  }
}

.overlap-bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  right: 0;
  background-color: #ffffff;
}

.overlap-bg .content {
  z-index: 1;
  position: relative;
  padding-top: 44px;
  color: #304a70;
}

.overlap-bg .content .category {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.overlap-bg .content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 30px;
}

.overlap-bg .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.overlap-bg .content .link {
  margin-top: 52px;
  margin-bottom: 24px;
}

@media (max-width: 764px) {
  .overlap-bg .content .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.image-overlap {
  margin-top: 120px;
  margin-left: 80px;
  z-index: 2;
  position: relative;
}

@media (max-width: 1099.98px) {
  .image-overlap {
    margin: 0 auto;
    width: 110%;
    /* height: auto; */
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sponsors-image-wrapper {
  position: relative;
  margin-top: 100px;
  height: 240px;
}

@media (max-width: 1099.98px) {
  .sponsors-image-wrapper {
    margin-top: 60px;
    height: 100px;
  }

  .sponsors-image-wrapper .sponsors-image {
    width: 100%;
  }
}

.sponsors-image-wrapper .sponsors-image {
  position: absolute;
  right: 0;
  top: 0;
}

.project {
  position: relative;
  color: #304a70;
  margin-top: 98px;
}

.project .caption {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (max-width: 576px) {
  .project .caption {
    margin-top: 64px;
  }
}

.project .title {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  .project .title {
    font-size: 26px;
  }
}

.project .title br {
  display: none;
}

@media (max-width: 576px) {
  .project .title br {
    display: initial;
  }
}

.project .project-content {
  font-size: 1rem;
  line-height: 1.25;
}

.project .project-content b {
  font-weight: 700;
}

.project .main-link {
  margin-top: 30px;
  display: flex;
}

@media (max-width: 760px) {
  .project .main-link {
    margin-bottom: 40px;
  }
}

.project .project-card .project-card-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-top: 34px;
}

@media (max-width: 500px) {
  .project .project-card .project-card-title {
    font-size: 26px;
    line-height: 30px;
  }
}

.project .project-card .project-card-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.project .project-card .overlap {
  margin-top: -30px;
}

@media (max-width: 1299.98px) {
  .project .project-card .overlap {
    margin-top: 24px;
  }
}

.project .project-card .large-overlap {
  margin-top: -170px;
}

@media (max-width: 1099.98px) {
  .project .project-card .large-overlap {
    margin-top: 0;
  }
}

.project .negativemarginrow {
  margin-top: -250px;
}

@media (max-width: 1099.98px) {
  .project .negativemarginrow {
    margin-top: -140px !important;
  }
}

@media (max-width: 576px) {
  .project {
    margin-top: 0;
  }
}

.small-overlap {
  margin-top: -60px;
}

@media (max-width: 767px) {
  .small-overlap {
    margin-top: 0;
  }
}

.card-holder {
  padding-top: 24px;
  background-color: #ffffff;
}

@media (max-width: 1100px) {
  .card-holder {
    overflow-x: hidden;
    padding-top: 0;
    padding-right: 10px;
  }
}

.section-info {
  color: #eb5d40;
  z-index: 2;
  pointer-events: none;
}

.section-info h2 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .section-info h2 {
    font-size: 1.375rem;
  }
}

.section-info p,
.section-info a {
  font-size: 0.9em;
  line-height: 1.2;
  color: #eb5d40;
  padding-right: 12px;
}

.section-info a {
  text-decoration: underline;
  transition: 0.3s ease;
  pointer-events: initial;
}

.section-info a:hover {
  color: #a5412d;
}

.section-info .subheadline {
  color: #304a70;
  font-size: 18px;
}

.points-wrapper {
  color: #304a70;
  margin-top: 180px;
}

.points-wrapper .caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.points-wrapper .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 30px;
}

@media (max-width: 764px) {
  .points-wrapper .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.points-wrapper .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.points-wrapper .point-card {
  margin-top: -60px;
}

@media (max-width: 1099.98px) {
  .points-wrapper .point-card {
    margin-top: 0;
  }
}

.points-wrapper .point-card .image {
  height: 120px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.points-wrapper .point-card .lastimage {
  height: 96px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 23px;
}

.points-wrapper .point-card .point-card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}

.points-wrapper .point-card .point-card-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.points-wrapper .middlepointcard {
  padding-left: 40px;
}

@media (max-width: 1099.98px) {
  .points-wrapper .middlepointcard {
    padding-left: 0 !important;
  }
}

@media (max-width: 1099.98px) {
  .points-wrapper {
    margin-top: 0;
  }
}

.quote-wrapper {
  margin-top: 52px;
  position: relative;
  padding: 56px 0;
}

.quote-wrapper .text {
  color: #304a70;
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
}

.quote-wrapper .quote-bg {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

@media (max-width: 764px) {
  .quote-wrapper .text {
    font-size: 26px;
    line-height: 32px;
  }
}

.video-card {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.3s ease;
  cursor: pointer;
}

.video-card .thumbnail-container {
  position: relative;
}

.video-card .thumbnail-container .video-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-card .thumbnail-container .play-icon {
  position: absolute;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-card .content {
  padding: 6px 18px;
  text-align: left;
  padding: 21px 21px 34px 21px;
  color: #304a70;
}

.video-card .content .date {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8392a9;
}

.video-card .content .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.video-card .content .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: none;
}

.video-card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.slider-wrapper {
  margin-top: 32px;
}

.slider-wrapper .slider-container {
  position: relative;
  z-index: 0;
}

.slider-section {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 24px;
}

.slider-section .slider-container {
  position: relative;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.slider-section .slider-container::before {
  position: absolute;
  height: 100%;
  width: 100%;
  right: calc(100% + 8px);
  top: -10px;
  content: "";
  background-color: #ffffff;
  z-index: 2;
}

@media (max-width: 1099px) {
  .slider-section .slider-container::before {
    display: none;
  }
}

.slider-section .slider-container .swiper-wrapper {
  height: initial;
  position: relative;
  left: 0;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide {
  transition: 0.3s ease;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide .video-card {
  transition: 0.3s ease;
  margin-right: 20px !important;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide .video-card .thumbnail-container {
  transition: 0.3s ease;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide .video-card .thumbnail-container .video-thumbnail {
  transition: 0.3s ease;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide-active {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  min-width: calc(50% - 5px) !important;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide-active .video-card .thumbnail-container .video-thumbnail {
  height: 240px;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide-active .video-card .content .title {
  font-size: 21px;
  line-height: 26px;
}

.slider-section .slider-container .swiper-wrapper .swiper-slide-active .video-card .content .description {
  display: block;
}

@media (max-width: 1100px) {
  .slider-section .slider-container .swiper-wrapper .swiper-slide-active {
    min-width: 66% !important;
  }
}

.slider-section .controls-wrapper {
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  z-index: 100;
}

.slider-section .controls-wrapper * {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: #3cb5a1;
  padding: 16px;
  border-radius: 24px;
  cursor: pointer;
}

.slider-section .controls-wrapper .prev-slide {
  left: 0;
  transform: translateX(-50%);
}

@media (max-width: 1100px) {
  .slider-section .controls-wrapper .prev-slide {
    transform: translateX(10px);
  }
}

.slider-section .controls-wrapper .next-slide {
  right: 0;
  transform: translateX(50%);
}

@media (max-width: 1100px) {
  .slider-section .controls-wrapper .next-slide {
    transform: translateX(-10px);
  }
}

.lastsection {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 40px;
}

.lastsection .imagetext {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 50px;
  position: relative;
  color: #304a70;
}

.lastsection .imagetext .allcontent {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
}

.lastsection .imagetext .allcontent .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  color: #304a70;
}

@media (max-width: 764px) {
  .lastsection .imagetext .allcontent .title {
    font-size: 26px;
  }
}

.lastsection .imagetext .allcontent .subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.2rem;
  color: #304a70;
}

.lastsection .imagetext .allcontent .textdesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  margin-bottom: 20px;
}

.lastsection .imagetext .allcontent .buttontext {
  font-size: 15px;
  background-color: #f0af36;
  color: white;
  padding: 0px 10px;
}

.lastsection .imagetext .allcontent .texteventi {
  font-size: 18px;
  color: #304a70;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}

.lastsection .imagetext .allcontent .linkspace {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

@media (max-width: 764px) {
  .lastsection .imagetext {
    padding-top: 0;
  }

  .lastsection .imagetext .allcontent {
    padding-top: 10px;
  }

  .lastsection .imagetext .allcontent .buttontext {
    margin-bottom: 20px;
  }

  .lastsection .imagetext .allcontent .textdesc {
    font-size: 15px;
    line-height: 18px;
  }

  .lastsection .imagetext .allcontent .texteventi {
    font-size: 16px;
  }

  .lastsection .imagetext .allcontent .title {
    font-size: 26px;
  }
}

.lastsection .imagetext .imagetext::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  content: "";
  background-color: rgba(60, 181, 161, 0.1);
  z-index: -1;
}

.lastsection .imagetext::after {
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 60%;
  content: "";
  background-color: rgba(60, 181, 161, 0.1);
  z-index: -1;
}

.esperts {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 40px;
  position: relative;
  color: #304a70;
}

.esperts .imgcontainer {
  margin-right: 20px;
}

.esperts .imgcontainer .phoneimage {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 764px) {
  .esperts .imgcontainer .phoneimage {
    width: 100%;
  }
}

.esperts .textcontent {
  display: flex;
  flex-direction: column;
}

.esperts .textcontent .titlesperto {
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  color: #304a70;
}

@media (max-width: 764px) {
  .esperts .textcontent .titlesperto {
    font-size: 26px;
  }
}

.esperts .textcontent .subtitlesperto {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.2rem;
  color: #304a70;
}

.esperts .textcontent .textdescriptive {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
}

.esperts .textcontent .linkspace {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

.esperts .textcontent .linkspace .link-text {
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 700;
}

@media (max-width: 764px) {
  .esperts .textcontent {
    margin-top: 30px;
  }
}

@media (max-width: 764px) {
  .esperts {
    padding-top: 10;
  }

  .esperts .allcontent {
    padding-top: 10px;
  }

  .esperts .allcontent .buttontext {
    margin-bottom: 20px;
  }

  .esperts .allcontent .textdesc {
    font-size: 15px;
    line-height: 18px;
  }

  .esperts .allcontent .texteventi {
    font-size: 16px;
  }
}

