/* archivo-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/archivo-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/archivo-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/archivo-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/archivo-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/archivo-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/archivo-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/archivo-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/archivo-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 1800px;
}

html {
  scroll-behavior: smooth;
}

.home {
  background: url("../bg-home-premiere.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}
.home .premiere-hero {
  min-height: 100vh;
  overflow: hidden;
  padding: 50px;
  color: #fff;
  font-family: "Archivo", sans-serif;
}
.home .logo_and_text img {
  width: 40% !important;
}
.home .logo_and_text .title_and_subtitle {
  padding-top: 4rem;
}
.home .logo_and_text .premiere-title {
  font-size: 3rem;
  line-height: 1.15;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
.home .logo_and_text .premiere-desc {
  font-size: 1.5rem;
  font-weight: lighter;
  max-width: 80%;
}
.home .right-col {
  height: 80vh;
}
.home .right-col .component-card {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 33px;
  background-color: rgba(171, 194, 211, 0.2);
  transition: filter 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  min-height: 120px;
}
.home .right-col .component-card h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
.home .right-col .component-card p {
  font-family: "Archivo", sans-serif;
  font-weight: 200;
}
.home .right-col .component-card:hover, .home .right-col .component-card:focus {
  filter: brightness(1.1);
}
.home .right-col .component-card .icon-box {
  width: 72px;
  height: 72px;
  position: relative;
  flex-shrink: 0;
}
.home .right-col .component-card .icon-box .first-icon,
.home .right-col .component-card .icon-box .second-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
}
.home .right-col .component-card .icon-box .first-icon img,
.home .right-col .component-card .icon-box .second-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home .right-col .component-card .text-box {
  position: relative;
  flex: 1;
  margin-left: 1.5rem;
  display: grid;
  place-items: center;
}
.home .right-col .component-card .text-box .text-front,
.home .right-col .component-card .text-box .text-back {
  grid-area: 1/1;
  width: 100%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: left;
}
.home .right-col .component-card .text-box .text-front {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
.home .right-col .component-card .text-box .text-back {
  opacity: 0;
  transform: translateY(10px);
  z-index: 1;
  pointer-events: none;
}
.home .right-col .component-card:hover .text-box .text-front {
  opacity: 0;
  transform: translateY(-10px);
  z-index: 1;
}
.home .right-col .component-card:hover .text-box .text-back {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .home .right-col .component-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }
  .home .right-col .component-card .icon-box {
    margin-bottom: 1rem;
  }
}
.home .right-col .component--1 .icon-box .first-icon {
  top: 0;
  left: 30%;
  transform: translate(-50%, 0);
  width: 36px;
  height: 36px;
}
.home .right-col .component--1 .icon-box .second-icon {
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translate(-60%, 0);
  width: 36px;
  height: 36px;
}
.home .right-col .component--1:hover .icon-box .first-icon {
  transform: translate(0%, 0);
}
.home .right-col .component--1:hover .icon-box .second-icon {
  transform: translate(-100%, 0);
}
.home .right-col .component--2 .icon-box .first-icon {
  z-index: 2;
  transform: rotate(180deg) translate(0%, 50%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  transition: transform 1s ease-in-out;
  width: 50px;
  height: 50px;
  top: 35%;
  left: 0;
}
.home .right-col .component--2 .icon-box .second-icon {
  z-index: 1;
  transform: rotate(0deg) translate(0%, 0%);
  width: 50px;
  height: 50px;
  top: 47.5%;
  left: 0;
}
.home .right-col .component--2:hover .icon-box .first-icon {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transform: rotate(180deg) translate(0%, 50%);
}
.home .right-col .component--2:hover .icon-box .second-icon {
  transform: rotate(0deg) translate(0%, 0%);
}
.home .right-col .component--3 .icon-box .first-icon {
  z-index: 2;
  width: 70px;
  height: 70px;
}
.home .right-col .component--3 .icon-box .second-icon {
  z-index: 1;
  width: 70px;
  height: 70px;
}
.home .right-col .component--3:hover .icon-box .first-icon {
  transform: translate(-80%, -50%);
}
.home .right-col .component--4 .icon-box .first-icon {
  transform: translate(-70%, -50%);
}
.home .right-col .component--4 .icon-box .second-icon {
  transform: translate(-30%, -50%);
}
.home .right-col .component--4:hover .icon-box .first-icon {
  transform: translate(-100%, -50%);
}
.home .right-col .component--4:hover .icon-box .second-icon {
  transform: translate(0%, -50%);
}
.home .arrow {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.home .arrow .arrow-down svg {
  margin-top: 2px;
  animation: bounceDown 1.25s infinite;
}
.home .arrow a {
  color: white;
  text-decoration: none;
}
.home .arrow:hover {
  text-decoration: none;
}
@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
  }
}
.home #about-project {
  background: transparent;
  color: white;
  margin-top: 7rem;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home #about-project h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.home #about-project .description {
  max-width: 750px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  line-height: 1.7;
}
.home #about-project .btn {
  background-color: #000;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.home #about-project .btn:hover {
  background-color: #222;
}

@media (max-width: 991px) {
  .home .premiere-hero {
    padding: 2rem;
  }
  .home .logo_and_text {
    align-items: center;
    text-align: center;
  }
  .home .logo_and_text img {
    width: 30% !important;
    margin: auto;
  }
  .home .logo_and_text .title_and_subtitle {
    padding-top: 2rem;
  }
  .home .logo_and_text .premiere-title {
    font-size: 2.25rem;
  }
  .home .logo_and_text .premiere-desc {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .home .right-col {
    height: auto;
    margin-top: 2rem;
  }
  .home .right-col .component-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }
  .home .right-col .component-card .icon-box {
    margin-bottom: 1rem;
  }
  .home .right-col .component-card .text-box {
    margin-left: 0;
  }
  .home .arrow {
    display: none;
  }
  .home #about-project {
    padding: 3rem 1rem;
  }
  .home #about-project h2 {
    font-size: 2rem;
  }
  .home #about-project .description {
    font-size: 1rem;
  }
}
@media (max-width: 1100px) {
  .home .premiere-hero {
    padding: 2rem 1rem;
  }
  .home .row.d-flex {
    flex-direction: column;
    gap: 3rem;
  }
  .home .logo_and_text {
    width: 100% !important;
    align-items: center;
    text-align: center;
  }
  .home .logo_and_text img {
    width: 40% !important;
    margin: auto;
  }
  .home .logo_and_text .title_and_subtitle {
    padding-top: 2rem;
  }
  .home .logo_and_text .premiere-title {
    font-size: 2.5rem;
  }
  .home .logo_and_text .premiere-desc {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .home .right-col {
    width: 100%;
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .home .right-col .g-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .home .right-col .component-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    width: 100%;
  }
  .home .arrow {
    display: none;
  }
}
@media (max-width: 595px) {
  .home .premiere-hero {
    padding: 1.5rem 1rem;
  }
  .home .premiere-hero .container-fluid {
    padding: 0;
  }
  .home .logo_and_text img {
    width: 50% !important;
  }
  .home .logo_and_text .premiere-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .home .logo_and_text .premiere-desc {
    font-size: 1rem;
    max-width: 100%;
  }
  .home .right-col {
    width: 100%;
    padding: 0 1rem;
  }
  .home .right-col .g-4 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .home .right-col .component-card {
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .home .right-col .component-card .icon-box {
    margin-bottom: 1rem;
  }
  .home .right-col .component-card .text-box {
    margin-left: 0;
  }
  .home #about-project {
    padding: 2rem 1rem;
  }
  .home #about-project h2 {
    font-size: 1.6rem;
  }
  .home #about-project .description {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .home #about-project .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  .home .arrow {
    display: none;
  }
}
@media (min-width: 1600px) {
  .home .premiere-hero {
    padding: 5rem 6rem;
  }
  .home .logo_and_text img {
    width: 40% !important;
  }
  .home .logo_and_text .premiere-title {
    font-size: 3.5rem;
  }
  .home .logo_and_text .premiere-desc {
    font-size: 1.75rem;
    max-width: 70%;
  }
  .home .right-col .component-card {
    padding: 2.5rem;
    max-width: 100%;
  }
  .home .right-col .g-4 {
    gap: 2rem;
  }
  .home #about-project h2 {
    font-size: 3rem;
  }
  .home #about-project .description {
    font-size: 1.25rem;
  }
  .home #about-project .btn {
    font-size: 1.05rem;
    padding: 0.8rem 1.5rem;
  }
}
@media (max-width: 1300px) {
  .right-col h3 {
    font-size: 1rem;
  }
  .right-col a {
    padding: 1rem 2rem !important;
  }
}
footer {
  background-color: transparent !important;
  width: 90% !important;
  margin: 3rem auto;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
footer .about-project {
  width: 50%;
}
footer .premiere-footer-logo {
  width: 40%;
}
footer .premiere-footer-eu {
  width: 20%;
}
footer .premiere-footer-eu-logo {
  width: 100%;
  display: flex;
  justify-self: end;
}
footer .text-muted.small,
footer .text-white {
  font-size: 1rem;
  width: 100%;
  padding-top: 0.5rem;
}
footer .footer-text {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  padding-top: 0.5rem;
  color: white;
}
@media (max-width: 1199px) {
  footer .about-project {
    width: 50%;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
  footer .about-project {
    width: 100%;
    text-align: center;
  }
  footer .premiere-footer-logo,
  footer .premiere-footer-eu {
    width: 70%;
    text-align: center;
  }
}

.page-template-template-component {
  font-family: "Archivo", sans-serif;
  background: url("../bg-template.png") no-repeat center center/cover;
  background-blend-mode: screen, screen, soft-light, overlay;
  background-attachment: fixed;
  color: #fff;
  min-height: 100vh;
}
.page-template-template-component .container {
  min-width: 90% !important;
}
.page-template-template-component .container section {
  padding: 2rem 0;
}
.page-template-template-component .navbar {
  background-color: transparent !important;
  padding: 2rem;
}
.page-template-template-component .navbar .container-fluid {
  width: 100vw !important;
  align-items: flex-start;
}
.page-template-template-component .navbar .container-fluid .navbar-brand {
  width: 20%;
}
.page-template-template-component .navbar .container-fluid .navbar-brand img {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-component .navbar .container-fluid .navbar-brand img {
    width: 40%;
  }
}
@media (min-width: 1500px) {
  .page-template-template-component .navbar .container-fluid .navbar-brand img {
    width: 30%;
  }
}
.page-template-template-component .navbar .container-fluid #main-menu {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  justify-content: space-around;
  width: 80%;
  margin: 0 !important;
}
@media (max-width: 1300px) {
  .page-template-template-component .navbar .container-fluid #main-menu {
    width: 100%;
  }
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 20%;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item .icon-box {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item .icon-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item .icon-box .first-icon {
  z-index: 2;
  transform: translate(0%, 0%);
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item .icon-box .second-icon {
  z-index: 1;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item:hover .icon-box .first-icon {
  transform: translate(-20%, -20%);
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item:hover .icon-box .second-icon {
  transform: translate(0%, 0%);
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item a {
  font-weight: 800;
  font-size: 0.75rem;
  color: white;
  text-decoration: none;
  padding-left: 0.5rem;
  transition: all 0.3s ease;
  transform: translateX(10px);
  width: 100%;
  opacity: 1;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item a + a {
  opacity: 0 !important;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item.current-menu-item {
  border-bottom: 1px solid white;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item.current-menu-item a {
  opacity: 1;
  transform: translateX(0);
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item.current-menu-item a + a {
  opacity: 1 !important;
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item:hover a {
  opacity: 1;
  transform: translateX(0);
}
.page-template-template-component .navbar .container-fluid #main-menu li.menu-item:hover a + a {
  opacity: 1 !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-58 .icon-box img {
  transform: translate(0%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-58 .icon-box .first-icon {
  z-index: 2;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-58 .icon-box .second-icon {
  z-index: 1;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-58:hover .icon-box .first-icon {
  transform: translate(-30%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-58:hover .icon-box .second-icon {
  transform: translate(50%, 0%);
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-56 .icon-box {
  position: relative;
  margin-right: 0.5rem;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-56 .icon-box img {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  top: 10% !important;
  left: 0;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-56 .icon-box .first-icon {
  z-index: 2;
  transform: rotate(180deg) translate(0%, 50%) !important;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  transition: transform 1s ease-in-out !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-56 .icon-box .second-icon {
  z-index: 1;
  transform: rotate(0deg) translate(0%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-56:hover .icon-box .first-icon {
  transform: rotate(180deg) translate(0%, 50%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-56:hover .icon-box .second-icon {
  transform: rotate(0deg) translate(0%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-57 .icon-box img {
  transform: translate(20%, 30%) !important;
  width: 1.5rem !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-57 .icon-box .first-icon {
  z-index: 2;
  transform: translate(0%, -30%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-57 .icon-box .second-icon {
  z-index: 1;
  transform: translate(50%, 20%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-57:hover .icon-box .first-icon {
  transform: translate(50%, -30%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-57:hover .icon-box .second-icon {
  transform: translate(-20%, 20%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-60 .icon-box img {
  transform: translate(-30%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-60 .icon-box .first-icon {
  z-index: 2;
  transform: translate(10%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-60 .icon-box .second-icon {
  z-index: 1;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-60:hover .icon-box .first-icon {
  transform: translate(30%, 0%) !important;
}
.page-template-template-component .navbar .container-fluid #main-menu .menu-item-60:hover .icon-box .second-icon {
  transform: translate(-35%, 0%) !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-template-component .navbar {
    padding: 2rem 1rem;
    margin-bottom: 3rem !important;
  }
  .page-template-template-component .navbar .container-fluid .navbar-brand {
    width: auto;
    margin-right: 4rem;
  }
  .page-template-template-component .navbar .container-fluid .navbar-brand img {
    width: 120px;
  }
  .page-template-template-component .navbar .container-fluid #main-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    padding-top: 1rem;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item .icon-box {
    display: none !important;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item a + a {
    opacity: 1 !important;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item a {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    width: 100%;
    transform: none !important;
    transition: color 0.3s ease;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item a:hover {
    color: #e0e0e0;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item.current-menu-item {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item.current-menu-item a {
    color: #ffffff;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .page-template-template-component .navbar {
    padding: 1rem;
    margin-bottom: 3rem;
  }
  .page-template-template-component .navbar .container-fluid .navbar-brand img {
    width: 100px;
  }
  .page-template-template-component .navbar .container-fluid #main-menu {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1.5rem;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item {
    text-align: left;
    width: 100%;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item .icon-box {
    display: none !important;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item a + a {
    opacity: 1 !important;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item a {
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 0.5rem 0;
    opacity: 1 !important;
  }
  .page-template-template-component .navbar .container-fluid #main-menu li.menu-item a:hover {
    color: #e0e0e0;
  }
}
.page-template-template-component .top-banner {
  width: 80%;
  gap: 0.5rem;
}
.page-template-template-component .top-banner h1 {
  font-size: 3rem;
  font-weight: 900;
}
.page-template-template-component .reuse-authors-details h2 {
  font-weight: 800;
}
.page-template-template-component .reuse-authors-details .reuse-options a {
  color: #102e8d;
  text-decoration: underline;
}
.page-template-template-component .reuse-authors-details .one {
  color: #102e8d;
}
.page-template-template-component .reuse-authors-details .one .bg-white {
  border-radius: 33px;
}
.page-template-template-component .reuse-authors-details .two p,
.page-template-template-component .reuse-authors-details .three p {
  font-size: 1rem;
  line-height: 1.4;
}
.page-template-template-component .reuse-authors-details .two a,
.page-template-template-component .reuse-authors-details .three a {
  color: #fff !important;
  text-decoration: underline !important;
}
.page-template-template-component .component-videos {
  background: rgba(0, 0, 0, 0.15);
  padding: 2rem !important;
  border-radius: 1rem;
  color: #fff;
}
.page-template-template-component .component-videos h3 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-template-component .component-videos .video-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.page-template-template-component .component-videos .video-block {
  padding: 1rem;
}
.page-template-template-component .component-videos .video-block h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  min-height: 2.4em;
  max-height: 2.4em;
  height: 2.4em;
}
.page-template-template-component .component-videos .video-block iframe,
.page-template-template-component .component-videos .video-block video {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
.page-template-template-component .component-videos .video-block p {
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .page-template-template-component .component-videos .component-videos .video-grid.single-video {
    max-width: 70%;
    margin: 0 auto;
    grid-template-columns: 1fr !important;
  }
}
.page-template-template-component .component-materials h2 {
  font-weight: 800;
  font-size: 2rem;
}
.page-template-template-component .component-materials a {
  color: rgb(255, 255, 255) !important;
  text-decoration: underline !important;
  font-weight: 600;
}
.page-template-template-component .component-acknowledgements {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.page-template-template-component .component-acknowledgements p {
  padding: 0;
  margin: 0;
  text-align: justify;
}

.page-id-30 .top-banner {
  align-items: center;
  gap: 3rem;
  margin: 0 2rem;
}
.page-id-30 .top-banner .main-icon-box {
  position: relative;
  width: 20%;
}
.page-id-30 .top-banner .main-icon-box .main-icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  transition: transform 0.4s ease;
}
.page-id-30 .top-banner .main-icon-box .main-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-id-30 .top-banner .main-icon-box .main-icon.first-icon {
  top: 0;
  left: 10%;
  transform: translate(-20%, 0);
  z-index: 2;
}
.page-id-30 .top-banner .main-icon-box .main-icon.second-icon {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.page-id-30 .top-banner:hover .main-icon-box .first-icon {
  transform: translate(30%, 0);
}
.page-id-30 .top-banner:hover .main-icon-box .second-icon {
  transform: translate(-100%, 0);
}
@media (max-width: 1200px) {
  .page-id-30 .main-icon {
    width: 3rem !important;
    height: 7rem !important;
  }
  .page-id-30 .first-icon {
    left: 30% !important;
  }
}

.page-id-33 .top-banner {
  align-items: center;
  gap: 2rem;
}
.page-id-33 .top-banner .main-icon-box {
  position: relative;
  height: 6rem;
  width: 25%;
}
.page-id-33 .top-banner .main-icon-box .main-icon {
  position: absolute;
  width: 6rem;
  height: 7rem;
  transition: transform 1s ease-in-out;
  top: 0;
  left: 0;
}
.page-id-33 .top-banner .main-icon-box .main-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-id-33 .top-banner .main-icon-box .main-icon.first-icon {
  z-index: 2;
  transform: rotate(180deg) translate(0%, 50%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.page-id-33 .top-banner .main-icon-box .main-icon.second-icon {
  z-index: 1;
  transform: rotate(0deg) translate(0%, 0.6rem);
}
.page-id-33 .top-banner:hover .main-icon-box .first-icon {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transform: rotate(180deg) translate(0%, 50%);
}
.page-id-33 .top-banner:hover .main-icon-box .second-icon {
  transform: rotate(0deg) translate(0%, 0.6rem);
}
@media (max-width: 1200px) {
  .page-id-33 .main-icon {
    width: 5rem !important;
    height: 5.5rem !important;
    left: 20% !important;
  }
}
@media (min-width: 1201px) {
  .page-id-33 .main-icon {
    max-width: 6rem !important;
    max-height: 7rem !important;
    left: 0% !important;
  }
}

.page-id-35 .top-banner {
  padding: 2rem 0;
}
.page-id-35 .top-banner .main-icon-box {
  position: relative;
  width: 15%;
  gap: 2rem;
}
.page-id-35 .top-banner .main-icon-box .main-icon {
  position: absolute;
  transition: transform 0.4s ease;
}
.page-id-35 .top-banner .main-icon-box .main-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-id-35 .top-banner .main-icon-box .main-icon.first-icon {
  z-index: 2;
  left: 20%;
}
.page-id-35 .top-banner .main-icon-box .main-icon.second-icon {
  z-index: 1;
  left: 20%;
}
.page-id-35 .top-banner:hover .main-icon-box .first-icon {
  transform: translate(-30%, 0);
}

.page-id-37 .main-icon-box {
  position: relative;
  width: 20%;
  gap: 2rem;
}
.page-id-37 .main-icon-box .main-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  width: 5rem;
  height: 5rem;
}
.page-id-37 .main-icon-box .main-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-id-37 .main-icon-box .main-icon.first-icon {
  z-index: 2;
  left: 35%;
}
.page-id-37 .main-icon-box .main-icon.second-icon {
  z-index: 1;
  left: 50%;
}
.page-id-37 .top-banner:hover .main-icon-box .first-icon {
  transform: translate(-70%, -50%);
}
.page-id-37 .top-banner:hover .main-icon-box .second-icon {
  transform: translate(-30%, -50%);
}

@media (max-width: 1200px) and (min-width: 768px) {
  .page-template-template-component .reuse-authors-details {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-template-component .reuse-authors-details .one {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-template-component .reuse-authors-details .two,
  .page-template-template-component .reuse-authors-details .three {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .page-template-template-component .top-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .page-template-template-component .top-banner .main-icon-box {
    margin-bottom: 1rem;
    width: 10rem;
    height: 5rem;
  }
  .page-template-template-component .top-banner h1 {
    font-size: 2rem;
  }
  .page-template-template-component .top-banner .lead {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-component .top-banner h1 {
    font-size: 1.75rem;
  }
  .page-template-template-component .top-banner .main-icon-box {
    width: 10rem;
    height: 5rem;
  }
  .page-template-template-component .reuse-authors-details {
    flex-direction: column;
  }
  .page-template-template-component .reuse-authors-details .one,
  .page-template-template-component .reuse-authors-details .two,
  .page-template-template-component .reuse-authors-details .three {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .page-template-template-component .component-videos .video-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .top-banner {
    width: 100% !important;
  }
}
@media (min-width: 1201px) {
  .top-banner h1 {
    font-size: 2rem !important;
  }
  .top-banner p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
