.gray-bg {
  background: #EDEDED;
}

.mob-f {
  display: none !important;
}
@media (max-width: 479.98px) {
  .mob-f {
    display: flex !important;
  }
}

.mob-b {
  display: none !important;
}
@media (max-width: 479.98px) {
  .mob-b {
    display: block !important;
  }
}

@media (max-width: 479.98px) {
  .desktop {
    display: none !important;
  }
}

.gen-link:hover {
  text-decoration: underline;
}

a {
  transition: all 0.2s ease;
}
a:hover {
  color: #ffd375;
}

.title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: uppercase;
}

.ttu {
  text-transform: uppercase !important;
}

.accent-text {
  color: #e8ba5a !important;
}

.blue-overlay {
  background: rgba(22, 113, 166, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blue-overlay-50 {
  background: rgba(22, 113, 166, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn {
  font-family: "Quicksand", sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 35px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 25px;
    line-height: 26px;
  }
}
.btn.sm {
  font-size: 23px;
}
.btn.c-white {
  color: #fff;
}
.btn.yel-bor {
  border: 3px solid #e5c14c !important;
  box-shadow: none !important;
  color: #fff !important;
}
.btn.yel-bor:hover {
  border: 3px solid #fff !important;
  box-shadow: none !important;
}
.btn.primary {
  padding: 8px 30px;
  box-shadow: 0px 0px 0px 3px #000;
  color: #000;
}
.btn.primary:hover {
  box-shadow: 0px 0px 0px 5px #000;
}
.btn.secondary {
  padding: 8px 30px;
  background: #1570A5;
  color: #fff;
}
.btn.secondary:hover {
  background: #075e8f;
}
@media (max-width: 479.98px) {
  .btn {
    font-size: 20px !important;
  }
}

.slider-btn {
  width: 45px;
  height: 45px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  cursor: pointer;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .slider-btn {
    width: 30px !important;
    height: 30px !important;
    padding: 15px;
  }
}
.slider-btn.slider-next-btn {
  transform: rotate(45deg);
}
.slider-btn.slider-prev-btn {
  transform: rotate(-135deg);
}
.slider-btn.gradient-slider-btn {
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-image: linear-gradient(290deg, #CA973F 0%, #EDCA62 28.04%, #D4AF60 68.98%, #CA973F 82.2%);
  border-image-slice: 1;
}
.slider-btn.primary-slider-btn {
  border-top: 5px solid #1570A5;
  border-right: 5px solid #1570A5;
}

@media (max-width: 1199.98px) {
  .swiper-pagination-bullet {
    width: 25px !important;
    height: 25px !important;
    margin: 0 6px !important;
  }
}
@media (max-width: 990.98px) {
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    margin: 0 4px !important;
  }
}
body {
  font-family: "Quicksand", sans-serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  position: relative;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wrapper {
    zoom: 0.8 !important;
  }
}

.page {
  flex: 1 1 auto;
}

section:first-child {
  padding-bottom: 50px;
}
section:not(:first-child) {
  padding: 50px 0;
}
section:last-child {
  padding-bottom: 100px;
}
@media (max-width: 479.98px) {
  section:first-child {
    padding-bottom: 25px;
  }
  section:not(:first-child) {
    padding: 25px 0;
  }
  section:last-child {
    padding-bottom: 50px;
  }
}

[class*=__container] {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  [class*=__container] {
    max-width: 970px;
  }
}
@media (max-width: 990.98px) {
  [class*=__container] {
    max-width: 750px;
  }
}
@media (max-width: 768.98px) {
  [class*=__container] {
    max-width: none;
  }
}
.header {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
  border-bottom: 5px solid #fff;
}
.header__right {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.header__actions {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.header__actions a.header__phone {
  font-family: "Quicksand", sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 39px;
  transition: all 0.2s ease;
}
.header__actions a.header__phone:hover {
  color: #ffd375;
}
.header__actions img {
  width: 30px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  transition: all 0.3s ease;
  padding: 20px 0;
}

.logo img {
  width: 116px;
  height: 97px;
  object-fit: contain;
  transition: all 0.5s ease;
}

.nav-links {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 50px;
}

.nav-links li a {
  font-family: "Playfair Display, serif";
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 37px;
  text-transform: uppercase;
}

/*Styling Buttons*/
.login-button {
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  margin-left: 2vw;
  font-size: 1rem;
  cursor: pointer;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 8px;
  transition: all 0.3s ease-in-out;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media (max-width: 990.98px) {
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    transition: all 0.7s ease;
  }
  .hamburger.toggle div {
    background: #fff !important;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #1570A5;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    justify-content: unset;
    overflow-y: scroll;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .nav-links li a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(0, 7px);
}

.toggle .line3 {
  transform: rotate(45deg) translate(0, -7px);
}

@media (max-width: 1500px) {
  .nav-links {
    column-gap: 30px;
  }
  .nav-links li a {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .nav-links {
    column-gap: 20px;
  }
  .nav-links li a {
    font-size: 23px;
  }
  .logo img {
    width: 71px;
    height: 61px;
  }
  .header__actions {
    row-gap: 3px;
  }
  .header__actions a.header__phone {
    font-size: 20px;
  }
  .header__actions a.btn {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 990.98px) {
  .header__actions {
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
  }
  .header__actions a {
    font-size: 28px !important;
  }
  .header__actions img {
    width: 20px;
  }
}
@media (max-width: 479.98px) {
  .header__actions {
    margin-top: 20px;
    row-gap: 10px;
  }
  .header__actions.desktop {
    display: none;
  }
  .header__actions a {
    font-size: 28px !important;
  }
  .header__actions .btn {
    line-height: 50px !important;
  }
}
.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
}
.hero .main-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero .main-background img, .hero .main-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 990.98px) {
  .hero {
    margin-bottom: 80px !important;
  }
}
.hero__container {
  z-index: 1;
}
.hero__title {
  color: #fff;
  font-size: 130px;
  line-height: 172px;
  text-transform: uppercase;
}
.hero__title span {
  display: block;
  position: relative;
  animation: blur-off 1.5s ease;
  animation-fill-mode: forwards;
  filter: blur(15px);
  opacity: 0;
}
@keyframes blur-off {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.hero__title span:last-child {
  animation-delay: 0.5s;
  margin-left: calc(65px + 10.2083333333vw);
}
.hero__title span:last-child:before {
  content: "";
  position: absolute;
  right: 105%;
  top: 50%;
  height: 4px;
  width: 11vw;
  background: linear-gradient(89.45deg, #CB9735 0.69%, #FCD75F 41.13%, #F1E47B 75.64%, #D4AE5B 100.62%, #CB9735 119.65%);
}

@media (max-width: 1199.98px) {
  .hero__title {
    font-size: 78px;
    line-height: 149px;
  }
  .hero__title span:last-child {
    margin-left: 150px;
  }
  .hero__title span:last-child:before {
    width: 110px;
  }
}
@media (max-width: 990.98px) {
  .hero__title {
    font-size: 75px;
    line-height: 127px;
  }
  .hero__title span:last-child {
    margin-left: 126px;
  }
  .hero__title span:last-child:before {
    width: 90px;
  }
}
@media (max-width: 768.98px) {
  .hero__title {
    text-align: center;
    font-size: 59px;
    line-height: 90px;
  }
  .hero__title span:last-child {
    margin-left: 0px;
  }
  .hero__title span:last-child:before {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .hero__title {
    font-size: 34px;
    line-height: 68px;
  }
}
.about {
  background: #EDEDED;
}

.row-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
}
.row-about__content {
  max-width: calc(190px + 31.25vw);
}
.row-about__content p {
  font-family: Playfair Display, serif;
  font-size: calc(20px + 1.5625vw);
  font-weight: 400;
  line-height: calc(8px + 3.6458333333vw);
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  display: block;
}
.row-about__content p:after {
  content: "";
  height: 4px;
  width: 40%;
  background: linear-gradient(89.45deg, #CB9735 0.69%, #FCD75F 41.13%, #F1E47B 75.64%, #D4AE5B 100.62%, #CB9735 119.65%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.row-about__img {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 100%;
  overflow: hidden;
}
.row-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .row-team-about.bottom {
  align-items: flex-start;
}
@media (min-width: 1199.98px) {
  .about .row-team-about.bottom {
    margin-top: -290px;
  }
}
.about .row-team-about__text .btn {
  display: block;
  max-width: fit-content;
  margin-top: 50px;
}
.about .row-team-about__title {
  max-width: 750px;
  font-style: normal;
}
@media (min-width: 990.98px) {
  .about .row-team-about {
    gap: 150px;
  }
}

.content-about-row__text {
  font-style: italic;
}
@media (max-width: 1199.98px) {
  .row-about__content p {
    font-size: calc(20px + 1.0416666667vw);
    line-height: calc(15px + 3.6458333333vw);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 990.98px) {
  .row-about {
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
  }
  .row-about__content {
    max-width: 100%;
  }
  .row-about__content p {
    font-size: 25px;
    line-height: 50px;
  }
  .row-about__img {
    max-width: 499px;
  }
  .about .row-team-about.bottom {
    align-items: center;
  }
  .about .row-team-about__text {
    order: 2;
  }
  .about .row-team-about__text .btn {
    margin: 30px auto 0px;
  }
  .about .row-team-about__title {
    max-width: 750px;
  }
}
@media (max-width: 990.98px) and (min-width: 990.98px) {
  .about .row-team-about {
    gap: 150px;
  }
}
@media (max-width: 479.98px) {
  .row-about {
    row-gap: 5px;
  }
  .row-about__content p {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .row-about__content .btn {
    font-size: 15px;
  }
}
.clients-logos {
  margin-top: 80px;
}
.clients-logos__title {
  font-family: Playfair Display, serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: center;
  color: #1570A5;
  margin-bottom: 70px;
  text-transform: uppercase;
}
.clients-logos__slider {
  width: 100%;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.clients-logos .slider-btn {
  position: absolute;
  top: 49%;
  z-index: 5;
}
.clients-logos .slider-prev-btn {
  left: 20px;
}
.clients-logos .slider-next-btn {
  right: 20px;
}
.clients-logos .swiper-slide__img {
  width: 100%;
  height: 240px;
}
.clients-logos .swiper-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 990.98px) {
  .clients-logos__slider {
    padding-bottom: 50px;
  }
  .clients-logos {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .clients-logos__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .clients-logos .slider-btn {
    top: 80%;
  }
}
@media (max-width: 768.98px) {
  section.clients-logos {
    margin-bottom: 0;
    padding: 50px 0;
    padding-bottom: 20px;
  }
  section.clients-logos__title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .clients-logos__title {
    margin-bottom: 0;
  }
}
section.services {
  padding-bottom: 20px;
}

.services__btn {
  margin: 50px auto 0;
  display: block;
  max-width: fit-content;
  padding: 8px 30px;
}

.header-services {
  display: flex;
  margin-bottom: 70px;
}
.header-services__title {
  font-family: Playfair Display, serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 122px;
  letter-spacing: 0em;
  color: #1570A5;
  text-transform: uppercase;
  margin-right: 137px;
}
.header-services__text {
  text-align: justify;
}

.cards-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.item-cards-services {
  position: relative;
  max-height: 671px;
  overflow: hidden;
}
.item-cards-services:first-child .item-cards-services__title {
  max-width: 260px;
}
@media (max-width: 479.98px) {
  .item-cards-services:first-child .item-cards-services__title {
    max-width: 176px;
  }
}
.item-cards-services:first-child .item-cards-services__title::after {
  width: 73%;
}
.item-cards-services .blue-overlay-50 {
  z-index: 1;
  transition: all 0.4s ease;
}
.item-cards-services:hover .blue-overlay-50 {
  opacity: 0.3 !important;
}
.item-cards-services__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item-cards-services__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
.item-cards-services__title {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
  color: #fff;
  text-transform: uppercase;
}
.item-cards-services__title:after {
  content: "";
  height: 4px;
  background: linear-gradient(89.45deg, #CB9735 0.69%, #FCD75F 41.13%, #F1E47B 75.64%, #D4AE5B 100.62%, #CB9735 119.65%);
  width: 40%;
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 1199.98px) {
  .header-services__title {
    font-size: 56px;
    margin-right: 32px;
    line-height: 84px;
  }
  .header-services__text {
    font-size: 29px;
  }
  .item-cards-services__title {
    font-size: 32px;
  }
  .cards-services {
    gap: 15px;
  }
}
@media (max-width: 990.98px) {
  .header-services__title {
    margin-right: 0;
  }
  .cards-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-services {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 500px) {
  .cards-services {
    grid-template-columns: repeat(1, 1fr);
  }
  .services__btn {
    margin-bottom: 0;
  }
  .item-cards-services__title {
    max-width: 379px;
    line-height: 56px;
    font-size: 40px;
  }
  .header-services {
    margin-bottom: 2vh;
  }
  .header-services__title {
    font-size: 40px;
  }
  .header-services__text {
    font-size: 24px;
    line-height: 35px;
    text-align: left;
  }
}
@media (max-width: 768.98px) {
  .next-level {
    padding-top: 0 !important;
  }
}
.next-level__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.next-level__header {
  margin-top: 50px;
}
.next-level__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 110px;
  text-transform: uppercase;
  color: #1570A5;
}
.next-level__title .ta-left {
  text-align: left;
  display: block;
  margin-left: 20px;
}
.next-level__title .ta-right {
  text-align: right;
  display: block;
  margin-right: 20px;
}
.next-level .main {
  display: flex;
  overflow: hidden;
  height: 1038px;
  gap: 27px;
}
.next-level .main img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.next-level .main .single-column {
  animation: slide 20s infinite linear;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
.next-level .main .single-column:nth-child(2n+1) {
  height: 147% !important;
}
.next-level .main .single-column:nth-of-type(odd) {
  align-self: flex-end;
  --direction: -50%;
}
@keyframes slide {
  to {
    transform: translateY(-50%);
  }
}
@media (max-width: 1260px) {
  .next-level .next-level__title {
    font-size: 57px;
    line-height: 89px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .next-level .next-level__title {
    font-size: 42px;
    line-height: 67px;
    margin-bottom: 30px;
  }
  .next-level .main {
    height: 600px;
  }
}
@media (max-width: 990.98px) {
  .next-level .next-level__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .next-level .next-level__title span {
    text-align: center !important;
    margin: 0 !important;
  }
  .next-level .main {
    height: 500px;
  }
}
@media (max-width: 768.98px) {
  .next-level .next-level__title {
    font-size: 5.2vw;
    line-height: 8vw;
    margin-bottom: 30px;
  }
  .next-level .main {
    gap: 10px;
    height: 400px;
  }
  .next-level .single-column {
    row-gap: 10px;
  }
}
@media (max-width: 479.98px) {
  .next-level .next-level__title {
    font-size: 5.5vw;
    line-height: 10vw;
  }
  .next-level .main {
    height: 600px;
  }
}

.whether h3 {
  font-size: 58px;
  line-height: 95px;
  text-align: center;
  color: #1570A5;
}
@media (max-width: 1199.98px) {
  .whether h3 {
    font-size: 39px;
    line-height: 72px;
  }
}
@media (max-width: 990.98px) {
  .whether h3 {
    font-size: 28px;
    line-height: 53px;
  }
}
@media (max-width: 768.98px) {
  .whether h3 {
    font-size: 4vw;
    line-height: 6.5vw;
  }
}
@media (max-width: 479.98px) {
  .whether h3 {
    padding-bottom: 43px;
    font-size: 6.5vw;
    line-height: 11vw;
  }
}

.testimonials {
  padding: 70px 0 !important;
  background: #EDEDED;
  overflow: hidden;
}
.testimonials__title {
  font-size: 70px;
  line-height: 120px;
  text-align: center;
  color: #1570A5;
  margin: 0 auto;
  margin-bottom: 72px;
}
.slider-testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 990.98px) {
  .slider-testimonials .swiper-slide {
    height: auto !important;
    align-self: stretch;
  }
}
.slider-testimonials__controls {
  margin-top: 80px;
  min-width: 340px;
  height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-testimonials__controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
}
.slider-testimonials__controls .swiper-pagination-bullet {
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  background: #1570A5;
  margin: 0 10px !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-slider-testimonials {
  max-width: 1540px;
  background: #fff;
  padding: 26px 67px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 62px;
}
@media (min-width: 990.98px) {
  .card-slider-testimonials {
    height: 100%;
  }
}
.right-testimonials-cart {
  max-width: 475px;
}
.right-testimonials-cart__title {
  font-family: "Playfair Display", serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 5px;
}
.right-testimonials-cart__subtitle {
  color: #1570A5;
  margin-bottom: 25px;
  display: block;
}
.right-testimonials-cart__img {
  overflow: hidden;
}
.right-testimonials-cart__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-testimonials-cart {
  display: flex;
  justify-content: center;
}
@media (min-width: 768.98px) {
  .left-testimonials-cart {
    align-items: flex-start;
    margin-top: 70px;
  }
}

@media (max-width: 1199.98px) {
  .testimonials__title {
    font-size: 63px;
    line-height: 86px;
  }
  .right-testimonials-cart__title {
    font-size: 40px;
    line-height: 50px;
  }
  .right-testimonials-cart__subtitle {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 40px;
  }
  .card-slider-testimonials {
    padding: 26px 50px;
    grid-template-columns: 301px 1fr;
    gap: 25px;
  }
  .left-testimonials-cart p {
    font-size: 23px;
    line-height: 41px;
  }
}
@media (max-width: 990.98px) {
  .testimonials {
    padding: 70px 0 !important;
  }
  .testimonials__title {
    font-size: 38px;
    line-height: 40px;
  }
  .card-slider-testimonials {
    padding: 26px 40px;
    grid-template-columns: 257px 1fr;
  }
  .right-testimonials-cart__title {
    font-size: 34px;
  }
  .right-testimonials-cart__subtitle {
    font-size: 22px;
  }
  .left-testimonials-cart p {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (max-width: 768.98px) {
  .card-slider-testimonials {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .slider-testimonials__controls {
    margin-top: 50px;
  }
  .testimonials__title {
    line-height: 60px;
  }
}
@media (max-width: 479.98px) {
  .testimonials {
    padding-top: 40px !important;
  }
  .testimonials__title {
    font-size: 5.5vw;
    line-height: 9vw;
    margin-bottom: 35px;
    max-width: 300px;
  }
  .card-slider-testimonials {
    padding: 26px 18px;
  }
  .right-testimonials-cart__img {
    height: 100%;
    width: 100%;
    max-height: 345px;
  }
  .left-testimonials-cart p {
    font-size: 18px;
    line-height: 30px;
  }
  .right-testimonials-cart {
    width: 100%;
    max-width: 100%;
  }
  .right-testimonials-cart__title {
    font-size: 29px;
    line-height: 39px;
  }
  .right-testimonials-cart__subtitle {
    font-size: 19px;
  }
}
.instagram {
  padding-top: 100px !important;
}
.instagram__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 90px;
  text-align: center;
  margin-bottom: 90px;
  color: #1570A5;
}
.instagram__btn {
  margin: 0 auto;
  display: block;
  max-width: fit-content;
}

.row-instagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 66px;
}
.row-instagram__item {
  width: 100%;
  height: 100%;
  max-width: 376px;
  max-height: 376px;
  overflow: hidden;
}
.row-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .instagram {
    padding-top: 50px !important;
  }
  .instagram__title {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 990.98px) {
  .row-instagram {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479.98px) {
  .instagram__title {
    font-size: 30px;
    line-height: 50px;
  }
  .row-instagram {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.row-team-about {
  display: flex;
  column-gap: 60px;
}
.row-team-about.top {
  justify-content: space-between;
}
.row-team-about.bottom {
  margin-top: -200px;
  align-items: flex-end;
  position: relative;
}
.row-team-about.bottom::before {
  content: "";
  height: 4px;
  width: 40%;
  background: linear-gradient(89.45deg, #CB9735 0.69%, #FCD75F 41.13%, #F1E47B 75.64%, #D4AE5B 100.62%, #CB9735 119.65%);
  position: absolute;
  top: 10px;
  left: 0;
}
.row-team-about.bottom .row-team-about__img {
  overflow: hidden;
  margin-right: 200px;
}
.row-team-about__title {
  font-size: 50px;
  line-height: 78px;
  padding-bottom: 60px;
  max-width: 800px;
  max-height: fit-content;
  width: 100%;
  font-weight: 300 !important;
}
.row-team-about__img {
  min-width: 400px;
  min-height: 600px;
  max-width: 500px;
  max-height: 700px;
}
.row-team-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-team-about__text {
  max-width: 767px;
  font-family: "Quicksand", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
  width: 100%;
}

@media (max-width: 1500px) {
  .row-team-about.bottom {
    margin-top: -290px;
    align-items: center;
  }
}
@media (max-width: 1350px) {
  .row-team-about__title {
    font-size: 40px;
    line-height: 60px;
  }
  .row-team-about__text {
    font-size: 36px;
    line-height: 55px;
  }
  .row-team-about__img {
    min-width: unset;
    min-height: unset;
    max-width: 400px;
    max-height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .row-team-about.bottom {
    margin-top: -249px;
  }
  .row-team-about__title {
    font-size: 28px;
    line-height: 50px;
  }
  .row-team-about__text {
    max-width: 400px;
    font-size: 25px;
    line-height: 40px;
  }
  .row-team-about__img {
    max-width: 330px;
  }
  .row-team-about.bottom .row-team-about__img {
    margin-right: 0;
  }
}
@media (max-width: 990.98px) {
  .row-team-about {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .row-team-about.bottom {
    margin-top: 80px;
    padding-top: 0;
    align-items: center;
  }
  .row-team-about.bottom::before {
    display: none;
  }
  .row-team-about__title {
    font-size: 21px;
    line-height: 50px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .row-team-about__text {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
  .row-team-about__img {
    max-width: 262px;
  }
}
@media (max-width: 479.98px) {
  .row-team-about {
    text-align: center;
  }
  .row-team-about.bottom {
    margin-top: 35px;
  }
  .row-team-about__title {
    text-align: left !important;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
  .row-team-about__title:after {
    content: "";
    height: 4px;
    width: 40%;
    background: linear-gradient(89.45deg, #CB9735 0.69%, #FCD75F 41.13%, #F1E47B 75.64%, #D4AE5B 100.62%, #CB9735 119.65%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .row-team-about__img {
    max-width: 100%;
  }
  .text-img__title {
    font-size: 25px !important;
    line-height: 37px !important;
    text-align: center !important;
  }
}
.team-gallery {
  overflow: hidden;
}

.team-gallery-row {
  display: flex;
  justify-content: space-between;
}
.team-gallery-row__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.team-gallery-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-gallery-row__body.slider {
  display: none !important;
}
.team-gallery-row__body:not(.slider) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 44px;
  grid-auto-flow: row;
  grid-template-areas: "c1 c1 c6 c8 c9 c10" "c1 c1 c5 c7 c7 c11" "c2 c3 c4 c7 c7 c12";
  width: 100%;
}
.team-gallery-row__body .c1 {
  grid-area: c1;
}
.team-gallery-row__body .c2 {
  grid-area: c2;
}
.team-gallery-row__body .c3 {
  grid-area: c3;
}
.team-gallery-row__body .c4 {
  grid-area: c4;
}
.team-gallery-row__body .c5 {
  grid-area: c5;
}
.team-gallery-row__body .c6 {
  grid-area: c6;
}
.team-gallery-row__body .c7 {
  grid-area: c7;
}
.team-gallery-row__body .c8 {
  grid-area: c8;
}
.team-gallery-row__body .c9 {
  grid-area: c9;
}
.team-gallery-row__body .c10 {
  grid-area: c10;
}
.team-gallery-row__body .c11 {
  grid-area: c11;
}
.team-gallery-row__body .c12 {
  grid-area: c12;
}

@media (max-width: 1199.98px) {
  .team-gallery-row__body {
    gap: 20px;
  }
}
@media (max-width: 990.98px) {
  .team-gallery-row {
    display: block;
  }
  .team-gallery-row__body {
    display: unset;
  }
  .team-gallery-row__body:not(.slider) {
    display: none;
  }
  .team-gallery-row__body.slider {
    height: 300px;
    display: block !important;
    padding-bottom: 70px;
  }
  .team-gallery-row__body.slider .slider-controls {
    margin: 25px auto 0;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .team-gallery-row__body.slider .slider-controls .slider-btn {
    padding: 0;
    width: 38px !important;
  }
  .team-gallery-row__body.slider .slider-controls .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-gallery-row__body.slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .team-gallery-row__body.slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
    background: #EDCA62;
  }
}
.text-img__title {
  font-family: Playfair Display, serif;
  font-size: 68.2px;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: 0em;
  color: #1570A5;
  margin: 0 auto 80px;
  text-align: justify;
}
.text-img__img {
  width: 100%;
}
.text-img__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1199.98px) {
  .text-img__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 990.98px) {
  .text-img__title {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479.98px) {
  .text-img__title {
    font-size: 30px;
    line-height: 45px;
  }
}

.row-rev {
  padding: 67px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
@media (min-width: 990.98px) {
  .row-rev:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 990.98px) {
  .row-rev {
    padding: 40px 0;
    gap: 60px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  .row-rev {
    padding: 20px 0;
    gap: 30px;
  }
}
.row-rev__img {
  width: 100%;
  height: 100%;
  max-width: 748px;
  max-height: 873px;
  overflow: hidden;
}
.row-rev__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1199.98px) {
  .row-rev__img img {
    object-position: 0 -100px;
  }
}
.content-row-rev {
  max-width: 762px;
}
.content-row-rev__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 63px;
  line-height: 90px;
  margin-bottom: 20px;
}
.content-row-rev__subtitle {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 43px;
  color: #1570A5;
  margin-bottom: 20px;
}
.content-row-rev__text {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 50px;
}

@media (max-width: 1350px) {
  .row-rev__content {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .row-rev {
    gap: 50px;
  }
  .content-row-rev {
    max-width: 460px;
  }
  .content-row-rev__title {
    font-size: 50px;
    line-height: 70px;
  }
  .content-row-rev__subtitle {
    font-size: 30px;
    line-height: 45px;
  }
  .content-row-rev__text {
    font-size: 21px;
    line-height: 34px;
  }
}
@media (max-width: 990.98px) {
  .row-rev {
    flex-direction: column-reverse;
  }
  .content-row-rev {
    max-width: 100%;
  }
  .content-row-rev__title {
    font-size: 50px;
    line-height: 60px;
  }
  .content-row-rev__subtitle {
    font-size: 30px;
    line-height: 40px;
  }
  .content-row-rev__text {
    font-size: 21px;
    line-height: 34px;
  }
}
@media (max-width: 479.98px) {
  .row-rev {
    gap: 30px;
  }
  .content-row-rev__title {
    font-size: 40px;
    line-height: 56px;
  }
  .content-row-rev__subtitle {
    font-size: 25px;
    line-height: 35px;
  }
  .content-row-rev__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.services-page__title {
  font-family: Playfair Display, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 120px;
  color: #1570A5;
}

.body-services-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.body-services-page__content {
  max-width: 47%;
}
.body-services-page__img {
  position: sticky;
  top: 50px;
  right: 0;
  max-width: 27%;
}
.body-services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.list-content-accord__question span {
  font-family: Playfair Display, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #CA973F;
  text-transform: uppercase;
  max-width: 540px;
}
.list-content-accord__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  width: 100%;
  cursor: pointer;
  user-select: none;
}

.list-content-accord__question img {
  width: 54px;
  height: 54px;
  transition: all 0.5s ease;
}

.list-content-accord__question img.expanded-btn {
  transform: rotate(180deg);
}

.answer-accord {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.answer-accord__text {
  padding-left: 54px;
  position: relative;
  font-size: 30px;
  line-height: 50px;
}
.answer-accord__text:before {
  content: "";
  height: 100%;
  width: 5px;
  background: #1570A5;
  position: absolute;
  left: 0;
  top: 0;
}

.answer-accord__text a {
  text-decoration: underline;
}

.answer-accord__text a:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .services-page__title {
    font-size: 47px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .list-content-accord__question {
    padding: 20px 0;
  }
  .list-content-accord__question span {
    font-size: 37px;
    max-width: 350px;
  }
  .list-content-accord__question img {
    width: 40px;
    height: 40px;
  }
  .answer-accord__text {
    padding-left: 38px;
    line-height: 39px;
    font-size: 24px;
  }
}
@media (max-width: 990.98px) {
  .services-page__title {
    font-size: 35px;
    line-height: 63px;
    margin-bottom: 40px;
  }
  .list-content-accord__question {
    padding: 20px 0;
  }
  .list-content-accord__question span {
    font-size: 27px;
    line-height: 35px;
    max-width: 244px;
  }
  .list-content-accord__question img {
    width: 30px;
    height: 30px;
  }
  .answer-accord__text {
    padding-left: 25px;
    line-height: 27px;
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .services-page__title {
    font-size: 6vw;
    line-height: 9vw;
    margin-bottom: 15px;
  }
  .list-content-accord__question {
    padding: 20px 0;
  }
  .list-content-accord__question span {
    font-size: 21px;
  }
  .body-services-page {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .body-services-page__content {
    width: 100%;
    max-width: 400px;
  }
  .body-services-page__img {
    width: 100%;
    max-width: 400px;
  }
}
.footer {
  color: #fff;
  text-align: center;
}
.footer__bottom {
  padding: 40px 20px !important;
  z-index: 3;
  background: #1570A5;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.footer__bottom a, .footer__bottom span {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: right;
  color: #fff;
}
.footer__bottom .footer-logo {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 347px;
  object-fit: contain;
}

.body-footer {
  z-index: 2;
  padding: 100px 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body-footer .blue-overlay {
  z-index: -1;
}
.body-footer .body-footer-content {
  position: relative;
}
.body-footer__title {
  font-family: Playfair Display, serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 1252px;
  margin: 0 auto;
  margin-bottom: 85px;
}
.body-footer__form .form-field {
  margin: 0 auto;
  border-radius: 100px;
  border: none;
  background: #fff;
  padding: 5px 5px;
  height: 90px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
}
.body-footer__form .form-field input[type=email] {
  border: none;
  font-family: "Quicksand", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 150px;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
.body-footer__form .form-field input[type=email]:focus {
  outline: none;
}
.body-footer__form .form-field .btn {
  height: 100%;
  padding: 0 93px;
  border-radius: 150px;
  border: none;
}
.body-footer__subtitle {
  margin-bottom: 70px;
  font-family: Playfair Display, serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: 0em;
  text-align: center;
}
.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.footer-socials__item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  font-size: 47px;
}

@media (max-width: 1199.98px) {
  .body-footer__title, .body-footer__subtitle {
    font-size: 65px;
    line-height: 90px;
    margin-bottom: 50px;
  }
  .body-footer__form .form-field {
    height: 70px;
  }
  .body-footer__form .form-field input[type=email] {
    font-size: 28px;
  }
  .footer-socials img {
    width: 100%;
    max-width: 45px;
    object-fit: contain;
  }
  .footer-socials__item {
    column-gap: 13px;
    font-size: 21px;
  }
  .footer__bottom .footer-logo {
    max-width: 252px;
    width: 100%;
  }
  .footer__bottom a, .footer__bottom span {
    color: #fff;
    font-size: 15px;
  }
}
@media (max-width: 990.98px) {
  .body-footer__title, .body-footer__subtitle {
    font-size: 46px;
    line-height: 65px;
  }
  .body-footer__form .form-field {
    height: 50px;
  }
  .body-footer__form .form-field input[type=email] {
    font-size: 20px;
    padding-left: 26px;
  }
  .body-footer__form .form-field .btn {
    padding: 0 60px;
    font-size: 18px;
  }
  .footer-socials img {
    max-width: 45px;
  }
  .footer-socials__item {
    column-gap: 13px;
    font-size: 18px;
  }
  .footer__bottom .footer-logo {
    max-width: 202px;
    width: 100%;
  }
  .footer__bottom a {
    font-size: 12px;
  }
}
@media (max-width: 768.98px) {
  .body-footer__title, .body-footer__subtitle {
    font-size: 6vw;
    line-height: 9vw;
  }
  .body-footer__form .form-field {
    height: 50px;
  }
  .body-footer__form .form-field input[type=email] {
    font-size: 14px;
    padding-left: 13px;
  }
  .body-footer__form .form-field .btn {
    padding: 0 30px;
    font-size: 14px;
  }
  .footer-socials img {
    max-width: 30px;
  }
  .footer-socials a:nth-child(3) img, .footer-socials a:nth-child(4) img, .footer-socials a:nth-child(5) img {
    max-width: 50px !important;
  }
  .footer-socials__item {
    column-gap: 13px;
    font-size: 3vw;
  }
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .footer__bottom .footer-logo {
    order: -1;
    transform: none;
    position: static;
    max-width: 202px;
    width: 100%;
  }
  .footer__bottom a {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .footer-socials {
    gap: 20px;
  }
  .footer-socials__item {
    font-size: 5vw;
  }
  .body-footer__title, .body-footer__subtitle {
    font-size: 8vw;
    line-height: 13vw;
  }
  .footer__bottom {
    row-gap: 10px;
  }
}
.screen-reader-response, .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  margin-top: 12px;
  font-size: 28px;
}

.anim_item._active_anim .anim_text_item {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.anim_text_hidden {
  overflow: hidden;
  display: block;
  height: 100%;
}

.anim_text_hidden .anim_text_item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  display: block;
}

#wpcp-error-message {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
