:root {
  --main-solid: #020D2C;
  --main: #020D2C;
  --main-trans: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  --accent: #6DB847;
  --accent-gradient: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  --accent-gradient-trans: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  --secondary: #efefef;
  --secondary-gradient: linear-gradient(125deg, #efefef, #bdbdbd);
  --secondary-gradient-trans: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
  --bg: #fff;
  --dark: #020D2C;
  --dark-gradient: linear-gradient(90deg, #020D2C, #072b8d);
  --dark-gradient-trans: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  --defVal: 10px;
  --text-v1: #fff;
}

::-moz-selection {
  color: var(--bg);
  background: var(--secondary);
}

::selection {
  color: var(--bg);
  background: var(--secondary);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.f-size--s {
  font-size: 16px;
}

.f-size--m {
  font-size: 22px;
}

.f-size--l {
  font-size: 48px;
}

.heading {
  font-family: Poppins, Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.heading + p {
  margin-bottom: 20px;
}

.heading--3 {
  font-size: 22px;
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  .heading--3 {
    font-size: clamp(18px, 2vw, 28px);
  }
}

.heading--5 {
  font-size: 18px;
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  .heading--5 {
    font-size: clamp(14px, 3vw, 18px);
  }
}

.special-txt {
  background: var(--main);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

.txt--left {
  text-align: left;
}

.txt--main-solid {
  color: #020D2C;
}

.txt--main {
  color: #020D2C;
}

.txt--main-trans {
  color: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
}

.txt--secondary {
  color: #efefef;
}

.txt--secondary-gradient {
  color: linear-gradient(125deg, #efefef, #bdbdbd);
}

.txt--secondary-gradient-trans {
  color: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
}

.txt--accent {
  color: #6DB847;
}

.txt--accent-gradient {
  color: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
}

.txt--accent-gradient-trans {
  color: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
}

.txt--dark {
  color: #020D2C;
}

.txt--dark-gradient {
  color: linear-gradient(90deg, #020D2C, #072b8d);
}

.txt--dark-gradient-trans {
  color: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
}

.txt--darker-gradient-trans {
  color: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6));
}

.txt--bg {
  color: #fff;
}

.noAnim, .noAnim * {
  -webkit-transition: none !important;
  transition: none !important;
}

.spur-em {
  font-family: Poppins, Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.pointer-none {
  pointer-events: none;
}

.pad--0 {
  padding: 0px;
}

.pad--t-0 {
  padding-top: 0px;
}

.pad--b-0 {
  padding-bottom: 0px;
}

.pad--l-0 {
  padding-left: 0px;
}

.pad--r-0 {
  padding-right: 0px;
}

.pad--y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pad--x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad--1 {
  padding: 10px;
}

.pad--t-1 {
  padding-top: 10px;
}

.pad--b-1 {
  padding-bottom: 10px;
}

.pad--l-1 {
  padding-left: 10px;
}

.pad--r-1 {
  padding-right: 10px;
}

.pad--y-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad--x-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad--2 {
  padding: 20px;
}

.pad--t-2 {
  padding-top: 20px;
}

.pad--b-2 {
  padding-bottom: 20px;
}

.pad--l-2 {
  padding-left: 20px;
}

.pad--r-2 {
  padding-right: 20px;
}

.pad--y-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad--x-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.pad--3 {
  padding: 30px;
}

.pad--t-3 {
  padding-top: 30px;
}

.pad--b-3 {
  padding-bottom: 30px;
}

.pad--l-3 {
  padding-left: 30px;
}

.pad--r-3 {
  padding-right: 30px;
}

.pad--y-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad--x-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.pad--4 {
  padding: 40px;
}

.pad--t-4 {
  padding-top: 40px;
}

.pad--b-4 {
  padding-bottom: 40px;
}

.pad--l-4 {
  padding-left: 40px;
}

.pad--r-4 {
  padding-right: 40px;
}

.pad--y-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad--x-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.pad--5 {
  padding: 50px;
}

.pad--t-5 {
  padding-top: 50px;
}

.pad--b-5 {
  padding-bottom: 50px;
}

.pad--l-5 {
  padding-left: 50px;
}

.pad--r-5 {
  padding-right: 50px;
}

.pad--y-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad--x-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.pad--6 {
  padding: 60px;
}

.pad--t-6 {
  padding-top: 60px;
}

.pad--b-6 {
  padding-bottom: 60px;
}

.pad--l-6 {
  padding-left: 60px;
}

.pad--r-6 {
  padding-right: 60px;
}

.pad--y-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pad--x-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.pad--7 {
  padding: 70px;
}

.pad--t-7 {
  padding-top: 70px;
}

.pad--b-7 {
  padding-bottom: 70px;
}

.pad--l-7 {
  padding-left: 70px;
}

.pad--r-7 {
  padding-right: 70px;
}

.pad--y-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pad--x-7 {
  padding-left: 70px;
  padding-right: 70px;
}

.pad--8 {
  padding: 80px;
}

.pad--t-8 {
  padding-top: 80px;
}

.pad--b-8 {
  padding-bottom: 80px;
}

.pad--l-8 {
  padding-left: 80px;
}

.pad--r-8 {
  padding-right: 80px;
}

.pad--y-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pad--x-8 {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 769px) {
  .pad--0 {
    padding: 0px;
  }
  .pad--t-0 {
    padding-top: 0px;
  }
  .pad--b-0 {
    padding-bottom: 0px;
  }
  .pad--l-0 {
    padding-left: 0px;
  }
  .pad--r-0 {
    padding-right: 0px;
  }
  .pad--y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad--x-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad--1 {
    padding: 5px;
  }
  .pad--t-1 {
    padding-top: 5px;
  }
  .pad--b-1 {
    padding-bottom: 5px;
  }
  .pad--l-1 {
    padding-left: 5px;
  }
  .pad--r-1 {
    padding-right: 5px;
  }
  .pad--y-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pad--x-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pad--2 {
    padding: 10px;
  }
  .pad--t-2 {
    padding-top: 10px;
  }
  .pad--b-2 {
    padding-bottom: 10px;
  }
  .pad--l-2 {
    padding-left: 10px;
  }
  .pad--r-2 {
    padding-right: 10px;
  }
  .pad--y-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pad--x-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad--3 {
    padding: 15px;
  }
  .pad--t-3 {
    padding-top: 15px;
  }
  .pad--b-3 {
    padding-bottom: 15px;
  }
  .pad--l-3 {
    padding-left: 15px;
  }
  .pad--r-3 {
    padding-right: 15px;
  }
  .pad--y-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pad--x-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad--4 {
    padding: 20px;
  }
  .pad--t-4 {
    padding-top: 20px;
  }
  .pad--b-4 {
    padding-bottom: 20px;
  }
  .pad--l-4 {
    padding-left: 20px;
  }
  .pad--r-4 {
    padding-right: 20px;
  }
  .pad--y-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad--x-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad--5 {
    padding: 25px;
  }
  .pad--t-5 {
    padding-top: 25px;
  }
  .pad--b-5 {
    padding-bottom: 25px;
  }
  .pad--l-5 {
    padding-left: 25px;
  }
  .pad--r-5 {
    padding-right: 25px;
  }
  .pad--y-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pad--x-5 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pad--6 {
    padding: 30px;
  }
  .pad--t-6 {
    padding-top: 30px;
  }
  .pad--b-6 {
    padding-bottom: 30px;
  }
  .pad--l-6 {
    padding-left: 30px;
  }
  .pad--r-6 {
    padding-right: 30px;
  }
  .pad--y-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad--x-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pad--7 {
    padding: 35px;
  }
  .pad--t-7 {
    padding-top: 35px;
  }
  .pad--b-7 {
    padding-bottom: 35px;
  }
  .pad--l-7 {
    padding-left: 35px;
  }
  .pad--r-7 {
    padding-right: 35px;
  }
  .pad--y-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pad--x-7 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pad--8 {
    padding: 40px;
  }
  .pad--t-8 {
    padding-top: 40px;
  }
  .pad--b-8 {
    padding-bottom: 40px;
  }
  .pad--l-8 {
    padding-left: 40px;
  }
  .pad--r-8 {
    padding-right: 40px;
  }
  .pad--y-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad--x-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.m--0 {
  margin: 0px;
}

.my--0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx--0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mt--0 {
  margin-top: 0px;
}

.mb--0 {
  margin-bottom: 0px;
}

.ml--0 {
  margin-left: 0px;
}

.mr--0 {
  margin-right: 0px;
}

.m--1 {
  margin: 10px;
}

.my--1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx--1 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt--1 {
  margin-top: 10px;
}

.mb--1 {
  margin-bottom: 10px;
}

.ml--1 {
  margin-left: 10px;
}

.mr--1 {
  margin-right: 10px;
}

.m--2 {
  margin: 20px;
}

.my--2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx--2 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt--2 {
  margin-top: 20px;
}

.mb--2 {
  margin-bottom: 20px;
}

.ml--2 {
  margin-left: 20px;
}

.mr--2 {
  margin-right: 20px;
}

.m--3 {
  margin: 30px;
}

.my--3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx--3 {
  margin-left: 30px;
  margin-right: 30px;
}

.mt--3 {
  margin-top: 30px;
}

.mb--3 {
  margin-bottom: 30px;
}

.ml--3 {
  margin-left: 30px;
}

.mr--3 {
  margin-right: 30px;
}

.m--4 {
  margin: 40px;
}

.my--4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx--4 {
  margin-left: 40px;
  margin-right: 40px;
}

.mt--4 {
  margin-top: 40px;
}

.mb--4 {
  margin-bottom: 40px;
}

.ml--4 {
  margin-left: 40px;
}

.mr--4 {
  margin-right: 40px;
}

.m--5 {
  margin: 50px;
}

.my--5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx--5 {
  margin-left: 50px;
  margin-right: 50px;
}

.mt--5 {
  margin-top: 50px;
}

.mb--5 {
  margin-bottom: 50px;
}

.ml--5 {
  margin-left: 50px;
}

.mr--5 {
  margin-right: 50px;
}

.m--6 {
  margin: 60px;
}

.my--6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx--6 {
  margin-left: 60px;
  margin-right: 60px;
}

.mt--6 {
  margin-top: 60px;
}

.mb--6 {
  margin-bottom: 60px;
}

.ml--6 {
  margin-left: 60px;
}

.mr--6 {
  margin-right: 60px;
}

.m--7 {
  margin: 70px;
}

.my--7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx--7 {
  margin-left: 70px;
  margin-right: 70px;
}

.mt--7 {
  margin-top: 70px;
}

.mb--7 {
  margin-bottom: 70px;
}

.ml--7 {
  margin-left: 70px;
}

.mr--7 {
  margin-right: 70px;
}

.m--8 {
  margin: 80px;
}

.my--8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx--8 {
  margin-left: 80px;
  margin-right: 80px;
}

.mt--8 {
  margin-top: 80px;
}

.mb--8 {
  margin-bottom: 80px;
}

.ml--8 {
  margin-left: 80px;
}

.mr--8 {
  margin-right: 80px;
}

.caption-mb + * {
  margin-bottom: 20px;
}

.max-width--450 {
  max-width: 450px;
  margin: auto;
}

.max-width--768 {
  max-width: 768px;
  margin: auto;
}

.max-width--1024 {
  max-width: 1024px;
  margin: auto;
}

.max-width--1180 {
  max-width: 1180px;
  margin: auto;
}

.max-width--1400 {
  max-width: 1440px;
  margin: auto;
}

.bg--main-solid {
  background: #020D2C;
  color: #efefef;
}

.bg--main {
  background: #020D2C;
  color: #efefef;
}

.bg--main-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: #fff;
}

.bg--secondary {
  background: #efefef;
  color: #020D2C;
}

.bg--secondary-gradient {
  background: linear-gradient(125deg, #efefef, #bdbdbd);
  color: #020D2C;
}

.bg--secondary-gradient-trans {
  background: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
  color: #020D2C;
}

.bg--accent {
  background: #6DB847;
  color: #efefef;
}

.bg--accent-gradient {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: #efefef;
}

.bg--accent-gradient-trans {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: #fff;
}

.bg--dark {
  background: #020D2C;
  color: #efefef;
}

.bg--dark-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#020D2C), to(#072b8d));
  background: linear-gradient(90deg, #020D2C, #072b8d);
  color: #efefef;
}

.bg--dark-gradient-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: #fff;
}

.bg--darker-gradient-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(0, 3, 10, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6));
  color: #fff;
}

.bg--bg {
  background: #fff;
  color: #020D2C;
}

.aos-wrapper {
  overflow: hidden;
}

.por-img {
  max-width: 100px !important;
}

.bg-img {
  color: var(--bg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--dark-gradient);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.shdw {
  -webkit-box-shadow: 12px 12px 48px rgba(239, 239, 239, 0.4);
          box-shadow: 12px 12px 48px rgba(239, 239, 239, 0.4);
}

.border {
  background: transparent;
  border: 2px solid;
}

.border--main-solid {
  -o-border-image: #020D2C 1;
     border-image: #020D2C 1;
  border-color: #020D2C;
}

.border--main {
  -o-border-image: #020D2C 1;
     border-image: #020D2C 1;
  border-color: #020D2C;
}

.border--main-trans {
  -o-border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6))) 1;
     border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
  border-color: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
}

.border--secondary {
  -o-border-image: #efefef 1;
     border-image: #efefef 1;
  border-color: #efefef;
}

.border--secondary-gradient {
  -o-border-image: linear-gradient(125deg, #efefef, #bdbdbd) 1;
     border-image: linear-gradient(125deg, #efefef, #bdbdbd) 1;
  border-color: linear-gradient(125deg, #efefef, #bdbdbd);
}

.border--secondary-gradient-trans {
  -o-border-image: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6)) 1;
     border-image: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6)) 1;
  border-color: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
}

.border--accent {
  -o-border-image: #6DB847 1;
     border-image: #6DB847 1;
  border-color: #6DB847;
}

.border--accent-gradient {
  -o-border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
     border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
  border-color: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
}

.border--accent-gradient-trans {
  -o-border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
     border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
  border-color: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
}

.border--dark {
  -o-border-image: #020D2C 1;
     border-image: #020D2C 1;
  border-color: #020D2C;
}

.border--dark-gradient {
  -o-border-image: linear-gradient(90deg, #020D2C, #072b8d) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#020D2C), to(#072b8d)) 1;
     border-image: linear-gradient(90deg, #020D2C, #072b8d) 1;
  border-color: linear-gradient(90deg, #020D2C, #072b8d);
}

.border--dark-gradient-trans {
  -o-border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6))) 1;
     border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
  border-color: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
}

.border--darker-gradient-trans {
  -o-border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(0, 3, 10, 0.6))) 1;
     border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6)) 1;
  border-color: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6));
}

.border--bg {
  -o-border-image: #fff 1;
     border-image: #fff 1;
  border-color: #fff;
}

.border--main:hover {
  background: var(--main);
  color: var(--bg);
}

.border--no-bg:hover {
  background: transparent;
  color: initial;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html {
  overflow-x: hidden;
}

span, span::after, span::before {
  font-size: 16px;
}

p, p::after, p::before, input, input::after, input::before, textarea, textarea::after, textarea::before, select, select::after, select::before {
  font-size: 15px;
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  p, p::after, p::before, input, input::after, input::before, textarea, textarea::after, textarea::before, select, select::after, select::before {
    font-size: clamp(15px, 3vw, 22px);
  }
}

ul {
  list-style-type: none;
}

a {
  color: var(--bg);
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.cta {
  position: relative;
  padding: 10px;
  background: var(--main);
  color: var(--bg);
  border: none;
  outline: none;
  right: 0;
  cursor: pointer;
  border-radius: 5px;
  border-radius: 0 5px 5px 0;
}

.cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cta:hover .icon, .cta:hover .spur-icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.cta:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 2.5px;
}

.cta > *, .cta > * > * {
  vertical-align: middle;
}

.cta * {
  fill: var(--bg);
}

.cta--icon-left:hover .icon, .cta--icon-left:hover .spur-icon {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.cta__text--small {
  font-size: medium;
}

.cta--left {
  padding-left: 40px;
  left: -40px;
}

.cta--left-out {
  border-radius: 2.5px;
  left: -40px;
  white-space: nowrap;
}

.cta--left-out-6 {
  left: -60px;
  padding-left: 60px;
}

.cta--right {
  padding-right: 40px;
  right: -40px;
  border-radius: 2.5px 0 0 2.5px;
}

.cta--right-out {
  white-space: nowrap;
}

.cta--center {
  border-radius: 2.5px;
}

.cta--w-100 {
  width: 100%;
}

.cta--secondary {
  background: var(--secondary-gradient);
  color: var(--main-solid);
}

.cta--bg {
  background: var(--bg);
  color: var(--secondary);
}

.cta--bg * {
  fill: var(--secondary);
}

.cta--main-solid {
  background: #020D2C;
  color: #efefef;
}

.cta--main-solid * {
  fill: #efefef;
}

.cta--main {
  background: #020D2C;
  color: #efefef;
}

.cta--main * {
  fill: #efefef;
}

.cta--main-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: #fff;
}

.cta--main-trans * {
  fill: #fff;
}

.cta--secondary {
  background: #efefef;
  color: #020D2C;
}

.cta--secondary * {
  fill: #020D2C;
}

.cta--secondary-gradient {
  background: linear-gradient(125deg, #efefef, #bdbdbd);
  color: #020D2C;
}

.cta--secondary-gradient * {
  fill: #020D2C;
}

.cta--secondary-gradient-trans {
  background: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
  color: #020D2C;
}

.cta--secondary-gradient-trans * {
  fill: #020D2C;
}

.cta--accent {
  background: #6DB847;
  color: #efefef;
}

.cta--accent * {
  fill: #efefef;
}

.cta--accent-gradient {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: #efefef;
}

.cta--accent-gradient * {
  fill: #efefef;
}

.cta--accent-gradient-trans {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: #fff;
}

.cta--accent-gradient-trans * {
  fill: #fff;
}

.cta--dark {
  background: #020D2C;
  color: #efefef;
}

.cta--dark * {
  fill: #efefef;
}

.cta--dark-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#020D2C), to(#072b8d));
  background: linear-gradient(90deg, #020D2C, #072b8d);
  color: #efefef;
}

.cta--dark-gradient * {
  fill: #efefef;
}

.cta--dark-gradient-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: #fff;
}

.cta--dark-gradient-trans * {
  fill: #fff;
}

.cta--darker-gradient-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(0, 3, 10, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6));
  color: #fff;
}

.cta--darker-gradient-trans * {
  fill: #fff;
}

.cta--bg {
  background: #fff;
  color: #020D2C;
}

.cta--bg * {
  fill: #020D2C;
}

.cta--txt-bg {
  color: var(--bg) !important;
}

.cta--min {
  background: transparent;
  color: inherit;
  padding-bottom: 0;
  padding-top: 0;
}

.cta--min-all {
  padding: 0;
}

.cta--min * {
  fill: inherit;
}

.cta--main-trans {
  background: var(--main-trans);
}

.cta--border {
  background: transparent;
  border: 2px solid;
  padding: 10px 20px;
}

.cta--border-main-solid {
  -o-border-image: #020D2C 1;
     border-image: #020D2C 1;
}

.cta--border-main-solid:hover {
  background: #020D2C;
  color: #efefef;
}

.cta--border-main-solid:hover * {
  fill: #efefef !important;
}

.cta--border-main {
  -o-border-image: #020D2C 1;
     border-image: #020D2C 1;
}

.cta--border-main:hover {
  background: #020D2C;
  color: #efefef;
}

.cta--border-main:hover * {
  fill: #efefef !important;
}

.cta--border-main-trans {
  -o-border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6))) 1;
     border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
}

.cta--border-main-trans:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: #fff;
}

.cta--border-main-trans:hover * {
  fill: #fff !important;
}

.cta--border-secondary {
  -o-border-image: #efefef 1;
     border-image: #efefef 1;
}

.cta--border-secondary:hover {
  background: #efefef;
  color: #020D2C;
}

.cta--border-secondary:hover * {
  fill: #020D2C !important;
}

.cta--border-secondary-gradient {
  -o-border-image: linear-gradient(125deg, #efefef, #bdbdbd) 1;
     border-image: linear-gradient(125deg, #efefef, #bdbdbd) 1;
}

.cta--border-secondary-gradient:hover {
  background: linear-gradient(125deg, #efefef, #bdbdbd);
  color: #020D2C;
}

.cta--border-secondary-gradient:hover * {
  fill: #020D2C !important;
}

.cta--border-secondary-gradient-trans {
  -o-border-image: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6)) 1;
     border-image: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6)) 1;
}

.cta--border-secondary-gradient-trans:hover {
  background: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
  color: #020D2C;
}

.cta--border-secondary-gradient-trans:hover * {
  fill: #020D2C !important;
}

.cta--border-accent {
  -o-border-image: #6DB847 1;
     border-image: #6DB847 1;
}

.cta--border-accent:hover {
  background: #6DB847;
  color: #efefef;
}

.cta--border-accent:hover * {
  fill: #efefef !important;
}

.cta--border-accent-gradient {
  -o-border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
     border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
}

.cta--border-accent-gradient:hover {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: #efefef;
}

.cta--border-accent-gradient:hover * {
  fill: #efefef !important;
}

.cta--border-accent-gradient-trans {
  -o-border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
     border-image: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6)) 1;
}

.cta--border-accent-gradient-trans:hover {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: #fff;
}

.cta--border-accent-gradient-trans:hover * {
  fill: #fff !important;
}

.cta--border-dark {
  -o-border-image: #020D2C 1;
     border-image: #020D2C 1;
}

.cta--border-dark:hover {
  background: #020D2C;
  color: #efefef;
}

.cta--border-dark:hover * {
  fill: #efefef !important;
}

.cta--border-dark-gradient {
  -o-border-image: linear-gradient(90deg, #020D2C, #072b8d) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#020D2C), to(#072b8d)) 1;
     border-image: linear-gradient(90deg, #020D2C, #072b8d) 1;
}

.cta--border-dark-gradient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#020D2C), to(#072b8d));
  background: linear-gradient(90deg, #020D2C, #072b8d);
  color: #efefef;
}

.cta--border-dark-gradient:hover * {
  fill: #efefef !important;
}

.cta--border-dark-gradient-trans {
  -o-border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6))) 1;
     border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6)) 1;
}

.cta--border-dark-gradient-trans:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: #fff;
}

.cta--border-dark-gradient-trans:hover * {
  fill: #fff !important;
}

.cta--border-darker-gradient-trans {
  -o-border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(0, 3, 10, 0.6))) 1;
     border-image: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6)) 1;
}

.cta--border-darker-gradient-trans:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(0, 3, 10, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6));
  color: #fff;
}

.cta--border-darker-gradient-trans:hover * {
  fill: #fff !important;
}

.cta--border-bg {
  -o-border-image: #fff 1;
     border-image: #fff 1;
}

.cta--border-bg:hover {
  background: #fff;
  color: #020D2C;
}

.cta--border-bg:hover * {
  fill: #020D2C !important;
}

.cta--no-icon-translate:hover .icon, .cta--no-icon-translate:hover .spur-icon {
  -webkit-transform: unset;
          transform: unset;
}

@media screen and (min-width: 1180px) {
  .cta {
    border-radius: 2.5px;
  }
  .cta--w, .cta--right {
    border-radius: 2.5px 0 0 2.5px;
  }
}

.tag {
  position: relative;
  padding: 10px;
  background: var(--main);
  color: var(--bg);
  border: none;
  outline: none;
  right: 0;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  font-size: large;
}

.tag--tech {
  background: -webkit-gradient(linear, left top, right top, from(#3481f4), to(#9C27B0)) !important;
  background: linear-gradient(90deg, #3481f4, #9C27B0) !important;
}

.tag--business {
  background: -webkit-gradient(linear, left top, right top, from(#3481f4), to(#1dbe38)) !important;
  background: linear-gradient(90deg, #3481f4, #1dbe38) !important;
}

.tag--startup {
  background: -webkit-gradient(linear, left top, right top, from(#3481f4), to(#27a0b0)) !important;
  background: linear-gradient(90deg, #3481f4, #27a0b0) !important;
}

.tag:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, right top, from(#3481f4), to(#9C27B0)) !important;
  background: linear-gradient(90deg, #3481f4, #9C27B0) !important;
}

.tag:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, right top, from(#3481f4), to(#1dbe38)) !important;
  background: linear-gradient(90deg, #3481f4, #1dbe38) !important;
}

.tag:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, right top, from(#3481f4), to(#27a0b0)) !important;
  background: linear-gradient(90deg, #3481f4, #27a0b0) !important;
}

.tag {
  padding: 5px 10px;
  margin-right: 5px;
}

.img-cont {
  position: relative;
}

.img-cont__bg-img-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.img-cont__bg-img {
  position: relative;
  top: 0;
  max-width: 100%;
  width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-cont__fg-img {
  max-width: 300px;
  position: absolute;
}

.img-cont img, .img-cont video, .img-cont audio {
  width: 100%;
}

.action-cont--inline {
  display: inline-block;
}

.designs-cont__el {
  height: 400px;
}

.designs-cont__el img {
  max-width: clamp(80px, 6vw, 150px);
  right: 0;
}

@media screen and (min-width: 768px) {
  .designs-cont__el img {
    max-width: 200px;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon * {
  fill: var(--bg);
  vertical-align: middle;
}

.icon--secondary * {
  fill: var(--secondary);
}

.icon--dark * {
  fill: var(--dark);
}

.icon--small svg {
  width: 24px;
  height: 24px;
}

.icon--small-2 svg {
  width: 18px !important;
  height: 18px !important;
}

.icon--medium svg {
  width: 48px;
  height: 48px;
}

.icon--large svg {
  width: 62px;
  height: 62px;
}

.icon--large-2 svg {
  width: 78px !important;
  height: 78px !important;
}

.icon--large-2 svg path {
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media screen and (max-width: 769px) {
  .icon--resp svg {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .icon--resp svg {
    width: 48px;
    height: 48px;
  }
}

.form-comp__input-cont {
  width: 100%;
  position: relative;
  height: 60px;
  margin: 10px 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.form-comp__file-cont {
  padding: 20px;
  margin-top: 40px;
  position: relative;
}

.form-comp__file-cont .form-comp__label {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.form-comp__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--dark);
  outline: none;
  color: var(--dark);
  padding-top: 20px;
  height: 60px;
  width: 100%;
}

.form-comp__input:focus + .form-comp__label .form-comp__label-txt, .form-comp__input:valid + .form-comp__label .form-comp__label-txt {
  -webkit-transform: translateY(0) scale(0.8);
          transform: translateY(0) scale(0.8);
  opacity: 0.6;
  color: #020D2C;
}

.form-comp__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.form-comp__label-txt {
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  -webkit-transform: translateY(calc(100% + (10px / 2)));
          transform: translateY(calc(100% + (10px / 2)));
}

.form-comp__textarea-cont {
  height: 120px;
}

.form-comp__textarea {
  padding-top: calc(120px - 20px);
}

.site-navbtn.toggler {
  opacity: 0;
  z-index: 4;
  display: block;
  pointer-events: all;
}

.site-navbtn.toggler:checked + button.site-navbtn::before {
  -webkit-transform: translate(0, 10px) rotate(45deg);
          transform: translate(0, 10px) rotate(45deg);
  background: var(--bg);
}

.site-navbtn.toggler:checked + button.site-navbtn::after {
  -webkit-transform: translate(0, -10px) rotate(-45deg);
          transform: translate(0, -10px) rotate(-45deg);
  background: var(--bg);
}

.site-navbtn.toggler:checked + button.site-navbtn div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.site-navbtn.toggler:checked ~ nav.site-nav {
  opacity: 1;
  visibility: visible;
}

.site-navbtn.toggler:checked ~ nav.site-nav .site-nav__link-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.site-navbtn.toggler:checked ~ figure.site-logo .logo__txt {
  color: var(--secondary);
  fill: var(--secondary);
}

@media screen and (min-width: 768px) {
  .site-navbtn.toggler {
    pointer-events: none;
  }
}

.site-navbtn {
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  z-index: 4;
  background: transparent;
  border: none;
  position: absolute;
  height: 20px;
  width: 30px;
}

.site-navbtn div, .site-navbtn::before, .site-navbtn::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: var(--dark);
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.site-navbtn::before {
  top: 0;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.site-navbtn::after {
  top: 100%;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.site-navbtn--active::before {
  -webkit-transform: translate(0, 10px) rotate(45deg);
          transform: translate(0, 10px) rotate(45deg);
}

.site-navbtn--active::after {
  -webkit-transform: translate(0, -10px) rotate(-45deg);
          transform: translate(0, -10px) rotate(-45deg);
}

.site-navbtn--active div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .site-navbtn {
    display: none;
    right: 40px;
  }
}

.site-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 13, 44, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
}

.site-nav__links {
  list-style-type: none;
  text-align: left;
  position: relative;
  width: 100%;
  padding: 0 40px;
}

.site-nav__link-item {
  padding: 10px;
  display: list-item;
  opacity: 0.6;
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  .site-nav__link-item {
    font-size: clamp(24px, 2vw, 38px);
  }
}

.site-nav__link-item + * {
  margin-top: 5px;
}

.site-nav__link-item:hover, .site-nav__link-item:focus, .site-nav__link-item--active {
  opacity: 1;
}

.site-nav__link-node {
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
  color: inherit;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .site-nav__links {
    padding-top: 120px;
  }
  .site-nav__link-item {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
    font-size: x-large;
  }
  .site-nav__link-item:nth-of-type(0) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .site-nav__link-item:nth-of-type(1) {
    -webkit-transition-delay: 0.16667s;
            transition-delay: 0.16667s;
  }
  .site-nav__link-item:nth-of-type(2) {
    -webkit-transition-delay: 0.33333s;
            transition-delay: 0.33333s;
  }
  .site-nav__link-item:nth-of-type(3) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .site-nav__link-item:nth-of-type(4) {
    -webkit-transition-delay: 0.66667s;
            transition-delay: 0.66667s;
  }
  .site-nav__link-item:nth-of-type(5) {
    -webkit-transition-delay: 0.83333s;
            transition-delay: 0.83333s;
  }
  .site-nav__link-item:nth-of-type(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media screen and (min-width: 768px) {
  .site-nav {
    text-align: right;
    width: auto;
    float: right;
    display: inline-block;
    padding: 0;
    background: transparent;
    color: var(--main);
    vertical-align: middle;
    position: relative;
    height: unset;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .site-nav * {
    -webkit-transition: all 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .site-nav__links {
    padding: unset;
  }
  .site-nav__link-item {
    display: inline-block;
    margin: 0;
  }
  .site-nav__link-item * {
    fill: var(--dark);
  }
  @supports (font-size: clamp(40px, 5vw, 48px)) {
    .site-nav__link-item {
      font-size: clamp(10px, 1.4vw, 16px);
    }
  }
}

.drpDwn__cont:hover > .drpDwn, .drpDwn__cont:focus > .drpDwn {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.drpDwn__cont:hover > .drpDwn--mobile, .drpDwn__cont:hover .drpDwn--hybrid, .drpDwn__cont:focus > .drpDwn--mobile, .drpDwn__cont:focus .drpDwn--hybrid {
  max-height: 400px;
}

.drpDwn--mobile {
  opacity: 0;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  pointer-events: none;
  visibility: hidden;
  padding: 0 0 0 20px;
  overflow: hidden;
  max-height: 0;
  margin: auto;
}

.drpDwn--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  opacity: 1;
  width: calc(100vw - 120px);
  right: 0;
  top: 80px;
  opacity: 0;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  pointer-events: none;
  visibility: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 12px 12px 48px rgba(2, 13, 44, 0.4);
          box-shadow: 12px 12px 48px rgba(2, 13, 44, 0.4);
}

.drpDwn--hybrid .drpDwn__header {
  display: none;
}

.drpDwn--hybrid .drpDwn--mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .drpDwn--hybrid__icon--hide-lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .drpDwn--hybrid {
    opacity: 0;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    pointer-events: none;
    visibility: hidden;
    padding: 0 0 0 20px;
    overflow: hidden;
    max-height: 0;
  }
}

@media screen and (min-width: 768px) {
  .drpDwn--hybrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    opacity: 1;
    width: calc(100vw - 120px);
    right: 0;
    top: 80px;
    padding: 40px;
    opacity: 0;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    pointer-events: none;
    visibility: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 12px 12px 48px rgba(2, 13, 44, 0.4);
            box-shadow: 12px 12px 48px rgba(2, 13, 44, 0.4);
  }
  .drpDwn--hybrid .drpDwn--mobile {
    max-height: 999px;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .drpDwn--hybrid > .drpDwn__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -webkit-column-gap: 20px;
            column-gap: 20px;
    min-width: 70%;
    width: 100%;
  }
  .drpDwn--hybrid > .drpDwn__list > * {
    display: inline-block;
  }
  .drpDwn--hybrid > .drpDwn__list-item {
    margin: 0 20px;
    text-align: left;
    position: relative;
  }
  .drpDwn--hybrid .drpDwn__header {
    display: block;
    margin-top: 10px;
  }
}

.drpDwn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  top: -50px;
  left: 0;
  z-index: -1;
}

.drpDwn__header {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
}

.drpDwn__content {
  display: inline-block;
  min-width: 70%;
}

.drpDwn__content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.drpDwn__content-list > * {
  display: inline-block;
}

.drpDwn__list-item {
  margin-top: 10px;
}

.drpDwn__content-list-item {
  margin: 0 20px;
  text-align: left;
  position: relative;
}

.drpDwn__content-list-item:hover .drpDwn__list-item-icon, .drpDwn__content-list-item:focus .drpDwn__list-item-icon {
  -webkit-transform: translate(30px, 0) scaleX(1);
          transform: translate(30px, 0) scaleX(1);
  opacity: 1;
}

.drpDwn__list-item-icon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translate(0, 0) scaleX(2);
          transform: translate(0, 0) scaleX(2);
}

@media screen and (max-width: 767px) {
  .drpDwn__cont .icon svg {
    width: 32px;
    height: 32px;
  }
  .drpDwn__list-item {
    font-size: 14px;
  }
  @supports (font-size: clamp(14px, 3vw, 48px)) {
    .drpDwn__list-item {
      font-size: clamp(14px, 3vw, 32px);
    }
  }
  .drpDwn--desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .drpDwn--light {
    background: var(--bg);
    color: var(--dark);
  }
  .drpDwn--dark {
    background: var(--dark-gradient);
    color: var(--bg);
  }
  .drpDwn--mobile {
    display: none;
    padding-left: 10px;
  }
  .drpDwn__list-item > .drpDwn__link-node {
    opacity: 0.6;
  }
  .drpDwn__list-item > .drpDwn__link-node:hover, .drpDwn__list-item > .drpDwn__link-node:focus, .drpDwn__list-item > .drpDwn__link-node--active {
    opacity: 1;
  }
}

.alert-tag {
  position: relative;
}

.alert-tag:after {
  content: attr(data-alert-tag);
  position: relative;
  padding: 10px;
  background: var(--main);
  color: var(--bg);
  border: none;
  outline: none;
  right: 0;
  cursor: pointer;
  border-radius: 5px;
  background: var(--accent);
  position: absolute;
  font-size: x-small;
  top: 50%;
  -webkit-transform: translate(calc(100% + 10.5px), -50%);
          transform: translate(calc(100% + 10.5px), -50%);
  white-space: nowrap;
  animation: flash 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275) alternate-reverse infinite;
}

@-webkit-keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@media screen and (max-width: 401px) {
  .alert-tag:after {
    white-space: unset;
  }
}

.filter {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.filter--active {
  background: var(--main);
  color: var(--bg);
}

.filter-target--hidden {
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.filter-target--none {
  display: none;
}

.site-main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.site-main *, .site-main *::before, .site-main *::after, .site-main .video-player {
  -webkit-transition: all 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.f-main {
  min-height: 100vh;
  position: relative;
  background: unset;
}

.f-main__wrapper {
  margin-bottom: 100px;
}

.f-main__hero {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-main__header {
  position: relative;
  z-index: 2;
}

.f-main__video {
  max-height: 280px;
}

.f-main__action-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-main__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .f-main__wrapper .site-gallery--grid {
    display: -ms-grid;
    display: grid;
    gap: 80px;
    text-align: center;
  }
}

.site-section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.site-section--grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.site-section--secondary {
  color: var(--secondary);
}

.site-section--bg-main-solid {
  background: #020D2C;
  color: var(--dark);
}

.site-section--bg-main {
  background: #020D2C;
  color: var(--dark);
}

.site-section--bg-main-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: var(--dark);
}

.site-section--bg-secondary {
  background: #efefef;
  color: var(--dark);
}

.site-section--bg-secondary-gradient {
  background: linear-gradient(125deg, #efefef, #bdbdbd);
  color: var(--dark);
}

.site-section--bg-secondary-gradient-trans {
  background: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
  color: var(--dark);
}

.site-section--bg-accent {
  background: #6DB847;
  color: var(--dark);
}

.site-section--bg-accent-gradient {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: var(--dark);
}

.site-section--bg-accent-gradient-trans {
  background: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  color: var(--dark);
}

.site-section--bg-dark {
  background: #020D2C;
  color: var(--dark);
}

.site-section--bg-dark-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#020D2C), to(#072b8d));
  background: linear-gradient(90deg, #020D2C, #072b8d);
  color: var(--dark);
}

.site-section--bg-dark-gradient-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(7, 43, 141, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  color: var(--dark);
}

.site-section--bg-darker-gradient-trans {
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 13, 44, 0.6)), to(rgba(0, 3, 10, 0.6)));
  background: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(0, 3, 10, 0.6));
  color: var(--dark);
}

.site-section--bg-bg {
  background: #fff;
  color: var(--dark);
}

.site-section__header {
  position: relative;
}

.site-section__header--right {
  text-align: right;
}

.site-section__caption {
  font-family: "Poppins", "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}

.site-section__caption .heading {
  margin-bottom: 0;
}

.site-section__caption + p {
  margin-bottom: 20px;
}

.site-section__p {
  padding-right: 20px;
}

.site-section__action-cont {
  margin-top: 20px;
}

.site-section__socials-cont {
  margin-top: 20px;
}

.site-section__socials-caption {
  margin: 20px 0 20px 20px;
}

@media screen and (min-width: 600px) {
  .site-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .site-section--grid-swap {
    direction: rtl;
  }
  .site-section--grid-3-2 {
    -ms-grid-columns: 3fr 2fr;
        grid-template-columns: 3fr 2fr;
  }
  .site-section--grid-1-1 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .site-section__caption {
    font-size: 32px;
  }
}

@supports (font-size: clamp(40px, 5vw, 48px)) {
  .site-section__caption {
    font-size: clamp(24px, 5vw, 36px);
  }
}

.site-hero {
  height: 100vh;
  max-height: 100vh;
  padding-top: 10px;
}

.site-hero--secondary {
  color: var(--secondary);
}

.site-hero::before, .site-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.site-hero::before {
  background: var(--secondary-gradient);
}

.site-hero::after {
  background: var(--secondary-gradient);
  opacity: 0.8;
}

.site-hero__wrapper {
  margin-top: 120px;
}

.site-hero__header {
  color: var(--bg);
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 80px;
}

.site-hero__p {
  font-size: 20px;
}

.site-hero__designs-cont {
  width: 100%;
}

.site-hero__scrll-dwn-cont {
  bottom: 40px;
  color: var(--bg);
}

@supports (font-size: clamp(40px, 5vw, 48px)) {
  .site-hero__caption {
    font-size: clamp(30px, 10vw, 64px);
  }
}

.pages-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}

.pages-hero::before {
  background-position: calc(50% - -15vw) center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pages-hero--full {
  height: 100vh;
}

.pages-hero--light .pages-hero__header {
  color: var(--dark);
}

.pages-hero--light::after {
  background: radial-gradient(circle at center left, white 25%, rgba(255, 255, 255, 0.2) 65%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}

.pages-hero--dark::after {
  background: radial-gradient(circle at center left, rgba(23, 19, 26, 0.949) 25%, rgba(23, 19, 26, 0.761) 65%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 1;
}

.pages-hero--h-content {
  height: unset;
}

@supports ((height: -webkit-fit-content) or (height: -moz-fit-content) or (height: fit-content)) {
  .pages-hero--h-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.pages-hero__wrapper {
  margin-bottom: 120px;
  width: 100%;
}

.pages-hero__caption {
  font-size: 38px;
  margin-bottom: 20px;
}

.pages-hero__caption .heading {
  margin-bottom: 0;
}

.pages-hero__caption + p {
  margin-bottom: 40px;
}

.pages-hero__media-cont {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px * 12);
  overflow: hidden;
  z-index: -1;
}

.pages-hero__img-cont {
  height: 100%;
}

.pages-hero__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
}

.pages-hero__img--center {
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 768px) {
  .pages-hero__img-cont {
    position: relative;
    min-height: 200px;
  }
  .pages-hero__img-cont::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--main);
    z-index: -1;
  }
}

@supports (font-size: clamp(40px, 5vw, 48px)) {
  .pages-hero__caption {
    font-size: clamp(18px, 9vw, 48px);
  }
}

.form-section__header {
  margin-bottom: 20px;
  color: var(--dark);
}

.form-section__form-container {
  margin: auto;
  min-height: 400px;
  background: var(--secondary-gradient);
  color: var(--dark);
  border-radius: 5px;
}

.form-section__form-container * {
  fill: var(--bg);
}

@media screen and (min-width: 768px) {
  .form-section__field-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15%;
            column-gap: 15%;
  }
}

.contact-options__cont {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.contact-options__option {
  padding: 10px;
  background: var(--main);
  border-radius: 5px;
  height: 100%;
}

.contact-options__option:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.contact-options__option * {
  color: var(--bg);
  fill: var(--bg);
}

.contact-options__option-icon {
  margin-bottom: 10px;
}

.contact-options__option-txt {
  overflow-wrap: anywhere;
}

@media screen and (min-width: 768px) {
  .contact-options__cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .contact-options__option {
    padding: 40px;
  }
  .contact-options__option:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .contact-options__option-icon {
    margin-bottom: 10px;
  }
  .contact-options__option-icon svg {
    width: 42px;
    height: 42px;
  }
}

.cont-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.cont-bg--hero {
  top: -120px;
  height: calc(100% + 10px * 12);
}

.cont-bg__media {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
  width: 100%;
}

.cont-bg__media--center {
  -o-object-position: center center;
     object-position: center center;
}

.contact-section {
  position: relative;
}

@media screen and (min-width: 500px) {
  .contact-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-section__header {
    width: 65%;
  }
  .contact-section__action-cont {
    min-width: 175px;
  }
}

.article__media {
  width: 100%;
}

.article__media::after {
  content: attr(alt);
}

.article__media-cont {
  max-height: 512px;
  overflow: hidden;
  border-radius: 10px;
  margin: 40px auto;
}

.article__media-cont + .article__media-caption {
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  height: 0;
}

.article__media-cont--full {
  max-height: unset;
}

.article__media-cont--small {
  max-width: 512px;
}

.article__media-caption {
  text-align: center;
  display: block;
  font-style: italic;
  font-weight: 100;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .article__media {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}

.article__p {
  margin: 20px 0;
}

@media screen and (max-width: 769px) {
  .article__media-cont {
    max-height: 512px;
  }
  .article__media-cont--small {
    width: 60%;
  }
}

.scrll-dwn {
  margin: 40px;
  cursor: pointer;
}

.scrll-dwn__cont {
  position: absolute;
  bottom: 0px;
  left: calc(100% - 20px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  text-align: right;
  z-index: 3;
}

.scrll-dwn__cont:hover .icon {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.scrll-dwn__cont--center {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.scrll-dwn__cont--to-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  left: unset;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: none;
}

.scrll-dwn__cont--to-top.aos-animate {
  pointer-events: all;
}

.scrll-dwn__txt {
  display: none;
}

@media screen and (min-width: 768px) {
  .scrll-dwn__txt {
    display: block;
  }
  .scrll-dwn__cont--to-top {
    right: 40px;
  }
}

.expand--collapsed {
  overflow: hidden;
}

.expand--collapsed-0 {
  max-height: 0ch;
}

.expand--collapsed-1 {
  max-height: 9ch;
}

.expand--collapsed-2 {
  max-height: 18ch;
}

.expand--collapsed-3 {
  max-height: 27ch;
}

.expand--collapsed-4 {
  max-height: 36ch;
}

.expand--collapsed-5 {
  max-height: 45ch;
}

.expand--expanded {
  max-height: 99ch;
}

.expand__btn:after {
  content: "Read More";
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.expand__btn--inactive::after {
  content: attr(data-expand-inactive-txt);
}

.expand__btn-txt {
  opacity: 0;
}

.expand__btn-icon--inactive svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.expand__btn-icon--hide {
  display: none;
}

.site-header {
  position: fixed;
  margin-left: 20px;
  top: -80px;
  width: calc(100% - (10px * 2));
  min-height: 60px;
  height: unset;
  background: var(--main);
  background: var(--bg);
  padding: 20px;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 10px 20px 60px rgba(2, 13, 44, 0);
          box-shadow: 10px 20px 60px rgba(2, 13, 44, 0);
}

.site-header, .site-header *, .site-header *::before, .site-header *::after {
  -webkit-transition: all 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-header::before {
  display: none;
}

.site-header.show {
  top: 40px;
  -webkit-box-shadow: 10px 20px 60px rgba(2, 13, 44, 0.12);
          box-shadow: 10px 20px 60px rgba(2, 13, 44, 0.12);
}

.site-header.sec-bg {
  background: var(--secondary-gradient);
}

.site-header__wrapper {
  position: relative;
}

.site-header__logo {
  z-index: 3;
  color: var(--secondary);
}

.site-header__logo img {
  width: 25px;
}

.site-header__back-btn {
  position: absolute;
  top: -40px;
  left: 0;
}

.site-header__back-btn:hover .site-header__back-txt {
  visibility: visible;
  opacity: 1;
  max-width: 999px;
}

.site-header__back-txt {
  visibility: hidden;
  opacity: 0;
  max-width: 0px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .site-header {
    padding: 15px 20px;
    margin-left: 40px;
    width: calc(100% - (10px * 4));
  }
  .site-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-logo {
  display: inline-block;
  position: relative;
}

.site-logo > img, .site-logo svg {
  width: 25px;
  vertical-align: middle;
}

.site-logo__text {
  font-size: 20px;
  vertical-align: middle;
  color: inherit;
  margin-left: 10px;
}

.site-logo--long > img, .site-logo--long svg {
  width: unset;
  height: 25px;
}

.logo-landscape__wing2 {
  opacity: 0.6;
}

.logo__hidden {
  opacity: 0;
}

.logo__hidden, .logo__hidden * {
  fill: none;
}

.logo__txt {
  fill: var(--main-solid);
}

.cases-gallery {
  gap: 60px;
}

@media screen and (max-width: 600px) {
  .cases-gallery__item {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 600px) {
  .cases-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .cases-gallery--stacks {
    row-gap: 20px;
  }
  .cases-gallery--stacks .cases-gallery__item {
    margin-bottom: 40px;
  }
  .cases-gallery--stacks .cases-gallery__item:nth-of-type(odd) {
    margin: 0 0 40px 0;
  }
  .cases-gallery--stacks .cases-gallery__item:nth-of-type(even) {
    margin: 40px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .cases-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .cases-gallery--stacks {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }
  .cases-gallery--stacks .cases-gallery__item:nth-of-type(3n + 1) {
    margin: 0 0 0 0;
    margin-bottom: 80px;
  }
  .cases-gallery--stacks .cases-gallery__item:nth-of-type(3n + 2) {
    margin: 40px 0 0 0;
    margin-bottom: 40px;
  }
  .cases-gallery--stacks .cases-gallery__item:nth-of-type(3n + 3) {
    margin: 80px 0 0 0;
    margin-bottom: 0;
  }
}

.cases-gallery--merge {
  gap: 0;
}

.cases-gallery--merge .cases-gallery__item .cases-item__bg-cont {
  border-radius: 0;
}

.cases-gallery--merge .cases-gallery__item .insights-item__header {
  border-radius: 0;
}

.cases-item {
  width: 100%;
  cursor: pointer;
}

.cases-item:hover .cases-item__bg-img, .cases-item:hover .cases-item__fg-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cases-item:hover .cases-item__bg-img.cases-item__bg-img, .cases-item:hover .cases-item__fg-img.cases-item__bg-img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.cases-item:hover .cases-item__media-cont {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.cases-item:hover .cases-item__fg-img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.cases-item:hover .cases-item__action-cont {
  opacity: 1;
}

.cases-item:hover .cases-item__action-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cases-item__media-cont {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-height: 350px;
}

.cases-item__bg-cont {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.cases-item__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cases-item__img-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cases-item__fg-img {
  position: relative;
  width: 110% !important;
}

.cases-item__action-cont {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  z-index: 1;
  color: var(--bg);
  overflow: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  pointer-events: none;
}

.cases-item__action-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--dark-gradient);
  z-index: -1;
  border-radius: 5px;
  opacity: 0.6;
}

.cases-item__action-text {
  position: relative;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

.cases-item__action-text * {
  fill: var(--bg);
}

.cases-item__caption {
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .cases-item__fg-img {
    max-width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .cases-item__media-cont {
    height: 300px;
  }
}

.site-gallery {
  margin-top: 20px;
}

.site-gallery--no-card .site-gallery__item {
  background: unset;
  color: inherit;
  padding: inherit;
  margin-bottom: 0;
}

.site-gallery__item {
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  background: var(--secondary-gradient);
  color: var(--dark);
}

.site-gallery__img-cont {
  min-height: 70px;
  margin-bottom: 20px;
  background: var(--main);
  border-radius: 5px;
}

.site-gallery__fg-img {
  top: -80px;
  right: 0;
  width: calc(100% + (10px * 4));
  max-width: 220px;
}

.site-gallery__caption {
  font-size: clamp(16px, 3vw, 22px);
}

.site-gallery__text {
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .site-gallery--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 40px;
    row-gap: 20px;
  }
  .site-gallery--grid .site-gallery__item:nth-of-type(odd) {
    margin: 0 0 40px 0;
  }
  .site-gallery--grid .site-gallery__item:nth-of-type(even) {
    margin: 40px 0 0 0;
  }
  .site-gallery--grid-1-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    row-gap: 0;
  }
  .site-gallery--grid-1-1-1 .site-gallery__item:nth-of-type(3n + 1) {
    margin: 0 0 0 0;
    margin-bottom: 80px;
  }
  .site-gallery--grid-1-1-1 .site-gallery__item:nth-of-type(3n + 2) {
    margin: 40px 0 0 0;
    margin-bottom: 40px;
  }
  .site-gallery--grid-1-1-1 .site-gallery__item:nth-of-type(3n + 3) {
    margin: 80px 0 0 0;
    margin-bottom: 0;
  }
  .site-gallery--masonry {
    width: 100%;
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .site-gallery--masonry .site-gallery__item {
    display: inline-block;
    width: 100%;
  }
}

.gallery-item--anim:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.gallery-item--anim .gallery-item__fg-img {
  -webkit-transform: translate(25%, 25%) scale(1.2) rotate(15deg);
          transform: translate(25%, 25%) scale(1.2) rotate(15deg);
}

.gallery-item--anim:hover .gallery-item__bg-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery-item--anim:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.gallery-item--anim .gallery-item__fg-img {
  -webkit-transform: translate(25%, 25%) scale(1.2) rotate(15deg);
          transform: translate(25%, 25%) scale(1.2) rotate(15deg);
}

.gallery-item--anim:hover .gallery-item__bg-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.site-carousel {
  width: 100%;
  overflow: auto;
}

.site-carousel__wrapper {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-carousel__wrapper > :nth-child(1) {
  margin-left: 0;
}

.site-carousel__header {
  height: 100%;
}

.site-carousel__list {
  -webkit-transition: none;
  transition: none;
}

.site-carousel__item {
  width: 400px;
  display: inline-block;
  margin: 10px;
  white-space: normal;
}

.site-carousel__img-cont {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.site-carousel__img-cont img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 240px;
  width: 100%;
}

.splide__arrow {
  border: none;
  background: var(--main-trans);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 5px;
  width: unset;
  height: unset;
  opacity: 1;
}

.splide__arrow * {
  fill: var(--bg);
}

.splide__list.site-carousel__list {
  -webkit-transition: none;
  transition: none;
}

.splide__slide:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.splide__pagination {
  bottom: -10px;
  position: relative;
}

.splide__pagination__page {
  width: 18px;
  height: 10px;
  border-radius: 5px;
  margin: 5px;
}

.splide__pagination__page.is-active {
  width: 25px;
  -webkit-transform: unset;
          transform: unset;
  background: var(--main);
}

.beta-gallery {
  color: var(--bg);
}

.beta-gallery-cont {
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  .beta-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 769px) {
  .beta-gallery {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .beta-gallery__item {
    margin-right: 40px;
    width: 270px;
  }
}

@media screen and (min-width: 1200px) {
  .beta-gallery {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.b-gallery-item {
  position: relative;
  border-radius: 5px;
}

.b-gallery-item__img-cont {
  height: 85%;
  overflow: hidden;
  border-radius: 5px;
}

.b-gallery-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.b-gallery-item__details {
  padding: 20px 0;
}

.b-gallery-item__details-wrapper {
  position: relative;
}

.b-gallery-item__details-wrapper :nth-child(0) {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.b-gallery-item__details-wrapper :nth-child(1) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.b-gallery-item__details-wrapper :nth-child(2) {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.b-gallery-item__details-wrapper :nth-child(3) {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.b-gallery-item__details-wrapper :nth-child(4) {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.b-gallery-item__details-wrapper :nth-child(5) {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

@media screen and (max-width: 769px) {
  .b-gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .b-gallery-item {
    height: 280px;
    overflow: hidden;
  }
  .b-gallery-item__img-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .b-gallery-item__details {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
  }
  .b-gallery-item__details > * {
    position: relative;
  }
  .b-gallery-item:hover .b-gallery-item__details::before {
    opacity: 0.8;
  }
  .b-gallery-item:hover .b-gallery-item__img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .b-gallery-item:hover .b-gallery-item__text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .b-gallery-item__details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-gradient);
    z-index: 0;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
  }
  .b-gallery-item__text {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  .simple-grid__item {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 600px) {
  .simple-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 80px;
    row-gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .simple-grid--1-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    row-gap: 40px;
  }
}

.insights-item {
  position: relative;
  min-height: 230px;
  max-height: 100%;
}

.insights-item:hover .insights-item__action-cont {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.insights-item:hover .insights-item__media-cont {
  border-radius: 5px;
}

.insights-item:hover .insights-item__header {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.insights-item__media-cont {
  margin-bottom: 0;
  height: 100%;
}

.insights-item__header {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  color: var(--bg);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.85)), color-stop(55%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.65) 55%, rgba(0, 0, 0, 0));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .insights-item--grid:nth-of-type(5n + 3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .insights-item--grid:nth-of-type(n+4) {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .insights-item--grid:nth-of-type(7n + 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .insights-item--grid:nth-of-type(n+6) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .insights-item {
    height: 250px;
  }
}

.socials-list {
  position: relative;
}

.socials-list::after {
  content: attr(data-tag);
  position: absolute;
  opacity: 0.6;
  top: -15px;
  left: 27px;
}

.socials-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.socials-list__item:hover {
  background: var(--dark-gradient);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.socials-list__item:hover * {
  fill: var(--bg);
}

.socials-list__item:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.socials-list__item:active * {
  fill: var(--bg);
}

@media screen and (min-width: 768px) {
  .socials-list__item svg {
    width: 24px;
    height: 24px;
  }
}

.logos-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logos-carousel__slider-cont {
  width: 200%;
  white-space: nowrap;
}

.logos-carousel__wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-animation: listanim 20s linear  infinite;
          animation: listanim 20s linear  infinite;
  padding-left: 5px;
}

.logos-list {
  height: 100%;
  width: 200%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.logos-list__logo-item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos-list__logo-item:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.logos-list__logo {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .logos-list__logo-item {
    height: 70px;
  }
}

@-webkit-keyframes listanim {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes listanim {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.page-list__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-list__header p {
  padding-right: 0;
}

.page-list__cta {
  padding-left: 40px;
  left: -40px;
}

@media screen and (min-width: 768px) {
  .page-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-list__item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-list__item:nth-of-type(odd) .page-list__header {
    text-align: left;
    direction: ltr;
    padding: 0 0 0 40px;
  }
  .page-list__item:nth-of-type(odd) .page-list__item-img-cont::before {
    top: 40px;
    left: 40px;
  }
  .page-list__item:nth-of-type(odd) .page-list__cta {
    padding-left: 40px;
    padding-right: 10px;
    left: -40px;
    right: unset;
  }
  .page-list__cta {
    padding-right: 40px;
    padding-left: 10px;
    right: -40px;
    left: unset;
    border-radius: 5px 0 0 5px;
  }
  .page-list__header {
    text-align: right;
    direction: rtl;
    padding: 0 0 0 40px;
  }
  .page-list__header p {
    padding-right: 0;
    direction: ltr;
  }
}

@media screen and (min-width: 1180px) {
  .page-list__cta {
    border-radius: 5px;
  }
}

.flex-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  row-gap: 80px;
}

.flex-gallery__item {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.flex-gallery__item-caption {
  text-transform: uppercase;
  opacity: 0.6;
}

.flex-gallery__img-cont {
  height: 100%;
}

.flex-gallery__img-cont img {
  width: unset;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simple-list {
  position: relative;
}

.simple-list > .simple-item {
  padding: 20px;
  margin-top: 20px;
  margin-left: 50px;
}

.simple-list--min-all > .simple-item {
  padding: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  direction: ltr;
  margin: 10px 0;
}

.simple-list--min-all > .simple-item::before {
  display: none;
}

.simple-list--min > .simple-item {
  padding: 0;
  text-transform: uppercase;
}

.simple-list--no-pad > .simple-item {
  padding: unset;
}

.simple-list--no-mt > .simple-item {
  margin-top: unset;
}

.simple-list--no-dash > .simple-item {
  margin-left: unset;
}

.simple-list--no-dash > .simple-item::before {
  display: none;
}

.simple-list--line-left::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  background: var(--main-gradient);
  background: var(--main);
}

.simple-list--line-left > .simple-item::before {
  border-radius: 5px;
  width: 40px;
  height: 2px;
}

.simple-list--line-left > .simple-item:hover::before {
  background: var(--main-gradient);
  background: var(--main);
  width: 5px;
  height: 5px;
  left: -20px;
}

.simple-item {
  position: relative;
  text-transform: uppercase;
  opacity: 0.6 !important;
  cursor: default;
  text-transform: unset;
}

.simple-item:hover {
  background: transparent;
  color: initial;
  opacity: 1 !important;
}

.simple-item:hover::before {
  background: var(--bg);
}

.simple-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  width: 40px;
  height: 2px;
  background: var(--main);
  border-radius: 5px;
}

.simple-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-item__header > * {
  display: inline-block;
  vertical-align: middle;
}

.simple-item__title {
  text-transform: capitalize;
}

.simple-item__action-cont > * {
  margin-left: 10px;
}

@supports (display: flex) {
  .simple-item__action-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .simple-item__action-cont > * {
    margin-left: unset;
  }
}

.fade-fx--dark::before-1, .fade-fx--dark::after-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--dark)), color-stop(65%, rgba(23, 19, 26, 0.586)), to(transparent));
  background-image: linear-gradient(0deg, var(--dark) 0%, rgba(23, 19, 26, 0.586) 65%, transparent);
}

.fade-fx--dark::before-2, .fade-fx--dark::after-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--dark)), color-stop(65%, rgba(2, 13, 44, 0.586)), to(transparent));
  background-image: linear-gradient(0deg, var(--dark) 0%, rgba(2, 13, 44, 0.586) 65%, transparent);
}

.fade-fx::before, .fade-fx::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--bg)), color-stop(45%, rgba(255, 255, 255, 0.7)), to(transparent));
  background-image: linear-gradient(90deg, var(--bg) 0%, rgba(255, 255, 255, 0.7) 45%, transparent);
  z-index: 1;
  pointer-events: none;
}

.fade-fx::before {
  left: 0;
}

.fade-fx::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (max-width: 768px) {
  .fade-fx::before, .fade-fx::after {
    width: 60px;
  }
}

.fade-fx--y::before, .fade-fx--y::after {
  height: 60%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--dark)), color-stop(65%, rgba(23, 19, 26, 0.586)), to(transparent));
  background-image: linear-gradient(0deg, var(--dark) 0%, rgba(23, 19, 26, 0.586) 65%, transparent);
}

.fade-fx--y::before {
  left: 0;
  right: unset;
  top: unset;
  bottom: 0;
}

.fade-fx--y-top::before {
  display: none;
}

.fade-fx--y-bottom::after {
  display: none;
}

.events-promo {
  color: var(--bg);
  border-radius: 5px;
  background: var(--dark-gradient-trans);
  position: relative;
  z-index: 0;
}

.events-promo--wide {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.events-promo__wrapper {
  width: 100%;
}

.events-promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.events-promo__caption {
  max-width: 740px;
}

.events-promo__description {
  max-width: 740px;
  font-size: large;
}

.events-promo__action-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.events-promo__bg-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
}

.events-promo__bg-cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-gradient-trans);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .events-promo__bg-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.events-promo__extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .events-promo__cta {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .events-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 5%;
    padding-left: 80px;
    padding-right: 80px;
  }
  .events-promo__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .events-promo__description {
    font-size: x-large;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.countdown__timer > * {
  display: inline-block;
  margin-right: 10px;
}

.site-footer {
  width: 100%;
  background: var(--secondary);
  color: var(--dark);
  padding: 40px;
}

.site-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 300px;
  margin: auto;
  text-align: center;
}

.site-footer__nav, .site-footer__nav + * {
  margin-top: 30px;
}

.site-footer__contact {
  text-align: center;
  width: 100%;
}

.site-footer__address {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.site-footer__contact-option {
  margin-top: 10px;
  display: inline-block;
}

.site-footer__credits {
  padding-top: 10px;
  margin-top: 40px;
  border-top: 1px solid;
  -o-border-image: var(--main) 1;
     border-image: var(--main) 1;
  font-size: 16px;
}

.site-footer .order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.site-footer .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.site-footer .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.site-footer .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.site-footer .order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.site-footer .order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (min-width: 768px) {
  .site-footer__wrapper {
    position: relative;
  }
  .site-footer .order-1, .site-footer .order-2, .site-footer .order-3, .site-footer .order-4, .site-footer .order-5 {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .site-footer__contact {
    width: unset;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .site-footer__address {
    width: unset;
    position: absolute;
    right: 0;
    text-align: right;
    margin-top: 0;
  }
  .site-footer__nav {
    float: right;
    width: 50%;
  }
  .site-footer__socials {
    float: left;
  }
}

.footer-nav {
  display: inline-block;
  width: 100%;
}

.footer-nav__title {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: larger;
}

.footer-nav__links {
  width: 300px;
  max-width: 100%;
  margin: auto;
}

.footer-nav__list-item {
  width: 49%;
  display: inline-block;
  margin: 0 0 10px 0;
}

.footer-nav__social-item {
  width: unset;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .footer-nav {
    width: 35%;
    margin: 0;
    text-align: left;
  }
  .footer-nav__links {
    width: 100%;
  }
  .footer-nav.nav-socials {
    width: unset;
    margin: 6.66667px 30px 0 0;
  }
  .footer-nav__social-item {
    width: unset;
    margin: 0 0 12px 0;
    display: block;
  }
}
