﻿@charset "UTF-8";
/*
Template Name: Restics - Food & Restaurant HTML Template
Author: tempticspro
Version: 1.0

CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Sidebar
05. Header
06. Hero
07. About
08. Foods
09. Video
10. Discount
11. Menus
12. Specialities
13. Booking
14. Testimonial
15. CTA
16. Blog
17. Ad
18. Footer

--- INNER PAGES
19. About Page
20. Shop Details Page
21. Cart Page
22. Checkout Page
23. Reservation Page
24. Services Page
25. Gallery Page
26. Testimonial Page
27. FAQ Page
28. Blog Page
29. Blog Details Page
30. Contact Page

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --black: #1b1b1b;
  --white: #fff;
  --ul-primary: #EB0029;
  --ul-secondary: #FAA019;
  --ul-c3: #FFE9C8;
  --ul-c4: #FFF9F4;
  --ul-c5: #FC791A;
  --ul-black: #1b1b1b;
  --ul-gray: #5C6574;
  --ul-gray2: #D2D2D1;
  --ul-gradient: linear-gradient(90deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  --font-primary: "Roboto", sans-serif;
  --font-vibes: "Vibes", system-ui;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  margin: auto;
  position: fixed;
}

a,
button,
img {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(940px, 61.48vw, 1170px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}
.logo {
  max-width: clamp(130px, 11.56vw, 220px);
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

.wow {
  animation-duration: 1s !important;
}

.ul-btn {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
  height: clamp(45px, 2.94vw, 56px);
  padding: 0 clamp(10px, 0.84vw, 16px);
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
  text-transform: uppercase;
  position: relative;
  border: 1px solid var(--ul-primary);
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-btn:hover {
  color: var(--ul-primary);
  background-color: var(--white);
}
.ul-btn:hover i {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-btn i {
  background-color: var(--white);
  color: var(--ul-primary);
  width: clamp(22px, 1.52vw, 29px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: clamp(9px, 0.63vw, 12px);
  transition: all 0.3s ease;
}
.ul-btn--2 {
  color: var(--ul-primary);
  background-color: var(--white);
}
.ul-btn--2 i {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-btn--2:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-btn--2:hover i {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-sub-title {
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 100%;
  color: var(--ul-primary);
  margin-bottom: clamp(7px, 0.68vw, 13px);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-section-sub-title--2 i:last-child {
  display: none;
}
.ul-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 40px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  color: var(--ul-gray);
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-left: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 40vw, 100%);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) 45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) 90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) 135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) 180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) 225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) 270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) 315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) 360deg, rgba(0, 0, 0, 0) 360deg);
  }
}

.ul-search-form-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(25px);
}
.ul-search-closer {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.ul-search-closer i {
  display: inline-flex;
  font-size: clamp(20px, 1.31vw, 25px);
}
.ul-search-closer:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-search-form {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  height: clamp(48px, 3.15vw, 60px);
  max-width: clamp(534px, 32.53vw, 619px);
  width: 100%;
  font-size: clamp(13px, 0.84vw, 16px);
  width: 95%;
}
.ul-search-form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(18px, 1.31vw, 25px);
  flex-grow: 1;
}
.ul-search-form-right input {
  border: none;
  height: 100%;
  width: 100%;
  color: var(--white);
}
.ul-search-form-right button {
  padding: 0;
  padding-top: clamp(0px, 0.42vw, 8px);
  height: 100%;
  flex-shrink: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
}
.ul-search-form-right button .icon {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .ul-search-form-right button .icon {
    padding-top: 5px;
  }
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-left: 2px solid var(--ul-primary);
}
.ul-sidebar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
  font-size: clamp(22px, 1.26vw, 28px);
}
.ul-sidebar-closer:hover {
  color: var(--ul-primary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-footer {
  margin-top: auto;
}
.ul-sidebar-footer-title {
  color: var(--black);
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--black);
  height: clamp(37px, 2.1vw, 40px);
}
.ul-sidebar-footer-social a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

.ul-header {
  position: relative;
  top: 0;
  z-index: 99;
  background-color: #1b1b1b;
}
.ul-header::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.ul-header-container {
  margin: auto;
  max-width: clamp(576px, 85.13vw, 1620px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ul-header-container {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .ul-header-container {
    max-width: calc(100% - 30px);
  }
}
.ul-header .header-top-bg-wrapper {
  clip-path: polygon(-1.062% -12.676%, 100.751% -12.676%, 101.254% -12.676%, 101.254% -12.676%, 101.329% -12.512%, 101.401% -12.035%, 101.467% -11.273%, 101.528% -10.25%, 101.582% -8.994%, 101.629% -7.529%, 101.667% -5.881%, 101.695% -4.077%, 101.713% -2.143%, 101.719% -0.103%, 101.719% -0.103%, 101.717% 1.042%, 101.711% 2.169%, 101.702% 3.27%, 101.689% 4.34%, 101.672% 5.373%, 101.652% 6.361%, 101.629% 7.3%, 101.603% 8.183%, 101.574% 9.003%, 101.542% 9.755%, 99.303% 57.701%, 99.303% 57.701%, 98.85% 66.339%, 98.371% 73.502%, 97.871% 79.173%, 97.354% 83.336%, 96.824% 85.974%, 96.288% 87.07%, 95.748% 86.608%, 95.211% 84.572%, 94.68% 80.944%, 94.161% 75.708%, 94.161% 75.708%, 93.771% 71.606%, 93.372% 68.416%, 92.966% 66.138%, 92.557% 64.77%, 92.145% 64.315%, 91.733% 64.77%, 91.324% 66.138%, 90.918% 68.416%, 90.519% 71.606%, 90.129% 75.708%, 89.752% 80.166%, 89.752% 80.166%, 89.288% 85.035%, 88.814% 88.822%, 88.333% 91.527%, 87.847% 93.15%, 87.358% 93.691%, 86.869% 93.15%, 86.383% 91.527%, 85.902% 88.822%, 85.428% 85.035%, 84.965% 80.166%, 84.965% 80.166%, 84.501% 75.297%, 84.027% 71.51%, 83.546% 68.805%, 83.06% 67.182%, 82.571% 66.641%, 82.082% 67.182%, 81.596% 68.805%, 81.115% 71.51%, 80.641% 75.297%, 80.178% 80.166%, 80.178% 80.166%, 79.714% 85.035%, 79.24% 88.822%, 78.759% 91.527%, 78.273% 93.15%, 77.784% 93.691%, 77.296% 93.15%, 76.809% 91.527%, 76.328% 88.822%, 75.855% 85.035%, 75.391% 80.166%, 75.391% 80.166%, 74.927% 75.297%, 74.454% 71.51%, 73.973% 68.805%, 73.486% 67.182%, 72.998% 66.641%, 72.509% 67.182%, 72.023% 68.805%, 71.542% 71.51%, 71.068% 75.297%, 70.604% 80.166%, 70.604% 80.166%, 70.141% 85.035%, 69.667% 88.822%, 69.186% 91.527%, 68.699% 93.15%, 68.211% 93.691%, 67.722% 93.15%, 67.236% 91.527%, 66.755% 88.822%, 66.281% 85.035%, 65.817% 80.166%, 65.817% 80.166%, 65.354% 75.297%, 64.88% 71.51%, 64.399% 68.805%, 63.912% 67.182%, 63.424% 66.641%, 62.935% 67.182%, 62.449% 68.805%, 61.968% 71.51%, 61.494% 75.297%, 61.03% 80.166%, 61.03% 80.166%, 60.567% 85.035%, 60.093% 88.822%, 59.612% 91.527%, 59.125% 93.15%, 58.637% 93.691%, 58.148% 93.15%, 57.662% 91.527%, 57.181% 88.822%, 56.707% 85.035%, 56.243% 80.166%, 56.243% 80.166%, 55.78% 75.297%, 55.306% 71.51%, 54.825% 68.805%, 54.339% 67.182%, 53.85% 66.641%, 53.361% 67.182%, 52.875% 68.805%, 52.394% 71.51%, 51.92% 75.297%, 51.457% 80.166%, 51.457% 80.166%, 50.993% 85.035%, 50.519% 88.822%, 50.038% 91.527%, 49.552% 93.15%, 49.063% 93.691%, 48.574% 93.15%, 48.088% 91.527%, 47.607% 88.822%, 47.133% 85.035%, 46.67% 80.166%, 46.67% 80.166%, 46.206% 75.297%, 45.732% 71.51%, 45.251% 68.805%, 44.765% 67.182%, 44.276% 66.641%, 43.788% 67.182%, 43.301% 68.805%, 42.82% 71.51%, 42.346% 75.297%, 41.883% 80.166%, 41.883% 80.166%, 41.419% 85.035%, 40.945% 88.822%, 40.464% 91.527%, 39.978% 93.15%, 39.489% 93.691%, 39.001% 93.15%, 38.514% 91.527%, 38.033% 88.822%, 37.56% 85.035%, 37.096% 80.166%, 37.096% 80.166%, 36.632% 75.297%, 36.159% 71.51%, 35.677% 68.805%, 35.191% 67.182%, 34.702% 66.641%, 34.214% 67.182%, 33.728% 68.805%, 33.246% 71.51%, 32.773% 75.297%, 32.309% 80.166%, 32.309% 80.166%, 31.845% 85.035%, 31.372% 88.822%, 30.891% 91.527%, 30.404% 93.15%, 29.916% 93.691%, 29.427% 93.15%, 28.941% 91.527%, 28.459% 88.822%, 27.986% 85.035%, 27.522% 80.166%, 27.522% 80.166%, 27.059% 75.297%, 26.585% 71.51%, 26.104% 68.805%, 25.617% 67.182%, 25.129% 66.641%, 24.64% 67.182%, 24.154% 68.805%, 23.673% 71.51%, 23.199% 75.297%, 22.735% 80.166%, 22.735% 80.166%, 22.272% 85.035%, 21.798% 88.822%, 21.317% 91.527%, 20.831% 93.15%, 20.342% 93.691%, 19.853% 93.15%, 19.367% 91.527%, 18.886% 88.822%, 18.412% 85.035%, 17.948% 80.166%, 17.948% 80.166%, 17.485% 75.297%, 17.011% 71.51%, 16.53% 68.805%, 16.044% 67.182%, 15.555% 66.641%, 15.066% 67.182%, 14.58% 68.805%, 14.099% 71.51%, 13.625% 75.297%, 13.162% 80.166%, 12.719% 85.393%, 12.719% 85.393%, 12.336% 89.525%, 11.944% 92.949%, 11.547% 95.663%, 11.144% 97.662%, 10.739% 98.945%, 10.331% 99.507%, 9.921% 99.347%, 9.513% 98.461%, 9.106% 96.847%, 8.702% 94.5%, 3.006% 56.031%, 3.006% 56.031%, 2.883% 55.261%, 2.76% 54.601%, 2.636% 54.05%, 2.512% 53.61%, 2.387% 53.279%, 2.262% 53.059%, 2.136% 52.95%, 2.011% 52.951%, 1.885% 53.064%, 1.76% 53.288%, -0.953% 59.333%, -0.953% 59.333%, -1.182% 59.317%, -1.401% 58.285%, -1.607% 56.319%, -1.796% 53.503%, -1.966% 49.919%, -2.112% 45.65%, -2.231% 40.78%, -2.32% 35.391%, -2.376% 29.567%, -2.396% 23.39%, -2.396% 23.39%, -2.378% 17.54%, -2.328% 11.99%, -2.247% 6.815%, -2.139% 2.09%, -2.005% -2.113%, -1.85% -5.717%, -1.675% -8.65%, -1.484% -10.837%, -1.278% -12.204%, -1.062% -12.676%);
  background-color: var(--ul-c3);
  padding-bottom: clamp(3px, 0.32vw, 6px);
}
@media screen and (max-width: 767px) {
  .ul-header .header-top-bg-wrapper {
    clip-path: polygon(-0.173% -13.235%, 104.182% -13.235%, 104.182% -13.235%, 104.348% -13.109%, 104.506% -12.743%, 104.654% -12.157%, 104.788% -11.371%, 104.908% -10.405%, 105.01% -9.279%, 105.094% -8.013%, 105.156% -6.627%, 105.195% -5.14%, 105.208% -3.573%, 105.208% 69.399%, 105.208% 69.399%, 105.134% 75.616%, 104.925% 81.203%, 104.599% 86.061%, 104.178% 90.095%, 103.68% 93.208%, 103.125% 95.301%, 102.533% 96.279%, 101.923% 96.044%, 101.316% 94.499%, 100.73% 91.547%, 100.73% 91.547%, 100.61% 90.81%, 100.486% 90.132%, 100.36% 89.514%, 100.23% 88.957%, 100.098% 88.462%, 99.963% 88.03%, 99.826% 87.661%, 99.687% 87.356%, 99.546% 87.117%, 99.404% 86.944%, 96.618% 84.213%, 96.618% 84.213%, 96.309% 83.983%, 96% 83.897%, 95.692% 83.955%, 95.384% 84.156%, 95.078% 84.499%, 94.775% 84.984%, 94.474% 85.609%, 94.176% 86.375%, 93.882% 87.279%, 93.593% 88.322%, 92.349% 93.135%, 92.349% 93.135%, 91.887% 94.729%, 91.416% 95.968%, 90.938% 96.853%, 90.456% 97.384%, 89.971% 97.561%, 89.487% 97.384%, 89.004% 96.853%, 88.526% 95.968%, 88.055% 94.729%, 87.593% 93.135%, 87.271% 91.887%, 87.271% 91.887%, 86.808% 90.294%, 86.337% 89.055%, 85.859% 88.17%, 85.377% 87.639%, 84.892% 87.462%, 84.408% 87.639%, 83.925% 88.17%, 83.447% 89.055%, 82.976% 90.294%, 82.514% 91.887%, 82.192% 93.135%, 82.192% 93.135%, 81.729% 94.729%, 81.258% 95.968%, 80.78% 96.853%, 80.298% 97.384%, 79.813% 97.561%, 79.329% 97.384%, 78.846% 96.853%, 78.368% 95.968%, 77.897% 94.729%, 77.435% 93.135%, 77.113% 91.887%, 77.113% 91.887%, 76.65% 90.294%, 76.179% 89.055%, 75.701% 88.17%, 75.219% 87.639%, 74.734% 87.462%, 74.249% 87.639%, 73.767% 88.17%, 73.289% 89.055%, 72.818% 90.294%, 72.356% 91.887%, 72.033% 93.135%, 72.033% 93.135%, 71.571% 94.729%, 71.1% 95.968%, 70.622% 96.853%, 70.14% 97.384%, 69.655% 97.561%, 69.171% 97.384%, 68.688% 96.853%, 68.21% 95.968%, 67.739% 94.729%, 67.277% 93.135%, 66.955% 91.887%, 66.955% 91.887%, 66.492% 90.294%, 66.021% 89.055%, 65.543% 88.17%, 65.061% 87.639%, 64.576% 87.462%, 64.092% 87.639%, 63.609% 88.17%, 63.131% 89.055%, 62.66% 90.294%, 62.198% 91.887%, 61.876% 93.135%, 61.876% 93.135%, 61.413% 94.729%, 60.942% 95.968%, 60.464% 96.853%, 59.982% 97.384%, 59.497% 97.561%, 59.013% 97.384%, 58.53% 96.853%, 58.052% 95.968%, 57.581% 94.729%, 57.119% 93.135%, 56.796% 91.887%, 56.796% 91.887%, 56.334% 90.294%, 55.863% 89.055%, 55.385% 88.17%, 54.903% 87.639%, 54.418% 87.462%, 53.934% 87.639%, 53.451% 88.17%, 52.973% 89.055%, 52.502% 90.294%, 52.04% 91.887%, 51.718% 93.135%, 51.718% 93.135%, 51.255% 94.729%, 50.784% 95.968%, 50.306% 96.853%, 49.824% 97.384%, 49.339% 97.561%, 48.854% 97.384%, 48.372% 96.853%, 47.894% 95.968%, 47.423% 94.729%, 46.961% 93.135%, 46.638% 91.887%, 46.638% 91.887%, 46.176% 90.294%, 45.705% 89.055%, 45.227% 88.17%, 44.745% 87.639%, 44.26% 87.462%, 43.775% 87.639%, 43.293% 88.17%, 42.815% 89.055%, 42.344% 90.294%, 41.882% 91.887%, 41.559% 93.135%, 41.559% 93.135%, 41.097% 94.729%, 40.626% 95.968%, 40.148% 96.853%, 39.666% 97.384%, 39.181% 97.561%, 38.696% 97.384%, 38.214% 96.853%, 37.736% 95.968%, 37.265% 94.729%, 36.803% 93.135%, 36.48% 91.887%, 36.48% 91.887%, 36.018% 90.294%, 35.547% 89.055%, 35.069% 88.17%, 34.587% 87.639%, 34.102% 87.462%, 33.617% 87.639%, 33.135% 88.17%, 32.657% 89.055%, 32.186% 90.294%, 31.724% 91.887%, 31.401% 93.135%, 31.401% 93.135%, 30.939% 94.729%, 30.468% 95.968%, 29.99% 96.853%, 29.508% 97.384%, 29.023% 97.561%, 28.538% 97.384%, 28.056% 96.853%, 27.578% 95.968%, 27.107% 94.729%, 26.645% 93.135%, 26.322% 91.887%, 26.322% 91.887%, 25.86% 90.294%, 25.389% 89.055%, 24.911% 88.17%, 24.429% 87.639%, 23.944% 87.462%, 23.459% 87.639%, 22.977% 88.17%, 22.499% 89.055%, 22.028% 90.294%, 21.566% 91.887%, 21.243% 93.135%, 21.243% 93.135%, 20.781% 94.729%, 20.31% 95.968%, 19.832% 96.853%, 19.35% 97.384%, 18.865% 97.561%, 18.38% 97.384%, 17.898% 96.853%, 17.42% 95.968%, 16.949% 94.729%, 16.487% 93.135%, 16.164% 91.887%, 16.164% 91.887%, 15.702% 90.294%, 15.231% 89.055%, 14.753% 88.17%, 14.271% 87.639%, 13.786% 87.462%, 13.301% 87.639%, 12.819% 88.17%, 12.341% 89.055%, 11.87% 90.294%, 11.408% 91.887%, 10.563% 95.16%, 10.563% 95.16%, 10.197% 96.452%, 9.825% 97.522%, 9.448% 98.371%, 9.066% 98.997%, 8.682% 99.399%, 8.296% 99.576%, 7.908% 99.528%, 7.522% 99.254%, 7.136% 98.753%, 6.754% 98.024%, 0.442% 84.056%, 0.442% 84.056%, 0.318% 83.8%, 0.193% 83.58%, 0.067% 83.397%, -0.059% 83.25%, -0.185% 83.14%, -0.312% 83.067%, -0.439% 83.03%, -0.566% 83.031%, -0.693% 83.068%, -0.82% 83.142%, -0.82% 83.142%, -1.526% 83.095%, -2.201% 81.962%, -2.835% 79.833%, -3.418% 76.796%, -3.938% 72.939%, -4.387% 68.352%, -4.754% 63.122%, -5.029% 57.34%, -5.201% 51.092%, -5.26% 44.469%, -5.26% 34.645%, -5.26% 34.645%, -5.194% 26.879%, -5.001% 19.511%, -4.693% 12.641%, -4.279% 6.368%, -3.77% 0.789%, -3.178% -3.997%, -2.511% -7.891%, -1.781% -10.794%, -0.998% -12.609%, -0.173% -13.235%);
  }
}
.ul-header-top {
  background-color: var(--ul-primary);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: clamp(10px, 0.79vw, 15px) 0 clamp(20px, 2.1vw, 40px);
  clip-path: polygon(-1.062% -12.676%, 100.751% -12.676%, 101.254% -12.676%, 101.254% -12.676%, 101.329% -12.512%, 101.401% -12.035%, 101.467% -11.273%, 101.528% -10.25%, 101.582% -8.994%, 101.629% -7.529%, 101.667% -5.881%, 101.695% -4.077%, 101.713% -2.143%, 101.719% -0.103%, 101.719% -0.103%, 101.717% 1.042%, 101.711% 2.169%, 101.702% 3.27%, 101.689% 4.34%, 101.672% 5.373%, 101.652% 6.361%, 101.629% 7.3%, 101.603% 8.183%, 101.574% 9.003%, 101.542% 9.755%, 99.303% 57.701%, 99.303% 57.701%, 98.85% 66.339%, 98.371% 73.502%, 97.871% 79.173%, 97.354% 83.336%, 96.824% 85.974%, 96.288% 87.07%, 95.748% 86.608%, 95.211% 84.572%, 94.68% 80.944%, 94.161% 75.708%, 94.161% 75.708%, 93.771% 71.606%, 93.372% 68.416%, 92.966% 66.138%, 92.557% 64.77%, 92.145% 64.315%, 91.733% 64.77%, 91.324% 66.138%, 90.918% 68.416%, 90.519% 71.606%, 90.129% 75.708%, 89.752% 80.166%, 89.752% 80.166%, 89.288% 85.035%, 88.814% 88.822%, 88.333% 91.527%, 87.847% 93.15%, 87.358% 93.691%, 86.869% 93.15%, 86.383% 91.527%, 85.902% 88.822%, 85.428% 85.035%, 84.965% 80.166%, 84.965% 80.166%, 84.501% 75.297%, 84.027% 71.51%, 83.546% 68.805%, 83.06% 67.182%, 82.571% 66.641%, 82.082% 67.182%, 81.596% 68.805%, 81.115% 71.51%, 80.641% 75.297%, 80.178% 80.166%, 80.178% 80.166%, 79.714% 85.035%, 79.24% 88.822%, 78.759% 91.527%, 78.273% 93.15%, 77.784% 93.691%, 77.296% 93.15%, 76.809% 91.527%, 76.328% 88.822%, 75.855% 85.035%, 75.391% 80.166%, 75.391% 80.166%, 74.927% 75.297%, 74.454% 71.51%, 73.973% 68.805%, 73.486% 67.182%, 72.998% 66.641%, 72.509% 67.182%, 72.023% 68.805%, 71.542% 71.51%, 71.068% 75.297%, 70.604% 80.166%, 70.604% 80.166%, 70.141% 85.035%, 69.667% 88.822%, 69.186% 91.527%, 68.699% 93.15%, 68.211% 93.691%, 67.722% 93.15%, 67.236% 91.527%, 66.755% 88.822%, 66.281% 85.035%, 65.817% 80.166%, 65.817% 80.166%, 65.354% 75.297%, 64.88% 71.51%, 64.399% 68.805%, 63.912% 67.182%, 63.424% 66.641%, 62.935% 67.182%, 62.449% 68.805%, 61.968% 71.51%, 61.494% 75.297%, 61.03% 80.166%, 61.03% 80.166%, 60.567% 85.035%, 60.093% 88.822%, 59.612% 91.527%, 59.125% 93.15%, 58.637% 93.691%, 58.148% 93.15%, 57.662% 91.527%, 57.181% 88.822%, 56.707% 85.035%, 56.243% 80.166%, 56.243% 80.166%, 55.78% 75.297%, 55.306% 71.51%, 54.825% 68.805%, 54.339% 67.182%, 53.85% 66.641%, 53.361% 67.182%, 52.875% 68.805%, 52.394% 71.51%, 51.92% 75.297%, 51.457% 80.166%, 51.457% 80.166%, 50.993% 85.035%, 50.519% 88.822%, 50.038% 91.527%, 49.552% 93.15%, 49.063% 93.691%, 48.574% 93.15%, 48.088% 91.527%, 47.607% 88.822%, 47.133% 85.035%, 46.67% 80.166%, 46.67% 80.166%, 46.206% 75.297%, 45.732% 71.51%, 45.251% 68.805%, 44.765% 67.182%, 44.276% 66.641%, 43.788% 67.182%, 43.301% 68.805%, 42.82% 71.51%, 42.346% 75.297%, 41.883% 80.166%, 41.883% 80.166%, 41.419% 85.035%, 40.945% 88.822%, 40.464% 91.527%, 39.978% 93.15%, 39.489% 93.691%, 39.001% 93.15%, 38.514% 91.527%, 38.033% 88.822%, 37.56% 85.035%, 37.096% 80.166%, 37.096% 80.166%, 36.632% 75.297%, 36.159% 71.51%, 35.677% 68.805%, 35.191% 67.182%, 34.702% 66.641%, 34.214% 67.182%, 33.728% 68.805%, 33.246% 71.51%, 32.773% 75.297%, 32.309% 80.166%, 32.309% 80.166%, 31.845% 85.035%, 31.372% 88.822%, 30.891% 91.527%, 30.404% 93.15%, 29.916% 93.691%, 29.427% 93.15%, 28.941% 91.527%, 28.459% 88.822%, 27.986% 85.035%, 27.522% 80.166%, 27.522% 80.166%, 27.059% 75.297%, 26.585% 71.51%, 26.104% 68.805%, 25.617% 67.182%, 25.129% 66.641%, 24.64% 67.182%, 24.154% 68.805%, 23.673% 71.51%, 23.199% 75.297%, 22.735% 80.166%, 22.735% 80.166%, 22.272% 85.035%, 21.798% 88.822%, 21.317% 91.527%, 20.831% 93.15%, 20.342% 93.691%, 19.853% 93.15%, 19.367% 91.527%, 18.886% 88.822%, 18.412% 85.035%, 17.948% 80.166%, 17.948% 80.166%, 17.485% 75.297%, 17.011% 71.51%, 16.53% 68.805%, 16.044% 67.182%, 15.555% 66.641%, 15.066% 67.182%, 14.58% 68.805%, 14.099% 71.51%, 13.625% 75.297%, 13.162% 80.166%, 12.719% 85.393%, 12.719% 85.393%, 12.336% 89.525%, 11.944% 92.949%, 11.547% 95.663%, 11.144% 97.662%, 10.739% 98.945%, 10.331% 99.507%, 9.921% 99.347%, 9.513% 98.461%, 9.106% 96.847%, 8.702% 94.5%, 3.006% 56.031%, 3.006% 56.031%, 2.883% 55.261%, 2.76% 54.601%, 2.636% 54.05%, 2.512% 53.61%, 2.387% 53.279%, 2.262% 53.059%, 2.136% 52.95%, 2.011% 52.951%, 1.885% 53.064%, 1.76% 53.288%, -0.953% 59.333%, -0.953% 59.333%, -1.182% 59.317%, -1.401% 58.285%, -1.607% 56.319%, -1.796% 53.503%, -1.966% 49.919%, -2.112% 45.65%, -2.231% 40.78%, -2.32% 35.391%, -2.376% 29.567%, -2.396% 23.39%, -2.396% 23.39%, -2.378% 17.54%, -2.328% 11.99%, -2.247% 6.815%, -2.139% 2.09%, -2.005% -2.113%, -1.85% -5.717%, -1.675% -8.65%, -1.484% -10.837%, -1.278% -12.204%, -1.062% -12.676%);
}
@media screen and (max-width: 767px) {
  .ul-header-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ul-header-top {
    clip-path: polygon(-0.173% -13.235%, 104.182% -13.235%, 104.182% -13.235%, 104.348% -13.109%, 104.506% -12.743%, 104.654% -12.157%, 104.788% -11.371%, 104.908% -10.405%, 105.01% -9.279%, 105.094% -8.013%, 105.156% -6.627%, 105.195% -5.14%, 105.208% -3.573%, 105.208% 69.399%, 105.208% 69.399%, 105.134% 75.616%, 104.925% 81.203%, 104.599% 86.061%, 104.178% 90.095%, 103.68% 93.208%, 103.125% 95.301%, 102.533% 96.279%, 101.923% 96.044%, 101.316% 94.499%, 100.73% 91.547%, 100.73% 91.547%, 100.61% 90.81%, 100.486% 90.132%, 100.36% 89.514%, 100.23% 88.957%, 100.098% 88.462%, 99.963% 88.03%, 99.826% 87.661%, 99.687% 87.356%, 99.546% 87.117%, 99.404% 86.944%, 96.618% 84.213%, 96.618% 84.213%, 96.309% 83.983%, 96% 83.897%, 95.692% 83.955%, 95.384% 84.156%, 95.078% 84.499%, 94.775% 84.984%, 94.474% 85.609%, 94.176% 86.375%, 93.882% 87.279%, 93.593% 88.322%, 92.349% 93.135%, 92.349% 93.135%, 91.887% 94.729%, 91.416% 95.968%, 90.938% 96.853%, 90.456% 97.384%, 89.971% 97.561%, 89.487% 97.384%, 89.004% 96.853%, 88.526% 95.968%, 88.055% 94.729%, 87.593% 93.135%, 87.271% 91.887%, 87.271% 91.887%, 86.808% 90.294%, 86.337% 89.055%, 85.859% 88.17%, 85.377% 87.639%, 84.892% 87.462%, 84.408% 87.639%, 83.925% 88.17%, 83.447% 89.055%, 82.976% 90.294%, 82.514% 91.887%, 82.192% 93.135%, 82.192% 93.135%, 81.729% 94.729%, 81.258% 95.968%, 80.78% 96.853%, 80.298% 97.384%, 79.813% 97.561%, 79.329% 97.384%, 78.846% 96.853%, 78.368% 95.968%, 77.897% 94.729%, 77.435% 93.135%, 77.113% 91.887%, 77.113% 91.887%, 76.65% 90.294%, 76.179% 89.055%, 75.701% 88.17%, 75.219% 87.639%, 74.734% 87.462%, 74.249% 87.639%, 73.767% 88.17%, 73.289% 89.055%, 72.818% 90.294%, 72.356% 91.887%, 72.033% 93.135%, 72.033% 93.135%, 71.571% 94.729%, 71.1% 95.968%, 70.622% 96.853%, 70.14% 97.384%, 69.655% 97.561%, 69.171% 97.384%, 68.688% 96.853%, 68.21% 95.968%, 67.739% 94.729%, 67.277% 93.135%, 66.955% 91.887%, 66.955% 91.887%, 66.492% 90.294%, 66.021% 89.055%, 65.543% 88.17%, 65.061% 87.639%, 64.576% 87.462%, 64.092% 87.639%, 63.609% 88.17%, 63.131% 89.055%, 62.66% 90.294%, 62.198% 91.887%, 61.876% 93.135%, 61.876% 93.135%, 61.413% 94.729%, 60.942% 95.968%, 60.464% 96.853%, 59.982% 97.384%, 59.497% 97.561%, 59.013% 97.384%, 58.53% 96.853%, 58.052% 95.968%, 57.581% 94.729%, 57.119% 93.135%, 56.796% 91.887%, 56.796% 91.887%, 56.334% 90.294%, 55.863% 89.055%, 55.385% 88.17%, 54.903% 87.639%, 54.418% 87.462%, 53.934% 87.639%, 53.451% 88.17%, 52.973% 89.055%, 52.502% 90.294%, 52.04% 91.887%, 51.718% 93.135%, 51.718% 93.135%, 51.255% 94.729%, 50.784% 95.968%, 50.306% 96.853%, 49.824% 97.384%, 49.339% 97.561%, 48.854% 97.384%, 48.372% 96.853%, 47.894% 95.968%, 47.423% 94.729%, 46.961% 93.135%, 46.638% 91.887%, 46.638% 91.887%, 46.176% 90.294%, 45.705% 89.055%, 45.227% 88.17%, 44.745% 87.639%, 44.26% 87.462%, 43.775% 87.639%, 43.293% 88.17%, 42.815% 89.055%, 42.344% 90.294%, 41.882% 91.887%, 41.559% 93.135%, 41.559% 93.135%, 41.097% 94.729%, 40.626% 95.968%, 40.148% 96.853%, 39.666% 97.384%, 39.181% 97.561%, 38.696% 97.384%, 38.214% 96.853%, 37.736% 95.968%, 37.265% 94.729%, 36.803% 93.135%, 36.48% 91.887%, 36.48% 91.887%, 36.018% 90.294%, 35.547% 89.055%, 35.069% 88.17%, 34.587% 87.639%, 34.102% 87.462%, 33.617% 87.639%, 33.135% 88.17%, 32.657% 89.055%, 32.186% 90.294%, 31.724% 91.887%, 31.401% 93.135%, 31.401% 93.135%, 30.939% 94.729%, 30.468% 95.968%, 29.99% 96.853%, 29.508% 97.384%, 29.023% 97.561%, 28.538% 97.384%, 28.056% 96.853%, 27.578% 95.968%, 27.107% 94.729%, 26.645% 93.135%, 26.322% 91.887%, 26.322% 91.887%, 25.86% 90.294%, 25.389% 89.055%, 24.911% 88.17%, 24.429% 87.639%, 23.944% 87.462%, 23.459% 87.639%, 22.977% 88.17%, 22.499% 89.055%, 22.028% 90.294%, 21.566% 91.887%, 21.243% 93.135%, 21.243% 93.135%, 20.781% 94.729%, 20.31% 95.968%, 19.832% 96.853%, 19.35% 97.384%, 18.865% 97.561%, 18.38% 97.384%, 17.898% 96.853%, 17.42% 95.968%, 16.949% 94.729%, 16.487% 93.135%, 16.164% 91.887%, 16.164% 91.887%, 15.702% 90.294%, 15.231% 89.055%, 14.753% 88.17%, 14.271% 87.639%, 13.786% 87.462%, 13.301% 87.639%, 12.819% 88.17%, 12.341% 89.055%, 11.87% 90.294%, 11.408% 91.887%, 10.563% 95.16%, 10.563% 95.16%, 10.197% 96.452%, 9.825% 97.522%, 9.448% 98.371%, 9.066% 98.997%, 8.682% 99.399%, 8.296% 99.576%, 7.908% 99.528%, 7.522% 99.254%, 7.136% 98.753%, 6.754% 98.024%, 0.442% 84.056%, 0.442% 84.056%, 0.318% 83.8%, 0.193% 83.58%, 0.067% 83.397%, -0.059% 83.25%, -0.185% 83.14%, -0.312% 83.067%, -0.439% 83.03%, -0.566% 83.031%, -0.693% 83.068%, -0.82% 83.142%, -0.82% 83.142%, -1.526% 83.095%, -2.201% 81.962%, -2.835% 79.833%, -3.418% 76.796%, -3.938% 72.939%, -4.387% 68.352%, -4.754% 63.122%, -5.029% 57.34%, -5.201% 51.092%, -5.26% 44.469%, -5.26% 34.645%, -5.26% 34.645%, -5.194% 26.879%, -5.001% 19.511%, -4.693% 12.641%, -4.279% 6.368%, -3.77% 0.789%, -3.178% -3.997%, -2.511% -7.891%, -1.781% -10.794%, -0.998% -12.609%, -0.173% -13.235%);
  }
}
@media screen and (max-width: 767px) {
  .ul-header-top-left {
    display: none;
  }
}
.ul-header-top-right {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.84vw, 35px);
}
@media screen and (max-width: 767px) {
  .ul-header-top-right {
    justify-content: space-between;
  }
}
.ul-header-contact-infos {
  display: flex;
}
.ul-header-contact-info {
  font-size: clamp(13px, 0.84vw, 16px);
  display: flex;
  align-items: center;
  gap: clamp(3px, 0.32vw, 6px);
  position: relative;
  margin: 0 clamp(15px, 1.84vw, 35px);
}
.ul-header-contact-info:last-child {
  margin-right: 0;
}
.ul-header-contact-info:first-child {
  margin-left: 0;
}
.ul-header-socials {
  display: flex;
  align-items: center;
  gap: clamp(7px, 1.05vw, 20px);
}
.ul-header-socials .socials-title {
  display: block;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-socials .links {
  padding-top: 0;
  display: flex;
  gap: clamp(12px, 0.79vw, 15px);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-socials a {
  display: inline-flex;
  color: var(--white);
}
.ul-header-socials a:hover {
  color: var(--ul-secondary);
}
.ul-header .header-bottom-bg-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
}
.ul-header-bottom {
  padding: clamp(10px, 0.84vw, 16px) 0 clamp(20px, 1.84vw, 35px);
  padding: clamp(2px, 0.26vw, 5px) 0 clamp(10px, 0.84vw, 16px);
  padding: clamp(2px, 0.26vw, 5px) 0 clamp(20px, 1.58vw, 30px);
  position: relative;
  z-index: 1;
}
.ul-header-bottom::before, .ul-header-bottom::after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: var(--ul-primary);
  clip-path: polygon(-0.173% -102.632%, 104.182% -102.632%, 104.182% -102.632%, 104.348% -102.405%, 104.506% -101.75%, 104.654% -100.702%, 104.788% -99.296%, 104.908% -97.567%, 105.01% -95.553%, 105.094% -93.287%, 105.156% -90.806%, 105.195% -88.146%, 105.208% -85.341%, 105.208% 45.24%, 105.208% 45.24%, 105.134% 56.366%, 104.925% 66.363%, 104.599% 75.057%, 104.178% 82.276%, 103.68% 87.845%, 103.125% 91.592%, 102.533% 93.341%, 101.923% 92.92%, 101.316% 90.155%, 100.73% 84.872%, 100.73% 84.872%, 100.61% 83.554%, 100.486% 82.341%, 100.36% 81.236%, 100.23% 80.239%, 100.098% 79.353%, 99.963% 78.579%, 99.826% 77.919%, 99.687% 77.374%, 99.546% 76.946%, 99.404% 76.636%, 96.618% 71.749%, 96.618% 71.749%, 96.309% 71.337%, 96% 71.184%, 95.692% 71.288%, 95.384% 71.648%, 95.078% 72.262%, 94.775% 73.129%, 94.474% 74.248%, 94.176% 75.618%, 93.882% 77.236%, 93.593% 79.103%, 92.349% 87.716%, 92.349% 87.716%, 91.887% 90.567%, 91.416% 92.785%, 90.938% 94.368%, 90.456% 95.319%, 89.971% 95.636%, 89.487% 95.319%, 89.004% 94.368%, 88.526% 92.784%, 88.055% 90.567%, 87.593% 87.716%, 87.271% 85.483%, 87.271% 85.483%, 86.808% 82.632%, 86.337% 80.414%, 85.859% 78.83%, 85.377% 77.88%, 84.892% 77.563%, 84.408% 77.88%, 83.925% 78.83%, 83.447% 80.414%, 82.976% 82.632%, 82.514% 85.483%, 82.192% 87.716%, 82.192% 87.716%, 81.729% 90.567%, 81.258% 92.784%, 80.78% 94.368%, 80.298% 95.319%, 79.813% 95.636%, 79.329% 95.319%, 78.846% 94.368%, 78.368% 92.784%, 77.897% 90.567%, 77.435% 87.716%, 77.113% 85.483%, 77.113% 85.483%, 76.65% 82.632%, 76.179% 80.414%, 75.701% 78.83%, 75.219% 77.88%, 74.734% 77.563%, 74.249% 77.88%, 73.767% 78.83%, 73.289% 80.414%, 72.818% 82.632%, 72.356% 85.483%, 72.033% 87.716%, 72.033% 87.716%, 71.571% 90.567%, 71.1% 92.784%, 70.622% 94.368%, 70.14% 95.319%, 69.655% 95.636%, 69.171% 95.319%, 68.688% 94.368%, 68.21% 92.784%, 67.739% 90.567%, 67.277% 87.716%, 66.955% 85.483%, 66.955% 85.483%, 66.492% 82.632%, 66.021% 80.414%, 65.543% 78.83%, 65.061% 77.88%, 64.576% 77.563%, 64.092% 77.88%, 63.609% 78.83%, 63.131% 80.414%, 62.66% 82.632%, 62.198% 85.483%, 61.876% 87.716%, 61.876% 87.716%, 61.413% 90.567%, 60.942% 92.784%, 60.464% 94.368%, 59.982% 95.319%, 59.497% 95.636%, 59.013% 95.319%, 58.53% 94.368%, 58.052% 92.784%, 57.581% 90.567%, 57.119% 87.716%, 56.796% 85.483%, 56.796% 85.483%, 56.334% 82.632%, 55.863% 80.414%, 55.385% 78.83%, 54.903% 77.88%, 54.418% 77.563%, 53.934% 77.88%, 53.451% 78.83%, 52.973% 80.414%, 52.502% 82.632%, 52.04% 85.483%, 51.718% 87.716%, 51.718% 87.716%, 51.255% 90.567%, 50.784% 92.784%, 50.306% 94.368%, 49.824% 95.319%, 49.339% 95.636%, 48.854% 95.319%, 48.372% 94.368%, 47.894% 92.784%, 47.423% 90.567%, 46.961% 87.716%, 46.638% 85.483%, 46.638% 85.483%, 46.176% 82.632%, 45.705% 80.414%, 45.227% 78.83%, 44.745% 77.88%, 44.26% 77.563%, 43.775% 77.88%, 43.293% 78.83%, 42.815% 80.414%, 42.344% 82.631%, 41.882% 85.483%, 41.559% 87.716%, 41.559% 87.716%, 41.097% 90.567%, 40.626% 92.784%, 40.148% 94.368%, 39.666% 95.319%, 39.181% 95.636%, 38.696% 95.319%, 38.214% 94.368%, 37.736% 92.784%, 37.265% 90.567%, 36.803% 87.716%, 36.48% 85.483%, 36.48% 85.483%, 36.018% 82.631%, 35.547% 80.414%, 35.069% 78.83%, 34.587% 77.88%, 34.102% 77.563%, 33.617% 77.88%, 33.135% 78.83%, 32.657% 80.414%, 32.186% 82.632%, 31.724% 85.483%, 31.401% 87.716%, 31.401% 87.716%, 30.939% 90.567%, 30.468% 92.784%, 29.99% 94.368%, 29.508% 95.319%, 29.023% 95.636%, 28.538% 95.319%, 28.056% 94.368%, 27.578% 92.784%, 27.107% 90.567%, 26.645% 87.716%, 26.322% 85.483%, 26.322% 85.483%, 25.86% 82.631%, 25.389% 80.414%, 24.911% 78.83%, 24.429% 77.88%, 23.944% 77.563%, 23.459% 77.88%, 22.977% 78.83%, 22.499% 80.414%, 22.028% 82.631%, 21.566% 85.483%, 21.243% 87.716%, 21.243% 87.716%, 20.781% 90.567%, 20.31% 92.784%, 19.832% 94.368%, 19.35% 95.319%, 18.865% 95.636%, 18.38% 95.319%, 17.898% 94.368%, 17.42% 92.784%, 16.949% 90.567%, 16.487% 87.716%, 16.164% 85.483%, 16.164% 85.483%, 15.702% 82.631%, 15.231% 80.414%, 14.753% 78.83%, 14.271% 77.88%, 13.786% 77.563%, 13.301% 77.88%, 12.819% 78.83%, 12.341% 80.414%, 11.87% 82.631%, 11.408% 85.483%, 10.563% 91.339%, 10.563% 91.339%, 10.197% 93.65%, 9.825% 95.566%, 9.448% 97.085%, 9.066% 98.205%, 8.682% 98.924%, 8.296% 99.242%, 7.908% 99.156%, 7.522% 98.665%, 7.136% 97.768%, 6.754% 96.463%, 0.442% 71.469%, 0.442% 71.469%, 0.318% 71.01%, 0.193% 70.617%, 0.067% 70.289%, -0.059% 70.027%, -0.185% 69.83%, -0.312% 69.699%, -0.439% 69.634%, -0.566% 69.634%, -0.693% 69.701%, -0.82% 69.834%, -0.82% 69.834%, -1.526% 69.749%, -2.201% 67.722%, -2.835% 63.911%, -3.418% 58.476%, -3.938% 51.575%, -4.387% 43.366%, -4.754% 34.008%, -5.029% 23.66%, -5.201% 12.481%, -5.26% 0.629%, -5.26% -16.951%, -5.26% -16.951%, -5.194% -30.849%, -5.001% -44.032%, -4.693% -56.326%, -4.279% -67.553%, -3.77% -77.536%, -3.178% -86.1%, -2.511% -93.068%, -1.781% -98.264%, -0.998% -101.51%, -0.173% -102.632%);
}
.ul-header-bottom::after {
  background-color: #1b1b1b;
  bottom: 4px;
}
.ul-header-bottom-wrapper {
  gap: clamp(22px, 4.2vw, 80px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-header-bottom-wrapper {
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .ul-header-bottom-wrapper {
    padding: 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .ul-header-bottom-wrapper {
    gap: 15px;
  }
}
.ul-header-bottom-wrapper > * {
  flex-shrink: 0;
}
.ul-header-nav {
  display: flex;
  gap: clamp(30px, 2.89vw, 55px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    gap: 0;
    display: none;
  }
}
.ul-header-nav > * {
  line-height: clamp(76px, 4.52vw, 86px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
}
.ul-header-nav a {
  color: var(--white);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  text-transform: uppercase;
}
.ul-header-nav a:hover {
  color: var(--ul-primary);
}
@media screen and (max-width: 991px) {
  .ul-header-nav a {
    color: var(--black);
  }
}
.ul-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.58vw, 30px);
}
@media screen and (max-width: 991px) {
  .ul-header-actions {
    gap: 20px;
  }
}
.ul-header-actions button,
.ul-header-actions a {
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .ul-header-actions button,
  .ul-header-actions a {
    font-size: 16px;
  }
}
.ul-header-actions button i,
.ul-header-actions a i {
  display: inline-flex;
}
.ul-header-actions button:hover,
.ul-header-actions a:hover {
  color: var(--ul-primary);
}
.ul-header-actions a.ul-btn {
  padding: 0 clamp(10px, 0.84vw, 16px);
}
.ul-header-actions a.ul-btn:hover {
  color: var(--ul-primary);
}

.ul-banner {
  position: relative;
  background-color: var(--ul-c3);
  padding: clamp(120px, 10.4vw, 198px) 0 clamp(52px, 4.83vw, 92px);
  overflow: hidden;
}
.ul-banner-txt {
  padding-left: clamp(15px, 7.88vw, 150px);
}
@media screen and (max-width: 767px) {
  .ul-banner-txt {
    padding: 0 15px;
  }
}
.ul-banner-sub-title {
  font-family: var(--font-vibes);
  font-size: clamp(20px, 2.1vw, 40px);
  font-weight: 400;
  line-height: 100%;
  color: var(--ul-primary);
  display: inline-block;
  margin-bottom: clamp(10px, 0.84vw, 16px);
}
.ul-banner-title {
  font-size: clamp(33px, 4.62vw, 88px);
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: clamp(12px, 1.05vw, 20px);
}
.ul-banner-title img {
  border-radius: 999px;
  margin-bottom: clamp(0px, 0.53vw, 10px);
  max-width: clamp(110px, 12.87vw, 245px);
  aspect-ratio: 242/68;
  object-fit: cover;
  border-radius: 999px;
}
.ul-banner-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-banner-img {
  background-color: var(--ul-primary);
  border-radius: 999px 0 0 999px;
  padding: clamp(15px, 1.58vw, 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .ul-banner-img {
    margin-left: 15px;
  }
}
.ul-banner-img img {
  width: clamp(240px, 33.68vw, 641px);
  aspect-ratio: 641/609;
}
.ul-banner-vectors > * {
  position: absolute;
}
.ul-banner-vectors .vector-2 {
  left: 0;
  bottom: clamp(5px, 1.47vw, 28px);
  max-width: clamp(80px, 8.2vw, 156px);
}
@media screen and (max-width: 767px) {
  .ul-banner-vectors .vector-2 {
    left: auto;
    right: 0;
    transform: scale(-1);
    opacity: 0;
  }
}
.ul-banner-vectors .vector-3 {
  right: 0;
  top: clamp(16px, 1vw, 19px);
  max-width: clamp(106px, 9.93vw, 189px);
}

.ul-about {
  position: relative;
}
.ul-about-imgs {
  position: relative;
  z-index: 1;
  padding-top: clamp(15px, 1.58vw, 30px);
}
.ul-about-imgs img {
  border-radius: 10px;
}
.ul-about-imgs .vector-img {
  position: absolute;
  background-color: var(--ul-primary);
  z-index: -1;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.ul-about-imgs .vector-img img {
  width: clamp(190px, 19.44vw, 370px);
  aspect-ratio: 370/487;
  mix-blend-mode: multiply;
}
.ul-about-imgs > img {
  margin-left: clamp(20px, 2.1vw, 40px);
  display: block;
  aspect-ratio: 475/487;
  width: clamp(270px, 24.96vw, 475px);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ul-about-imgs > img {
    width: 93%;
  }
}
.ul-about .ul-section-title {
  margin-bottom: clamp(5px, 0.68vw, 13px);
}
.ul-about-list {
  display: flex;
  border: 1px solid var(--ul-gray2);
  border-width: 1px 0;
  padding: clamp(15px, 1.58vw, 30px) 0;
  margin: clamp(20px, 1.84vw, 35px) 0;
}
@media screen and (max-width: 479px) {
  .ul-about-list {
    flex-direction: column;
  }
}
.ul-about-list-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 1.05vw, 20px);
  padding-right: clamp(32px, 1.84vw, 35px);
  margin-right: clamp(32px, 1.84vw, 35px);
  position: relative;
}
@media screen and (max-width: 479px) {
  .ul-about-list-item {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: clamp(15px, 1.05vw, 20px);
    margin-bottom: clamp(15px, 1.05vw, 20px);
  }
}
.ul-about-list-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: clamp(50px, 3.15vw, 60px);
  background-color: var(--ul-gray2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .ul-about-list-item::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
}
.ul-about-list-item:last-child {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ul-about-list-item:last-child::before {
  display: none;
}
.ul-about-list-item .icon {
  flex-shrink: 0;
  color: var(--ul-secondary);
  font-size: clamp(42px, 2.63vw, 50px);
  line-height: 1;
}
.ul-about-list-item-title {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
  margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-about-list-item-descr {
  font-size: clamp(11px, 0.74vw, 14px);
  color: var(--ul-gray);
  margin-bottom: 0;
}
.ul-about-author {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2.36vw, 45px);
}
.ul-about-author .left {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
}
.ul-about-author-img {
  width: clamp(52px, 3.26vw, 62px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--ul-secondary);
  flex-shrink: 0;
}
.ul-about-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-about-author-title {
  font-size: clamp(11px, 0.74vw, 14px);
  color: var(--ul-gray);
  margin-bottom: 4px;
  display: inline-block;
}
.ul-about-author-name {
  color: var(--ul-black);
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  margin-bottom: 0;
}
.ul-about-vectors > * {
  position: absolute;
  pointer-events: none;
}
.ul-about-vectors .vector-1 {
  left: clamp(5px, 0.89vw, 17px);
  max-width: clamp(189px, 12.56vw, 239px);
  bottom: clamp(188px, 13.03vw, 248px);
}
@media screen and (max-width: 767px) {
  .ul-about-vectors .vector-1 {
    display: none;
  }
}
.ul-about-vectors .vector-2 {
  right: 0;
  top: clamp(118px, 9.88vw, 188px);
  max-width: clamp(75px, 11.82vw, 225px);
}
@media screen and (max-width: 1199px) {
  .ul-about-vectors .vector-2 {
    display: none;
  }
}

.ul-foods-container {
  max-width: clamp(1020px, 69.36vw, 1320px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ul-foods-container {
    max-width: calc(100% - 30px);
  }
}

.ul-foods {
  background: url(../img/foods-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: clamp(120px, 14.71vw, 280px);
}
.ul-foods::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ul-c4);
  opacity: 96%;
  z-index: -1;
}
.ul-foods-slider {
  --shadow-gap: 25px;
  padding: var(--shadow-gap);
  margin: calc(0% - var(--shadow-gap));
}
.ul-foods-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 3.15vw, 60px);
}

.ul-food {
  --image-space: clamp(50px, 5.25vw, 100px);
  margin-top: var(--image-space);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #FFFFFF 100%);
  background-color: var(--white);
  text-align: center;
  border-radius: 0 clamp(20px, 2.63vw, 50px);
  padding: clamp(15px, 1.58vw, 30px) clamp(17px, 1.05vw, 20px);
  padding-top: 0;
  box-shadow: 0px 6px 25px transparent;
  transition: 0.4s ease;
  position: relative;
}
.ul-food:hover {
  box-shadow: 0px 6px 25px rgba(52, 55, 170, 0.15);
}
.ul-food-img {
  width: max-content;
  margin: auto;
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-food-img img {
  display: inline-block;
  margin-top: calc(0px - var(--image-space));
  width: clamp(120px, 9.46vw, 180px);
  aspect-ratio: 0/1;
  border-radius: 10px;
}
.ul-food-title {
  display: inline-block;
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 600;
  margin-bottom: clamp(8px, 0.79vw, 15px);
}
.ul-food-title:hover {
  color: var(--ul-primary);
}
.ul-food-sub-title {
  color: var(--ul-gray);
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: clamp(15px, 1.58vw, 30px);
}

.ul-video {
  border: 10px solid var(--white);
  box-shadow: 0px 4px 40px rgba(235, 0, 41, 0.1);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-top: calc(0% - clamp(60px, 8.2vw, 156px));
}
.ul-video::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(39, 2, 2, 0.5);
}
.ul-video img {
  border-radius: 14px;
}

.ul-video-btn {
  width: clamp(160px, 11.14vw, 212px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(18px, 1.47vw, 28px);
  color: var(--white);
}
.ul-video-btn:hover {
  color: var(--ul-primary);
}
@media screen and (max-width: 767px) {
  .ul-video-btn {
    width: clamp(90px, 8.14vw, 160px);
  }
}
.ul-video-btn img,
.ul-video-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ul-video-btn img {
  pointer-events: none;
}

.ul-specialities-list {
  margin-top: clamp(12px, 1.05vw, 20px);
  border-top: 1px solid var(--ul-gray2);
  padding-top: clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(30px, 3.15vw, 60px);
}
.ul-specialities-img {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
}
.ul-specialities-img .bg-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
  max-width: none;
  left: auto;
  top: -20px;
  max-width: clamp(310px, 35vw, 666px);
}
.ul-specialities-img .main-img {
  max-width: clamp(302px, 31.63vw, 602px);
}
.ul-specialities-img .vector {
  position: absolute;
  top: 30px;
  right: -60px;
  z-index: -2;
  max-width: clamp(126px, 8.2vw, 156px);
}
@media screen and (max-width: 575px) {
  .ul-specialities-img .vector {
    display: none;
  }
}

.ul-speciality {
  display: flex;
  align-items: flex-start;
  gap: clamp(7px, 0.53vw, 10px);
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: clamp(6px, 0.63vw, 12px);
  font-size: clamp(16px, 1.05vw, 20px);
}
.ul-speciality:last-child {
  margin-bottom: 0;
}
.ul-speciality i {
  color: var(--ul-primary);
  padding-top: 4px;
}
.ul-booking-form textarea:focus-visible {
  outline: none;
}
.ul-booking-2-form input:focus-visible, .ul-booking-2-form textarea:focus-visible, .ul-booking-2-form select:focus-visible, .ul-booking-2-form .ss-main:focus-visible {
  outline: none;
  border-color: var(--ul-primary);
}

.ul-testimonial {
  background-color: var(--ul-secondary);
  position: relative;
  z-index: 1;
}
.ul-testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--ul-secondary);
  top: 90%;
  height: clamp(155px, 13.4vw, 255px);
  clip-path: polygon(2.733% 0%, 99.071% 0%, 99.071% 0%, 99.222% 0.14%, 99.364% 0.545%, 99.498% 1.193%, 99.62% 2.062%, 99.728% 3.129%, 99.821% 4.374%, 99.896% 5.774%, 99.953% 7.307%, 99.988% 8.951%, 100% 10.684%, 100% 39.035%, 100% 39.035%, 99.99% 42.001%, 99.961% 44.932%, 99.913% 47.818%, 99.846% 50.646%, 99.762% 53.406%, 99.659% 56.084%, 99.539% 58.67%, 99.402% 61.152%, 99.249% 63.519%, 99.08% 65.757%, 97.701% 82.635%, 97.701% 82.635%, 97.303% 86.752%, 96.864% 89.954%, 96.394% 92.242%, 95.903% 93.614%, 95.402% 94.072%, 94.901% 93.614%, 94.411% 92.242%, 93.94% 89.954%, 93.501% 86.752%, 93.104% 82.635%, 93.104% 82.635%, 92.706% 78.517%, 92.267% 75.315%, 91.797% 73.028%, 91.306% 71.655%, 90.805% 71.198%, 90.304% 71.655%, 89.813% 73.028%, 89.343% 75.315%, 88.904% 78.517%, 88.506% 82.635%, 88.506% 82.635%, 88.108% 86.752%, 87.669% 89.954%, 87.199% 92.242%, 86.708% 93.614%, 86.207% 94.072%, 85.706% 93.614%, 85.215% 92.242%, 84.745% 89.954%, 84.306% 86.752%, 83.908% 82.635%, 83.908% 82.635%, 83.51% 78.517%, 83.071% 75.315%, 82.601% 73.028%, 82.11% 71.655%, 81.609% 71.198%, 81.108% 71.655%, 80.617% 73.028%, 80.147% 75.315%, 79.708% 78.517%, 79.31% 82.635%, 79.31% 82.635%, 78.913% 86.752%, 78.473% 89.954%, 78.003% 92.242%, 77.513% 93.614%, 77.011% 94.072%, 76.51% 93.614%, 76.02% 92.242%, 75.549% 89.954%, 75.11% 86.752%, 74.713% 82.635%, 74.713% 82.635%, 74.315% 78.517%, 73.876% 75.315%, 73.406% 73.028%, 72.915% 71.655%, 72.414% 71.198%, 71.913% 71.655%, 71.422% 73.028%, 70.952% 75.315%, 70.513% 78.517%, 70.115% 82.635%, 70.115% 82.635%, 69.717% 86.752%, 69.278% 89.954%, 68.808% 92.242%, 68.317% 93.614%, 67.816% 94.072%, 67.315% 93.614%, 66.824% 92.242%, 66.354% 89.954%, 65.915% 86.752%, 65.517% 82.635%, 65.517% 82.635%, 65.119% 78.517%, 64.68% 75.315%, 64.21% 73.028%, 63.72% 71.655%, 63.218% 71.198%, 62.717% 71.655%, 62.227% 73.028%, 61.757% 75.315%, 61.318% 78.517%, 60.92% 82.635%, 60.92% 82.635%, 60.522% 86.752%, 60.083% 89.954%, 59.613% 92.242%, 59.122% 93.614%, 58.621% 94.072%, 58.12% 93.614%, 57.629% 92.242%, 57.159% 89.954%, 56.72% 86.752%, 56.322% 82.635%, 56.322% 82.635%, 55.924% 78.517%, 55.485% 75.315%, 55.015% 73.028%, 54.524% 71.655%, 54.023% 71.198%, 53.522% 71.655%, 53.031% 73.028%, 52.561% 75.315%, 52.122% 78.517%, 51.724% 82.635%, 51.724% 82.635%, 51.326% 86.752%, 50.887% 89.954%, 50.417% 92.242%, 49.926% 93.614%, 49.425% 94.072%, 48.924% 93.614%, 48.433% 92.242%, 47.963% 89.954%, 47.524% 86.752%, 47.126% 82.635%, 47.126% 82.635%, 46.729% 78.517%, 46.29% 75.315%, 45.819% 73.028%, 45.329% 71.655%, 44.828% 71.198%, 44.326% 71.655%, 43.836% 73.028%, 43.366% 75.315%, 42.927% 78.517%, 42.529% 82.635%, 42.529% 82.635%, 42.131% 86.752%, 41.692% 89.954%, 41.222% 92.242%, 40.731% 93.614%, 40.23% 94.072%, 39.729% 93.614%, 39.238% 92.242%, 38.768% 89.954%, 38.329% 86.752%, 37.931% 82.635%, 37.931% 82.635%, 37.533% 78.517%, 37.094% 75.315%, 36.624% 73.028%, 36.133% 71.655%, 35.632% 71.198%, 35.131% 71.655%, 34.64% 73.028%, 34.17% 75.315%, 33.731% 78.517%, 33.333% 82.635%, 33.333% 82.635%, 32.936% 86.752%, 32.496% 89.954%, 32.026% 92.242%, 31.536% 93.614%, 31.034% 94.072%, 30.533% 93.614%, 30.043% 92.242%, 29.573% 89.954%, 29.133% 86.752%, 28.736% 82.635%, 28.736% 82.635%, 28.338% 78.517%, 27.899% 75.315%, 27.429% 73.028%, 26.938% 71.655%, 26.437% 71.198%, 25.936% 71.655%, 25.445% 73.028%, 24.975% 75.315%, 24.536% 78.517%, 24.138% 82.635%, 24.138% 82.635%, 23.74% 86.752%, 23.301% 89.954%, 22.831% 92.242%, 22.34% 93.614%, 21.839% 94.072%, 21.338% 93.614%, 20.847% 92.242%, 20.377% 89.954%, 19.938% 86.752%, 19.54% 82.635%, 19.54% 82.635%, 19.142% 78.517%, 18.703% 75.315%, 18.233% 73.028%, 17.742% 71.655%, 17.241% 71.198%, 16.74% 71.655%, 16.25% 73.028%, 15.779% 75.315%, 15.34% 78.517%, 14.943% 82.635%, 14.632% 86.435%, 14.632% 86.435%, 14.264% 90.351%, 13.861% 93.58%, 13.429% 96.112%, 12.975% 97.936%, 12.505% 99.041%, 12.027% 99.417%, 11.546% 99.053%, 11.071% 97.94%, 10.608% 96.065%, 10.162% 93.419%, 5.993% 64.251%, 5.993% 64.251%, 5.743% 62.764%, 5.482% 61.71%, 5.215% 61.084%, 4.945% 60.879%, 4.676% 61.091%, 4.412% 61.712%, 4.156% 62.737%, 3.913% 64.161%, 3.686% 65.977%, 3.48% 68.178%, 3.48% 68.178%, 3.079% 72.015%, 2.638% 74.413%, 2.178% 75.46%, 1.716% 75.244%, 1.272% 73.852%, 0.865% 71.373%, 0.516% 67.895%, 0.242% 63.504%, 0.064% 58.29%, 0% 52.339%, 0% 31.421%, 0% 31.421%, 0.036% 26.324%, 0.139% 21.489%, 0.305% 16.981%, 0.527% 12.864%, 0.8% 9.203%, 1.119% 6.062%, 1.477% 3.507%, 1.869% 1.602%, 2.29% 0.411%, 2.733% 0%);
}
@media screen and (max-width: 767px) {
  .ul-testimonial .ul-section-heading {
    text-align: left;
  }
}
.ul-testimonial-img {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ul-testimonial-img {
    margin: auto;
  }
}
.ul-testimonial-img .main-img {
  max-width: clamp(258px, 19.34vw, 368px);
  clip-path: polygon(94.357% 37.189%, 94.357% 37.189%, 94.184% 38.409%, 94.105% 39.632%, 94.116% 40.856%, 94.213% 42.076%, 94.394% 43.291%, 94.653% 44.496%, 94.989% 45.69%, 95.398% 46.868%, 95.875% 48.028%, 96.417% 49.167%, 96.417% 49.167%, 99.012% 56.259%, 99.767% 63.412%, 98.832% 70.435%, 96.358% 77.139%, 92.495% 83.332%, 87.393% 88.826%, 81.203% 93.43%, 74.075% 96.953%, 66.16% 99.207%, 57.609% 100%, 57.609% 100%, 48.264% 99.346%, 39.4% 97.451%, 31.134% 94.419%, 23.586% 90.353%, 16.873% 85.355%, 11.115% 79.529%, 6.43% 72.978%, 2.937% 65.804%, 0.754% 58.11%, 0% 50%, 0% 50%, 0.754% 41.89%, 2.937% 34.196%, 6.43% 27.022%, 11.115% 20.471%, 16.873% 14.645%, 23.586% 9.647%, 31.134% 5.581%, 39.4% 2.549%, 48.264% 0.654%, 57.609% 0%, 57.609% 0%, 65.787% 0.469%, 72.934% 1.833%, 79.059% 4.026%, 84.176% 6.985%, 88.297% 10.645%, 91.432% 14.941%, 93.593% 19.807%, 94.793% 25.181%, 95.044% 30.997%, 94.357% 37.189%);
}
.ul-testimonial-img .vector-1 {
  position: absolute;
  bottom: 44%;
  right: -56px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ul-testimonial-img .vector-1 {
    display: none;
  }
}
.ul-testimonial-img .vector-2 {
  position: absolute;
  bottom: clamp(23px, 2.52vw, 48px);
  left: -42px;
  z-index: -1;
}
.ul-testimonial-img .vector-3 {
  position: absolute;
  bottom: 4px;
  left: -38px;
  z-index: -1;
}
.ul-testimonial-vectors > * {
  position: absolute;
  z-index: 0;
}
.ul-testimonial-vectors .vector-2 {
  max-width: clamp(109px, 7.3vw, 139px);
  left: clamp(84px, 5.47vw, 104px);
}
@media screen and (max-width: 991px) {
  .ul-testimonial-vectors .vector-2 {
    display: none;
  }
}
.ul-testimonial-vectors .vector-3 {
  max-width: clamp(132px, 7.62vw, 145px);
  right: clamp(232px, 14.29vw, 272px);
  top: 16px;
}
@media screen and (max-width: 991px) {
  .ul-testimonial-vectors .vector-3 {
    display: none;
  }
}
.ul-testimonial-vectors .vector-4 {
  right: 0;
  top: clamp(160px, 14.4vw, 274px);
  max-width: clamp(169px, 9.93vw, 189px);
}
@media screen and (max-width: 1199px) {
  .ul-testimonial-vectors .vector-4 {
    display: none;
  }
}
.ul-testimonial .ul-section-sub-title,
.ul-testimonial .ul-section-title {
  color: var(--white);
}
.ul-testimonial-slider {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: clamp(15px, 1.58vw, 30px);
}
.ul-testimonial-slider-nav {
  display: flex;
}
.ul-testimonial-slider-nav button {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--white);
  display: flex;
}
.ul-testimonial-slider-nav button:hover {
  color: var(--ul-primary);
}
.ul-testimonial .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
  margin-top: clamp(17px, 1.05vw, 20px);
}
@media screen and (max-width: 479px) {
  .ul-testimonial .bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.ul-testimonial .bottom > * {
  flex-shrink: 0;
}
.ul-testimonial .stroke {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  flex-shrink: 1;
}
@media screen and (max-width: 479px) {
  .ul-testimonial .stroke {
    display: none;
  }
}
.ul-testimonial-reviewer-slider {
  max-width: 42.1%;
}
@media screen and (max-width: 479px) {
  .ul-testimonial-reviewer-slider {
    max-width: 70%;
  }
}
.ul-testimonial-reviewer-slider img {
  width: 100%;
  aspect-ratio: 81/89;
  object-fit: cover;
}
.ul-testimonial-reviewer-slider .swiper-slide {
  background: url(../img/testimonial-reviewer-img-bg.png) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.ul-testimony {
  color: var(--white);
}
.ul-testimony .icon {
  font-size: clamp(27px, 1.68vw, 32px);
  display: block;
  margin-bottom: clamp(3px, 0.42vw, 8px);
}
.ul-testimony-txt {
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
}

.ul-cta-wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--ul-c3);
  border-radius: 20px;
  overflow: hidden;
}

.ul-cta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(25px, 2.63vw, 50px);
}
@media screen and (max-width: 767px) {
  .ul-cta {
    flex-direction: column;
    gap: 0;
  }
}
.ul-cta-txt {
  padding: clamp(15px, 1.58vw, 30px) clamp(15px, 5.57vw, 106px);
}
@media screen and (max-width: 767px) {
  .ul-cta-txt {
    padding: clamp(40px, 3.15vw, 60px) clamp(15px, 5.57vw, 106px);
    text-align: center;
  }
}
.ul-cta-txt .ul-btn {
  margin-top: clamp(20px, 2.1vw, 40px);
}

.ul-blogs {
  position: relative;
}

.ul-blog {
  background: var(--white);
  box-shadow: 0px 10px 40px rgba(1, 15, 28, 0.15);
  border-radius: 15px;
  padding: clamp(14px, 1.05vw, 20px);
}
.ul-blog-img {
  margin-bottom: clamp(23px, 1.58vw, 30px);
  position: relative;
}
.ul-blog-img img {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 330/260;
}
.ul-blog .date {
  position: absolute;
  bottom: -10px;
  left: clamp(7px, 0.53vw, 10px);
  background-color: var(--ul-c5);
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  padding: clamp(1.5px, 0.24vw, 4.5px) clamp(7px, 0.53vw, 10px);
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-blog-txt {
  padding: 0 clamp(7px, 0.53vw, 10px);
}
.ul-blog-title {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  margin-bottom: clamp(10px, 0.95vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 1399px) {
  .ul-blog-title {
    margin-bottom: 18px;
  }
}
.ul-blog-btn {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ul-blog-btn .icon {
  display: inline-flex;
  font-size: clamp(7px, 0.53vw, 10px);
}
.ul-blog-btn:hover {
  color: var(--ul-secondary);
}

.ul-footer {
  position: relative;
  z-index: 1;
  background-color: var(--ul-black);
}
.ul-footer-top {
  padding: clamp(50px, 5.25vw, 100px) 0;
  position: relative;
}
.ul-footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-top-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-about {
  max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-footer-socials a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-footer-socials a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 200px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-widget {
    max-width: 290px;
    flex-grow: 1;
  }
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--white);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(8px, 0.68vw, 13px);
  position: relative;
}
.ul-footer-widget-title::before, .ul-footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: var(--ul-c5);
}
.ul-footer-widget-title::after {
  left: 24px;
  width: 63px;
  background-color: var(--ul-primary);
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links > * {
  display: inline-block;
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
}
.ul-footer-widget-links > *::before {
  content: "\f133";
  font-family: flaticon_restics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9px, 0.63vw, 12px);
  padding-right: 10px;
}
.ul-footer-widget-links > *:hover {
  color: var(--ul-primary);
}
.ul-footer-bottom {
  padding: clamp(14px, 1.16vw, 22px) 0;
  background-color: var(--ul-primary);
}
.ul-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.9);
}
.ul-inner-contact-form input:focus-visible, .ul-inner-contact-form textarea:focus-visible, .ul-inner-contact-form .ss-main:focus-visible {
  outline: none;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */