* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #eee;
}

.page-holder {
  overflow: hidden;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

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

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

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

.section-padding {
  padding: 0 1.5rem;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 200px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #00519B;
}
.btn--white {
  color: #1A1C22;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
}

h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 105%;
}
@media (min-width: 991px) {
  h1 {
    font-size: 92px;
    line-height: 80px;
  }
}

h2 {
  font-size: 56px;
  line-height: 60px;
}
@media (min-width: 991px) {
  h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
}
@media (min-width: 991px) {
  h3 {
    font-size: 55px;
    line-height: 60px;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.nav-fixed {
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  padding: 16px 20px;
}
@media (min-width: 991px) {
  .header {
    padding: 24px 20px;
  }
}
.header__logo {
  max-width: 208px;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 280px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 72px;
  right: 0;
  width: 100%;
  z-index: 10;
  gap: 20px;
  background: #1A1C22;
  padding: 20px;
}
@media (min-width: 991px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 0;
    flex-direction: row;
    padding: 0;
    background: transparent;
    justify-content: flex-end;
    margin-right: 33px;
  }
}
.header__nav.open {
  display: flex;
}
.header__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 991px) {
  .header__nav-link {
    font-size: 16px;
  }
}
.header__cta {
  display: none;
  align-items: center;
  gap: 20px;
}
@media (min-width: 991px) {
  .header__cta {
    display: flex;
    min-width: 290px;
  }
}
.header__hamburger {
  display: block;
  cursor: pointer;
}
@media (min-width: 991px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-icon, .header__hamburger-close {
  display: block;
}
.header__hamburger-close {
  display: none;
}
.header svg {
  color: #fff;
}

.footer__map {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70% 0;
}
@media (min-width: 768px) {
  .footer__map {
    padding: 40% 0;
  }
}
@media (min-width: 991px) {
  .footer__map {
    padding: 0;
  }
}
.footer__ct {
  background: #1A1C22;
  padding: 100px 20px;
  max-width: 100%;
  margin-top: 0;
}
@media (min-width: 991px) {
  .footer__ct {
    padding: 60px;
    max-width: 480px;
    margin-top: -100px;
  }
}
.footer__ct-title {
  color: #fff;
  font-size: 62px;
  line-height: 60px;
  margin-bottom: 32px;
}
.footer__ct-description {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__ct-links {
  margin-bottom: 40px;
}
.footer__ct-link {
  color: #fff;
  text-decoration: none;
  padding: 12px 22px;
  border: 1px solid #fff;
  margin-bottom: 12px;
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer__ct-link:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__ct-services-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 23px;
  line-height: 60%;
  color: #fff;
  margin-bottom: 35px;
}
.footer__ct-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__ct-services-location {
  padding: 12px 22px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 48px;
  gap: 8px;
}
.footer__ct-services-location:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__ct.desktop {
  display: none;
}
@media (min-width: 991px) {
  .footer__ct.desktop {
    display: block;
  }
}
.footer__ct.mobile {
  display: block;
}
@media (min-width: 991px) {
  .footer__ct.mobile {
    display: none;
  }
}
.footer__logo {
  max-width: 140px;
}
@media (min-width: 991px) {
  .footer__logo {
    max-width: 100%;
  }
}
.footer__bottom {
  padding: 50px 20px 22px 20px;
}
.footer__bottom-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-flex {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 22px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__pages {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 991px) {
  .footer__pages {
    justify-content: flex-start;
  }
}
.footer__pages-link {
  text-decoration: none;
  font-size: 12px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__social-link {
  text-decoration: none;
}
.footer__social.desktop {
  display: none;
}
@media (min-width: 991px) {
  .footer__social.desktop {
    display: block;
  }
}
.footer__social.mobile {
  display: block;
}
@media (min-width: 991px) {
  .footer__social.mobile {
    display: none;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .hero {
    padding: 15.5% 0;
  }
}
.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(26, 28, 34, 0), #1A1C22);
}
.hero__tf {
  margin-bottom: 24px;
}
.hero__tf h1 {
  margin-bottom: 24px;
  color: #fff;
}
.hero__tf p {
  color: #fff;
}
.hero__logos {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .hero__logos {
    gap: 120px;
  }
}
.hero__logos img {
  max-height: 48px;
}

.rsp {
  margin: 48px 0;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .rsp {
    margin: 106px 0;
  }
}
.rsp__box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 62px 10px;
  text-align: center;
}
@media (min-width: 991px) {
  .rsp__box {
    padding: 5% 0.25%;
  }
}
.rsp__subtitle {
  letter-spacing: 3px;
  margin-bottom: 8px;
  color: #fff;
}
.rsp__title {
  font-size: 56px;
  margin-bottom: 8px;
  color: #fff;
}
@media (min-width: 991px) {
  .rsp__title {
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 16px;
  }
}
.rsp__description {
  font-size: 20px;
  color: #fff;
}

.offer {
  margin-bottom: 48px;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .offer {
    margin-bottom: 106px;
  }
}
.offer__text {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .offer__text {
    margin-bottom: 64px;
  }
}
.offer__subtitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.offer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .offer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .offer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.offer__box {
  background: rgba(0, 81, 155, 0.10);
  padding: 16px 22px;
}
.offer__box:hover {
  background: #00519B;
}
.offer__box:hover h3 {
  color: #fff;
}
.offer__box:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.offer__box:hover svg {
  color: #fff;
}
.offer__box:hover .offer__box-icon {
  background: #003C72;
}
.offer__box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.offer__box-icon {
  background: rgba(0, 81, 155, 0.11);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer__box-title {
  font-size: 36px;
}
.offer__box-description {
  font-size: 14px;
}

.glr {
  margin-bottom: 106px;
}
.glr__description {
  max-width: 390px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 991px) {
  .glr__description {
    text-align: left;
  }
}
.glr__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 0 20px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .glr__text {
    flex-direction: row;
    margin-bottom: 64px;
  }
}
.glr-right {
  display: flex;
  align-items: center;
  gap: 100px;
}
.glr__btn-desktop {
  display: none;
}
@media (min-width: 991px) {
  .glr__btn-desktop {
    display: inline-flex;
  }
}
.glr__btn-mobile {
  display: flex;
  justify-content: center;
}
@media (min-width: 991px) {
  .glr__btn-mobile {
    display: none;
  }
}
.glr__btn__images {
  position: relative;
}
.glr__btn__images .swiper-button-next:after, .glr__btn__images .swiper-rtl .swiper-button-prev:after,
.glr__btn__images .swiper-button-prev:after, .glr__btn__images .swiper-rtl .swiper-button-next:after {
  display: none;
}
.glr__pagination {
  max-width: 140px;
  margin: 60px auto 0 auto;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 991px) {
  .glr__pagination {
    display: flex;
  }
}
.glr__pagination .swiper-button-next, .glr__pagination .swiper-button-prev {
  height: 100%;
  position: static;
}
.glr__pagination .swiper-button-prev:after, .glr__pagination .swiper-rtl .swiper-button-next:after,
.glr__pagination .swiper-button-next:after, .glr__pagination .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.glr__images {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .glr__images {
    margin-bottom: 0;
  }
}

.ilcr {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.ilcr__image-desktop {
  display: none;
}
@media (min-width: 991px) {
  .ilcr__image-desktop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    min-height: 680px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.ilcr__image-mobile {
  display: flex;
}
@media (min-width: 991px) {
  .ilcr__image-mobile {
    display: none;
  }
}
.ilcr__tf {
  width: 100%;
  margin: 0 0 56px 0;
}
@media (min-width: 991px) {
  .ilcr__tf {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.ilcr__tf-content {
  max-width: 100%;
  margin-left: 0;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .ilcr__tf-content {
    max-width: 455px;
    margin-left: auto;
    padding-right: 20px;
  }
}
.ilcr__tf h2 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 16px;
}
@media (min-width: 991px) {
  .ilcr__tf h2 {
    margin-bottom: 30px;
  }
}
.clir {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: #1A1C22;
  padding-top: 104px;
}
@media (min-width: 991px) {
  .clir {
    padding: 0;
  }
}
.clir__image-desktop {
  display: none;
}
@media (min-width: 991px) {
  .clir__image-desktop {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    min-height: 680px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.clir__image-mobile {
  display: flex;
}
@media (min-width: 991px) {
  .clir__image-mobile {
    display: none;
  }
}
.clir__tf {
  width: 100%;
  margin: 0 0 104px 0;
}
@media (min-width: 991px) {
  .clir__tf {
    width: 50%;
    margin: 0;
  }
}
.clir__tf-content {
  max-width: 100%;
  margin-left: 0;
  padding: 0 20px;
}
.clir__tf h2 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 991px) {
  .clir__tf h2 {
    margin-bottom: 30px;
  }
}
.clir__tf p {
  color: rgba(255, 255, 255, 0.5);
}

.tsm {
  margin: 48px 0;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .tsm {
    margin: 100px 0;
  }
}
.tsm-wrapper {
  position: relative;
}
.tsm__title {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .tsm__title {
    margin-bottom: 64px;
  }
}
.tsm__box {
  padding: 30px;
  border-radius: 18px;
  text-align: center;
}
.tsm__review {
  font-size: 14px;
  margin-bottom: 30px;
}
.tsm__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tsm__author img {
  max-width: 58px;
}
.tsm__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.tsm .swiper-slide-active {
  background: #fff;
  border-radius: 18px;
}
.tsm .swiper-button-next:after, .tsm .swiper-rtl .swiper-button-prev:after,
.tsm .swiper-button-prev:after, .tsm .swiper-rtl .swiper-button-next:after {
  display: none;
}
.tsm .swiper-button-next, .tsm .swiper-button-prev {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .tsm .swiper-button-next, .tsm .swiper-button-prev {
    position: absolute;
  }
}

.trs {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 13% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.trs-wrapper {
  text-align: center;
}
.trs h2 {
  color: #fff;
  max-width: 722px;
  margin: 0 auto 24px auto;
}
.trs p {
  color: #fff;
  margin-bottom: 24px;
}

.glrg {
  padding: 48px 20px;
}
@media (min-width: 991px) {
  .glrg {
    padding: 100px 20px;
  }
}
.glrg__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.glrg__grid-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}
/*# sourceMappingURL=app.css.map */
