/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-cards .g-cards-wrapper {
  display: flex;
}
.g-cards .g-cards-wrapper .g-card {
  margin: 0 7.5px;
  background: #ffffff0a;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  transform: translateZ(1px);
}
.g-cards .g-cards-wrapper .g-card.is-premium {
  background: purple;
}
.g-cards .g-cards-wrapper .g-card:hover {
  background: #2345774a;
}
.g-cards .g-cards-wrapper .g-card:hover:after {
  opacity: 1;
}
.g-cards .g-cards-wrapper .g-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #00f5ff;
  transition: 0.3s all;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 22px) calc(100% - 1px), calc(100% - 1px) calc(100% - 22px), calc(100% - 1px) 1px, 1px 1px, 1px 100%, 0 100%);
}
.g-cards .g-cards-wrapper .g-card .g-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.g-cards .g-cards-wrapper .g-card .g-card-wrapper .card-image-wrapper {
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  height: 250px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.g-cards .g-cards-wrapper .g-card .g-card-wrapper .card-image-wrapper .g-card-thumbnail {
  position: relative;
  z-index: 1;
  width: inherit;
}
.g-cards .g-cards-wrapper .g-card .g-card-wrapper .card-image-wrapper img {
  max-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.g-cards .g-cards-wrapper .g-card .g-card-wrapper .card-image-wrapper svg {
  fill: #ffffff;
  max-width: 60px;
}
.g-cards .g-cards-wrapper .g-card .g-card-wrapper .card-content-wrapper {
  width: 100%;
  text-align: left;
  padding: 2em;
  padding-top: 1em;
}
.g-video-background-container .g-video-wrapper {
  position: relative;
}
.g-video-background-container .g-video-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: aqua;
  mix-blend-mode: color;
}
.g-video-background-container .g-video-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #122138, #00000000);
}
.g-video-background-container .g-video-wrapper video {
  height: 100vh;
}
.g-video-background-container .g-video-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper {
  min-height: 100vh;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-image {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-wrapper {
  justify-content: start;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  text-align: center;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-subtitle {
  color: #00f5ff;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  margin: 0;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-description {
  color: white;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-wrapper .buttons {
  justify-content: center;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper.g-has-image .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  width: 50%;
  position: relative;
  z-index: 100;
  text-align: left;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper.g-has-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #122138, #00000000);
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel-item-wrapper.g-has-image .buttons {
  justify-content: start;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots {
  left: 0;
  text-align: left;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 50%;
  height: 20px;
  background: #0000003d;
  padding: 1.5em 15%;
  padding-right: 3.5em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots button {
  height: 5px;
  width: 100%;
  opacity: 0.75;
  transition: all 0.2s;
  background: white;
  border-radius: 0px;
  margin: 5px;
  transform: skewX(-45deg);
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots button:hover:not(.active) {
  background: white;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots button.active {
  background: #00f5ff;
  height: 8px;
  opacity: 1;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots button:not(:hover, .active) {
  opacity: 0.2;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots:before {
  content: "0" attr(data-index);
  color: white;
  font-weight: 600;
  margin-right: 10px;
  text-wrap: nowrap;
  min-width: 30px;
}
.g-video-background-container .g-video-content-wrapper .g-owlcarousel .owl-dots:after {
  content: "⁄ 0" attr(data-total);
  color: white;
  font-weight: 600;
  margin-left: 15px;
  text-wrap: nowrap;
  min-width: 30px;
}
.g-video-background-container .g-scrolldown-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.g-video-background-container .g-scrolldown-container .g-scrolldown h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  animation: scrollDownBounce 1.5s linear 0.1s infinite;
}
.g-video-background-container .g-scrolldown-container .g-scrolldown svg {
  width: 30px;
  fill: white;
  animation: scrollDownBounce 1.5s linear infinite;
}
#g-header a {
  color: #00f5ff;
}
@keyframes scrollDownBounce {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    text-shadow: 2px 2px 0 aqua, -2px -2px 0 fuchsia;
  }
  20%, 60% {
    opacity: 1;
    transform: translateY(0px);
    text-shadow: 1px 0px 0 aqua, 0px 1px 0 fuchsia;
  }
  60%, 100% {
    opacity: 0;
    transform: translateY(10px);
    text-shadow: 2px 2px 0 fuchsia, -2px -2px 0 aqua;
  }
}
/*=====================*/
/*========TABS=========*/
/*=====================*/
@media only all and (min-width: 75rem) {
  .g-tabs .g-tabs-tab-wrapper-container, .g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-tabs .g-tabs-tab-wrapper-container .g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-tabs .g-tabs-tab-wrapper-container .g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-tabs .g-tabs-tab-wrapper-container .g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-tabs .g-tabs-tab-wrapper-container .g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper {
    width: 30rem;
  }
}
.g-tabs {
  position: relative;
}
.g-tabs .g-tabs-nav {
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: space-evenly;
}
.g-tabs .g-tabs-nav li {
  list-style: none;
  border-bottom-width: 0;
  padding: 0;
  width: 100%;
  outline: none;
  margin: 0 2.5px -1px;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
  letter-spacing: 0.1rem;
  transform: translateZ(0);
  line-height: 1.5;
}
.g-tabs .g-tabs-nav li.g-state-active {
  background: #ffffff0a;
}
.g-tabs .g-tabs-nav li.g-state-active:after {
  opacity: 1;
}
.g-tabs .g-tabs-nav li.g-state-active .g-tabs-tab .g-tabs-tab-title {
  color: #00f5ff;
}
.g-tabs .g-tabs-nav li.g-state-active .g-tabs-tab .g-tab-thumbnail svg {
  fill: #00f5ff;
}
.g-tabs .g-tabs-nav li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00f5ff;
  opacity: 0.3;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 16px, calc(100% - 16px) 1px, 1px 1px, 1px 100%, 0 100%);
}
.g-tabs .g-tabs-nav li a.g-tabs-tab {
  width: 100%;
  display: flex;
  padding: 1.5em 2em;
  align-items: center;
}
.g-tabs .g-tabs-nav li a.g-tabs-tab:hover {
  color: white;
}
.g-tabs .g-tabs-nav li a.g-tabs-tab .g-tabs-tab-title {
  display: block;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.g-tabs .g-tabs-nav li a.g-tabs-tab .g-tab-thumbnail {
  width: 36px;
  margin-right: 10px;
}
.g-tabs .g-tabs-nav li a.g-tabs-tab .g-tab-thumbnail svg {
  max-height: 36px;
  fill: #ffffff;
  transition: 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0.1s;
}
.g-tabs .g-tabs-body-wrapper-container {
  list-style: none;
  margin: 0;
  padding: 3em 0;
  color: #ffffff;
  position: relative;
}
.g-tabs .g-tabs-body-wrapper-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, #00f5ff, transparent);
}
.g-tabs .g-tabs-body-wrapper-container .g-tabs-tab-wrapper-body {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-tabs .g-tabs-body-wrapper-container .g-tabs-tab-wrapper-body .g-tab-content-sublabel {
  color: #00f5ff;
}
.g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper {
  display: none;
  margin: 0 auto;
}
.g-tabs .g-tabs-body-wrapper-container li.g-tabs-tab-wrapper.g-state-active {
  display: block;
}
.animation-slide li.g-tabs-tab-wrapper.g-state-active.g-tab-fade-in .g-tabs-content .g-tab-column:first-child {
  animation: openTabLeftColumnSlide 0.5s ease;
}
.animation-slide li.g-tabs-tab-wrapper.g-state-active.g-tab-fade-in .g-tabs-content .g-tab-column:last-child {
  animation: openTabRightColumnSlide 0.5s ease;
}
.animation-slide li.g-tabs-tab-wrapper.g-state-active.g-tab-fade-out .g-tabs-content .g-tab-column:first-child {
  animation: closeTabLeftColumnSlide 0.5s ease;
}
.animation-slide li.g-tabs-tab-wrapper.g-state-active.g-tab-fade-out .g-tabs-content .g-tab-column:last-child {
  animation: closeTabRightColumnSlide 0.5s ease;
}
/* SLIDE ANIMATION */
@keyframes openTabLeftColumnSlide {
  from {
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes openTabRightColumnSlide {
  from {
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes closeTabLeftColumnSlide {
  from {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes closeTabRightColumnSlide {
  from {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(500px);
    opacity: 0;
  }
}
.g-about-block .g-grid {
  align-items: center;
}
.g-about-block .g-grid .g-about-column {
  padding: 1em;
}
.g-about-block .g-grid .g-about-column .g-about-content-subtitle {
  color: #00f5ff;
}
.g-section-title {
  padding: 2em 0;
}
.g-section-title h2 {
  position: relative;
}
.g-content-grid .g-grid-item {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: end;
  justify-content: start;
  margin: 10px;
}
.g-content-grid .g-grid-item:hover .g-grid-item-image a:before {
  opacity: 0.4;
}
.g-content-grid .g-grid-item:hover .g-grid-item-image .additional-image {
  opacity: 1;
  animation: glitch-anim-2 2s linear infinite alternate-reverse;
}
.g-content-grid .g-grid-item:hover .g-grid-item-category {
  animation: shakeContentTag 2s linear infinite;
}
.g-content-grid .g-grid-item:hover .g-grid-item-category:after {
  animation: shadowAppear 2s linear infinite;
}
.g-content-grid .g-grid-item .g-grid-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
.g-content-grid .g-grid-item .g-grid-item-image a {
  position: initial;
}
.g-content-grid .g-grid-item .g-grid-item-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00f5ff;
  transition: 0.5s all;
  opacity: 0;
}
.g-content-grid .g-grid-item .g-grid-item-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #000000cf 0%, rgba(0, 0, 0, 0.27) 60%);
  transition: 0.5s all;
}
.g-content-grid .g-grid-item .g-grid-item-image a .additional-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: overlay;
  filter: hue-rotate(98deg) saturate(3);
  transform: translateX(0px);
}
.g-content-grid .g-grid-item .g-grid-item-content {
  position: relative;
  width: 100%;
  padding: 2em;
  text-align: left;
  text-shadow: 0px 0px 4px #00000070;
}
.g-content-grid .g-grid-item .g-grid-item-content a {
  color: white;
}
.g-content-grid .g-grid-item .g-grid-item-content .g-grid-item-read-more {
  text-align: right;
}
.g-content-grid .g-grid-item .g-grid-item-content .g-grid-item-read-more a {
  margin: 0;
}
.g-content-grid .g-grid-item .g-grid-item-details {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 100%;
}
.g-content-grid .g-grid-item .g-grid-item-details .g-grid-item-category {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.3rem 1.5rem 0.3rem 1rem;
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
.g-content-grid .g-grid-item .g-grid-item-details .g-grid-item-category:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: 0.5s all;
  opacity: 0;
}
@keyframes glitch-anim-2 {
  0%, 24%, 62%, 82%, 100% {
    transform: translateX(10px);
    clip-path: inset(40% 0 61% 0);
  }
  4% {
    transform: translateX(10px);
    clip-path: inset(92% 0 1% 0);
  }
  8% {
    transform: translateX(10px);
    clip-path: inset(43% 0 1% 0);
  }
  12% {
    transform: translateX(10px);
    clip-path: inset(25% 0 58% 0);
  }
  16% {
    transform: translateX(10px);
    clip-path: inset(54% 0 7% 0);
  }
  20% {
    transform: translateX(10px);
    clip-path: inset(58% 0 43% 0);
  }
  66% {
    transform: translateX(10px);
    clip-path: inset(5% 0 73% 0);
  }
  70% {
    transform: translateX(10px);
    clip-path: inset(25% 0 83% 0);
  }
  74% {
    transform: translateX(10px);
    clip-path: inset(13% 0 71% 0);
  }
  78% {
    transform: translateX(10px);
    clip-path: inset(10% 0 90% 0);
  }
}
@keyframes shakeContentTag {
  0%, 6%, 42%, 48%, 100% {
    transform: translate3d(0, 0, 0);
    filter: invert(0);
  }
  2%, 44% {
    transform: translate3d(2px, 2px, 0);
    filter: invert(1);
  }
  4%, 46% {
    transform: translate3d(-2px, -2px, 0);
    filter: invert(0.5);
  }
}
.g-accordion ul {
  margin: 0;
}
.g-accordion .g-accordion-item {
  background-color: #ffffff0a;
  cursor: pointer;
  transition: 0.4s;
  list-style: none;
  margin: 1em;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  transform: translateX(0px);
  position: relative;
}
.g-accordion .g-accordion-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 22px) calc(100% - 1px), calc(100% - 1px) calc(100% - 22px), calc(100% - 1px) 1px, 1px 1px, 1px 100%, 0 100%);
  background: #00f5ff;
}
.g-accordion .g-accordion-item.g-state-active {
  background: #2345774a;
}
.g-accordion .g-accordion-item.g-state-active .g-accordion-header {
  background: #00f5ff;
  color: #122138;
}
.g-accordion .g-accordion-item.g-state-active .g-accordion-header .g-icon-container .bar {
  background: #122138;
}
.g-accordion .g-accordion-item.g-state-active .g-accordion-header .g-icon-container .bar:nth-child(1) {
  transform: rotate(180deg);
}
.g-accordion .g-accordion-item.g-state-active .g-accordion-header .g-icon-container .bar:nth-child(2) {
  transform: rotate(180deg);
}
.g-accordion .g-accordion-item.g-state-active .g-accordion-body {
  line-height: inherit;
  opacity: 1;
  margin: 1.5em;
}
.g-accordion .g-accordion-item .g-accordion-body {
  margin: 0;
  line-height: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.g-accordion .g-accordion-item .g-accordion-body p {
  margin: 0;
}
.g-accordion .g-accordion-item .g-accordion-header {
  padding: 1.5em;
  display: flex;
  align-items: center;
}
.g-accordion .g-accordion-item .g-accordion-header h5 {
  margin: 0;
  margin-left: 1em;
}
.g-accordion .g-accordion-item .g-accordion-header .g-icon-container {
  width: 25px;
  height: 25px;
  position: relative;
}
.g-accordion .g-accordion-item .g-accordion-header .g-icon-container .bar {
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  top: calc(50% - 2px);
}
.g-accordion .g-accordion-item .g-accordion-header .g-icon-container .bar:nth-child(1) {
  transition: 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0.1s;
  transform: rotate(0deg);
}
.g-accordion .g-accordion-item .g-accordion-header .g-icon-container .bar:nth-child(2) {
  transition: 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0.2s;
  transform: rotate(90deg);
}
.g-timeline .g-timeline-content-wrapper {
  align-self: center;
  position: relative;
  padding-left: 50px;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item {
  position: relative;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item .g-timeline-item-marker {
  position: absolute;
  left: -40px;
  top: calc(-10px + 50%);
  width: 10px;
  height: 16px;
  transform: skewY(45deg);
  background: #122138;
  transition: 0.5s all;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item .g-timeline-item-wrapper {
  padding: 2em 0;
  transform: transfl scale(0.9);
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item .g-timeline-item-wrapper .item-content {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
  background-color: #ffffff0a;
  padding: 1.5em;
  transition: 0.5s all;
  transform: translateZ(0);
  position: relative;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item .g-timeline-item-wrapper .item-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #00f5ff;
  clip-path: polygon(0 0, calc(100% - 21px) 0, 100% 21px, 100% 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 22px, calc(100% - 22px) 1px, 1px 1px, 1px 100%, 0 100%);
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item .g-timeline-item-wrapper .item-content h4 {
  color: white;
  font-weight: 600;
  margin-top: 5px;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item .g-timeline-item-wrapper .item-content label {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item.g-state-active .g-timeline-item-wrapper.g-state-active .item-content {
  color: #00f5ff;
  background: #2345774a;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item.g-state-active .g-timeline-item-wrapper.g-state-active .item-content:after {
  opacity: 1;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item.g-state-active:before {
  color: #00f5ff;
}
.g-timeline .g-timeline-content-wrapper .g-timeline-item:before {
  content: "0" attr(data-index);
  position: absolute;
  color: white;
  left: -25px;
  top: calc(-10px + 50%);
  transform: rotate(90deg);
  font-weight: 500;
}
.g-timeline .g-timeline-image-wrapper {
  position: relative;
}
.g-timeline .g-timeline-image-wrapper .g-timeline-item-image-sticky {
  position: absolute;
  width: 100%;
  height: 400px;
}
.g-timeline .g-timeline-image-wrapper .g-timeline-item .g-timeline-item-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.g-timeline .g-timeline-image-wrapper .g-timeline-item .g-timeline-item-thumbnail svg {
  fill: white;
  width: 50%;
}
.g-timeline .g-timeline-image-wrapper .g-timeline-item .g-timeline-item-image, .g-timeline .g-timeline-image-wrapper .g-timeline-item .g-timeline-item-thumbnail {
  transform: translateX(-10vw);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.g-timeline .g-timeline-image-wrapper .g-timeline-item.g-state-active .g-timeline-item-image, .g-timeline .g-timeline-image-wrapper .g-timeline-item.g-state-active .g-timeline-item-thumbnail {
  opacity: 1;
  transform: translateX(0px);
}
.g-timeline .g-timeline-progress-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  height: 100%;
  left: 10px;
}
.g-timeline .g-timeline-progress-wrapper .g-progress-vertical {
  width: 10px;
  background: #0000004f;
}
.g-timeline .g-timeline-progress-wrapper .g-progress-vertical .g-progress-bar {
  width: 10px;
  background: #00f5ff;
  transform: skewY(45deg);
  transition: 0.5s all;
}
.g-parallax-items {
  position: relative;
}
.g-parallax-items .g-parallax-items-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper {
  display: flex;
  align-items: center;
  padding: 0 20vw;
  height: 100%;
  margin-top: -100px;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item {
  min-width: 350px;
  max-width: 350px;
  min-height: 400px;
  padding: 1em;
  margin-right: 1em;
  position: relative;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
  background: linear-gradient(to bottom, #0000003d, transparent);
  z-index: -1;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item.has-image {
  min-width: 400px;
  max-width: 400px;
  min-height: 400px;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item.has-image:before {
  display: none;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item.has-image .g-parallax-items-item-wrapper {
  position: relative;
  padding: 0;
  /*clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0px 0px);*/
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item.has-image .g-parallax-items-item-wrapper .g-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1em;
  text-shadow: 1px 1px 1px #042997, -1px -1px 1px #79010187;
  background: #00000061;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item .g-parallax-items-item-wrapper {
  position: relative;
  margin: 1em;
  text-align: center;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item .g-parallax-items-item-wrapper .g-item-thumbnail {
  height: 100px;
  display: flex;
  justify-content: center;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item .g-parallax-items-item-wrapper .g-item-thumbnail svg {
  width: 100px;
  fill: white;
}
.g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item .g-parallax-items-item-wrapper h4 {
  color: #00f5ff;
}
@media (max-width: 768px) {
  .g-parallax-items .g-parallax-items-container {
    position: relative;
  }
  .g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper {
    max-width: 100vw;
    overflow: scroll;
    padding: 0 1em;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper::-webkit-scrollbar {
    display: none;
  }
  .g-parallax-items .g-parallax-items-container .g-parallax-items-wrapper .g-parallax-items-item {
    min-width: 300px;
    max-width: 300px;
  }
}
.g-modal-open {
  overflow: hidden;
}
.g-customlinks .g-customlinks-list {
  display: flex;
  list-style: none;
  margin: 0;
}
.g-customlinks .g-customlinks-list li a {
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.g-customlinks .g-customlinks-list li a:hover {
  color: #00f5ff;
}
.g-customlinks .g-customlinks-list li:not(:first-child) {
  margin-left: 2em;
}
.g-customlinks .g-modal-wrapper .g-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  z-index: 100;
  display: none;
  backdrop-filter: blur(3px);
}
.g-customlinks .g-modal-wrapper .g-modal-overlay.g-state-active {
  display: block;
}
.g-customlinks .g-modal-wrapper .g-modal {
  position: fixed;
  top: 10%;
  left: 10%;
  width: calc(100% - 20%);
  height: calc(100% - 20%);
  display: none;
  z-index: 1000;
  transform: translateZ(0px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
}
.g-customlinks .g-modal-wrapper .g-modal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 22px) calc(100% - 1px), calc(100% - 1px) calc(100% - 22px), calc(100% - 1px) 1px, 1px 1px, 1px 100%, 0 100%);
  background: #00f5ff;
}
.g-customlinks .g-modal-wrapper .g-modal.g-state-active {
  display: block;
}
.g-customlinks .g-modal-wrapper .g-modal .g-modal-header {
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff0d;
  background: #091d339e;
  height: 65px;
}
.g-customlinks .g-modal-wrapper .g-modal .g-modal-header h4 {
  margin: 0;
}
.g-customlinks .g-modal-wrapper .g-modal .g-modal-header .g-modal-close {
  cursor: pointer;
  font-size: 25px;
}
.g-customlinks .g-modal-wrapper .g-modal .g-modal-content {
  overflow-y: auto;
  padding: 1.5em;
  height: calc(100% - 65px);
  scrollbar-width: thin;
  background: #091d339e;
}
.g-navbar {
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
}
.g-navbar.g-navbar-left {
  left: 0;
  top: 0;
  height: 100%;
}
.g-navbar .g-navbar-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2em 0;
  background: #00000073;
  list-style: none;
  clip-path: polygon(0 15px, 15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
  backdrop-filter: blur(3px);
  transform: translateZ(0);
  /*
        &:after{
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            clip-path: polygon(0 15px, 15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 16px) calc(100% - 1px), calc(100% - 1px) calc(100% - 16px), calc(100% - 1px) 1px, 16px 1px, 1px 16px, 1px 100%, 0 100%);
            background: #00f5ff;
        }*/
}
.g-navbar .g-navbar-wrapper .g-navbar-item:not(:last-child) a {
  /*border-bottom: 1px solid #ffffff14;*/
}
.g-navbar .g-navbar-wrapper .g-navbar-item a {
  cursor: pointer;
  display: block;
  padding: 1.5em 1em;
  position: relative;
}
.g-navbar .g-navbar-wrapper .g-navbar-item a svg {
  opacity: 0.75;
  fill: white;
  width: 25px;
}
.g-navbar .g-navbar-wrapper .g-navbar-item.g-state-active a {
  padding: 3em 1em;
  border-right: 2px solid #00f5ff;
}
.g-navbar .g-navbar-wrapper .g-navbar-item.g-state-active svg {
  opacity: 1;
  fill: #00f5ff;
}
.g-linklist {
  display: flex;
  justify-content: space-evenly;
}
.g-linklist .g-linklist-list .g-linklist-title {
  border-bottom: 1px solid #ffffff4a;
}
.g-linklist .g-linklist-list .g-linklist-links {
  list-style: none;
  margin: 0;
}
.g-linklist .g-linklist-list .g-linklist-links li {
  letter-spacing: 0;
  font-weight: 500;
}
/*# sourceMappingURL=particles_13.css.map */