/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-family: "Tenor Sans", sans-serif;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*  styling scrollbars  */
::-webkit-scrollbar {
  width: 9px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgb(101, 101, 101);
  border-radius: 2px;
}

/* A elements that don't have a class get default styles */
a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-primary: hsl(0, 0%, 100%);
  --color-primary2: hsl(0, 0%, 100%);
  --color-secondary: hsl(0, 6.2%, 87.5%);
  --color-dark: hsl(0, 1.9%, 21.2%);
  --color-dark-secondary: hsl(0, 0%, 15%);
  --color-bg-col: hsl(220, 14%, 96%);
  --color-shadow: rgba(199, 199, 199, 0.418);
  --color-highlight: #6a22ad;
  --theme: "light";
}

.dark-theme {
  --color-primary: hsl(0, 1.9%, 21.2%);
  --color-primary2: rgb(94, 94, 94);
  --color-secondary: hsl(0, 0%, 15%);
  --color-dark: hsl(0, 0%, 100%);
  --color-dark-secondary: hsl(0, 6.2%, 87.5%);
  --color-bg-col: hsl(0, 0%, 15%);
  --color-shadow: rgba(41, 40, 40, 0.418);
}

body {
  background-color: var(--color-primary);
  transition: 0.4s ease-in-out;
}

.mainHero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mainHero .swiper-hero {
  width: 100%;
  height: 100%;
}
.mainHero .swiper-hero .swiper-slide {
  position: relative;
  height: 100vh;
}
.mainHero .swiper-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.mainHero .swiper-hero .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  width: min(1500px, 90%);
  margin-inline: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainHero .swiper-hero .swiper-slide .content h2 {
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(1.8rem, 5.5vw, 4rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.mainHero .swiper-hero .swiper-slide .content p {
  width: min(600px, 80%);
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  font-size: clamp(1rem, 4vw, 1.4rem);
}
.mainHero .swiper-hero .swiper-slide .content a {
  margin-top: 60px;
}
@media (max-width: 518px) {
  .mainHero .swiper-hero .swiper-slide .content a {
    margin-top: 50px;
  }
}
.mainHero .swiper-hero .swiper-pagination0 {
  top: auto;
  bottom: 80px !important;
  width: 130px !important;
  left: auto;
  right: 100px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 13;
}
@media (max-width: 878px) {
  .mainHero .swiper-hero .swiper-pagination0 {
    width: 60px !important;
    bottom: 60px !important;
    right: 25px;
  }
}
.mainHero .swiper-hero .swiper-pagination0 .swiper-pagination-progressbar-fill {
  background: rgb(236, 236, 236) !important;
}
.mainHero .swiper-hero .swiper-button-next,
.mainHero .swiper-hero .swiper-button-prev {
  color: white;
}
.mainHero .swiper-hero .swiper-button-next .icon,
.mainHero .swiper-hero .swiper-button-prev .icon {
  width: 40px !important;
  height: 40px !important;
  color: white;
}

.home_ab {
  overflow: visible !important;
}
.home_ab .left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_ab .left .ab_img {
  object-fit: cover;
  width: 100%;
  height: 500px;
  border-radius: 4px;
}
@media (max-width: 950px) {
  .home_ab .left .ab_img {
    height: 300px;
  }
}
@media (max-width: 518px) {
  .home_ab .left .ab_img {
    height: 220px;
  }
}
.home_ab .left::before {
  position: absolute;
  content: "";
  top: 65px;
  left: -5%;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  z-index: -1;
  background: rgb(2, 0, 36);
  background: linear-gradient(309deg, rgb(2, 0, 36) 45%, rgb(53, 51, 205) 68%);
  filter: blur(70px) contrast(60%);
}
@media (max-width: 878px) {
  .home_ab .left::before {
    height: 70%;
  }
}
.home_ab .left.mission {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 400px;
  border-radius: 4px;
  padding: 2.4em;
}
@media (max-width: 878px) {
  .home_ab .left.mission {
    padding: 0;
  }
}
.home_ab .left.mission::before {
  left: 5%;
}
.home_ab .left.mission .inner {
  background-color: rgba(53, 31, 75, 0.603);
  color: var(--color-primary) !important;
  backdrop-filter: blur(7px) contrast(90%);
  -webkit-backdrop-filter: blur(7px) contrast(90%);
  border-radius: 3px;
  padding: 2.4em;
  text-align: center;
}
@media (max-width: 878px) {
  .home_ab .left.mission .inner {
    padding: 1.4em;
  }
}
.home_ab .left.mission .inner .header {
  color: var(--color-primary);
}
.home_ab .left.mission .inner .p-md {
  text-align: center;
  color: var(--color-primary);
}
.home_ab .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.home_ab .right .header {
  align-self: flex-start;
}
.home_ab .right .text {
  color: var(--color-dark-secondary);
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
}
.home_ab .right .btn {
  margin-top: 4em;
  align-self: flex-end;
}

#service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 950px) {
  #service {
    align-items: flex-start;
  }
}
#service .p-sm {
  text-align: center;
  width: 600px;
}
@media (max-width: 950px) {
  #service .p-sm {
    width: 100%;
    text-align: left;
  }
}

.services {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin-top: 1em;
}
@media (max-width: 950px) {
  .services {
    gap: 3em;
    margin-top: 4em;
  }
}
.services .down-up {
  margin-top: 90px;
}
@media (max-width: 950px) {
  .services .down-up {
    margin-top: 0;
  }
}
.services .down {
  margin-top: 200px;
}
@media (max-width: 950px) {
  .services .down {
    margin-top: 0;
  }
}

.world {
  position: relative;
  height: 600px;
  background: rgb(19, 19, 19);
  background: linear-gradient(9deg, rgb(19, 19, 19) 31%, rgb(45, 44, 54) 84%);
}
@media (max-width: 950px) {
  .world {
    height: auto;
  }
}
.world::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: #131313;
}
.world .wrapper {
  position: relative;
  z-index: 55;
  pointer-events: none;
}
.world .wrapper h3 {
  width: 650px;
  line-height: 1.5;
  font-size: clamp(1.2rem, 5vw, 1.8rem);
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 0.6em;
}
@media (max-width: 878px) {
  .world .wrapper h3 {
    width: 100%;
  }
}
.world .wrapper p {
  width: 550px;
  line-height: 1.5;
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  color: var(--color-primary);
  overflow: hidden;
}
@media (max-width: 878px) {
  .world .wrapper p {
    width: 100%;
  }
}
.world .map {
  z-index: inherit;
}
.world svg {
  position: absolute;
  top: -350px;
  width: 100%;
  fill: transparent;
  stroke: rgb(107, 107, 107);
  stroke-width: 0.7;
}
@media (max-width: 878px) {
  .world svg {
    top: -190px;
  }
}
.world svg path:hover {
  fill: #363636;
  transition: 0.5s ease;
  cursor: pointer;
}
.world svg #GH {
  fill: rgb(126, 73, 143);
  stroke: rgb(126, 73, 143);
}
.world svg .Canada {
  fill: rgb(180, 109, 204) !important;
  stroke: rgb(180, 109, 204);
}
.world svg .United.States {
  fill: rgb(146, 85, 167);
  stroke: rgb(146, 85, 167);
}
.world svg .United.Kingdom {
  fill: rgb(189, 86, 202);
  stroke: rgb(189, 86, 202);
}

.virtual {
  display: flex;
  flex-direction: column;
}
.virtual .header-xs {
  color: rgb(156, 153, 153);
  text-align: center;
}
@media (max-width: 950px) {
  .virtual .header-xs {
    text-align: left;
  }
}
.virtual .header {
  font-size: clamp(1.2rem, 6vw, 2.5rem);
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 950px) {
  .virtual .header {
    text-align: left;
  }
}
.virtual .layout-1 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.virtual .layout-1 .left .text {
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
}
.virtual .layout-1 .right img {
  object-fit: cover;
  width: 100%;
  height: 500px;
  border-radius: 4px;
}
@media (max-width: 950px) {
  .virtual .layout-1 .right img {
    height: 300px;
  }
}
@media (max-width: 518px) {
  .virtual .layout-1 .right img {
    height: 220px;
  }
}
.virtual .layout-3 {
  padding-block: 7em;
}
@media (max-width: 950px) {
  .virtual .layout-3 {
    align-items: center;
  }
}
.virtual .layout-3 .left {
  display: flex;
  align-items: center;
}
@media (max-width: 950px) {
  .virtual .layout-3 .left .header-md {
    text-align: center;
  }
}
.virtual .layout-3 .right {
  display: flex;
  justify-content: space-around;
  gap: 3em;
}
@media (max-width: 950px) {
  .virtual .layout-3 .right {
    flex-direction: column;
  }
}

.dark-theme .logo img {
  filter: hue-rotate(179deg) invert(100%);
}

.logo {
  display: flex;
  align-items: center;
  gap: 2px;
}
.logo img {
  object-fit: cover;
  width: 160px;
  filter: hue-rotate(179deg) invert(100%);
}
@media (max-width: 950px) {
  .logo img {
    width: 100px;
  }
}
.logo > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 878px) {
  .logo > div {
    display: none;
  }
}
.logo > div p {
  font-size: clamp(0.6rem, 2vw, 0.7rem);
  font-weight: 700;
  color: var(--color-dark);
}
.logo > div small {
  font-size: clamp(0.45rem, 2vw, 0.6rem);
  font-weight: 500;
}

header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: 0.4s ease-in-out;
}
header.scroll {
  box-shadow: 0 0.375rem 0.875rem rgba(53, 53, 53, 0.1);
  backdrop-filter: blur(20px) contrast(90%);
  -webkit-backdrop-filter: blur(20px) contrast(90%);
  background-color: rgba(55, 67, 71, 0.5882352941);
}

.navArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--color-primary);
}
@media (max-width: 950px) {
  .navArea {
    font-size: 0.9rem;
  }
}
.navArea__Right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 950px) {
  .navArea__Right {
    gap: 20px;
  }
}
.navArea__Right .nav {
  display: flex;
  align-items: center;
  gap: 3.3em;
}
@media (max-width: 950px) {
  .navArea__Right .nav {
    gap: 1em;
    padding-top: 6.8em;
  }
}
.navArea__Right .nav__link {
  font-weight: 500;
  font-family: "Tenor Sans", sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 950px) {
  .navArea__Right .nav__link {
    opacity: 0.8;
  }
}
.navArea__Right .nav__link > .icon {
  width: 15px !important;
  height: 15px !important;
  margin-left: 3px;
  transition: 0.3s ease;
  z-index: -1;
}
.navArea__Right .nav__link.active {
  opacity: 1;
}
.navArea__Right .nav .searchToggle {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 4em;
}
@media (max-width: 950px) {
  .navArea__Right .nav .searchToggle {
    margin-left: 0;
    width: 100%;
    padding: 10px 28px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 21px;
  }
}
.navArea__Right .nav .btn {
  margin-left: 2.5em;
}
@media (max-width: 950px) {
  .navArea__Right .nav .btn {
    margin-left: 0;
    margin-top: 8em;
    width: 88%;
    padding-block: 1.3em;
  }
}

.hover-ef {
  position: relative;
}
.hover-ef.active::after {
  transform: scaleX(1);
}
.hover-ef::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1.5px;
  background-color: var(--color-primary);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media (max-width: 950px) {
  .hover-ef::after {
    width: 55px;
    opacity: 1;
  }
}
.hover-ef:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.menu {
  display: none;
  z-index: 9999999;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 950px) {
  .menu {
    display: flex;
  }
}
.menu_bars {
  width: 30px;
  height: 30px;
  position: relative;
}
.menu_bars.not--active::before {
  transform: translate(-50%, -4px) rotate(0) scaleX(1);
}
.menu_bars.not--active::after {
  transform: translate(-50%, 2px) rotate(0) scaleX(1);
  animation: menuMove 5s ease 2s infinite;
}
@keyframes menuMove {
  30% {
    transform: translateX(-50%) translateY(2px) rotate(0) scaleX(0.4);
    transform-origin: left;
  }
  40% {
    transform-origin: right;
  }
  60%, 80% {
    transform: translateX(-50%) translateY(2px) rotate(0) scaleX(1);
    transform-origin: right;
  }
}
.menu_bars::before, .menu_bars::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 2.4px;
  background-color: #374347;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease;
}
.menu_bars::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-secondary);
}

@media (max-width: 950px) {
  .nav {
    position: absolute;
    background-color: rgba(55, 67, 71, 0.5333333333);
    backdrop-filter: blur(20px) contrast(90%);
    -webkit-backdrop-filter: blur(20px) contrast(90%);
    top: 0;
    left: -100%;
    z-index: 999;
    flex-direction: column;
    width: 45%;
    height: 100vh;
    padding: 20px 0;
    transition: 0.4s cubic-bezier(0.23, 0.76, 0.46, 0.97);
  }
}
@media (max-width: 950px) and (max-width: 518px) {
  .nav {
    width: 75%;
  }
}
@media (max-width: 950px) {
  .nav.mob-active {
    left: 0;
    box-shadow: 6px 0px 40px 800px var(--color-shadow);
  }
  .nav__link {
    width: 100%;
    border-radius: 0px !important;
    justify-content: space-between;
    padding: 0.8em 2em;
  }
  .nav__link.active::before {
    left: auto;
    transform: translateX(0);
    right: 0;
  }
  .nav .dropdown {
    width: 100%;
  }
  .nav .dropdown__menu {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0px);
    width: 100%;
    border-radius: 0;
    height: 0px;
    padding: 0;
    box-shadow: none;
    transition: all 0.2s ease;
  }
  .nav .dropdown__menu a {
    margin-left: 29px;
  }
  .nav .dropdown__menu ::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 27px;
    width: 1px;
    height: 80%;
    border-radius: 6px;
    background-color: rgb(182, 182, 182);
  }
  .nav .dropdown.active > .nav__link + .dropdown__menu {
    height: auto;
    padding: 11px 0px 11px 9px;
  }
  .nav .dropdown.active > .nav__link + .dropdown__menu a {
    border-radius: 4px;
    padding: 0.4em 0.9em;
  }
}
footer {
  position: relative;
  isolation: isolate;
}
footer::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background-color: #f3f3f3;
  backdrop-filter: blur(5px);
  width: 100%;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 878px) {
  footer::after {
    width: 100%;
  }
}
@media (max-width: 878px) {
  footer::after {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  }
}
footer .layout-2 .left {
  margin-top: auto;
}
footer .layout-2 .left .info .copy {
  font-size: clamp(0.65rem, 1.5vw, 0.7rem);
}
footer .layout-2 .left .info .socl svg {
  color: rgb(46, 46, 46);
}
footer .layout-2 .left .info .socl.lk svg path {
  fill: rgb(56, 163, 212);
}
footer .layout-2 .left .info .socl.in svg path {
  fill: rgb(92, 92, 92);
}
footer .layout-2 .right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 950px) {
  footer .layout-2 .right {
    order: -1;
  }
}
footer .layout-2 .right h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  color: var(--color-dark-secondary);
  align-self: flex-end;
}
footer .layout-2 .right small {
  color: rgb(94, 94, 94);
  font-size: clamp(0.7rem, 1.5vw, 0.85rem);
  align-self: flex-end;
}

.modalArea {
  position: fixed;
  top: 60%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.7333333333);
  backdrop-filter: blur(20px) contrast(90%);
  -webkit-backdrop-filter: blur(20px) contrast(90%);
  border-radius: 4px;
  pointer-events: none;
  overflow-y: auto;
  padding: 2em;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.33, 0.39, 0.23, 1.05);
}
@media (max-width: 878px) {
  .modalArea {
    padding: 1.2em;
  }
}
.modalArea.active {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 4px 12px 9999999px rgba(0, 0, 0, 0.15);
}
.modalArea .btn-cancel {
  position: sticky;
  top: 0;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 1;
  padding: 0;
  outline: 0;
  border-radius: 4px;
  border: 0;
  background-color: var(--color-bg-col);
  cursor: pointer;
  isolation: isolate;
}
.modalArea .btn-cancel .icon {
  width: 20px !important;
  height: 20px !important;
  color: var(--color-dark-secondary);
  z-index: -1;
}

.examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
.examples p {
  background-color: rgba(53, 31, 75, 0.651);
  border-radius: 40px;
  color: white;
  padding: 0.3em 0.8em;
}

.mission {
  margin-block: 7em 8em;
}

.team .left img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}
@media (max-width: 878px) {
  .team .left.turn {
    order: -1;
  }
}
.team .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team .info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8em;
}
.team .info p {
  font-weight: 500;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  outline: none;
  gap: 8px;
  padding: 0.9em 1.7em;
  border-radius: 2px;
  border: 1px solid var(--color-dark-secondary);
  color: var(--color-dark-secondary);
  font-size: clamp(0.75rem, 2vw, 0.82rem);
  cursor: pointer;
  transition: 0.2s ease;
}
.btn .icon {
  width: 17px !important;
  height: 17px !important;
  transition: 0.2s ease;
}
.btn:hover {
  background-color: var(--color-dark-secondary);
  border: 1px solid var(--color-dark-secondary);
  color: var(--color-primary);
}
.btn:hover .icon {
  transform: translateX(5px);
}
.btn.mod {
  padding: 0.5em 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--color-dark);
  font-weight: 600;
}
.btn.mod:hover {
  color: black;
}
.btn.white {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: 0.2s ease;
}
.btn.white:hover {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-dark-secondary);
}

.submitBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #73468d;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.submitBtn button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}
.submitBtn span[data-text=success] {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}
.submitBtn:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(139, 192, 135);
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.submitBtn.sent:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(6);
}
.submitBtn.sent span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.modeBtn {
  position: relative;
  overflow: hidden;
  background-color: hsl(0, 6.2%, 87.5%);
  border-radius: 100%;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  transition: all 0.4s cubic-bezier(0.36, -0.36, 0.65, 1.34) 0s;
}
.modeBtn .switches {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.4s cubic-bezier(0.36, -0.36, 0.65, 1.34) 0s;
}
.modeBtn .switches > div {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
.modeBtn .switches .icon {
  width: 16px;
  height: 16px;
  stroke-width: 3;
}

.dark-theme .modeBtn {
  background-color: hsl(0, 0%, 15%);
}
.dark-theme .modeBtn .switches {
  top: 0;
  color: hsl(0, 0%, 100%);
}

.card {
  display: flex;
  gap: 1.6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
}
@media (max-width: 878px) {
  .card {
    width: 150px;
  }
}
.card img {
  object-fit: cover;
  width: 75%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.card h4 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  color: rgb(34, 34, 34);
}

.card-2 {
  display: flex;
  gap: 2em;
  flex-direction: column;
  align-items: center;
  width: 260px;
}
@media (max-width: 950px) {
  .card-2 {
    width: 100%;
    gap: 1.5em;
  }
}
.card-2 .iconCover {
  width: 70px;
  aspect-ratio: 1;
  background-color: rgb(243, 243, 243);
  border-radius: 80px;
  display: grid;
  place-items: center;
}
.card-2 .iconCover .icon {
  color: rgb(73, 73, 73);
}
.card-2 h3 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  color: rgb(34, 34, 34);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-top: 2em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 878px) {
  .accordion {
    padding-top: 1em;
  }
}
.accordion > li {
  list-style: none;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0.375rem 0.875rem rgba(212, 212, 212, 0.356);
  padding: 0.4em;
  width: 100%;
  border-radius: 15px;
  border: 2px solid rgba(223, 223, 223, 0.562);
  margin-bottom: 0 !important;
}
.accordion > li > label {
  display: flex;
  align-items: center;
  gap: 1.4em;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.5em;
}
.accordion > li > label .title {
  font-size: clamp(0.9rem, 1.5vw, 1.04rem);
  font-weight: 600;
  color: rgb(66, 66, 66);
}
.accordion > li > label span {
  display: grid;
  place-content: center;
}
.accordion > li > label span .icon {
  width: 20px;
  height: 20px;
  color: rgb(168, 168, 168);
  transition: 0.5s ease;
}
.accordion > li > label + input[type=radio] {
  display: none;
}
.accordion > li > label + input[type=radio]:checked + .answer {
  max-height: 900px;
}
.accordion > li > .answer {
  padding: 0 0.5em;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease-in-out;
}
.accordion > li > .answer p {
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  color: rgb(71, 71, 71);
  line-height: 22px;
  font-weight: 400;
  text-align: left !important;
  margin: 0 0 1em 0 !important;
}
.accordion > li > .answer > ul {
  padding: 0 0 0 1em !important;
  margin: 0 !important;
}
.accordion > li > .answer > ul li {
  list-style-type: square;
  line-height: 22px;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  margin-bottom: 5px;
}

.mainContainer {
  transition: all 0.2s ease-in-out;
}
.mainContainer.active {
  pointer-events: none;
  height: 100vh;
  overflow-y: hidden !important;
}
.mainContainer.overflow {
  height: 100vh;
  overflow-y: hidden;
}

.wrapper {
  width: min(1500px, 90%);
  margin-inline: auto;
  padding: 6em 0;
  overflow: hidden;
}
@media (max-width: 878px) {
  .wrapper {
    padding: 3em 0em;
  }
}
.wrapper.mod {
  padding-block: 1.2em;
}
.wrapper.mod2 {
  padding-block: 6em;
}
@media (max-width: 878px) {
  .wrapper.mod2 {
    padding-block: 4.5em;
  }
}
.wrapper.mod2.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 878px) {
  .wrapper.mod2.pagination {
    padding-block: 2.5em 4.5em;
  }
}
.wrapper.mod3 {
  width: min(1500px, 90%);
  padding-block: 12em 6em;
}
@media (max-width: 878px) {
  .wrapper.mod3 {
    padding-block: 8em 3em;
  }
}
.wrapper.mod4 {
  width: min(1100px, 90%);
  overflow: visible;
  padding-block: 6em;
}
@media (max-width: 878px) {
  .wrapper.mod4 {
    padding-block: 3em;
  }
}
.wrapper.mod5 {
  padding-block: 2em 6em;
}
@media (max-width: 878px) {
  .wrapper.mod5 {
    padding-block: 0.4em 4.5em;
  }
}
.wrapper.titleTop {
  margin-top: 30px;
  padding: 3em 0 1.5em;
}
@media (max-width: 878px) {
  .wrapper.titleTop {
    padding: 0;
  }
}
.wrapper.titleTop.middle {
  text-align: center;
}
.wrapper.titleTop.middle p {
  font-size: clamp(0.75rem, 2vw, 0.7rem);
  text-align: center;
  color: var(--color-dark-secondary);
  width: 500px;
  margin-inline: auto;
}
@media (max-width: 878px) {
  .wrapper.titleTop.middle {
    text-align: left;
  }
  .wrapper.titleTop.middle p {
    text-align: left;
    width: 100%;
    margin-inline: 0;
  }
}

.p-relative {
  position: relative;
}

.layout-1 {
  display: flex;
  gap: 2em;
  flex: 1;
}
@media (max-width: 950px) {
  .layout-1 {
    flex-direction: column;
    gap: 1.5em;
  }
}
.layout-1 > .left {
  flex: 0.5;
}
.layout-1 > .right {
  flex: 0.5;
}
.layout-1.mod {
  gap: 2.3em;
}
.layout-1.mod > .left {
  flex: 0.56;
}
.layout-1.mod > .right {
  flex: 0.44;
}

.layout-2 {
  display: flex;
  gap: 5em;
  flex: 1;
  flex-direction: row;
}
@media (max-width: 950px) {
  .layout-2 {
    flex-direction: column;
    gap: 3em;
  }
}
.layout-2 > .left {
  flex: 0.65;
}
.layout-2 > .right {
  flex: 0.45;
}
.layout-2.mod {
  gap: 5em;
}
@media (max-width: 950px) {
  .layout-2.mod {
    flex-direction: column;
    gap: 3em;
  }
}
.layout-2.mod > .left {
  flex: 0.45;
}
.layout-2.mod > .right {
  flex: 0.65;
}

.layout-3 {
  display: flex;
  gap: 4em;
  flex: 1;
  flex-direction: row;
}
@media (max-width: 878px) {
  .layout-3 {
    flex-direction: column;
  }
}
.layout-3 > .left {
  flex: 0.3;
}
.layout-3 > .right {
  flex: 0.7;
}
.layout-3.mod {
  gap: 3em;
}
@media (max-width: 950px) {
  .layout-3.mod {
    gap: 2em;
  }
}
.layout-3.mod > .left {
  flex: 0.3;
}
.layout-3.mod > .right {
  flex: 0.7;
}

.grid {
  display: grid;
  z-index: 1;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: 60px !important;
  place-content: center;
}
@media (max-width: 878px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px !important;
  }
}
.grid.blog {
  grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
}
@media (max-width: 878px) {
  .grid.blog {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px;
  }
}

.grid2 {
  display: grid;
  height: 100%;
  grid-template-rows: fit-content(100%);
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 950px) {
  .grid2 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
  }
}
.grid2 .img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
@media (max-width: 950px) {
  .grid2 .img {
    height: 120px;
  }
}
.grid2 .one {
  grid-row: span 3;
  grid-column: span 3;
}
@media (max-width: 950px) {
  .grid2 .one {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .two {
  grid-row: span 1;
  grid-column: span 1;
}
@media (max-width: 950px) {
  .grid2 .two {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .three {
  grid-row: span 1;
  grid-column: span 1;
}
@media (max-width: 950px) {
  .grid2 .three {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .four {
  grid-row: span 2;
  grid-column: span 2;
}
@media (max-width: 950px) {
  .grid2 .four {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .five {
  grid-row: span 2;
  grid-column: span 3;
}
@media (max-width: 950px) {
  .grid2 .five {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .six {
  grid-row: span 2;
  grid-column: span 2;
}
@media (max-width: 950px) {
  .grid2 .six {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .seven {
  grid-row: span 2;
  grid-column: span 3;
}
@media (max-width: 950px) {
  .grid2 .seven {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.grid2 .eight {
  grid-row: span 1;
  grid-column: span 5;
}
@media (max-width: 950px) {
  .grid2 .eight {
    grid-row: span 1;
    grid-column: span 1;
  }
}

.header {
  display: inline-block;
  font-size: clamp(1.2rem, 5vw, 1.8rem);
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 0.8em;
}

.header-md {
  font-size: clamp(1.125rem, 1.5vw, 1.7rem);
  font-weight: 500;
  color: var(--color-dark);
}

.header-sm {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 500;
  color: var(--color-dark);
}

.header-xs {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 500;
  color: var(--color-dark);
}
.header-xs.bold {
  font-weight: 600;
}

.title {
  display: inline-block;
  font-size: clamp(1.2rem, 5vw, 1.8rem);
  font-weight: 600;
  color: var(--color-dark);
}
.title.mod {
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: var(--color-dark-secondary);
  padding-top: 4em;
}

.highlight {
  color: var(--color-highlight);
  font-weight: 600;
}

.p-md {
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  text-align: left;
  color: var(--color-dark-secondary);
}

.p-sm {
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  text-align: left;
  color: var(--color-dark-secondary);
}

.mb-1 {
  margin-bottom: 0.3em;
}

.mb-2 {
  margin-bottom: 0.6em;
}

.mb-3 {
  margin-bottom: 0.9em;
}

.mb-4 {
  margin-bottom: 1.95em;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.mb-6 {
  margin-bottom: 4em;
}

.mt-1 {
  margin-top: 0.3em;
}

.mt-2 {
  margin-top: 0.6em;
}

.mt-3 {
  margin-top: 0.9em;
}

.mt-4 {
  margin-top: 1.95em;
}

.mt-5 {
  margin-top: 2.5em;
}

.mt-6 {
  margin-top: 4em;
}

.my6 {
  margin-block: 6em;
}
@media (max-width: 878px) {
  .my6 {
    margin-block: 2.3em;
  }
}

.mb12 {
  margin-bottom: 12em;
}
@media (max-width: 878px) {
  .mb12 {
    margin-bottom: 4.6em;
  }
}

.fw-600 {
  font-weight: 600;
}

.img-fit {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.img-fit.lg {
  border-radius: 20px;
  height: 600px;
}
@media (max-width: 700px) {
  .img-fit.lg {
    height: 260px;
    border-radius: 15px;
  }
}
.img-fit.md {
  border-radius: 15px;
  height: 400px;
  margin-block: 2em;
}
@media (max-width: 700px) {
  .img-fit.md {
    height: 220px;
  }
}

.vid-fit {
  width: 100%;
  border-radius: 20px;
  margin-block: 2em;
}
@media (max-width: 700px) {
  .vid-fit {
    border-radius: 15px;
  }
}

.inputContainer {
  display: flex;
  gap: 20px;
}
@media (max-width: 518px) {
  .inputContainer {
    flex-direction: column;
    gap: 0;
  }
}
.inputContainer .input__group {
  flex: 1;
}

.input__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.input__group.mod {
  flex-direction: row;
  align-items: center;
}
.input__group.mod > input[type=checkbox] {
  accent-color: var(--color-green);
  margin: 0;
}
.input__group.mod > label {
  font-weight: 500;
  margin: 0;
  margin-left: 6px;
}
.input__group.mod > label a {
  font-weight: bold;
}
.input__group.mod2 {
  margin-bottom: 0px;
}
.input__group.mod2 .form__input {
  width: 300px;
}
@media (max-width: 1200px) {
  .input__group.mod2 .form__input {
    width: 100%;
  }
}
.input__group label {
  font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  margin-bottom: 6px;
  color: var(--color-dark-secondary);
  align-self: flex-start;
}
.input__group .form__input {
  position: relative;
  padding: 1.1em;
  appearance: none;
  -webkit-appearance: none;
  width: 100% !important;
  border-radius: 3px;
  outline: none;
  border: 1px solid rgb(160, 160, 160);
  background: transparent;
  outline-offset: 0;
  color: rgb(61, 61, 61);
  transition: 0.1s ease;
}
@media (max-width: 518px) {
  .input__group .form__input {
    padding: 0.9em 1em;
  }
}
.input__group .form__input::placeholder {
  font-size: 0.8rem;
}
.input__group .form__input:focus {
  outline: 1px solid rgb(41, 41, 41);
  outline-offset: -2px;
}
.input__group > span {
  font-size: clamp(0.65rem, 1.5vw, 0.7rem);
  margin-top: 4px;
  color: rgb(238, 38, 38);
}

.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 518px) {
  .spinner {
    width: 25px;
    height: 25px;
  }
}
.spinner::before, .spinner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1px;
  border: 3px solid transparent;
  border-radius: 50%;
  mix-blend-mode: overlay;
  animation: rotate var(--duration) var(--timing) infinite;
}
.spinner::before {
  border-top-color: rgb(255, 255, 255);
  --duration: 1s;
  --timing: ease-in;
}
.spinner::after {
  border-bottom-color: rgb(79, 42, 110);
  --duration: 1.5s;
  --timing: ease-in-out;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dropdown {
  position: relative;
  border-radius: 7px;
}
.dropdown.mod {
  display: none;
}
@media (max-width: 1200px) {
  .dropdown.mod {
    display: block;
  }
}
.dropdown__menu {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: max-content;
  background-color: var(--color-primary);
  font-size: clamp(0.75rem, 2vw, 0.7rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px 10px 10px 10px;
  padding: 9px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 99;
  pointer-events: none;
  transform: translateY(-10px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.dropdown__menu.mod {
  width: 200px;
}
@media (max-width: 950px) {
  .dropdown__menu.mod {
    width: 92%;
  }
}
.dropdown__menu.mod2 {
  left: auto;
  right: 0;
  border-radius: 15px 4px 15px 15px;
}
.dropdown__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-dark-secondary);
  padding: 0.4em 0.7em;
  font-weight: 400;
  border-radius: 5px;
}
.dropdown__menu a .icon {
  opacity: 0;
  width: 14px !important;
  height: 14px !important;
  margin-left: 3px;
  transition: 0.2s ease-in-out;
}
.dropdown__menu a:hover {
  background-color: var(--color-secondary);
  color: var(--color-dark);
}
.dropdown__menu a:hover .icon {
  opacity: 0.8;
}
.dropdown.active > .nav__link, .dropdown.active > .filter__name {
  color: rgb(156, 156, 156) !important;
}
.dropdown.active > .nav__link + .dropdown__menu, .dropdown.active > .filter__name + .dropdown__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 99;
}
.dropdown.active > .nav__link > .icon, .dropdown.active > .filter__name > .icon {
  transform: rotate(180deg);
}

.arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100vh;
  transition: 0.3s ease;
}
.arrow .icon {
  color: hsl(0, 0%, 15%);
}

.top-tag {
  color: whitesmoke;
  align-self: flex-start;
  position: relative;
  font-size: clamp(0.7rem, 2vw, 0.8rem);
  font-weight: 500;
  text-transform: uppercase;
  overflow: visible;
}
.top-tag::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  width: 30%;
  height: 2px;
  border-radius: 20px;
  background-color: rgb(238, 49, 49);
}

.bottom-tag {
  font-weight: 400;
}
.bottom-tag .dot {
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 30px;
  margin-right: 2px;
  background-color: rgb(238, 49, 49);
}
.bottom-tag .name {
  color: #00bff3;
  font-weight: 600;
}

.backttop {
  position: fixed;
  background-color: var(--color-secondary);
  box-shadow: 1px 6px 15px 1px var(--color-shadow);
  z-index: 999;
  bottom: 2em;
  right: 1.3em;
  display: grid;
  place-items: center;
  padding: 0.6em;
  border-radius: 15px;
  transform: translateX(290px);
  transition: transform 0.4s ease-in-out, background-color 0.3s ease;
}
.backttop.show {
  transform: translateX(0px);
}
.backttop:hover {
  background-color: rgb(209, 209, 209);
}
.backttop > .icon {
  color: var(--color-dark-secondary);
  opacity: 0.9 !important;
  width: 19px !important;
  height: 19px !important;
}

.lineContainer {
  width: 100%;
  padding: 4em 0 1em;
  display: grid;
  place-items: center;
}
@media (max-width: 950px) {
  .lineContainer {
    padding: 1em 0;
  }
}
.lineContainer .line {
  display: block;
  width: 1px;
  height: 70px;
  background-color: rgb(151, 151, 151);
}
@media (max-width: 950px) {
  .lineContainer .line {
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */