@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&family=Titillium+Web:wght@300;400;600;700;900&display=swap");
#add-height {
  height: 9em;
}

#brandpartners-bg-main {
  background-image: url("../../assets/brand-partners/main.png");
}

#industry-bg-main {
  background-image: url("../../assets/images/industries-main-page.png");
}

#homepageMainImgDesktop {
  background-image: url("../../assets/images/engineering-overlay.png");
}

.mobile-selection-wrapper {
  font-size: 1em;
  margin-top: 3em;
}
.mobile-selection-wrapper__ul {
  font-size: 1em;
  width: 100%;
}
.mobile-selection-wrapper__li {
  font-size: 1em;
}
.mobile-selection-wrapper__li span {
  font-size: 1.5em;
  cursor: pointer;
  display: block;
  width: fit-content;
  margin-inline: auto;
  transition: all 0.5s ease-out;
  will-change: transform;
}
.mobile-selection-wrapper__li span:not([data-mobile-selection-active=true]) {
  opacity: 0.5;
}
.mobile-selection-wrapper__li span[data-mobile-selection-active=true] {
  transform: scale(1.3);
}

#background-img-contact {
  background-image: url("../../assets/images/about-us-overlay.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  filter: contrast(10);
}

section .content .container .wrap.contact-wrap::before {
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}

#homepageMainImgDesktop {
  display: none;
}

#homepageMainVidDesktop {
  display: none;
}

#homepageMainVidMobile {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container .wrap .spaceWrap,
.container .wrap.spaceWrap,
.container .wrap:not(.noSpaces) {
  padding: 0 !important;
}

.background {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: left;
}

.slide {
  background: #ffffff !important;
}

.fade-2 .content {
  background: unset !important;
}

.container .wrap {
  overflow: visible !important;
}

.white-overlay {
  position: relative;
}
.white-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: none;
}

section.slide > .background {
  background-image: url("../../assets/images/about-us-overlay.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.slide > .background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.slide > .background > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrap {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: block !important;
}
.wrap .subject-selections {
  display: none;
  padding: 0.5em 3em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 1em;
  background-color: white;
}
.wrap .subject-selections > ul {
  font-size: 1em;
  width: fit-content;
  text-align: center;
}
.wrap .subject-selections__selection-item {
  cursor: pointer;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500 !important;
  transition: all 0.5s ease-out;
  display: block;
  color: #aea3a3;
  will-change: transform;
  position: relative;
}
.wrap .subject-selections__selection-item > .active-arrow {
  opacity: 0;
  position: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  font-size: 1em;
  transition: opacity 150ms ease-out;
}
.wrap .subject-selections__selection-item > .active-arrow > svg {
  fill: black;
  display: block;
  font-size: 1em;
  width: 5rem;
}
.wrap .subject-selections__selection-item[data-active=true] {
  transform: scale(1.3);
  transform-origin: center;
  color: black;
}
.wrap .subject-selections__selection-item[data-active=true][data-homepage-selection=construction] > .active-arrow {
  left: 105%;
}
.wrap .subject-selections__selection-item[data-active=true] > .active-arrow {
  pointer-events: auto;
  opacity: 1;
}
.wrap .wrap-children {
  height: 100vh;
  height: 100svh;
  font-size: 1em;
}
.wrap .wrap-children > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wrap .wrap-children__bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 0% 50%;
}
.wrap > * {
  height: 100%;
}
.wrap > .wrap-children:nth-child(1) {
  width: 100%;
}
.wrap > .wrap-children:nth-child(2) {
  display: none;
  background-color: white;
  width: 100%;
}
.wrap__left {
  color: white;
  text-align: left;
}
.wrap__right {
  display: none;
}
.wrap .wrap-contents {
  width: 100%;
  text-align: center;
  padding: 2.5em 3em;
  font-size: 1em;
}
.wrap .wrap-contents__image-selection-wrapper {
  padding-top: var(--padding-top);
  font-size: 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.wrap .wrap-contents__image-selection-wrapper > .image-wrapper {
  cursor: pointer;
  font-size: 1em;
  border-radius: 0.5em;
  border-width: 0.15em;
  border-style: solid;
  border-color: white;
  width: fit-content;
  padding: 1em;
  transition: background-color 120ms ease-out, transform 0.3s ease-out;
  will-change: transform;
}
.wrap .wrap-contents__image-selection-wrapper > .image-wrapper > .resources-title {
  display: none;
}
.wrap .wrap-contents__image-selection-wrapper > .image-wrapper:hover {
  transform: scale(0.98);
  background-color: white;
}
.wrap .wrap-contents__image-selection-wrapper > .image-wrapper > svg {
  font-size: 1em;
  display: block;
}
.wrap .wrap-contents__image-selection-wrapper > .image-wrapper > svg path {
  fill: white;
}
.wrap .wrap-contents__wrap-text-contents {
  font-size: 1em;
}
.wrap .wrap-contents__wrap-text-contents > * {
  color: inherit;
}
.wrap .wrap-contents__wrap-text-contents h1 {
  text-transform: uppercase;
}
.wrap .wrap-contents__btn-wrapper {
  font-size: 1em;
}
.wrap .wrap-contents__btn-wrapper > button {
  font-size: 1em;
  background-color: #fe3030;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border: none;
}
.wrap .wrap-contents__btn-wrapper > button > a {
  color: white;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.wrap .wrap-contents__btn-wrapper > button > a svg {
  width: 1.5em;
}
.wrap .wrap-contents__btn-wrapper > button a {
  padding: 1em 4em;
}

@media (min-width: 1024px) {
  #add-height {
    height: unset;
  }
  #fucking-hide-this {
    display: none;
  }
  .background {
    mix-blend-mode: luminosity;
    opacity: 0.1;
    filter: contrast(10);
  }
  .mobile-selection-wrapper {
    display: none;
  }
  #homepageMainVidDesktop {
    display: block;
  }
  #homepageMainVidMobile {
    display: none;
  }
  #background-img-contact {
    display: block;
  }
  #background-vid-contact {
    display: none;
  }
  #homepageMainImgDesktop {
    display: block;
  }
  .container .wrap .spaceWrap,
  .container .wrap.spaceWrap,
  .container .wrap:not(.noSpaces) {
    padding: 0 !important;
  }
  .container .wrap {
    vertical-align: baseline !important;
    overflow: visible !important;
  }
  .white-overlay {
    position: relative;
  }
  .white-overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
  }
  section.slide > .background {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
  }
  .wrap {
    width: 100%;
    height: 100%;
    margin-inline: auto;
    display: flex !important;
  }
  .wrap > * {
    height: 100%;
  }
  .wrap > .wrap-children:nth-child(1) {
    width: 60%;
  }
  .wrap > .wrap-children:nth-child(2) {
    display: block;
    width: 40%;
  }
  .wrap > .wrap-children:nth-child(2).right-center {
    display: grid;
  }
  .wrap .subject-selections {
    display: block;
  }
  .wrap .wrap-children {
    min-height: 100vh;
    height: 100vh;
    position: relative;
  }
  .wrap .wrap-children__bg-image.about-us-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .wrap .wrap-children > img.about-us-thumbnail {
    position: relative;
    z-index: 2;
    width: 15em;
  }
  .wrap__left {
    color: black;
    position: relative;
    z-index: 1;
    box-shadow: 11px 0 10px 0px rgba(0, 0, 0, 0.5);
  }
  .wrap__right {
    display: block;
  }
  .wrap .wrap-contents {
    min-height: 18em;
    width: 100%;
    text-align: left;
  }
  .wrap .wrap-contents#homepage-wrap-contents {
    width: 85%;
  }
  .wrap .wrap-contents__image-selection-wrapper {
    justify-content: unset;
    flex-wrap: unset;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper {
    position: relative;
    border-color: #fe3030;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper > .resources-title {
    display: block;
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper.active {
    transform: scale(0.98);
    background-color: #fe3030;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper.active > svg path {
    fill: white;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper:hover {
    background-color: #fe3030;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper:hover > svg path {
    fill: white;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper > svg {
    display: block;
  }
  .wrap .wrap-contents__image-selection-wrapper > .image-wrapper > svg path {
    fill: #fe3030;
  }
  .wrap .wrap-contents__wrap-text-contents {
    height: unset;
  }
  .wrap .wrap-contents__btn-wrapper {
    margin-top: 2em;
  }
}
.nav-controls-wrapper {
  font-size: 1em;
  position: fixed;
  z-index: 12;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1em;
}
.nav-controls-wrapper > * {
  font-size: 1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: grid;
  place-items: center;
}
@media (min-width: 1024px) {
  .nav-controls-wrapper {
    display: none;
  }
}
header {
  font-size: var(--clamp-values);
}

.navbar {
  font-size: 1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 12;
  width: 100%;
}
.navbar__desktop-hide {
  display: none;
}
.navbar__menu {
  font-size: 1em;
}
.navbar__wrapper-mobile {
  font-size: 1em;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.5em;
}
.navbar__logo-wrapper {
  font-size: 1em;
}
.navbar__logo-wrapper > a {
  display: block;
  justify-self: start;
  width: 9em;
}
.navbar__logo-wrapper > img {
  width: 100%;
}
.navbar__navlinks {
  display: none;
  align-items: center;
  display: none;
  font-size: 1em;
  gap: 0.5em;
}
.navbar__hide {
  visibility: hidden;
}
.navbar__left {
  font-size: 1em;
}
.navbar__right {
  cursor: pointer;
  font-size: 1em;
  will-change: transform;
  transition: transform 120ms ease-out;
}
.navbar__right:hover {
  transform: scale(0.95);
}
.navbar__right > svg {
  font-size: 1.4em;
  width: 1em;
  fill: black;
}
.navbar .contact-us-btn {
  display: none;
  font-size: 1em;
}
.navbar .contact-us-btn__hyperlink {
  justify-self: end;
}
.navbar .contact-us-btn .contact-us-btn-circle__thin-circle {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .contact-us-btn .contact-us-btn-circle__thin-circle > img {
  width: 60%;
  display: block;
}
.navbar .contact-us-btn__contents {
  font-size: 1em;
  position: relative;
}
.navbar .contact-us-btn__circle {
  font-size: 1em;
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #fe3030;
  position: relative;
  z-index: 1;
}
.navbar .contact-us-btn__text {
  font-size: 0.7em;
  top: 0;
  right: 50%;
  height: 100%;
  position: absolute;
  white-space: nowrap;
  display: grid;
  place-items: center;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  padding: 0 2em 0 1.5em;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  text-transform: uppercase;
}
.navbar .contact-us-btn__text span {
  display: block;
}

@media (min-width: 1024px) {
  .navbar {
    color: black;
  }
  .navbar__wrapper-mobile {
    display: flex;
    padding: 1em 3em;
  }
  .navbar__wrapper-mobile > * {
    width: 100%;
    display: grid;
    place-items: center;
  }
  .navbar__navlinks {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar__navlinks > li {
    z-index: 2;
    position: relative;
    font-size: 0.8em;
    transition: all 0.3s ease-out;
  }
  .navbar__navlinks > li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0.15em;
    content: "";
    opacity: 0;
    background-color: #fe3030;
    z-index: -1;
    transition: opacity 0.3s ease-out;
  }
  .navbar__navlinks > li:hover {
    color: white;
  }
  .navbar__navlinks > li:hover::after {
    opacity: 1;
  }
  .navbar__navlinks > li[data-active=true] {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    background-color: #fe3030;
    border-radius: 0.15em;
  }
  .navbar__navlinks > li[data-active=true] a {
    color: white;
  }
  .navbar__navlinks > li > a {
    padding: 0.5em;
    white-space: nowrap;
    display: block;
    font-size: 1em;
  }
  .navbar__desktop-hide {
    display: none;
  }
  .navbar__menu {
    display: none;
  }
  .navbar__hide {
    display: none;
  }
  .navbar .contact-us-btn {
    display: grid;
  }
}
#contact-us-remove-shadow {
  box-shadow: unset;
  width: 100%;
}

.contact-wrap {
  font-size: clamp(3.5rem, 3vmin, 5rem) !important;
}

#redesigned-contactus-right {
  width: 50%;
  background-color: unset;
}

#redesigned-contact {
  display: block;
}

.redesigned-map-wrapper {
  padding: 2.5em 3em;
  display: grid;
  place-content: center;
}
.redesigned-map-wrapper > iframe {
  display: block;
  border: 0;
  aspect-ratio: 1/1;
  width: 22em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.redesigned-map-wrapper .details-wrapper {
  margin-top: 0.5em;
  font-size: 1em;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.redesigned-map-wrapper .details-wrapper__tel {
  gap: 0.2em;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: start;
}
.redesigned-map-wrapper .details-wrapper__tel svg {
  font-size: 0.85em;
  display: block;
  fill: black;
  width: 1.5em;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.redesigned-map-wrapper .details-wrapper__tel p {
  font-size: 0.65em;
  margin-bottom: unset !important;
}
.redesigned-map-wrapper .details-wrapper__tel#add-more-gap {
  gap: 0.5em;
}
.redesigned-map-wrapper .details-wrapper__tel#add-more-gap svg {
  width: 1.3em;
}

.contact-us-contents {
  font-size: 1em;
}
.contact-us-contents .map-wrapper {
  display: none;
  font-size: 1em;
}
.contact-us-contents .map-wrapper > .google-map {
  aspect-ratio: 27/9;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.contact-us-contents .contact-us-form-wrapper__header h2 {
  color: black;
}
.contact-us-contents .contact-us-form-wrapper {
  font-size: 1em;
}
.contact-us-contents .contact-us-form-wrapper label {
  color: black;
}
.contact-us-contents .contact-us-form-wrapper__header {
  font-size: 1em;
}
.contact-us-contents .contact-us-form-wrapper__title {
  text-transform: uppercase;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form {
  display: block;
  grid-template-columns: 1fr;
  font-size: 1em;
  row-gap: 0.5em;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form > * + *:not(.form-btn-wrapper) {
  margin: 1.5em 0;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group {
  font-size: 1em;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group > input {
  font-size: 0.7em;
  background-color: transparent;
  width: 100%;
  padding: 0.5em;
  outline: none;
  border: none;
  color: black;
  border-bottom: 1px solid black;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group > input::placeholder {
  color: black;
  font-size: 1.2em;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group > label {
  width: fit-content;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group > * {
  display: block;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form .form-btn-wrapper {
  display: grid;
  place-items: center;
  margin-top: 2em;
  width: 100%;
  font-size: 1em;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit {
  pointer-events: none;
  font-size: 0.6em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  border: none;
  padding: 1em;
  grid-column: 1/2;
  width: 100%;
  background-color: #fe3030;
  color: white;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > * {
  font-size: 2em;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > svg {
  width: 2em;
  height: fit-content;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > svg#submitLoading {
  display: none;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > svg#submitLoading.active {
  display: block;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > svg#submitArrow {
  display: none;
}
.contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > svg#submitArrow.active {
  display: block;
}

@media (min-width: 750px) {
  .contact-us-contents {
    font-size: 0.7em;
  }
}
@media (min-width: 1024px) {
  #contact-us-remove-shadow {
    width: 50%;
  }
  .contact-us-contents {
    font-size: 1em;
  }
  .contact-us-contents .map-wrapper {
    display: block;
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form {
    margin-top: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form > * + *:not(.form-btn-wrapper) {
    margin: 1.23em 0;
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group > input {
    font-size: 0.5em;
    color: black;
    width: 90%;
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form__form-group > input::placeholder {
    color: rgba(40, 40, 40, 0.66);
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form .form-btn-wrapper {
    padding-right: 3em;
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit {
    padding: 0.8em 1em;
    width: fit-content;
    width: 30%;
    color: white;
  }
  .contact-us-contents .contact-us-form-wrapper .contact-us-form__btn-submit > * {
    font-size: 1em;
  }
}
.rti-small-carousel {
  font-size: 1em;
  overflow: hidden;
  width: 100%;
}
.rti-small-carousel .swiper-wrapper {
  font-size: 1em;
  width: 100%;
}
.rti-small-carousel .swiper-wrapper .swiper-slide {
  font-size: 1em;
  cursor: pointer;
}
.rti-small-carousel .swiper-wrapper .swiper-slide.center {
  display: grid;
  place-content: center;
}
.rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper {
  font-size: 1em;
}
.rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper__img-top {
  font-size: 1em;
}
.rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper__img-top > img:not(.no-shadow) {
  aspect-ratio: 1/1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper__title-bottom {
  font-size: 1em;
}
.rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper__title-bottom > p {
  font-size: 0.5em;
  text-align: center;
}

#remove-shadow {
  box-shadow: unset !important;
}

.swiper-rti-btn[aria-disabled=true] {
  opacity: 0.3;
  cursor: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.left-section-with-carousel {
  font-size: 1em;
}
.left-section-with-carousel .left-section-with-carousel-header {
  font-size: 1em;
}
.left-section-with-carousel .left-section-with-carousel-header__title-head {
  font-size: 1em;
}
.left-section-with-carousel .left-section-with-carousel-header__title-head > img {
  font-size: 1em;
  display: none;
  width: 10em;
  margin-inline: auto;
  padding-bottom: 2em;
}
.left-section-with-carousel .left-section-with-carousel-header__title-head > img.active {
  display: block;
}
.left-section-with-carousel__carousel-container {
  padding-top: var(--padding-top);
  font-size: 1em;
  position: relative;
  width: 100%;
}
.left-section-with-carousel__carousel-container .swiper-rti-btn {
  cursor: pointer;
  font-size: 1em;
  top: 56%;
  z-index: 2;
  transform: translateY(-50%);
  position: absolute;
  fill: white;
}
.left-section-with-carousel__carousel-container .swiper-rti-btn > svg {
  width: var(--arrow-btn);
}
.left-section-with-carousel__carousel-container .swiper-rti-btn-prev {
  right: 102%;
}
.left-section-with-carousel__carousel-container .swiper-rti-btn-next {
  left: 102%;
}

@media (min-width: 1024px) {
  #brandpartners-swiper-container {
    padding-top: unset;
    margin-top: 3em;
  }
  .left-section-with-carousel .left-section-with-carousel-header {
    height: 11em;
  }
  .left-section-with-carousel .left-section-with-carousel-header__title-head {
    font-size: 1em;
  }
  .left-section-with-carousel .left-section-with-carousel-header__title-head > img {
    margin-inline: unset;
    padding-bottom: 1em;
  }
  .left-section-with-carousel__carousel-container {
    width: 75%;
  }
  .left-section-with-carousel__carousel-container .swiper-rti-btn {
    top: 50%;
    fill: black;
  }
  #remove-shadow {
    width: 100%;
  }
  #remove-flex {
    display: block;
  }
  .redesigned-carousel-container {
    font-size: 1em;
    width: 50%;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper {
    position: relative;
    width: 100%;
    font-size: 1em;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper__btn {
    z-index: 5;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: rotateY(-50%);
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper__btn[aria-disabled=true] {
    opacity: 0;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper__btn svg path {
    fill: #fe3030;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper__btn-next {
    left: 92%;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper__btn-prev {
    right: 92%;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper .redesigned-carousel {
    overflow: hidden;
    font-size: 1em;
    display: none;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper .redesigned-carousel.active {
    display: block;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper .redesigned-carousel .swiper-wrapper {
    font-size: 1em;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper .redesigned-carousel .swiper-wrapper .swiper-slide {
    display: grid;
    place-content: center;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper .redesigned-carousel .swiper-wrapper .swiper-slide > img {
    font-size: 1em;
    display: block;
    width: 25em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    margin-inline: auto;
  }
  .redesigned-carousel-container .redesigned-carousel-wrapper .redesigned-carousel .swiper-wrapper .swiper-slide > video {
    font-size: 1em;
    display: block;
    width: 75%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    margin-inline: auto;
  }
}
#industry-title {
  text-transform: uppercase;
}

.rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper__title-bottom > p {
  font-size: 0.5em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .rti-small-carousel .swiper-wrapper .swiper-slide .swiper-slide-thumbnail-wrapper__title-bottom > p {
    font-size: 0.75em;
  }
}

#brandpartners-title {
  text-transform: uppercase;
  pointer-events: none;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.center {
  display: grid;
  place-items: center;
}

.rti-carousel-wrapper {
  font-size: 1em;
  position: relative;
}
.rti-carousel-wrapper .about-carousel-btn {
  cursor: pointer;
  font-size: 1em;
  position: absolute;
  z-index: 2;
  width: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.rti-carousel-wrapper .about-carousel-btn[aria-disabled=true] {
  opacity: var(--opacity-on-disabled-swiper-btn);
}
.rti-carousel-wrapper__btn-next {
  left: 100%;
}
.rti-carousel-wrapper__btn-prev {
  right: 100%;
}

.rti-carousel {
  font-size: 1em;
  overflow: hidden;
  width: 15em;
}
.rti-carousel .swiper-wrapper {
  font-size: 1em;
}
.rti-carousel .swiper-wrapper .swiper-slide {
  display: grid;
  place-items: center;
  font-size: 1em;
}
.rti-carousel .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  display: none;
}
.rti-carousel .swiper-wrapper .swiper-slide > img.active {
  display: block;
}
.rti-carousel .swiper-wrapper .swiper-slide > video {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  display: none;
  aspect-ratio: 16/9;
  width: 14em;
}
.rti-carousel .swiper-wrapper .swiper-slide > video.active {
  display: block;
}

.rti-carousel-photos-wrapper {
  font-size: 1em;
  visibility: hidden;
}
.rti-carousel-photos-wrapper.active {
  visibility: visible;
}

.about-us-carousel-mobile-container-wrapper {
  position: relative;
  font-size: 1em;
  width: 75%;
}

.about-us-carousel-mobile-container {
  font-size: 1em;
  position: fixed;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.about-us-carousel-mobile-container.active {
  display: flex;
}
.about-us-carousel-mobile-container__swiper-carousel {
  font-size: 1em;
  overflow: hidden;
  width: 100%;
  outline: 1px dashed #636161;
}
.about-us-carousel-mobile-container__swiper-carousel .swiper-wrapper {
  font-size: 1em;
}
.about-us-carousel-mobile-container__swiper-carousel .swiper-wrapper .swiper-slide {
  font-size: 1em;
  height: auto;
  display: grid;
  place-items: center;
}
.about-us-carousel-mobile-container__swiper-carousel .swiper-wrapper .swiper-slide > img {
  font-size: 1em;
  display: block;
}
.about-us-carousel-mobile-container__swiper-carousel .swiper-wrapper .swiper-slide > video {
  width: 100%;
  font-size: 1em;
  display: block;
}
.about-us-carousel-mobile-container__btn-next {
  left: 103%;
}
.about-us-carousel-mobile-container__btn-prev {
  right: 103%;
}
.about-us-carousel-mobile-container__btn {
  cursor: pointer;
  font-size: 1em;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.about-us-carousel-mobile-container__btn > svg {
  font-size: 1em;
  width: 2em;
}
.about-us-carousel-mobile-container__close {
  position: absolute;
  top: 5%;
  right: 0;
  font-size: 3.5em;
  display: block;
  padding: 0.1em 0.4em;
  cursor: pointer;
  display: grid;
  place-content: center;
}
.about-us-carousel-mobile-container__close > * {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  #about-bg-main {
    background-image: url("../../assets/images/about-us-main.png");
  }
}
@media (min-width: 1024px) {
  .about-us-carousel-mobile-container {
    display: none !important;
  }
  #about-us-text-contents {
    justify-content: start;
    padding-top: 2em;
  }
}
.hometop {
  height: 15em;
}
@media (min-width: 1024px) {
  .hometop {
    height: unset;
  }
}

#serviceCardTitleMobile {
  text-transform: uppercase;
}

.services-carousel-container__swiper-slide p {
  font-size: 0.75em;
  margin: unset;
  font-weight: 500;
  text-transform: uppercase;
}

#servicesMobileBGImage {
  display: none;
}
#servicesMobileBGImage.active {
  display: block;
}

#servicesMobileBGVideo {
  display: none;
  object-fit: cover;
  width: 100%;
  object-position: 50% 50%;
  height: 100%;
}
#servicesMobileBGVideo.active {
  display: block;
}

.services-carousel-container {
  position: relative;
  font-size: 1em;
}
.services-carousel-container__btn-next {
  font-size: 1em;
  left: 100%;
}
.services-carousel-container__btn-prev {
  right: 100%;
  font-size: 1em;
}
.services-carousel-container__btn {
  margin-top: 3.75%;
  cursor: pointer;
  z-index: 2;
  width: var(--arrow-btn);
  position: absolute;
  top: 35%;
  transform: translateY(-48%);
}
.services-carousel-container__btn[aria-disabled=true] {
  opacity: var(--opacity-on-disabled-swiper-btn);
}
.services-carousel-container__services-carousel-wrapper {
  overflow: hidden;
  font-size: 1em;
}
.services-carousel-container__swiper-wrapper {
  font-size: 1em;
}
.services-carousel-container__swiper-slide {
  cursor: pointer;
  font-size: 1em;
}
.services-carousel-container__swiper-slide p {
  font-size: 0.75em;
  margin: unset;
}
.services-carousel-container__swiper-slide img {
  aspect-ratio: 1/1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  max-width: 100%;
  object-fit: cover;
}

.container {
  position: relative;
}
.container__bottom-services-wrapper {
  display: none;
  font-size: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  padding: 1em 2em 4.5em 2em;
}
.container__bottom-services-wrapper .list-services-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
}
.container__bottom-services-wrapper .list-services-images__img-wrapper {
  border: 1px solid rgb(223, 209, 209);
  max-width: 7em;
  height: 8.4em;
  cursor: pointer;
  padding: 0.5em;
  border-radius: 0.2em;
  background-color: white;
  transition: transform 120ms ease-out, box-shadow 0.3s ease-out;
  will-change: transform;
}
.container__bottom-services-wrapper .list-services-images__img-wrapper:hover, .container__bottom-services-wrapper .list-services-images__img-wrapper.active {
  transform: scale(0.98);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.container__bottom-services-wrapper .list-services-images__img-wrapper > img {
  height: 5.5em;
  object-fit: cover;
  max-width: 6em;
}
.container__bottom-services-wrapper .list-services-images__img-wrapper > p {
  font-size: 0.5em;
  color: black;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: unset;
  font-weight: 600;
}

.extension {
  position: relative;
}
.extension__rectangle {
  padding: 1em 2em 4.5em 2em;
  height: 13.65em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  background-size: cover;
}
.extension__rectangle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../assets/images/extension.png");
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .services-carousel-container {
    display: none;
  }
  .services-carousel-container__btn {
    margin-top: unset;
  }
  #servicesMobileBGImage {
    background-image: url("../../assets/images/services-main-light.png");
  }
  .container__bottom-services-wrapper {
    display: block;
  }
  #sevicesMainImg {
    padding-bottom: 13em;
    display: none;
  }
  #sevicesMainImg.active {
    display: block;
  }
  #servicesMainVid {
    display: none;
    padding-bottom: 13em;
  }
  #servicesMainVid.active {
    display: block;
  }
}
.rti-sidebar-container {
  font-size: 1em;
  position: fixed;
  z-index: 15;
  width: 100vw;
  height: 100svh;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  backdrop-filter: blur(12px);
  transition: transform 0.75s ease-out;
  transform: translateX(100%);
}
@media (min-width: 1023px) {
  .rti-sidebar-container {
    display: none;
  }
}
.rti-sidebar-container.active {
  transform: translateX(0%);
}
.rti-sidebar-container__header {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 1em;
}
.rti-sidebar-container__header > span {
  cursor: pointer;
  font-size: 2em;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 0 0.5em;
}
.rti-sidebar-container .rti-sidebar-wrapper {
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents {
  width: 85%;
  font-size: 1em;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper {
  font-size: 1em;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper ul {
  font-size: 1em;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper ul > * + * {
  margin-top: 0.5em;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper ul li {
  border-radius: 0.2em;
  font-size: 1em;
  text-align: center;
  transition: all 250ms ease-out;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper ul li[data-nav-active=true] {
  background-color: #fe3030;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper ul li[data-nav-active=true] a {
  color: white;
}
.rti-sidebar-container .rti-sidebar-wrapper .rti-sidebar-contents__list-wrapper ul li a {
  padding: 0.5em 0;
  font-size: 1em;
  display: block;
}

#about-bg-main {
  background-image: url("../../assets/compliance/compliance-main.png") !important;
  /* background-color: rgb(255 255 255 / 40%); */
  mix-blend-mode: luminosity;
  filter: contrast(5) saturate(0) brightness(2);
}

#compliance-text-contents {
  width: 100%;
}

#compliance-logos {
  width: 100%;
  display: block;
}

.compliance-wrap div,
.compliance-wrap span,
.compliance-wrap p,
.compliance-wrap h1,
.compliance-wrap h2 {
  color: black;
}

.compliance-logo-container {
  font-size: 1em;
}
.compliance-logo-container .compliance-logo-wrapper {
  font-size: 1em;
}
.compliance-logo-container .compliance-logo-wrapper .compliance-logo-carousel {
  overflow: hidden;
  font-size: 1em;
}
.compliance-logo-container .compliance-logo-wrapper .compliance-logo-carousel .swiper-wrapper {
  font-size: 1em;
}
.compliance-logo-container .compliance-logo-wrapper .compliance-logo-carousel .swiper-wrapper .swiper-slide {
  display: grid;
  place-items: center;
  font-size: 1em;
  height: auto;
}
.compliance-logo-container .compliance-logo-wrapper .compliance-logo-carousel .swiper-wrapper .swiper-slide > img {
  width: 5em;
  aspect-ratio: 3/2;
  object-fit: contain;
}

@media (min-width: 1024px) {
  #about-bg-main {
    background-image: url("../../assets/compliance/compliance-main.png");
  }
  #compliance-text-contents {
    width: 63%;
  }
  #compliance-text-contents > h2 {
    margin-bottom: 45px;
  }
  #compliance-logos {
    width: 85%;
    display: block;
  }
  .compliance-logo-container .compliance-logo-wrapper .compliance-logo-carousel .swiper-wrapper .swiper-slide {
    place-items: start;
  }
}
section .content .container .wrap.compliance-wrap::before {
  background-color: rgba(255, 255, 255, 0.78);
}

.skeleton-loading {
  animation: unset;
}
.skeleton-loading.active {
  animation: skeleton-load 1s linear infinite alternate;
}
.skeleton-loading .skeleton-img-thumbnail {
  visibility: hidden;
}
.skeleton-loading .skeleton-img-thumbnail.active {
  visibility: visible;
}

@keyframes skeleton-load {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.map-overlay {
  font-size: 1em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 25;
  place-items: center;
  transform: translateY(-15%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.65s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.5s ease-out;
  display: grid;
}
.map-overlay.active {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.map-overlay__header {
  font-size: 1em;
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: auto;
}
.map-overlay__header-close {
  font-size: 4em;
  cursor: pointer;
  padding: 0 0.5em;
  width: fit-content;
  display: block;
  margin-left: auto;
}
.map-overlay .iframe-map-wrapper {
  font-size: 1em;
  aspect-ratio: 1/1;
  width: min(40em, 90%);
}
.map-overlay .iframe-map-wrapper > iframe {
  font-size: 1em;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}
#overlay.active {
  display: block;
}

[data-view-map] {
  background-color: transparent;
  font-size: 1em;
  padding: 0.5em;
  outline: none;
  border: none;
  margin-top: 0.5em;
  color: #fe3030;
  font-weight: 400;
  cursor: pointer;
}

.footer-container {
  font-size: clamp(2rem, 2.5vw, 3rem);
  width: 100%;
  position: absolute;
  bottom: 9.5%;
  padding: 0 1em;
}
.footer-container .footer-wrapper-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1em;
}
.footer-container .footer-wrapper-contents h2 {
  font-size: 1em;
  color: black;
}
.footer-container .footer-wrapper-contents .contact-info-wrapper {
  font-size: 1em;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
.footer-container .footer-wrapper-contents .contact-info-wrapper svg {
  fill: black;
  font-size: 1em;
  display: block;
  width: 1.95em;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.footer-container .footer-wrapper-contents .contact-info-wrapper p {
  font-size: 1em;
  margin-bottom: unset !important;
}

@media (min-width: 695px) {
  .footer-container {
    bottom: 12.5%;
  }
}
@media (min-width: 1024px) {
  .map-overlay {
    display: none;
  }
  .map-overlay.active {
    display: none;
  }
  #overlay {
    display: none;
  }
  #overlay.active {
    display: none;
  }
  .footer-container {
    display: none;
  }
  [data-view-map] {
    display: none;
  }
}
:root {
  --clamp-values: clamp(3rem, 3vmin, 5rem);
  --padding-sides: 3em;
  --padding-top: 1em;
  --opacity-on-disabled-swiper-btn: 0.3;
  --arrow-btn: 1.5em;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:focus,
*::after:focus,
*::before:focus {
  outline: none !important;
}

input {
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.swal2-container {
  font-size: 1em;
}

.main-container {
  font-size: 5rem;
}

section {
  font-size: 1em;
}
section .content {
  font-size: 1em;
}
@media (min-width: 1024px) {
  section .content {
    overflow-y: hidden;
  }
}
section .content .container {
  font-size: var(--clamp-values);
}
section .content .container .wrap {
  position: relative;
  font-size: 1em;
}
section .content .container .wrap::before {
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  section .content .container .wrap::before {
    display: none;
  }
}

.notice {
  display: none;
}

.var-small {
  font-size: 0.75em !important;
}

.var-weight-light {
  font-weight: 300;
}

.var-weight-semibold {
  font-weight: 400;
}

.var-weight-semibold {
  font-weight: 600;
}

.var-weight-medium {
  font-weight: 700;
}

.var-weight-bold {
  font-weight: 500;
}

.all-caps {
  text-transform: uppercase;
}

.var-big {
  font-weight: 600 !important;
  font-size: 2em !important;
}

.remove-margin {
  margin: 0 !important;
}

.swiper-slide {
  height: auto !important;
}

.services-carousel-container .swiper-slide {
  height: fit-content !important;
}

.swal2-styled.swal2-confirm {
  background-color: #fe3030 !important;
}

@media (max-width: 1023px) {
  .center-on-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}/*# sourceMappingURL=main.css.map */