@font-face {
  font-family: "ArcaMajora3";
  src: url("../fonts/arcamajora3-heavy.eot");
  src: url("../fonts/arcamajora3-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/arcamajora3-heavy.woff2") format("woff2"), url("../fonts/arcamajora3-heavy.woff") format("woff"), url("../fonts/arcamajora3-heavy.ttf") format("truetype"), url("../fonts/arcamajora3-heavy.svg#ArcaMajora3") format("svg");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "ArcaMajora3s";
  src: url("../fonts/arcamajora3-bold.eot");
  src: url("../fonts/arcamajora3-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/arcamajora3-bold.woff2") format("woff2"), url("../fonts/arcamajora3-bold.woff") format("woff"), url("../fonts/arcamajora3-bold.ttf") format("truetype"), url("../fonts/arcamajora3-bold.svg#arca_majora_3bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* .menu-open */
.menu-open {
  overflow: hidden;
}
.menu-open .header-left-menu,
  .menu-open .header-right-menu {
    transform: translateY(-100%);
  }
.menu-open .header .border-gray {
  border-color: rgb(255 255 255 / 0.05);
}
.menu-open .header-hamburger {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-open .lang-select {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-open .header-hamburger {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-open .header-logo__white {
    opacity: 1 !important;
  }
.menu-open .header .header-hamburger span:nth-child(1) {
  top: 50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-open .header .header-hamburger span:nth-child(2) {
  top: 50%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 100%;
}
.menu-open .menu {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-24 {
  bottom: -6rem;
}
.-bottom-64 {
  bottom: -16rem;
}
.-bottom-\[100\%\] {
  bottom: -100%;
}
.-left-8 {
  left: -2rem;
}
.-left-\[5000px\] {
  left: -5000px;
}
.-right-\[65\%\] {
  right: -65%;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[15\%\] {
  bottom: 15%;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\.5\%\] {
  left: 0.5%;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[12\.5\%\] {
  left: 12.5%;
}
.left-\[30\%\] {
  left: 30%;
}
.left-\[65\%\] {
  left: 65%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[20\%\] {
  right: 20%;
}
.right-\[30\%\] {
  right: 30%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-44 {
  top: 11rem;
}
.top-64 {
  top: 16rem;
}
.top-\[50\%\] {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-left {
  float: left;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[10\%\] {
  margin-left: 10%;
  margin-right: 10%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[10\%\] {
  margin-right: 10%;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.1em\] {
  height: 1.1em;
}
.h-\[10\%\] {
  height: 10%;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[1300px\] {
  height: 1300px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200\%\] {
  height: 200%;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[5\.5em\] {
  height: 5.5em;
}
.h-\[580px\] {
  height: 580px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[90\%\] {
  height: 90%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[555px\] {
  max-height: 555px;
}
.max-h-\[675px\] {
  max-height: 675px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-\[1\/2\] {
  width: 1/2;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[82\.5\%\] {
  width: 82.5%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[87\.5\%\] {
  width: 87.5%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.4\] {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
  transform: none;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-outside {
  list-style-position: outside;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-none {
  border-style: none;
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-l-sky-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.bg-\[\#111111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-\[\#1C2949\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 41 73 / var(--tw-bg-opacity));
}
.bg-\[\#1D1D1B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}
.bg-\[\#575756\] {
  --tw-bg-opacity: 1;
  background-color: rgb(87 87 86 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\.\.\/img\/estimation\.jpg\'\)\] {
  background-image: url('../img/estimation.jpg');
}
.bg-\[url\(\'\.\.\/img\/home1\.jpg\'\)\] {
  background-image: url('../img/home1.jpg');
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[88px\] {
  padding-top: 88px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[2\.0rem\] {
  font-size: 2.0rem;
}
.text-\[23vw\] {
  font-size: 23vw;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[90px\] {
  font-size: 90px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.8\] {
  line-height: 0.8;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.13em\] {
  letter-spacing: 0.13em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-\[\#1D1D1B\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[45\%\] {
  opacity: 45%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
  background-color: #ffffff;
}

h1 {
  font-family: "Lato", sans-serif;
}
h1.heading {
  font-weight: 600;
  font-size: calc(1.4375rem + 1.40625vw);
}
@media (min-width: 1920px) {
  h1.heading {
  font-size: 3.125rem;
  }
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: calc(1.375rem + 0.9375vw);
}

@media (min-width: 1920px) {
  h2 {
  font-size: 2.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  h2 {
    font-size: calc(1.325rem + 0.5625vw);
  }
  @media (min-width: 1920px) {
    h2 {
    font-size: 2rem;
    }
  }
}
@media (max-width: 780px) {
  h2 {
    font-size: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    h2 {
    font-size: 1.875rem;
    }
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.46875vw);
}

@media (min-width: 1920px) {
  h3 {
  font-size: 1.875rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  h3 {
    font-size: calc(1.2625rem + 0.09375vw);
  }
  @media (min-width: 1920px) {
    h3 {
    font-size: 1.375rem;
    }
  }
}
@media (max-width: 780px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  padding: 0.9375rem 0;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}

ul li,
ol li {
  font-size: 1rem;
}

div.error {
  background: inherit;
  padding: 0.5rem 0.75rem;
}

.input,
[type=text],
[type=number] {
  margin-right: 0.75rem !important;
  width: 100% !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-style: none !important;
  background-color: transparent !important;
}

.input:focus,
[type=text]:focus,
[type=number]:focus {
  border-width: 0px !important;
  border-style: none !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  border-color: transparent !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-ring-color: inherit !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.input,
[type=text],
[type=number] {
  margin-right: 0.75rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: transparent;
}

.input:focus,
[type=text]:focus,
[type=number]:focus {
  border-width: 0px;
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.clip-path-top-right-bottom-left {
  clip-path: polygon(evenodd, 0% 0%, 50% 0%, 50% 20%, 100% 20%, 100% 100%, 50% 100%, 50% 50%, 0% 50%);
}

.clip-path-tr-bl {
  clip-path: polygon(evenodd, 0% 0%, 49.7% 0%, 49.7% 16%, 100% 16%, 100% 100%, 50% 100%, 50% 16%, 49.7% 16%, 49.7% 84%, 0% 84%);
}

.clip-path-tl-br {
  clip-path: polygon(50% 0%, 100% 0%, 100% 90%, 50% 90%, 50% 10%, 49.7% 10%, 49.7% 100%, 0% 100%, 0% 10%, 49.7% 10%, 50% 10%);
}

.topMiddleMargin {
  padding-top: calc(1.40625rem + 1.171875vw);
}

@media (min-width: 1920px) {
  .topMiddleMargin {
  padding-top: 2.8125rem;
  }
}

.bottomMiddleMargin {
  padding-bottom: calc(1.40625rem + 1.171875vw);
}

@media (min-width: 1920px) {
  .bottomMiddleMargin {
  padding-bottom: 2.8125rem;
  }
}

.bottomBigMargin {
  padding-bottom: calc(1.6875rem + 3.28125vw);
}

@media (min-width: 1920px) {
  .bottomBigMargin {
  padding-bottom: 5.625rem;
  }
}

/* Preloader  */
.preloader {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.prl-logo {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  z-index: 2;
}

.bg-gray {
  background-color: #F5F5F5;
}

.hide {
  opacity: 0;
}
.hide img {
  max-width: 300px;
}

@media (min-width: 1024px) {
  .lg\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1.7fr 2fr !important;
  }
}
/**
* Header
**/
header {
  position: relative;
  z-index: 150;
}
header .lines div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  fill: #000000;
  z-index: 101;
}
header .lines .linetop {
  height: calc(1.5rem + 1.875vw);
  width: 0.125rem;
}
@media (min-width: 1920px) {
  header .lines .linetop {
  height: 3.75rem;
  }
}
header .lines .linew1 {
  height: calc(1.25625rem + 0.046875vw);
  width: 0.125rem;
  top: calc(1.5rem + 1.875vw);
  background-color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 1920px) {
  header .lines .linew1 {
  height: 1.3125rem;
  top: 3.75rem;
  }
}
header .lines .linew2 {
  height: calc(1.25625rem + 0.046875vw);
  width: 0.125rem;
  top: calc(2.11875rem + 6.515625vw);
  background-color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 1920px) {
  header .lines .linew2 {
  height: 1.3125rem;
  top: 9.9375rem;
  }
}
header .lines .lineslider1 {
  width: 0.125rem;
  top: calc(2.2875rem + 7.78125vw);
  background-color: #000000;
  fill: #000000;
  height: calc(100vh - 120px);
  z-index: 100;
  left: calc(25% - 1.5px);
  transform: translateX(-25%);
}
@media (min-width: 1920px) {
  header .lines .lineslider1 {
  top: 11.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .lines .lineslider1 {
    height: calc(75vh - 120px);
  }
}
@media (max-width: 767px) {
  header .lines .lineslider1 {
    height: 100%;
  }
}
header .lines .lineslider2 {
  width: 0.125rem;
  top: calc(2.2875rem + 7.78125vw);
  background-color: #000000;
  fill: #000000;
  height: calc(100vh - 120px);
  z-index: 100;
  left: calc(50% + 1px);
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  header .lines .lineslider2 {
  top: 11.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .lines .lineslider2 {
    height: calc(75vh - 120px);
  }
}
@media (max-width: 767px) {
  header .lines .lineslider2 {
    height: 100%;
  }
}
header .lines .lineslider3 {
  width: 0.125rem;
  top: calc(2.2875rem + 7.78125vw);
  background-color: #000000;
  fill: #000000;
  height: calc(100vh - 120px);
  z-index: 100;
  left: calc(75% - 0.5px);
  transform: translateX(-75%);
}
@media (min-width: 1920px) {
  header .lines .lineslider3 {
  top: 11.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .lines .lineslider3 {
    height: calc(75vh - 120px);
  }
}
@media (max-width: 767px) {
  header .lines .lineslider3 {
    height: 100%;
  }
}
header nav {
  display: flex;
  align-items: center;
}
header .secondary-nav {
  justify-content: flex-end;
  height: calc(1.5rem + 1.875vw);
  padding: 0 calc(1.5rem + 1.875vw);
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 1920px) {
  header .secondary-nav {
  height: 3.75rem;
  padding: 0 3.75rem;
  }
}
header .secondary-nav-fb {
  width: 0.5625rem;
  height: 1.125rem;
  margin-right: 0.9375rem;
}
header .secondary-nav-in {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
header .secondary-nav-ig {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
header .secondary-nav-lang-switcher {
  margin-left: calc(1.40625rem + 1.171875vw);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1920px) {
  header .secondary-nav-lang-switcher {
  margin-left: 2.8125rem;
  }
}
header nav.primary-nav {
  height: calc(1.875rem + 4.6875vw);
  padding: 0 calc(1.5rem + 1.875vw);
  display: flex;
  flex-direction: row;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  left: 0;
  top: calc(1.5rem + 1.875vw);
  transition: ease 0.4s;
}
@media (min-width: 1920px) {
  header nav.primary-nav {
  height: 7.5rem;
  padding: 0 3.75rem;
  top: 3.75rem;
  }
}
header nav.primary-nav .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header nav.primary-nav .logo img {
  max-width: calc(2.84375rem + 11.953125vw);
  transition: ease 0.5s;
}
@media (min-width: 1920px) {
  header nav.primary-nav .logo img {
  max-width: 17.1875rem;
  }
}
@media (max-width: 1199px) {
  header nav.primary-nav .logo img {
    max-width: calc(2.53125rem + 9.609375vw);
  }
  @media (min-width: 1920px) {
    header nav.primary-nav .logo img {
    max-width: 14.0625rem;
    }
  }
}
header nav.primary-nav .menu-btn {
  cursor: pointer;
}
header nav.primary-nav .right-nav .header-hamburger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  position: absolute;
  transition: color 0s, transform 0.5s, top 0.5s;
}
header nav.primary-nav ul {
  list-style: none;
}
header nav.primary-nav ul li {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 0 1rem;
  font-size: 1rem;
}
@media (min-width: 769px) and (max-width: 1023px) {
  header nav.primary-nav ul li {
    font-size: 0.75rem;
    padding: 0 0.75rem;
  }
}
header nav.primary-nav ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0;
  position: relative;
  -webkit-background-clip: text;
          background-clip: text;
  transition: all 0.3s ease-in-out;
}
header nav.primary-nav ul li a:before {
  content: "";
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 4px;
  transition: all 0.3s ease-in-out;
}
header nav.primary-nav ul li a:hover::before {
  width: 100%;
}
header nav.primary-nav--scrolled {
  height: calc(1.625rem + 2.8125vw) !important;
  top: 0 !important;
  position: fixed !important;
}
@media (min-width: 1920px) {
  header nav.primary-nav--scrolled {
  height: 5rem !important;
  }
}
header nav.primary-nav--scrolled .logo img {
  max-width: calc(2.5rem + 9.375vw);
}
@media (min-width: 1920px) {
  header nav.primary-nav--scrolled .logo img {
  max-width: 13.75rem;
  }
}

.construction-slider,
.transaction-slider,
.white-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
}

.construction-slider {
  background: #1D1D1B;
}

.transaction-slider {
  background: #1D1D1B;
}

.white-slider {
  background: #fff;
}

/**
 * Hero Slider
 **/
.hero {
  position: relative;
  margin-top: calc(1.875rem + 4.6875vw);
}
@media (min-width: 1920px) {
  .hero {
  margin-top: 7.5rem;
  }
}
.hero-slider {
  height: calc(100vh - 120px);
  min-height: 600px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider {
    height: calc(75vh - 120px);
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 100%;
    min-height: inherit;
  }
}
.hero-slider-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url("../img/home1.jpg") no-repeat center center fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero-slider-image {
    height: calc(50vh - 120px);
    position: relative;
    background-attachment: local;
  }
}
.hero-slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(150%);
  width: 40%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  max-height: 80%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider-content {
    transform: translateY(-50%) translateX(70%);
    width: 60%;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .hero-slider-content {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    transform: none;
    max-height: -moz-min-content;
    max-height: min-content;
  }
}
.hero-slider-content h1,
.hero-slider-content h2 {
  font-size: calc(1.375rem + 0.9375vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.4375rem + 1.40625vw);
  margin: calc(1.6875rem + 3.28125vw) calc(1.5rem + 1.875vw) calc(1.40625rem + 1.171875vw) calc(1.6875rem + 3.28125vw);
  color: #ffffff;
}
@media (min-width: 1920px) {
  .hero-slider-content h1,
.hero-slider-content h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin: 5.625rem 3.75rem 2.8125rem 5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider-content h1,
  .hero-slider-content h2 {
    font-size: calc(1.3125rem + 0.46875vw);
    margin: calc(1.40625rem + 1.171875vw) calc(1.3125rem + 0.46875vw) 0.9375rem calc(1.40625rem + 1.171875vw);
  }
  @media (min-width: 1920px) {
    .hero-slider-content h1,
  .hero-slider-content h2 {
    font-size: 1.875rem;
    margin: 2.8125rem 1.875rem 0.9375rem 2.8125rem;
    }
  }
}
.hero-slider-content p {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  line-height: calc(1.3125rem + 0.46875vw);
  margin: 0 calc(1.6875rem + 3.28125vw) calc(1.6875rem + 3.28125vw) calc(1.6875rem + 3.28125vw);
}
@media (min-width: 1920px) {
  .hero-slider-content p {
  line-height: 1.875rem;
  margin: 0 5.625rem 5.625rem 5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider-content p {
    font-size: 1rem;
    margin: 0 calc(1.40625rem + 1.171875vw) calc(1.40625rem + 1.171875vw) calc(1.40625rem + 1.171875vw);
  }
  @media (min-width: 1920px) {
    .hero-slider-content p {
    margin: 0 2.8125rem 2.8125rem 2.8125rem;
    }
  }
}
.hero-slider-content .white-bar-slider {
  height: 1rem;
  width: calc(2.325rem + 8.0625vw);
  background-color: #ffffff;
  position: absolute;
  top: 40%;
  left: -15%;
}
@media (min-width: 1920px) {
  .hero-slider-content .white-bar-slider {
  width: 12rem;
  }
}
.hero-navigation-b {
  position: absolute;
  left: 50%;
  bottom: calc(-1.6875rem - 3.28125vw);
  transform: translate(-50%, 0);
  width: calc(1.8rem + 4.125vw);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 15;
}
@media (min-width: 1920px) {
  .hero-navigation-b {
  bottom: -5.625rem;
  width: 6.75rem;
  }
}
@media (max-width: 767px) {
  .hero-navigation-b {
    top: calc(50vh - 166px);
    width: calc(2.375rem + 8.4375vw);
    bottom: inherit;
  }
  @media (min-width: 1920px) {
    .hero-navigation-b {
    width: 12.5rem;
    }
  }
}
.hero-navigation-b-bar {
  width: 1rem;
  height: calc(1.6875rem + 3.28125vw);
  background-color: #000000;
}
@media (min-width: 1920px) {
  .hero-navigation-b-bar {
  height: 5.625rem;
  }
}
@media (max-width: 767px) {
  .hero-navigation-b-bar {
    background-color: #ffffff;
    width: 0.75rem;
  }
}

/* Responsive media queries */
@media (min-width: 768px) {
  .logo,
  .prl-logo {
    font-size: 1rem;
  }
  .hero-content h2 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 0.8rem;
  }
}
@media (max-width: 425px) {
  nav {
    padding: 1rem 3rem;
  }
}
/**
 * Intro Section
 **/
.intro .fixed-lines {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .intro .fixed-lines {
    grid-template-columns: 1.5fr 1.5fr 1fr;
  }
}
.intro .fixed-lines div:first-child {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220/var(--tw-border-opacity));
  border-right-width: 2px;
  left: 2px;
}
.intro .fixed-lines div:last-child {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220/var(--tw-border-opacity));
  border-left-width: 2px;
  border-right-width: 2px;
  left: 2px;
}
.intro-content {
  padding-top: calc(1.6875rem + 3.28125vw);
}
@media (min-width: 1920px) {
  .intro-content {
  padding-top: 5.625rem;
  }
}
.intro-content::before {
  position: absolute;
  content: " ";
  background-color: #000000;
  width: 1rem;
  height: calc(2.6875rem + 10.78125vw);
  z-index: 10;
  top: calc(1.6875rem + 3.28125vw);
  left: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .intro-content::before {
  height: 15.625rem;
  top: 5.625rem;
  left: 2.8125rem;
  }
}
.intro-content-text {
  z-index: 3;
  padding-left: calc(1.7875rem + 4.03125vw);
}
@media (min-width: 1920px) {
  .intro-content-text {
  padding-left: 6.625rem;
  }
}
.intro-content-image {
  z-index: 1;
  top: calc(1.6875rem + 3.28125vw);
}
@media (min-width: 1920px) {
  .intro-content-image {
  top: 5.625rem;
  }
}
@media (max-width: 767px) {
  .intro-content-image {
    height: 230px;
  }
}
.intro-text-transform-slide {
  min-width: 100vw;
  width: 100vw;
}
.intro-text-transform-slide-one {
  transform: translate3d(0, 25px, 0);
}
.intro-text-transform-slide-two {
  margin-left: -25vw;
  transform: translate3d(0, 24px, 0) scale(1.05, 1.05);
}
.intro-text-transform-slide-three {
  margin-left: -50vw;
  transform: translate3d(0, 26px, 0) scale(1.1, 1.1);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro-text-transform-slide-three {
    margin-left: -33.3333333333vw;
  }
}
.intro-text-transform-slide-four {
  margin-left: -75vw;
  transform: translate3d(0, 25px, 0);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro-text-transform-slide-four {
    margin-left: -66.6666666667vw;
  }
}
@media (max-width: 767px) {
  .intro-text-transform-slide-four {
    margin-left: -50vw;
  }
}
.intro-text-transform-slide img {
  max-width: 85%;
  padding-bottom: 1.25rem;
}

:root {
  --gray-color: rgba(220, 220, 220, 1);
  --dark-color: rgba(29, 29, 27, 1);
  --top-header: calc(4.01875rem + 20.765625vw);
  --top-line: calc(2.59375rem + 10.078125vw);
  --top-line-height: calc(var(--top-line) + 2px);
  --top-line-top: calc(var(--top-line-height) + 3rem);
  --top-line-height-left: calc(var(--top-header) - var(--top-line-top) - 3rem);
  --top-line-even-height: calc(2.25rem + 7.5vw);
  --top-line-odd-height: var(--top-line-even-height);
  --top-line-end-height: var(--top-line-even-height);
}

@media (min-width: 1920px) {
  :root {
  --top-header: 28.9375rem;
  --top-line: 14.6875rem;
  --top-line-even-height: 11.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --top-header: calc(6.75rem + 41.25vw);
    --top-line: calc(2.46875rem + 9.140625vw);
  }
  @media (min-width: 1920px) {
    :root {
    --top-header: 56.25rem;
    --top-line: 13.4375rem;
    }
  }
}

/**
 * Transaction Section
 **/
.transaction .fixed-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 3rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .transaction .fixed-lines {
    grid-template-columns: 1.5fr 1.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .transaction .fixed-lines {
    height: 6rem;
  }
}
.transaction .fixed-lines div:first-child {
  border-color: var(--gray-color);
  border-right-width: 2px;
}
.transaction .fixed-lines div:last-child {
  border-color: var(--gray-color);
  border-left-width: 2px;
  border-right-width: 2px;
}
.transaction-lines-start-straight {
  z-index: 2;
}
.transaction-lines-start-straight:first-child {
  top: 3rem;
  left: 50%;
  height: var(--top-line-height);
}
.transaction-lines-start-straight:last-child {
  top: var(--top-line-top);
  left: calc(25% - 2px);
  width: 2px;
  height: var(--top-line-height-left);
}
.transaction-lines-start-straight-back {
  border-color: var(--dark-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-start-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-start-right {
  z-index: 2;
  background-color: var(--dark-color);
  top: var(--top-line-top);
  left: calc(25% - 2px);
  height: 2px;
  right: calc(50% - 2px);
}
.transaction-lines-start-right-back {
  background-color: var(--dark-color);
  width: 100%;
  height: 100%;
}
.transaction-lines-start-right-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.transaction-lines-even {
  height: var(--top-line-even-height);
}
.transaction-lines-even-straight {
  z-index: 2;
  border-right-width: 2px;
}
.transaction-lines-even-straight:first-child {
  top: 0;
  left: 25%;
  height: calc(var(--top-line-even-height) / 2);
}
.transaction-lines-even-straight:last-child {
  top: calc(var(--top-line-even-height) / 2);
  right: 25%;
  height: calc(var(--top-line-even-height) / 2);
}
.transaction-lines-even-straight-back {
  border-color: var(--dark-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-even-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-even-left {
  display: block;
  z-index: 2;
  background-color: var(--dark-color);
  top: calc(var(--top-line-even-height) / 2 - 2px);
  left: 25%;
  height: 2px;
  right: 25%;
}
.transaction-lines-even-left-back {
  background-color: var(--dark-color);
  width: 100%;
  height: 100%;
}
.transaction-lines-even-left-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.transaction-lines-odd {
  height: var(--top-line-odd-height);
}
.transaction-lines-odd-straight {
  display: block;
  z-index: 2;
  border-right-width: 2px;
}
.transaction-lines-odd-straight:first-child {
  top: 0;
  right: 25%;
  height: calc(var(--top-line-even-height) / 2);
}
.transaction-lines-odd-straight:last-child {
  top: calc(var(--top-line-even-height) / 2);
  left: 25%;
  height: calc(var(--top-line-even-height) / 2);
}
.transaction-lines-odd-straight-back {
  border-color: var(--dark-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-odd-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-odd-right {
  display: block;
  z-index: 2;
  background-color: var(--dark-color);
  top: calc(var(--top-line-even-height) / 2);
  left: 25%;
  height: 2px;
  right: 25%;
}
.transaction-lines-odd-right-back {
  background-color: var(--dark-color);
  width: 100%;
  height: 100%;
}
.transaction-lines-odd-right-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.transaction-lines-end {
  height: var(--top-line-end-height);
}
.transaction-lines-end-straight {
  display: block;
  z-index: 2;
  border-right-width: 2px;
  top: 0;
  left: 25%;
  height: 100%;
}
.transaction-lines-end-straight-back {
  border-color: var(--dark-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-lines-end-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.transaction-content .bg-gray {
  background-color: #F5F5F5;
}
.transaction-header {
  --top-line-header: calc(4.01875rem + 20.765625vw);
  height: var(--top-line-header);
}
@media (min-width: 1920px) {
  .transaction-header {
  --top-line-header: 28.9375rem;
  }
}
@media (max-width: 767px) {
  .transaction-header {
    height: calc(6.75rem + 41.25vw);
  }
  @media (min-width: 1920px) {
    .transaction-header {
    height: 56.25rem;
    }
  }
}
.transaction-header-left {
  top: 7rem;
  left: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .transaction-header-left {
  left: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-header-left {
    top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .transaction-header-left {
    left: 50%;
    top: calc(3.625rem + 17.8125vw);
    transform: translateX(-50%);
  }
  @media (min-width: 1920px) {
    .transaction-header-left {
    top: 25rem;
    }
  }
}
.transaction-header-left img {
  max-width: 65%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-header-left img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .transaction-header-left img {
    max-width: calc(4.325rem + 23.0625vw);
  }
  @media (min-width: 1920px) {
    .transaction-header-left img {
    max-width: 32rem;
    }
  }
}
.transaction-header-right {
  top: 7rem;
  right: calc(1.40625rem + 1.171875vw);
  font-size: calc(1.375rem + 0.9375vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.4375rem + 1.40625vw);
}
@media (min-width: 1920px) {
  .transaction-header-right {
  right: 2.8125rem;
  font-size: 2.5rem;
  line-height: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-header-right {
    top: 5.5rem;
    font-size: calc(1.3125rem + 0.46875vw);
    line-height: calc(1.375rem + 0.9375vw);
  }
  @media (min-width: 1920px) {
    .transaction-header-right {
    font-size: 1.875rem;
    line-height: 2.5rem;
    }
  }
}
.transaction-properties {
  width: 100%;
}
@media (max-width: 1540px) {
  .transaction-properties {
    --left: calc(1.40625rem + 1.171875vw);
    --right: calc(1.40625rem + 1.171875vw);
    left: var(--left);
    right: var(--right);
    width: calc(100% - (var(--left) + var(--right)));
    margin-left: 0;
    margin-right: 0;
  }
  @media (min-width: 1920px) {
    .transaction-properties {
    --left: 2.8125rem;
    --right: 2.8125rem;
    }
  }
}
@media (max-width: 767px) {
  .transaction-properties {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.transaction-properties-left {
  height: calc(5.15625rem + 29.296875vw);
}
@media (min-width: 1920px) {
  .transaction-properties-left {
  height: 40.3125rem;
  }
}
@media (max-width: 767px) {
  .transaction-properties-left {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-left {
    height: 70rem;
    }
  }
}
.transaction-properties-left-text-title {
  font-size: calc(1.34375rem + 0.703125vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .transaction-properties-left-text-title {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-properties-left-text-title {
    font-size: calc(1.28125rem + 0.234375vw);
    line-height: calc(1.34375rem + 0.703125vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-left-text-title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    }
  }
}
.transaction-properties-left-text-price {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.28125rem + 0.234375vw);
}
@media (min-width: 1920px) {
  .transaction-properties-left-text-price {
  line-height: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-properties-left-text-price {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.transaction-properties-right {
  height: calc(5.15625rem + 29.296875vw);
}
@media (min-width: 1920px) {
  .transaction-properties-right {
  height: 40.3125rem;
  }
}
@media (max-width: 767px) {
  .transaction-properties-right {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right {
    height: 70rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 639px) {
  .transaction-properties-right {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right {
    height: 70rem;
    }
  }
}
@media (max-width: 419px) {
  .transaction-properties-right {
    height: calc(9.325rem + 60.5625vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right {
    height: 82rem;
    }
  }
}
@media (max-width: 320px) {
  .transaction-properties-right {
    height: calc(13.125rem + 89.0625vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right {
    height: 120rem;
    }
  }
}
.transaction-properties-right-description {
  font-weight: 100;
  font-size: 1.25rem;
  line-height: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .transaction-properties-right-description {
  line-height: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-properties-right-description {
    font-size: 0.9375rem;
    line-height: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right-description {
    line-height: 1.5625rem;
    }
  }
}
.transaction-properties-right-data img {
  width: calc(1.34375rem + 0.703125vw);
  height: auto;
  margin-right: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .transaction-properties-right-data img {
  width: 2.1875rem;
  margin-right: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transaction-properties-right-data img {
    margin-right: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right-data img {
    margin-right: 1.875rem;
    }
  }
}
.transaction-properties-right-data span {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.28125rem + 0.234375vw);
}
@media (min-width: 1920px) {
  .transaction-properties-right-data span {
  line-height: 1.5625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .transaction-properties-right-data span {
    font-size: 1.125rem;
    line-height: calc(1.26875rem + 0.140625vw);
  }
  @media (min-width: 1920px) {
    .transaction-properties-right-data span {
    line-height: 1.4375rem;
    }
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .transaction-properties-right-data span {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.transaction-properties-right-btn {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: calc(1.28125rem + 0.234375vw);
  cursor: pointer;
}
@media (min-width: 1920px) {
  .transaction-properties-right-btn {
  line-height: 1.5625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .transaction-properties-right-btn {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
@media (max-width: 1023px) {
  .transaction-properties-right-btn {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

:root {
  --gray-color: rgba(220, 220, 220, 1);
  --blue-color: rgba(28, 41, 73, 1);
  --promotion-header: calc(3.625rem + 17.8125vw);
  --promotion-line: calc(2.5rem + 9.375vw);
  --promotion-line-height: calc(var(--promotion-line) + 2px);
  --promotion-line-top: calc(var(--promotion-line-height) + 3rem);
  --promotion-line-height-left: calc(var(--promotion-header) - var(--promotion-line-top));
  --promotion-line-even-height: calc(2.25rem + 7.5vw);
  --promotion-line-odd-height: var(--promotion-line-even-height);
  --promotion-line-end-height: var(--promotion-line-even-height);
}

@media (min-width: 1920px) {
  :root {
  --promotion-header: 25rem;
  --promotion-line: 13.75rem;
  --promotion-line-even-height: 11.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --promotion-line: calc(2.375rem + 8.4375vw);
  }
  @media (min-width: 1920px) {
    :root {
    --promotion-line: 12.5rem;
    }
  }
}
@media (max-width: 767px) {
  :root {
    --promotion-header: calc(4.875rem + 27.1875vw);
  }
  @media (min-width: 1920px) {
    :root {
    --promotion-header: 37.5rem;
    }
  }
}

/**
 * Promotion Section
 **/
.promotion-lines-start-straight {
  z-index: 2;
  width: 2px;
}
.promotion-lines-start-straight:first-child {
  top: 3rem;
  left: 75%;
  height: var(--promotion-line);
}
.promotion-lines-start-straight:last-child {
  top: var(--promotion-line-top);
  left: calc(25% - 2px);
  height: var(--promotion-line-height-left);
}
.promotion-lines-start-straight-back {
  border-color: var(--blue-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-start-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-start-right {
  z-index: 2;
  background-color: var(--blue-color);
  top: calc(var(--promotion-line-top) - 2px);
  left: calc(25% - 2px);
  height: 2px;
  right: calc(25% - 2px);
}
.promotion-lines-start-right-back {
  background-color: var(--blue-color);
  width: 100%;
  height: 100%;
}
.promotion-lines-start-right-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.promotion-lines-even {
  height: var(--promotion-line-even-height);
}
.promotion-lines-even-straight {
  z-index: 2;
  width: 2px;
}
.promotion-lines-even-straight:first-child {
  top: 0;
  left: 25%;
  height: calc(var(--promotion-line-even-height) / 2);
}
.promotion-lines-even-straight:last-child {
  top: calc(var(--promotion-line-even-height) / 2);
  right: 25%;
  height: calc(var(--promotion-line-even-height) / 2);
}
.promotion-lines-even-straight-back {
  border-color: var(--blue-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-even-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-even-left {
  z-index: 2;
  background-color: var(--blue-color);
  top: calc(var(--promotion-line-even-height) / 2);
  left: 25%;
  height: 2px;
  right: 25%;
}
.promotion-lines-even-left-back {
  background-color: var(--blue-color);
  width: 100%;
  height: 100%;
}
.promotion-lines-even-left-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.promotion-lines-odd {
  height: var(--promotion-line-odd-height);
}
.promotion-lines-odd-straight {
  z-index: 2;
  width: 2px;
}
.promotion-lines-odd-straight:first-child {
  top: 0;
  right: 25%;
  height: calc(var(--promotion-line-odd-height) / 2);
}
.promotion-lines-odd-straight:last-child {
  top: calc(var(--promotion-line-odd-height) / 2);
  left: 25%;
  height: calc(var(--promotion-line-odd-height) / 2);
}
.promotion-lines-odd-straight-back {
  border-color: var(--blue-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-odd-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-odd-right {
  z-index: 2;
  background-color: var(--blue-color);
  top: calc(var(--promotion-line-odd-height) / 2);
  left: 25%;
  height: 2px;
  right: calc(var(--promotion-line-odd-height) / 2);
}
.promotion-lines-odd-right-back {
  background-color: var(--blue-color);
  width: 100%;
  height: 100%;
}
.promotion-lines-odd-right-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.promotion-lines-end {
  height: var(--promotion-line-end-height);
}
.promotion-lines-end-straight {
  z-index: 2;
  top: 0;
  right: 25%;
  height: var(--promotion-line-end-height);
  width: 2px;
}
.promotion-lines-end-straight-back {
  border-color: var(--blue-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-lines-end-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.promotion-header {
  height: var(--promotion-header);
}
.promotion-header-left {
  top: 7rem;
  left: calc(1.40625rem + 1.171875vw);
  font-size: calc(1.375rem + 0.9375vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.4375rem + 1.40625vw);
}
@media (min-width: 1920px) {
  .promotion-header-left {
  left: 2.8125rem;
  font-size: 2.5rem;
  line-height: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-header-left {
    top: 5.5rem;
    font-size: calc(1.3125rem + 0.46875vw);
    line-height: calc(1.375rem + 0.9375vw);
  }
  @media (min-width: 1920px) {
    .promotion-header-left {
    font-size: 1.875rem;
    line-height: 2.5rem;
    }
  }
}
.promotion-header-right {
  top: 7rem;
  right: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .promotion-header-right {
  right: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-header-right {
    top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .promotion-header-right {
    left: 50%;
    top: calc(2.925rem + 12.5625vw);
    transform: translateX(-50%);
  }
  @media (min-width: 1920px) {
    .promotion-header-right {
    top: 18rem;
    }
  }
}
.promotion-header-right img {
  max-width: 65%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-header-right img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .promotion-header-right img {
    max-width: calc(4.325rem + 23.0625vw);
  }
  @media (min-width: 1920px) {
    .promotion-header-right img {
    max-width: 32rem;
    }
  }
}
.promotion-properties {
  width: 100%;
}
@media (max-width: 1540px) {
  .promotion-properties {
    --left: calc(1.40625rem + 1.171875vw);
    --right: calc(1.40625rem + 1.171875vw);
    left: var(--left);
    right: var(--right);
    width: calc(100% - (var(--left) + var(--right)));
    margin-left: 0;
    margin-right: 0;
  }
  @media (min-width: 1920px) {
    .promotion-properties {
    --left: 2.8125rem;
    --right: 2.8125rem;
    }
  }
}
@media (max-width: 767px) {
  .promotion-properties {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.promotion-properties-left {
  height: calc(5.15625rem + 29.296875vw);
}
@media (min-width: 1920px) {
  .promotion-properties-left {
  height: 40.3125rem;
  }
}
@media (max-width: 767px) {
  .promotion-properties-left {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-left {
    height: 70rem;
    }
  }
}
.promotion-properties-left-text-title {
  font-size: calc(1.34375rem + 0.703125vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .promotion-properties-left-text-title {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-properties-left-text-title {
    font-size: calc(1.28125rem + 0.234375vw);
    line-height: calc(1.34375rem + 0.703125vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-left-text-title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    }
  }
}
.promotion-properties-left-text-price {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.28125rem + 0.234375vw);
}
@media (min-width: 1920px) {
  .promotion-properties-left-text-price {
  line-height: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-properties-left-text-price {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.promotion-properties-right {
  height: calc(5.15625rem + 29.296875vw);
}
@media (min-width: 1920px) {
  .promotion-properties-right {
  height: 40.3125rem;
  }
}
@media (max-width: 767px) {
  .promotion-properties-right {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-right {
    height: 70rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 639px) {
  .promotion-properties-right {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-right {
    height: 70rem;
    }
  }
}
@media (max-width: 419px) {
  .promotion-properties-right {
    height: calc(9.325rem + 60.5625vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-right {
    height: 82rem;
    }
  }
}
@media (max-width: 320px) {
  .promotion-properties-right {
    height: calc(13.125rem + 89.0625vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-right {
    height: 120rem;
    }
  }
}
.promotion-properties-right-description {
  font-weight: 100;
  font-size: 1.25rem;
  line-height: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .promotion-properties-right-description {
  line-height: 1.875rem;
  }
}
.promotion-properties-right-data img {
  width: calc(1.34375rem + 0.703125vw);
  height: auto;
  margin-right: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .promotion-properties-right-data img {
  width: 2.1875rem;
  margin-right: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promotion-properties-right-data img {
    margin-right: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-right-data img {
    margin-right: 1.875rem;
    }
  }
}
.promotion-properties-right-data span {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.28125rem + 0.234375vw);
}
@media (min-width: 1920px) {
  .promotion-properties-right-data span {
  line-height: 1.5625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .promotion-properties-right-data span {
    font-size: 1.125rem;
    line-height: calc(1.26875rem + 0.140625vw);
  }
  @media (min-width: 1920px) {
    .promotion-properties-right-data span {
    line-height: 1.4375rem;
    }
  }
}
@media (max-width: 1023px) {
  .promotion-properties-right-data span {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.promotion-properties-right-btn {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: calc(1.28125rem + 0.234375vw);
  cursor: pointer;
}
@media (min-width: 1920px) {
  .promotion-properties-right-btn {
  line-height: 1.5625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .promotion-properties-right-btn {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
@media (max-width: 1023px) {
  .promotion-properties-right-btn {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

:root {
  --gray-color: rgba(220, 220, 220, 1);
  --dark-gray-color: rgba(87, 87, 86, 1);
  --construction-header: calc(3.625rem + 17.8125vw);
  --construction-line: calc(2.65625rem + 10.546875vw);
  --construction-line-height: calc(var(--construction-line) + 2px);
  --construction-line-top: var(--construction-line-height);
  --construction-line-height-left: calc(var(--construction-header) - var(--construction-line-top));
  --construction-line-even-height: calc(2.25rem + 7.5vw);
  --construction-line-odd-height: var(--construction-line-even-height);
  --construction-line-end-height: var(--construction-line-even-height);
}

@media (min-width: 1920px) {
  :root {
  --construction-header: 25rem;
  --construction-line: 15.3125rem;
  --construction-line-even-height: 11.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --construction-line: calc(2.46875rem + 9.140625vw);
  }
  @media (min-width: 1920px) {
    :root {
    --construction-line: 13.4375rem;
    }
  }
}
@media (max-width: 767px) {
  :root {
    --construction-header: calc(4.875rem + 27.1875vw);
  }
  @media (min-width: 1920px) {
    :root {
    --construction-header: 37.5rem;
    }
  }
}

/**
 * Construction Section
 **/
.construction-lines-start-straight {
  z-index: 2;
  width: 2px;
}
.construction-lines-start-straight:first-child {
  top: 0;
  left: calc(25% - 2px);
  height: var(--construction-line);
}
.construction-lines-start-straight:last-child {
  top: calc(var(--construction-line-top) - 2px);
  left: calc(75% - 2px);
  height: calc(var(--construction-line-height-left) + 2px - 3rem);
}
.construction-lines-start-straight-back {
  border-color: var(--dark-gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-start-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-start-right {
  z-index: 2;
  top: calc(var(--construction-line-top) - 2px);
  left: calc(25% - 2px);
  height: 2px;
  right: calc(25% + 2px);
}
.construction-lines-start-right-back {
  background-color: var(--dark-gray-color);
  width: 100%;
  height: 100%;
}
.construction-lines-start-right-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.construction-lines-even {
  height: var(--construction-line-even-height);
}
.construction-lines-even-straight {
  z-index: 2;
  border-color: var(--dark-gray-color);
  border-right-width: 2px;
}
.construction-lines-even-straight:first-child {
  top: 0;
  left: 25%;
  height: calc(var(--construction-line-even-height) / 2);
}
.construction-lines-even-straight:last-child {
  top: calc(var(--construction-line-even-height) / 2);
  right: 25%;
  height: calc(var(--construction-line-even-height) / 2);
}
.construction-lines-even-straight-back {
  border-color: var(--dark-gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-even-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-even-left {
  z-index: 2;
  background-color: var(--dark-gray-color);
  top: calc(var(--promotion-line-even-height) / 2);
  left: 25%;
  height: 2px;
  right: 25%;
}
.construction-lines-even-left-back {
  background-color: var(--dark-gray-color);
  width: 100%;
  height: 100%;
}
.construction-lines-even-left-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.construction-lines-odd {
  height: var(--promotion-line-odd-height);
}
.construction-lines-odd-straight {
  z-index: 2;
  width: 2px;
}
.construction-lines-odd-straight:first-child {
  top: 0;
  left: 75%;
  height: calc(var(--promotion-line-odd-height) / 2);
}
.construction-lines-odd-straight:last-child {
  top: calc(var(--promotion-line-odd-height) / 2);
  left: 22%;
  height: calc(var(--promotion-line-odd-height) / 2);
}
.construction-lines-odd-straight-back {
  border-color: var(--dark-gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-odd-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-odd-right {
  z-index: 2;
  background-color: var(--dark-gray-color);
  top: calc(var(--promotion-line-odd-height) / 2);
  left: 25%;
  height: 2px;
  right: 25%;
}
.construction-lines-odd-right-back {
  background-color: var(--dark-gray-color);
  width: 100%;
  height: 100%;
}
.construction-lines-odd-right-front {
  background-color: var(--gray-color);
  width: 100%;
  height: 100%;
}
.construction-lines-end {
  height: var(--promotion-line-end-height);
}
.construction-lines-end-straight {
  z-index: 2;
  top: 0;
  right: 25%;
  height: 100%;
  width: 2px;
}
.construction-lines-end-straight-back {
  border-color: var(--dark-gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-lines-end-straight-front {
  background-color: var(--gray-color);
  border-right-width: 2px;
  width: 100%;
  height: 100%;
}
.construction-content .bg-gray {
  background-color: #F5F5F5;
}
.construction-header {
  height: var(--construction-header);
}
.construction-header-left {
  top: 7rem;
  left: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .construction-header-left {
  left: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .construction-header-left {
    top: 4rem;
  }
}
@media (max-width: 767px) {
  .construction-header-left {
    left: 50%;
    top: calc(2.225rem + 7.3125vw);
    transform: translateX(-50%);
  }
  @media (min-width: 1920px) {
    .construction-header-left {
    top: 11rem;
    }
  }
}
.construction-header-left img {
  max-width: 65%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .construction-header-left img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .construction-header-left img {
    max-width: calc(4.325rem + 23.0625vw);
  }
  @media (min-width: 1920px) {
    .construction-header-left img {
    max-width: 32rem;
    }
  }
}
.construction-header-right {
  top: 7rem;
  right: calc(1.40625rem + 1.171875vw);
  font-size: calc(1.375rem + 0.9375vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.4375rem + 1.40625vw);
}
@media (min-width: 1920px) {
  .construction-header-right {
  right: 2.8125rem;
  font-size: 2.5rem;
  line-height: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .construction-header-right {
    top: 4rem;
    font-size: calc(1.3125rem + 0.46875vw);
    line-height: calc(1.375rem + 0.9375vw);
  }
  @media (min-width: 1920px) {
    .construction-header-right {
    font-size: 1.875rem;
    line-height: 2.5rem;
    }
  }
}
.construction-properties {
  width: 100%;
}
@media (max-width: 1540px) {
  .construction-properties {
    --left: calc(1.40625rem + 1.171875vw);
    --right: calc(1.40625rem + 1.171875vw);
    left: var(--left);
    right: var(--right);
    width: calc(100% - (var(--left) + var(--right)));
    margin-left: 0;
    margin-right: 0;
  }
  @media (min-width: 1920px) {
    .construction-properties {
    --left: 2.8125rem;
    --right: 2.8125rem;
    }
  }
}
@media (max-width: 767px) {
  .construction-properties {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.construction-properties-left {
  height: calc(5.15625rem + 29.296875vw);
}
@media (min-width: 1920px) {
  .construction-properties-left {
  height: 40.3125rem;
  }
}
@media (max-width: 767px) {
  .construction-properties-left {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-left {
    height: 70rem;
    }
  }
}
.construction-properties-left-text-title {
  font-size: calc(1.34375rem + 0.703125vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .construction-properties-left-text-title {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .construction-properties-left-text-title {
    font-size: calc(1.28125rem + 0.234375vw);
    line-height: calc(1.34375rem + 0.703125vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-left-text-title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    }
  }
}
.construction-properties-left-text-price {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.28125rem + 0.234375vw);
}
@media (min-width: 1920px) {
  .construction-properties-left-text-price {
  line-height: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .construction-properties-left-text-price {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.construction-properties-right {
  height: calc(5.15625rem + 29.296875vw);
}
@media (min-width: 1920px) {
  .construction-properties-right {
  height: 40.3125rem;
  }
}
@media (max-width: 767px) {
  .construction-properties-right {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-right {
    height: 70rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 639px) {
  .construction-properties-right {
    height: calc(8.125rem + 51.5625vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-right {
    height: 70rem;
    }
  }
}
@media (max-width: 419px) {
  .construction-properties-right {
    height: calc(9.325rem + 60.5625vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-right {
    height: 82rem;
    }
  }
}
@media (max-width: 320px) {
  .construction-properties-right {
    height: calc(13.125rem + 89.0625vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-right {
    height: 120rem;
    }
  }
}
.construction-properties-right-description {
  font-weight: 100;
  font-size: 1.25rem;
  line-height: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .construction-properties-right-description {
  line-height: 1.875rem;
  }
}
.construction-properties-right-data img {
  width: calc(1.34375rem + 0.703125vw);
  height: auto;
  margin-right: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .construction-properties-right-data img {
  width: 2.1875rem;
  margin-right: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .construction-properties-right-data img {
    margin-right: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-right-data img {
    margin-right: 1.875rem;
    }
  }
}
.construction-properties-right-data span {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.28125rem + 0.234375vw);
}
@media (min-width: 1920px) {
  .construction-properties-right-data span {
  line-height: 1.5625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .construction-properties-right-data span {
    font-size: 1.125rem;
    line-height: calc(1.26875rem + 0.140625vw);
  }
  @media (min-width: 1920px) {
    .construction-properties-right-data span {
    line-height: 1.4375rem;
    }
  }
}
@media (max-width: 1023px) {
  .construction-properties-right-data span {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.construction-properties-right-btn {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: calc(1.28125rem + 0.234375vw);
  cursor: pointer;
}
@media (min-width: 1920px) {
  .construction-properties-right-btn {
  line-height: 1.5625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .construction-properties-right-btn {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
@media (max-width: 1023px) {
  .construction-properties-right-btn {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

:root {
  --gray-color: rgba(220, 220, 220, 1);
  --dark-color: rgba(29, 29, 27, 1);
}

/**
 * Estimation Section
 **/
.estimation .fixed-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.estimation .fixed-lines div:first-child {
  border-color: var(--gray-color);
  border-right-width: 2px;
}
.estimation .fixed-lines div:last-child {
  border-color: var(--gray-color);
  border-left-width: 2px;
  border-right-width: 2px;
}
.estimation-image {
  height: calc(5.225rem + 29.8125vw);
  top: calc(2.25rem + 7.5vw);
}
@media (min-width: 1920px) {
  .estimation-image {
  height: 41rem;
  top: 11.25rem;
  }
}
@media (max-width: 767px) {
  .estimation-image {
    height: calc(8.625rem + 55.3125vw);
  }
  @media (min-width: 1920px) {
    .estimation-image {
    height: 75rem;
    }
  }
}
.estimation-image-content-title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: calc(1.375rem + 0.9375vw);
  line-height: calc(1.4375rem + 1.40625vw);
  font-weight: bolder;
  font-style: normal;
}
@media (min-width: 1920px) {
  .estimation-image-content-title {
  font-size: 2.5rem;
  line-height: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .estimation-image-content-title {
    font-size: calc(1.3125rem + 0.46875vw);
    line-height: calc(1.375rem + 0.9375vw);
  }
  @media (min-width: 1920px) {
    .estimation-image-content-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-image-content-title {
    font-size: 1.25rem;
    line-height: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    .estimation-image-content-title {
    line-height: 1.875rem;
    }
  }
}
.estimation-image-content-text {
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.34375rem + 0.703125vw);
  line-height: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .estimation-image-content-text {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .estimation-image-content-text {
    font-size: calc(1.28125rem + 0.234375vw);
    line-height: calc(1.34375rem + 0.703125vw);
  }
  @media (min-width: 1920px) {
    .estimation-image-content-text {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-image-content-text {
    font-size: 0.9375rem;
    line-height: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .estimation-image-content-text {
    line-height: 1.5625rem;
    }
  }
}
.estimation-image-content-btn {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: calc(1.3125rem + 0.46875vw);
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1920px) {
  .estimation-image-content-btn {
  line-height: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .estimation-image-content-btn {
    font-size: 0.9375rem;
    line-height: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .estimation-image-content-btn {
    line-height: 1.5625rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-image-content-btn {
    font-size: 0.75rem;
    line-height: calc(1.2625rem + 0.09375vw);
  }
  @media (min-width: 1920px) {
    .estimation-image-content-btn {
    line-height: 1.375rem;
    }
  }
}

#transaction,
#cms {
  /* Slider */
  /* Stroke show delay */
}
#transaction .home-hero-clip,
#cms .home-hero-clip {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  --horizonzal: calc(1.6875rem + 3.28125vw);
  padding-left: var(--left);
  padding-right: var(--right);
}
@media (min-width: 1920px) {
  #transaction .home-hero-clip,
#cms .home-hero-clip {
  --left: 2.8125rem;
  --right: 2.8125rem;
  --horizonzal: 5.625rem;
  }
}
@media (min-width: 1024px) {
  #transaction .home-hero-clip-img div:nth-child(1),
  #cms .home-hero-clip-img div:nth-child(1) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  #transaction .home-hero-clip-img div:nth-child(2),
  #cms .home-hero-clip-img div:nth-child(2) {
    clip-path: polygon(evenodd, 0% 100%, 0% 25%, 100% 25%, 100% 100%);
  }
  #transaction .home-hero-clip-img div:nth-child(3),
  #cms .home-hero-clip-img div:nth-child(3) {
    clip-path: polygon(evenodd, 0% 100%, 0% 50%, 100% 50%, 100% 100%);
  }
}
#transaction .home-hero-content-slider,
#cms .home-hero-content-slider {
  --transition: 0.8s;
  counter-reset: project-num;
}
#transaction .home-hero-content-slider .swiper-slide,
#cms .home-hero-content-slider .swiper-slide {
  opacity: 1 !important;
}
#transaction .project-num .number:before,
#cms .project-num .number:before {
  content: counter(project-num, decimal-leading-zero) " ";
  counter-increment: project-num;
}
#transaction .home-hero-content-slider .swiper-slide .project-num,
#cms .home-hero-content-slider .swiper-slide .project-num {
  opacity: 0;
  transition: var(--transition);
}
#transaction .home-hero-content-slider.show .swiper-slide-active .project-num,
#cms .home-hero-content-slider.show .swiper-slide-active .project-num {
  opacity: 1;
}
#transaction .home-hero-content-slider .swiper-slide .fade-el,
#cms .home-hero-content-slider .swiper-slide .fade-el {
  transition: var(--transition);
  animation-delay: inherit;
  transition-delay: inherit;
  display: block;
  animation-duration: var(--transition);
}
#transaction .home-hero-content-slider:not(.show) .swiper-slide .fade-el,
#cms .home-hero-content-slider:not(.show) .swiper-slide .fade-el {
  transform: translateY(-110%);
}
#transaction .home-hero-content-slider .swiper-slide:not(.swiper-slide-active) .fade-el,
#cms .home-hero-content-slider .swiper-slide:not(.swiper-slide-active) .fade-el {
  transform: translateY(-110%);
  animation-fill-mode: forwards;
}
@media (pointer: fine) and (hover: hover) {
  #transaction html:not(.safari) .home-hero-content-slider.show .swiper-slide-active .fade-el,
  #cms html:not(.safari) .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
  #transaction html.safari .home-hero-content-slider.show .swiper-slide-active .fade-el,
  #cms html.safari .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
}
@media (pointer: coarse) and (hover: none) {
  #transaction .home-hero-content-slider.show .swiper-slide-active .fade-el,
  #cms .home-hero-content-slider.show .swiper-slide-active .fade-el {
    transform: translateY(0%);
  }
}
@keyframes fadeFromDown {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0%);
  }
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(1),
#cms .home-hero-content-slider .fade-overflow:nth-child(1) {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(2),
#cms .home-hero-content-slider .fade-overflow:nth-child(2) {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(3),
#cms .home-hero-content-slider .fade-overflow:nth-child(3) {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(4),
#cms .home-hero-content-slider .fade-overflow:nth-child(4) {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(5),
#cms .home-hero-content-slider .fade-overflow:nth-child(5) {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(6),
#cms .home-hero-content-slider .fade-overflow:nth-child(6) {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(7),
#cms .home-hero-content-slider .fade-overflow:nth-child(7) {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(8),
#cms .home-hero-content-slider .fade-overflow:nth-child(8) {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
#transaction .home-hero-content-slider .fade-overflow:nth-child(9),
#cms .home-hero-content-slider .fade-overflow:nth-child(9) {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

#cms {
  /* Slider */
}
@media (min-width: 1024px) {
  #cms .home-hero-clip-img div:nth-child(2) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  #cms .home-hero-clip-img div:nth-child(3) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}

#transaction .intro-content-text {
  padding-left: calc(1.40625rem + 1.171875vw);
  padding-right: calc(1.40625rem + 1.171875vw);
}

@media (min-width: 1920px) {
  #transaction .intro-content-text {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  }
}
#transaction .intro-content-text h2.inside {
  font-size: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  #transaction .intro-content-text h2.inside {
  font-size: 1.875rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #transaction .intro-content-text h2.inside {
    font-size: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    #transaction .intro-content-text h2.inside {
    font-size: 1.5625rem;
    }
  }
}
@media (max-width: 780px) {
  #transaction .intro-content-text h2.inside {
    font-size: 1.25rem;
  }
}

#transaction .search {
  z-index: 30;
}
@media (max-width: 1539px) {
  #transaction .search-filter_container {
    --left: calc(1.40625rem + 1.171875vw);
    --right: calc(1.40625rem + 1.171875vw);
    margin-left: var(--left);
    margin-right: var(--right);
    width: calc(100% - (var(--left) + var(--right)));
  }
  @media (min-width: 1920px) {
    #transaction .search-filter_container {
    --left: 2.8125rem;
    --right: 2.8125rem;
    }
  }
}

#promotion {
  /* Slider */
  /* Stroke show delay */
}
#promotion .home-hero-clip {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  --horizonzal: calc(1.6875rem + 3.28125vw);
  padding-left: var(--left);
  padding-right: var(--right);
}
@media (min-width: 1920px) {
  #promotion .home-hero-clip {
  --left: 2.8125rem;
  --right: 2.8125rem;
  --horizonzal: 5.625rem;
  }
}
@media (min-width: 1024px) {
  #promotion .home-hero-clip-img div:nth-child(1) {
    clip-path: polygon(evenodd, 0% 100%, 0% 25%, 100% 25%, 100% 100%);
  }
  #promotion .home-hero-clip-img div:nth-child(2) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  #promotion .home-hero-clip-img div:nth-child(3) {
    clip-path: polygon(evenodd, 0% 100%, 0% 50%, 100% 50%, 100% 100%);
  }
}
#promotion .home-hero-content-slider {
  --transition: 0.8s;
  counter-reset: project-num;
}
#promotion .home-hero-content-slider .swiper-slide {
  opacity: 1 !important;
}
#promotion .project-num .number:before {
  content: counter(project-num, decimal-leading-zero) " ";
  counter-increment: project-num;
}
#promotion .home-hero-content-slider .swiper-slide .project-num {
  opacity: 0;
  transition: var(--transition);
}
#promotion .home-hero-content-slider.show .swiper-slide-active .project-num {
  opacity: 1;
}
#promotion .home-hero-content-slider .swiper-slide .fade-el {
  transition: var(--transition);
  animation-delay: inherit;
  transition-delay: inherit;
  display: block;
  animation-duration: var(--transition);
}
#promotion .home-hero-content-slider:not(.show) .swiper-slide .fade-el {
  transform: translateY(-110%);
}
#promotion .home-hero-content-slider .swiper-slide:not(.swiper-slide-active) .fade-el {
  transform: translateY(-110%);
  animation-fill-mode: forwards;
}
@media (pointer: fine) and (hover: hover) {
  #promotion html:not(.safari) .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
  #promotion html.safari .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
}
@media (pointer: coarse) and (hover: none) {
  #promotion .home-hero-content-slider.show .swiper-slide-active .fade-el {
    transform: translateY(0%);
  }
}
@keyframes fadeFromDown {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0%);
  }
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(1) {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(2) {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(3) {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(4) {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(5) {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(6) {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(7) {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(8) {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
#promotion .home-hero-content-slider .fade-overflow:nth-child(9) {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

#promotion .intro-content-text {
  padding-left: calc(1.40625rem + 1.171875vw);
  padding-right: calc(1.40625rem + 1.171875vw);
}

@media (min-width: 1920px) {
  #promotion .intro-content-text {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  }
}
#promotion .intro-content-text h2.inside {
  font-size: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  #promotion .intro-content-text h2.inside {
  font-size: 1.875rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #promotion .intro-content-text h2.inside {
    font-size: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    #promotion .intro-content-text h2.inside {
    font-size: 1.5625rem;
    }
  }
}
@media (max-width: 780px) {
  #promotion .intro-content-text h2.inside {
    font-size: 1.25rem;
  }
}
#promotion .intro-description .list::before {
  content: " ";
  background-color: black;
  height: 6px;
  width: 1rem;
  display: inline-block;
  margin-right: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  #promotion .intro-description .list::before {
  margin-right: 1.875rem;
  }
}

#promotion .search-filter_container {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  margin-left: var(--left);
  margin-right: var(--right);
  width: calc(100% - (var(--left) + var(--right)));
}

@media (min-width: 1920px) {
  #promotion .search-filter_container {
  --left: 2.8125rem;
  --right: 2.8125rem;
  }
}

.intro-content-text_locality {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: calc(1.375rem + 0.9375vw);
}

@media (min-width: 1920px) {
  .intro-content-text_locality {
  font-size: 2.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .intro-content-text_locality {
    font-size: calc(1.325rem + 0.5625vw);
  }
  @media (min-width: 1920px) {
    .intro-content-text_locality {
    font-size: 2rem;
    }
  }
}
@media (max-width: 780px) {
  .intro-content-text_locality {
    font-size: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .intro-content-text_locality {
    font-size: 1.5625rem;
    }
  }
}
.intro-content-text_price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .intro-content-text_price {
  font-size: 1.875rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .intro-content-text_price {
    font-size: calc(1.2625rem + 0.09375vw);
  }
  @media (min-width: 1920px) {
    .intro-content-text_price {
    font-size: 1.375rem;
    }
  }
}
@media (max-width: 780px) {
  .intro-content-text_price {
    font-size: 1.125rem;
  }
}
.intro-content-text_price-bar {
  width: calc(2.25rem + 7.5vw);
  height: 1rem;
  right: -5%;
  margin-left: 2rem;
}
@media (min-width: 1920px) {
  .intro-content-text_price-bar {
  width: 11.25rem;
  }
}

.property-infos .dropdown:hover .dropdown-menu {
  display: block;
}
.property-details_description {
  padding: calc(1.5rem + 1.875vw);
}
@media (min-width: 1920px) {
  .property-details_description {
  padding: 3.75rem;
  }
}
.property-details_description h2 {
  text-transform: uppercase;
}
.property-details_description h2::after {
  content: " ";
  background-color: #ffffff;
  height: 0.5625rem;
  width: calc(2.625rem + 10.3125vw);
  display: block;
  position: absolute;
  left: 0px;
}
@media (min-width: 1920px) {
  .property-details_description h2::after {
  width: 15rem;
  }
}
.property-details_description h3 {
  text-transform: uppercase;
}
.property-slider_gallery {
  width: 75%;
  height: calc(6.125rem + 36.5625vw);
  position: relative;
}
@media (min-width: 1920px) {
  .property-slider_gallery {
  height: 50rem;
  }
}
.property-slider_gallery.even {
  margin-left: auto;
  margin-right: 0;
}
.property-slider_gallery.odd {
  margin-left: 0;
  margin-right: auto;
}
.property-slider_gallery .swiper-container {
  height: 100%;
  position: relative;
}
.property-slider_gallery .swiper-prev,
.property-slider_gallery .swiper-next {
  width: calc(1.4375rem + 1.40625vw);
  height: calc(1.4375rem + 1.40625vw);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 1920px) {
  .property-slider_gallery .swiper-prev,
.property-slider_gallery .swiper-next {
  width: 3.125rem;
  height: 3.125rem;
  }
}
.property-slider_gallery .swiper-prev:hover,
.property-slider_gallery .swiper-next:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.property-slider_gallery .swiper-prev {
  left: 1.25rem;
}
.property-slider_gallery .swiper-next {
  right: 1.25rem;
}
.property-slider_gallery .swiper-pagination {
  position: absolute;
  bottom: 1.25rem !important;
  top: inherit !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.property-slider_gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.property-slider_gallery .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.property-slider_gallery .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.property-slider_gallery .swiper-slide {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.property-slider_gallery .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.property-form {
  height: calc(4.40625rem + 23.671875vw);
}
@media (min-width: 1920px) {
  .property-form {
  height: 32.8125rem;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  .property-form {
    height: calc(4.96875rem + 27.890625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 38.4375rem;
    }
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .property-form {
    height: calc(5.78125rem + 33.984375vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 46.5625rem;
    }
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .property-form {
    height: calc(10.84375rem + 71.953125vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 97.1875rem;
    }
  }
}
@media (min-width: 560px) and (max-width: 589px) {
  .property-form {
    height: calc(12.09375rem + 81.328125vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 109.6875rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 559px) {
  .property-form {
    height: calc(13.96875rem + 95.390625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 128.4375rem;
    }
  }
}
@media (min-width: 340px) and (max-width: 419px) {
  .property-form {
    height: calc(15.21875rem + 104.765625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 140.9375rem;
    }
  }
}
@media (max-width: 339px) {
  .property-form {
    height: calc(16.46875rem + 114.140625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 153.4375rem;
    }
  }
}
.property-form_content {
  padding: calc(1.5rem + 1.875vw);
  height: calc(4.40625rem + 23.671875vw);
}
@media (min-width: 1920px) {
  .property-form_content {
  padding: 3.75rem;
  height: 32.8125rem;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  .property-form_content {
    height: calc(4.96875rem + 27.890625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 38.4375rem;
    }
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .property-form_content {
    height: calc(5.78125rem + 33.984375vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 46.5625rem;
    }
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .property-form_content {
    height: calc(10.84375rem + 71.953125vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 97.1875rem;
    }
  }
}
@media (min-width: 560px) and (max-width: 589px) {
  .property-form_content {
    height: calc(12.09375rem + 81.328125vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 109.6875rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 559px) {
  .property-form_content {
    height: calc(13.96875rem + 95.390625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 128.4375rem;
    }
  }
}
@media (min-width: 340px) and (max-width: 419px) {
  .property-form_content {
    height: calc(15.21875rem + 104.765625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 140.9375rem;
    }
  }
}
@media (max-width: 339px) {
  .property-form_content {
    height: calc(16.46875rem + 114.140625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 153.4375rem;
    }
  }
}
.property-form_content-send_input.error {
  border-color: red;
  color: red;
}
.property .swiper-prev,
.property .swiper-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property .swiper-pagination {
  display: flex;
  gap: 0.5rem;
}
.property .swiper-pager {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.property .swiper-pager-active {
  background: #000;
  transform: scale(1.2);
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.pswp__button {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.pswp__button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.pswp__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pswp__ui {
  background: transparent !important;
}
.pswp__ui--idle {
  opacity: 0;
}
.pswp__button--zoom {
  display: none;
}
.pswp__container {
  background: transparent !important;
}
.pswp__content {
  background: transparent !important;
}
.pswp__zoom-wrap {
  background: transparent !important;
}
.pswp__item {
  background: transparent !important;
}

#construction {
  /* Slider */
  /* Stroke show delay */
}
#construction .home-hero-clip {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  --horizonzal: calc(1.6875rem + 3.28125vw);
  padding-left: var(--left);
  padding-right: var(--right);
}
@media (min-width: 1920px) {
  #construction .home-hero-clip {
  --left: 2.8125rem;
  --right: 2.8125rem;
  --horizonzal: 5.625rem;
  }
}
@media (min-width: 1024px) {
  #construction .home-hero-clip-img div:nth-child(1) {
    clip-path: polygon(evenodd, 0% 100%, 0% 50%, 100% 50%, 100% 100%);
  }
  #construction .home-hero-clip-img div:nth-child(2) {
    clip-path: polygon(evenodd, 0% 100%, 0% 25%, 100% 25%, 100% 100%);
  }
  #construction .home-hero-clip-img div:nth-child(3) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
#construction .home-hero-content-slider {
  --transition: 0.8s;
  counter-reset: project-num;
}
#construction .home-hero-content-slider .swiper-slide {
  opacity: 1 !important;
}
#construction .project-num .number:before {
  content: counter(project-num, decimal-leading-zero) " ";
  counter-increment: project-num;
}
#construction .home-hero-content-slider .swiper-slide .project-num {
  opacity: 0;
  transition: var(--transition);
}
#construction .home-hero-content-slider.show .swiper-slide-active .project-num {
  opacity: 1;
}
#construction .home-hero-content-slider .swiper-slide .fade-el {
  transition: var(--transition);
  animation-delay: inherit;
  transition-delay: inherit;
  display: block;
  animation-duration: var(--transition);
}
#construction .home-hero-content-slider:not(.show) .swiper-slide .fade-el {
  transform: translateY(-110%);
}
#construction .home-hero-content-slider .swiper-slide:not(.swiper-slide-active) .fade-el {
  transform: translateY(-110%);
  animation-fill-mode: forwards;
}
@media (pointer: fine) and (hover: hover) {
  #construction html:not(.safari) .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
  #construction html.safari .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
}
@media (pointer: coarse) and (hover: none) {
  #construction .home-hero-content-slider.show .swiper-slide-active .fade-el {
    transform: translateY(0%);
  }
}
@keyframes fadeFromDown {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0%);
  }
}
#construction .home-hero-content-slider .fade-overflow:nth-child(1) {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(2) {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(3) {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(4) {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(5) {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(6) {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(7) {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(8) {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
#construction .home-hero-content-slider .fade-overflow:nth-child(9) {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

#construction .intro-content-text {
  padding-left: calc(1.40625rem + 1.171875vw);
  padding-right: calc(1.40625rem + 1.171875vw);
}

@media (min-width: 1920px) {
  #construction .intro-content-text {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  }
}
#construction .intro-content-text h2.inside {
  font-size: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  #construction .intro-content-text h2.inside {
  font-size: 1.875rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #construction .intro-content-text h2.inside {
    font-size: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    #construction .intro-content-text h2.inside {
    font-size: 1.5625rem;
    }
  }
}
@media (max-width: 780px) {
  #construction .intro-content-text h2.inside {
    font-size: 1.25rem;
  }
}
#construction .intro-description .list::before {
  content: " ";
  background-color: black;
  height: 6px;
  width: 1rem;
  display: inline-block;
  margin-right: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  #construction .intro-description .list::before {
  margin-right: 1.875rem;
  }
}

#construction .search-filter_container {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  margin-left: var(--left);
  margin-right: var(--right);
  width: calc(100% - (var(--left) + var(--right)));
}

@media (min-width: 1920px) {
  #construction .search-filter_container {
  --left: 2.8125rem;
  --right: 2.8125rem;
  }
}

#construction :root {
  --dim-grey: #6e6e6e;
  --dark-slate-grey: #2f3330;
}
#construction .heading-main {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  padding-left: var(--left);
  padding-right: var(--right);
}
@media (min-width: 1920px) {
  #construction .heading-main {
  --left: 2.8125rem;
  --right: 2.8125rem;
  }
}
#construction .construction-service_group {
  border-bottom: 1px solid #2f3330;
}
#construction .construction-service_group-menu {
  width: 100%;
  max-width: 1280px;
  color: #1a1e27;
  background-color: transparent;
  border-bottom: 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  margin: 30px auto;
  padding: 0 60px 0 60px;
  font-size: 30px;
}
#construction .construction-service_group-menu:hover .accordion-icon {
  border-color: var(--dark-slate-grey);
  transform: rotate(180deg);
}
@media (min-width: 1440px) {
  #construction .construction-service_group-menu {
    max-width: none;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  #construction .construction-service_group-menu {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  #construction .construction-service_group-menu {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  #construction .construction-service_group-menu {
    padding: 15px 0;
    max-width: none;
    flex-wrap: nowrap;
  }
}
#construction .construction-service_group-menu .accordion-icon {
  width: 5vw;
  height: 5vw;
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  transition: all 0.5s;
  display: flex;
  position: relative;
}
#construction .construction-service_group-menu .accordion-icon:hover {
  border-color: var(--dark-slate-grey);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #construction .construction-service_group-menu .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }
}
@media (max-width: 479px) {
  #construction .construction-service_group-menu .accordion-icon {
    width: 40px;
    height: 40px;
  }
}
#construction .construction-service_group-menu .accordion-icon .icon-line-static {
  width: 100%;
  height: 2px;
  background-color: #000;
}
#construction .construction-service_group-menu .accordion-icon .icon-line {
  width: 2px;
  height: auto;
  background-color: #000;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}
@media (max-width: 767px) {
  #construction .construction-service_group-menu .accordion-icon .icon-line {
    top: 10px;
    bottom: 10px;
  }
}
#construction .construction-service_group-content {
  width: 100%;
  height: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 1440px) {
  #construction .construction-service_group-content {
    max-width: none;
  }
}
@media (max-width: 479px) {
  #construction .construction-service_group-content {
    width: auto;
    max-width: none;
    margin-left: 0;
  }
}
#construction .construction-service_group-content .text-block-21 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 90px;
  font-size: 18px;
  line-height: 16px;
}
@media (max-width: 991px) {
  #construction .construction-service_group-content .text-block-21 {
    margin-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #construction .construction-service_group-content .text-block-21 {
    width: 100%;
    margin-bottom: 60px;
  }
}

#property {
  /* Slider */
  /* Stroke show delay */
}
#property .home-hero-clip {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  --horizonzal: calc(1.6875rem + 3.28125vw);
  padding-left: var(--left);
  padding-right: var(--right);
}
@media (min-width: 1920px) {
  #property .home-hero-clip {
  --left: 2.8125rem;
  --right: 2.8125rem;
  --horizonzal: 5.625rem;
  }
}
@media (min-width: 1024px) {
  #property .home-hero-clip-img div:nth-child(1) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  #property .home-hero-clip-img div:nth-child(2) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  #property .home-hero-clip-img div:nth-child(3) {
    clip-path: polygon(evenodd, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
#property .home-hero-content-slider {
  --transition: 0.8s;
  counter-reset: project-num;
}
#property .home-hero-content-slider .swiper-slide {
  opacity: 1 !important;
}
#property .project-num .number:before {
  content: counter(project-num, decimal-leading-zero) " ";
  counter-increment: project-num;
}
#property .home-hero-content-slider .swiper-slide .project-num {
  opacity: 0;
  transition: var(--transition);
}
#property .home-hero-content-slider.show .swiper-slide-active .project-num {
  opacity: 1;
}
#property .home-hero-content-slider .swiper-slide .fade-el {
  transition: var(--transition);
  animation-delay: inherit;
  transition-delay: inherit;
  display: block;
  animation-duration: var(--transition);
}
#property .home-hero-content-slider:not(.show) .swiper-slide .fade-el {
  transform: translateY(-110%);
}
#property .home-hero-content-slider .swiper-slide:not(.swiper-slide-active) .fade-el {
  transform: translateY(-110%);
  animation-fill-mode: forwards;
}
@media (pointer: fine) and (hover: hover) {
  #property html:not(.safari) .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
  #property html.safari .home-hero-content-slider.show .swiper-slide-active .fade-el {
    animation-name: fadeFromDown !important;
  }
}
@media (pointer: coarse) and (hover: none) {
  #property .home-hero-content-slider.show .swiper-slide-active .fade-el {
    transform: translateY(0%);
  }
}
@keyframes fadeFromDown {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0%);
  }
}
#property .home-hero-content-slider .fade-overflow:nth-child(1) {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(2) {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(3) {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(4) {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(5) {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(6) {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(7) {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(8) {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
#property .home-hero-content-slider .fade-overflow:nth-child(9) {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

.intro-content-text_locality {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: calc(1.375rem + 0.9375vw);
}

@media (min-width: 1920px) {
  .intro-content-text_locality {
  font-size: 2.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .intro-content-text_locality {
    font-size: calc(1.325rem + 0.5625vw);
  }
  @media (min-width: 1920px) {
    .intro-content-text_locality {
    font-size: 2rem;
    }
  }
}
@media (max-width: 780px) {
  .intro-content-text_locality {
    font-size: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .intro-content-text_locality {
    font-size: 1.5625rem;
    }
  }
}
.intro-content-text_price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .intro-content-text_price {
  font-size: 1.875rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .intro-content-text_price {
    font-size: calc(1.2625rem + 0.09375vw);
  }
  @media (min-width: 1920px) {
    .intro-content-text_price {
    font-size: 1.375rem;
    }
  }
}
@media (max-width: 780px) {
  .intro-content-text_price {
    font-size: 1.125rem;
  }
}
.intro-content-text_price-bar {
  width: calc(2.25rem + 7.5vw);
  height: 1rem;
  right: -5%;
  margin-left: 2rem;
}
@media (min-width: 1920px) {
  .intro-content-text_price-bar {
  width: 11.25rem;
  }
}

.property-infos .dropdown:hover .dropdown-menu {
  display: block;
}
.property-details_description {
  padding: calc(1.5rem + 1.875vw);
}
@media (min-width: 1920px) {
  .property-details_description {
  padding: 3.75rem;
  }
}
.property-details_description h2 {
  text-transform: uppercase;
}
.property-details_description h2::after {
  content: " ";
  background-color: #ffffff;
  height: 0.5625rem;
  width: calc(2.625rem + 10.3125vw);
  display: block;
  position: absolute;
  left: 0px;
}
@media (min-width: 1920px) {
  .property-details_description h2::after {
  width: 15rem;
  }
}
.property-details_description h3 {
  text-transform: uppercase;
}
.property-slider_gallery {
  width: 75%;
  height: calc(6.125rem + 36.5625vw);
  position: relative;
}
@media (min-width: 1920px) {
  .property-slider_gallery {
  height: 50rem;
  }
}
.property-slider_gallery.even {
  margin-left: auto;
  margin-right: 0;
}
.property-slider_gallery.odd {
  margin-left: 0;
  margin-right: auto;
}
.property-slider_gallery .swiper-container {
  height: 100%;
  position: relative;
}
.property-slider_gallery .swiper-prev,
.property-slider_gallery .swiper-next {
  width: calc(1.4375rem + 1.40625vw);
  height: calc(1.4375rem + 1.40625vw);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 1920px) {
  .property-slider_gallery .swiper-prev,
.property-slider_gallery .swiper-next {
  width: 3.125rem;
  height: 3.125rem;
  }
}
.property-slider_gallery .swiper-prev:hover,
.property-slider_gallery .swiper-next:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.property-slider_gallery .swiper-prev {
  left: 1.25rem;
}
.property-slider_gallery .swiper-next {
  right: 1.25rem;
}
.property-slider_gallery .swiper-pagination {
  position: absolute;
  bottom: 1.25rem !important;
  top: inherit !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.property-slider_gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.property-slider_gallery .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.property-slider_gallery .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.property-slider_gallery .swiper-slide {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.property-slider_gallery .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.property-form {
  height: calc(4.40625rem + 23.671875vw);
}
@media (min-width: 1920px) {
  .property-form {
  height: 32.8125rem;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  .property-form {
    height: calc(4.96875rem + 27.890625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 38.4375rem;
    }
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .property-form {
    height: calc(5.78125rem + 33.984375vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 46.5625rem;
    }
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .property-form {
    height: calc(10.84375rem + 71.953125vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 97.1875rem;
    }
  }
}
@media (min-width: 560px) and (max-width: 589px) {
  .property-form {
    height: calc(12.09375rem + 81.328125vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 109.6875rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 559px) {
  .property-form {
    height: calc(13.96875rem + 95.390625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 128.4375rem;
    }
  }
}
@media (min-width: 340px) and (max-width: 419px) {
  .property-form {
    height: calc(15.21875rem + 104.765625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 140.9375rem;
    }
  }
}
@media (max-width: 339px) {
  .property-form {
    height: calc(16.46875rem + 114.140625vw);
  }
  @media (min-width: 1920px) {
    .property-form {
    height: 153.4375rem;
    }
  }
}
.property-form_content {
  padding: calc(1.5rem + 1.875vw);
  height: calc(4.40625rem + 23.671875vw);
}
@media (min-width: 1920px) {
  .property-form_content {
  padding: 3.75rem;
  height: 32.8125rem;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  .property-form_content {
    height: calc(4.96875rem + 27.890625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 38.4375rem;
    }
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .property-form_content {
    height: calc(5.78125rem + 33.984375vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 46.5625rem;
    }
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .property-form_content {
    height: calc(10.84375rem + 71.953125vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 97.1875rem;
    }
  }
}
@media (min-width: 560px) and (max-width: 589px) {
  .property-form_content {
    height: calc(12.09375rem + 81.328125vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 109.6875rem;
    }
  }
}
@media (min-width: 420px) and (max-width: 559px) {
  .property-form_content {
    height: calc(13.96875rem + 95.390625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 128.4375rem;
    }
  }
}
@media (min-width: 340px) and (max-width: 419px) {
  .property-form_content {
    height: calc(15.21875rem + 104.765625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 140.9375rem;
    }
  }
}
@media (max-width: 339px) {
  .property-form_content {
    height: calc(16.46875rem + 114.140625vw);
  }
  @media (min-width: 1920px) {
    .property-form_content {
    height: 153.4375rem;
    }
  }
}
.property-form_content-send_input.error {
  border-color: red;
  color: red;
}
.property .swiper-prev,
.property .swiper-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property .swiper-pagination {
  display: flex;
  gap: 0.5rem;
}
.property .swiper-pager {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.property .swiper-pager-active {
  background: #000;
  transform: scale(1.2);
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.pswp__button {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.pswp__button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.pswp__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pswp__ui {
  background: transparent !important;
}
.pswp__ui--idle {
  opacity: 0;
}
.pswp__button--zoom {
  display: none;
}
.pswp__container {
  background: transparent !important;
}
.pswp__content {
  background: transparent !important;
}
.pswp__zoom-wrap {
  background: transparent !important;
}
.pswp__item {
  background: transparent !important;
}

#cms {
  /**
  * Hero Header
  **/
  /* Responsive media queries */
}
#cms .hero {
  position: relative;
  margin-top: calc(1.875rem + 4.6875vw);
}
@media (min-width: 1920px) {
  #cms .hero {
  margin-top: 7.5rem;
  }
}
#cms .hero-header {
  height: calc(85vh - 120px);
  min-height: 600px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #cms .hero-header {
    height: calc(50vh - 120px);
  }
}
@media (max-width: 767px) {
  #cms .hero-header {
    height: 100%;
    min-height: inherit;
  }
}
#cms .hero-header-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url("../img/home1.jpg") no-repeat center center fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  #cms .hero-header-image {
    height: calc(50vh - 120px);
    position: relative;
    background-attachment: local;
  }
}
#cms .hero-header-content {
  position: absolute;
  width: 40%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #cms .hero-header-content {
    transform: translateY(-50%) translateX(70%);
    width: 60%;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  #cms .hero-header-content {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    transform: none;
    max-height: -moz-min-content;
    max-height: min-content;
  }
}
#cms .hero-header-content h1 {
  font-size: calc(1.375rem + 0.9375vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: calc(1.4375rem + 1.40625vw);
  margin: calc(1.6875rem + 3.28125vw) calc(1.5rem + 1.875vw) calc(1.40625rem + 1.171875vw) calc(1.6875rem + 3.28125vw);
  color: #ffffff;
}
@media (min-width: 1920px) {
  #cms .hero-header-content h1 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin: 5.625rem 3.75rem 2.8125rem 5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #cms .hero-header-content h1 {
    font-size: calc(1.3125rem + 0.46875vw);
    margin: calc(1.40625rem + 1.171875vw) calc(1.3125rem + 0.46875vw) 0.9375rem calc(1.40625rem + 1.171875vw);
  }
  @media (min-width: 1920px) {
    #cms .hero-header-content h1 {
    font-size: 1.875rem;
    margin: 2.8125rem 1.875rem 0.9375rem 2.8125rem;
    }
  }
}
#cms .hero-header-content p {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  line-height: calc(1.3125rem + 0.46875vw);
  margin: 0 calc(1.5rem + 1.875vw) calc(1.6875rem + 3.28125vw) calc(1.6875rem + 3.28125vw);
}
@media (min-width: 1920px) {
  #cms .hero-header-content p {
  line-height: 1.875rem;
  margin: 0 3.75rem 5.625rem 5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #cms .hero-header-content p {
    font-size: 1rem;
    margin: 0 calc(1.40625rem + 1.171875vw) calc(1.40625rem + 1.171875vw) calc(1.40625rem + 1.171875vw);
  }
  @media (min-width: 1920px) {
    #cms .hero-header-content p {
    margin: 0 2.8125rem 2.8125rem 2.8125rem;
    }
  }
}
#cms .hero-header-content .white-bar-slider {
  height: 1rem;
  width: calc(2.325rem + 8.0625vw);
  background-color: #ffffff;
  position: absolute;
  top: 40%;
  left: -15%;
}
@media (min-width: 1920px) {
  #cms .hero-header-content .white-bar-slider {
  width: 12rem;
  }
}
@media (min-width: 768px) {
  #cms .logo,
  #cms .prl-logo {
    font-size: 1rem;
  }
  #cms .hero-content h2 {
    font-size: 2rem;
  }
  #cms .hero-content p {
    font-size: 0.8rem;
  }
}
@media (max-width: 425px) {
  #cms nav {
    padding: 1rem 3rem;
  }
}

#breadcrumbs a {
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}
#breadcrumbs a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: black;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
#breadcrumbs a:hover::after, #breadcrumbs a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

.sticky-contact-btn {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(29, 29, 27, 0.95), rgba(29, 29, 27, 0.85));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 500;
  transform-origin: center;
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  pointer-events: none;
}
.sticky-contact-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.sticky-contact-btn .contact-icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sticky-contact-btn:hover {
  transform: scale(1.02);
  background: linear-gradient(135deg, rgb(29, 29, 27), rgba(29, 29, 27, 0.9));
  border-color: rgba(255, 255, 255, 0.15);
}
.sticky-contact-btn:hover .contact-icon {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .sticky-contact-btn {
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 12px;
    border-radius: 50%;
  }
  .sticky-contact-btn span {
    display: none;
  }
  .sticky-contact-btn .contact-icon {
    width: 24px;
    height: 24px;
    margin: 0;
  }
}

#cms .team {
  --left: calc(1.40625rem + 1.171875vw);
  --right: calc(1.40625rem + 1.171875vw);
  left: var(--left);
  right: var(--right);
  width: calc(100% - (var(--left) + var(--right)));
}

@media (min-width: 1920px) {
  #cms .team {
  --left: 2.8125rem;
  --right: 2.8125rem;
  }
}
#cms .team .member {
  place-items: center;
}
#cms .team .member img.member-pic,
#cms .team .member a.member-pic {
  width: calc(3.9375rem + 20.15625vw);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(80%);
  transform: scale(var(--_t, 1));
  clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
  -o-object-position: top;
     object-position: top;
  transition: 0.5s ease;
}
@media (min-width: 1920px) {
  #cms .team .member img.member-pic,
#cms .team .member a.member-pic {
  width: 28.125rem;
  }
}
#cms .team .member img.member-pic:hover,
#cms .team .member a.member-pic:hover {
  filter: grayscale(0);
  --_t: 1.15;
}
@media (max-width: 767px) {
  #cms .team .member img.member-pic,
  #cms .team .member a.member-pic {
    width: calc(7.525rem + 47.0625vw);
  }
  @media (min-width: 1920px) {
    #cms .team .member img.member-pic,
  #cms .team .member a.member-pic {
    width: 64rem;
    }
  }
}
#cms .team .member-bg {
  width: calc(4.25rem + 22.5vw);
}
@media (min-width: 1920px) {
  #cms .team .member-bg {
  width: 31.25rem;
  }
}
@media (max-width: 767px) {
  #cms .team .member-bg {
    width: calc(7.6875rem + 48.28125vw);
  }
  @media (min-width: 1920px) {
    #cms .team .member-bg {
    width: 65.625rem;
    }
  }
}
#cms .team .member-name {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: calc(1.26875rem + 0.140625vw);
}
@media (min-width: 1920px) {
  #cms .team .member-name {
  font-size: 1.4375rem;
  }
}
#cms .team .member-function {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
#cms .team .member-sn img.sn-fb {
  width: 0.5625rem;
  height: 1.125rem;
}
#cms .team .member-sn img.sn-in {
  width: 1.125rem;
  height: 1.125rem;
}
#cms .team .member-sn img.sn-ig {
  width: 1.125rem;
  height: 1.125rem;
}

.partners-title {
  padding-top: calc(1.6875rem + 3.28125vw);
}

@media (min-width: 1920px) {
  .partners-title {
  padding-top: 5.625rem;
  }
}
.partners-title::before {
  position: absolute;
  content: " ";
  background-color: #000000;
  width: 1rem;
  height: calc(2.6875rem + 10.78125vw);
  z-index: 10;
  top: calc(1.6875rem + 3.28125vw);
  left: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .partners-title::before {
  height: 15.625rem;
  top: 5.625rem;
  left: 2.8125rem;
  }
}
.partners-title-text {
  z-index: 3;
  padding-left: calc(1.7875rem + 4.03125vw);
}
@media (min-width: 1920px) {
  .partners-title-text {
  padding-left: 6.625rem;
  }
}
.partners-container {
  min-height: calc(4.875rem + 27.1875vw);
}
@media (min-width: 1920px) {
  .partners-container {
  min-height: 37.5rem;
  }
}

.services .fixed-lines {
  grid-template-columns: repeat(2, 1fr);
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.services .fixed-lines div:first-child {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
  border-right-width: 2px;
}
.services-el {
  position: relative;
}
.services-el.even::before {
  position: absolute;
  content: " ";
  background-color: #000000;
  width: 10%;
  height: 2px;
  z-index: 10;
  top: 50%;
  left: calc(-15% - 5px);
}
@media (max-width: 767px) {
  .services-el.even::before {
    top: -10%;
    width: 2px;
    left: 50%;
    height: 10%;
  }
}
.services-el.odd::before {
  position: absolute;
  content: " ";
  background-color: #000000;
  width: 10%;
  height: 2px;
  z-index: 10;
  top: 50%;
  right: calc(-15% - 5px);
}
@media (max-width: 767px) {
  .services-el.odd::before {
    top: -12.5%;
    width: 2px;
    left: 50%;
    right: inherit;
    height: 10%;
  }
}

.estimation-form .pos {
  --size: calc(1.6875rem + 3.28125vw);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #c5c5c5;
  font-size: 1.25rem;
  line-height: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-left: calc(1.5rem + 1.875vw);
  margin-right: calc(1.5rem + 1.875vw);
}

@media (min-width: 1920px) {
  .estimation-form .pos {
  --size: 5.625rem;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  }
}
.estimation-form .pos.active {
  background-color: #000000;
}
@media (max-width: 767px) {
  .estimation-form .pos {
    --size: calc(1.5rem + 1.875vw);
    font-size: 0.9375rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  @media (min-width: 1920px) {
    .estimation-form .pos {
    --size: 3.75rem;
    }
  }
}
.estimation-form .bar {
  height: 9px;
  width: calc(2.5625rem + 9.84375vw);
  overflow: hidden;
}
@media (min-width: 1920px) {
  .estimation-form .bar {
  width: 14.375rem;
  }
}
.estimation-form .bar-gray {
  z-index: 0;
  background-color: #c5c5c5;
  width: 100%;
  height: 100%;
}
.estimation-form .bar-black {
  z-index: 1;
  background-color: #000000;
  width: 0;
  height: 100%;
}
.estimation-form_content {
  padding: calc(1.6875rem + 3.28125vw);
  padding-top: 0;
}
@media (min-width: 1920px) {
  .estimation-form_content {
  padding: 5.625rem;
  }
}
.estimation-form_content-input.error {
  border-color: red;
  color: red;
}
@media (max-width: 479px) {
  .estimation-form_content-btn {
    width: 100%;
  }
}
.estimation-form_block {
  position: relative;
  height: calc(4.96875rem + 27.890625vw);
  width: 90%;
  right: 10%;
  left: 0;
}
@media (min-width: 1920px) {
  .estimation-form_block {
  height: 38.4375rem;
  }
}
@media (max-width: 479px) {
  .estimation-form_block {
    width: 100%;
  }
}
.estimation-form_block .form-step-1,
.estimation-form_block .form-step-2,
.estimation-form_block .form-step-3,
.estimation-form_block .form-step-4 .form-step-5 {
  width: 100%;
  background-color: #000000;
}
.estimation-form_block .form-step-1 {
  height: calc(4.96875rem + 27.890625vw);
}
@media (min-width: 1920px) {
  .estimation-form_block .form-step-1 {
  height: 38.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .estimation-form_block .form-step-1 {
    height: calc(5.84375rem + 34.453125vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-1 {
    height: 47.1875rem;
    }
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .estimation-form_block .form-step-1 {
    height: calc(11.21875rem + 74.765625vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-1 {
    height: 100.9375rem;
    }
  }
}
@media (min-width: 480px) and (max-width: 589px) {
  .estimation-form_block .form-step-1 {
    height: calc(13.71875rem + 93.515625vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-1 {
    height: 125.9375rem;
    }
  }
}
@media (max-width: 479px) {
  .estimation-form_block .form-step-1 {
    height: calc(16.21875rem + 112.265625vw);
    padding-top: 45px;
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-1 {
    height: 150.9375rem;
    }
  }
}
.estimation-form_block .form-step-2 {
  height: calc(6.3125rem + 37.96875vw);
}
@media (min-width: 1920px) {
  .estimation-form_block .form-step-2 {
  height: 51.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .estimation-form_block .form-step-2 {
    height: calc(7.6875rem + 48.28125vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-2 {
    height: 65.625rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-form_block .form-step-2 {
    height: calc(13.8125rem + 94.21875vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-2 {
    height: 126.875rem;
    }
  }
}
@media (max-width: 479px) {
  .estimation-form_block .form-step-2 {
    height: calc(18rem + 125.625vw);
    padding-top: 45px;
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-2 {
    height: 168.75rem;
    }
  }
}
.estimation-form_block .form-step-3 {
  height: calc(8.84375rem + 56.953125vw);
}
@media (min-width: 1920px) {
  .estimation-form_block .form-step-3 {
  height: 77.1875rem;
  }
}
@media (min-width: 1201px) and (max-width: 1420px) {
  .estimation-form_block .form-step-3 {
    height: calc(9.78125rem + 63.984375vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-3 {
    height: 86.5625rem;
    }
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .estimation-form_block .form-step-3 {
    height: calc(12.09375rem + 81.328125vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-3 {
    height: 109.6875rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-form_block .form-step-3 {
    height: calc(19.46875rem + 136.640625vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-3 {
    height: 183.4375rem;
    }
  }
}
@media (max-width: 479px) {
  .estimation-form_block .form-step-3 {
    height: calc(27.59375rem + 197.578125vw);
    padding-top: 45px;
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-3 {
    height: 264.6875rem;
    }
  }
}
.estimation-form_block .form-step-4 {
  height: calc(5.1125rem + 28.96875vw);
}
@media (min-width: 1920px) {
  .estimation-form_block .form-step-4 {
  height: 39.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .estimation-form_block .form-step-4 {
    height: calc(7.7375rem + 48.65625vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-4 {
    height: 66.125rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-form_block .form-step-4 {
    height: calc(8.8625rem + 57.09375vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-4 {
    height: 77.375rem;
    }
  }
}
@media (max-width: 479px) {
  .estimation-form_block .form-step-4 {
    height: calc(14.4875rem + 99.28125vw);
    padding-top: 45px;
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-4 {
    height: 133.625rem;
    }
  }
}
.estimation-form_block .form-step-5 {
  height: calc(5.1125rem + 28.96875vw);
}
@media (min-width: 1920px) {
  .estimation-form_block .form-step-5 {
  height: 39.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .estimation-form_block .form-step-5 {
    height: calc(7.7375rem + 48.65625vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-5 {
    height: 66.125rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-form_block .form-step-5 {
    height: calc(8.8625rem + 57.09375vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-5 {
    height: 77.375rem;
    }
  }
}
@media (max-width: 479px) {
  .estimation-form_block .form-step-5 {
    height: calc(14.4875rem + 99.28125vw);
    padding-top: 45px;
  }
  @media (min-width: 1920px) {
    .estimation-form_block .form-step-5 {
    height: 133.625rem;
    }
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .estimation-form_block {
    height: calc(5.84375rem + 34.453125vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block {
    height: 47.1875rem;
    }
  }
}
@media (max-width: 767px) {
  .estimation-form_block {
    height: calc(11.21875rem + 74.765625vw);
  }
  @media (min-width: 1920px) {
    .estimation-form_block {
    height: 100.9375rem;
    }
  }
}
.estimation-form_block h2 {
  padding: calc(1.5rem + 1.875vw);
  padding-left: calc(1.6875rem + 3.28125vw);
}
@media (min-width: 1920px) {
  .estimation-form_block h2 {
  padding: 3.75rem;
  padding-left: 5.625rem;
  }
}
.estimation-form_disclaimer {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 479px) {
  .estimation-form_disclaimer {
    height: 9rem;
  }
}

.contact {
  height: calc(6.65625rem + 40.546875vw);
}

@media (min-width: 1920px) {
  .contact {
  height: 55.3125rem;
  }
}
@media (max-width: 767px) {
  .contact {
    height: calc(17.125rem + 119.0625vw);
  }
  @media (min-width: 1920px) {
    .contact {
    height: 160rem;
    }
  }
}
@media (max-width: 639px) {
  .contact {
    height: calc(18rem + 125.625vw);
  }
  @media (min-width: 1920px) {
    .contact {
    height: 168.75rem;
    }
  }
}
@media (max-width: 599px) {
  .contact {
    height: calc(18.9375rem + 132.65625vw);
  }
  @media (min-width: 1920px) {
    .contact {
    height: 178.125rem;
    }
  }
}
@media (max-width: 499px) {
  .contact {
    height: calc(19.875rem + 139.6875vw);
  }
  @media (min-width: 1920px) {
    .contact {
    height: 187.5rem;
    }
  }
}
@media (max-width: 449px) {
  .contact {
    height: calc(21.75rem + 153.75vw);
  }
  @media (min-width: 1920px) {
    .contact {
    height: 206.25rem;
    }
  }
}
@media (max-width: 339px) {
  .contact {
    height: calc(23.625rem + 167.8125vw);
  }
  @media (min-width: 1920px) {
    .contact {
    height: 225rem;
    }
  }
}
.contact-form {
  left: calc(1.875rem + 4.6875vw);
  top: calc(1.5rem + 1.875vw);
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.95);
}
@media (min-width: 1920px) {
  .contact-form {
  left: 7.5rem;
  top: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .contact-form {
    padding: calc(1.40625rem + 1.171875vw);
  }
  @media (min-width: 1920px) {
    .contact-form {
    padding: 2.8125rem;
    }
  }
}
@media (max-width: 780px) {
  .contact-form {
    padding: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    .contact-form {
    padding: 1.875rem;
    }
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .contact-form {
    --left: calc(1.875rem + 4.6875vw);
    --right: calc(1.875rem + 4.6875vw);
    left: var(--left);
    right: var(--right);
    width: calc(100% - var(--left) - var(--right));
    max-height: 750px;
  }
  @media (min-width: 1920px) {
    .contact-form {
    --left: 7.5rem;
    --right: 7.5rem;
    }
  }
}
@media (max-width: 539px) {
  .contact-form {
    left: 0;
    right: 0;
    width: 100%;
    max-height: 760px;
  }
}
.contact-form_send-input {
  position: relative;
  overflow: hidden;
}
.contact-form_send-input::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.contact-form_send-input:focus-within::after {
  transform: translateX(0);
}
.contact-form_send-input input,
.contact-form_send-input textarea {
  transition: padding 0.3s ease;
}
.contact-form_send-input input:focus,
.contact-form_send-input textarea:focus {
  padding-left: 0.5rem;
}
.contact-map {
  right: calc(1.875rem + 4.6875vw);
  top: calc(1.875rem + 4.6875vw);
  height: calc(5.90625rem + 34.921875vw);
}
@media (min-width: 1920px) {
  .contact-map {
  right: 7.5rem;
  top: 7.5rem;
  height: 47.8125rem;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .contact-map {
    --left: calc(2.25rem + 7.5vw);
    --right: calc(2.25rem + 7.5vw);
    left: var(--left);
    right: var(--right);
    width: calc(100% - var(--left) - var(--right));
  }
  @media (min-width: 1920px) {
    .contact-map {
    --left: 11.25rem;
    --right: 11.25rem;
    }
  }
}
@media (max-width: 539px) {
  .contact-map {
    --left: calc(1.3125rem + 0.46875vw);
    --right: calc(1.3125rem + 0.46875vw);
    left: var(--left);
    right: var(--right);
    width: calc(100% - var(--left) - var(--right));
  }
  @media (min-width: 1920px) {
    .contact-map {
    --left: 1.875rem;
    --right: 1.875rem;
    }
  }
}
.contact .marker {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.contact .mapboxgl-control-container {
  display: none;
}
.contact-address_container {
  height: calc(4.375rem + 23.4375vw);
}
@media (min-width: 1920px) {
  .contact-address_container {
  height: 32.5rem;
  }
}
@media (max-width: 1399px) {
  .contact-address_container {
    height: calc(4.875rem + 27.1875vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 37.5rem;
    }
  }
}
@media (max-width: 1023px) {
  .contact-address_container {
    height: calc(8rem + 50.625vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 68.75rem;
    }
  }
}
@media (max-width: 849px) {
  .contact-address_container {
    height: calc(8.9375rem + 57.65625vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 78.125rem;
    }
  }
}
@media (max-width: 767px) {
  .contact-address_container {
    height: calc(9.25rem + 60vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 81.25rem;
    }
  }
}
@media (max-width: 649px) {
  .contact-address_container {
    height: calc(10.5rem + 69.375vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 93.75rem;
    }
  }
}
@media (max-width: 599px) {
  .contact-address_container {
    height: calc(11.125rem + 74.0625vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 100rem;
    }
  }
}
@media (max-width: 499px) {
  .contact-address_container {
    height: calc(12.375rem + 83.4375vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 112.5rem;
    }
  }
}
@media (max-width: 449px) {
  .contact-address_container {
    height: calc(13rem + 88.125vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 118.75rem;
    }
  }
}
@media (max-width: 339px) {
  .contact-address_container {
    height: calc(14.25rem + 97.5vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container {
    height: 131.25rem;
    }
  }
}
.contact-address_container-content {
  padding: calc(1.5rem + 1.875vw);
  width: 65%;
}
@media (min-width: 1920px) {
  .contact-address_container-content {
  padding: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .contact-address_container-content {
    padding: calc(1.875rem + 4.6875vw);
    width: 100%;
  }
  @media (min-width: 1920px) {
    .contact-address_container-content {
    padding: 7.5rem;
    }
  }
}
.contact-address_container-content h3 {
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .contact-address_container-content h3 {
    font-size: 1rem;
  }
}
.contact-address_container-sn {
  --left: calc(1.875rem + 4.6875vw);
  left: var(--left);
  padding: calc(1.5rem + 1.875vw);
  width: calc(35% - var(--left));
}
@media (min-width: 1920px) {
  .contact-address_container-sn {
  --left: 7.5rem;
  padding: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .contact-address_container-sn {
    left: 0;
    padding: calc(1.875rem + 4.6875vw);
    width: 100%;
  }
  @media (min-width: 1920px) {
    .contact-address_container-sn {
    padding: 7.5rem;
    }
  }
}
@media (max-width: 767px) {
  .contact-address_container-sn {
    left: calc(1.875rem + 4.6875vw);
  }
  @media (min-width: 1920px) {
    .contact-address_container-sn {
    left: 7.5rem;
    }
  }
}
@media (max-width: 449px) {
  .contact-address_container-sn {
    left: 0;
  }
}
.contact-address_container-sn h3 {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .contact-address_container-sn h3 {
    font-size: 1rem;
  }
}
.contact .input-wrapper {
  position: relative;
}
.contact .input-wrapper label {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.6);
}
.contact .input-wrapper input:not(:-moz-placeholder-shown) ~ label {
  top: -0.5rem;
  left: 0;
  font-size: 0.75rem;
  color: white;
}
.contact .input-wrapper input:focus ~ label,
.contact .input-wrapper input:not(:placeholder-shown) ~ label {
  top: -0.5rem;
  left: 0;
  font-size: 0.75rem;
  color: white;
}
.contact-map {
  position: relative;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.contact-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
  transition: background 0.3s ease;
}
.contact-map:hover::before {
  background: rgba(0, 0, 0, 0);
}

.form-success {
  position: relative;
  overflow: hidden;
}
.form-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #28a745, #218838);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.form-success.success::before {
  transform: translateX(0);
}

.contact-address_container-content_blocks .social-link {
  position: relative;
  transition: transform 0.3s ease;
}
.contact-address_container-content_blocks .social-link:hover {
  transform: translateY(-2px);
}
.contact-address_container-content_blocks .social-link:hover img {
  filter: brightness(1.2);
}
.contact-address_container-content_blocks .social-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.contact-address_container-content_blocks .social-link:hover::after {
  width: 100%;
}

/**
 * Blog Search Section
 **/
.blog-search_content {
  margin-top: calc(1.6875rem + 3.28125vw);
  padding: calc(1.5rem + 1.875vw) calc(1.875rem + 4.6875vw);
}
@media (min-width: 1920px) {
  .blog-search_content {
  margin-top: 5.625rem;
  padding: 3.75rem 7.5rem;
  }
}

/**
 * Blog Content Section
 **/
.blog-container {
  margin-top: calc(1.6875rem + 3.28125vw);
  margin-right: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .blog-container {
  margin-top: 5.625rem;
  margin-right: 1.875rem;
  }
}
.blog-container-main_excerpt {
  padding: calc(1.40625rem + 1.171875vw);
  padding-top: 0.9375rem;
}
@media (min-width: 1920px) {
  .blog-container-main_excerpt {
  padding: 2.8125rem;
  }
}
.blog-container-main_button {
  margin-bottom: calc(1.5rem + 1.875vw);
  margin-top: calc(-1.3125rem - 0.46875vw);
}
@media (min-width: 1920px) {
  .blog-container-main_button {
  margin-bottom: 3.75rem;
  margin-top: -1.875rem;
  }
}
.blog-container-columns-column {
  margin-bottom: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .blog-container-columns-column {
  margin-bottom: 1.875rem;
  }
}
.blog-container-columns-column:nth-child(even) {
  margin-left: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .blog-container-columns-column:nth-child(even) {
  margin-left: 1.875rem;
  }
}
.blog-container-columns-column:nth-child(odd) {
  margin-right: calc(1.3125rem + 0.46875vw);
}
@media (min-width: 1920px) {
  .blog-container-columns-column:nth-child(odd) {
  margin-right: 1.875rem;
  }
}
.blog-container-columns-column_excerpt {
  padding: calc(1.3125rem + 0.46875vw);
  padding-top: 0.9375rem;
}
@media (min-width: 1920px) {
  .blog-container-columns-column_excerpt {
  padding: 1.875rem;
  }
}
.blog-container-columns-column_button {
  margin-bottom: calc(1.40625rem + 1.171875vw);
  margin-top: -0.9375rem;
}
@media (min-width: 1920px) {
  .blog-container-columns-column_button {
  margin-bottom: 2.8125rem;
  }
}
.blog-container-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: calc(1.3125rem + 0.46875vw);
  margin-bottom: calc(1.3125rem + 0.46875vw);
  text-align: center;
}
@media (min-width: 1920px) {
  .blog-container-pagination {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  }
}
.blog-container-pagination a,
.blog-container-pagination span {
  color: #000;
  width: calc(1.40625rem + 1.171875vw);
  height: calc(1.40625rem + 1.171875vw);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 1920px) {
  .blog-container-pagination a,
.blog-container-pagination span {
  width: 2.8125rem;
  height: 2.8125rem;
  }
}
.blog-container-pagination a:hover,
.blog-container-pagination span:hover {
  background-color: #000;
  color: #fff;
}
.blog-container-pagination .current {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/**
 * Single Blog Post
 */
.single-blog-content .wp-block-media-text__content {
  padding: 0;
}
.single-blog-content blockquote {
  border-left: 0.9375rem solid #1D1D1B;
  padding-left: calc(1.40625rem + 1.171875vw);
  padding-right: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .single-blog-content blockquote {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  }
}
.single-blog-content ol {
  list-style: auto;
  margin-left: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.single-blog-content ol li {
  font-weight: 400;
  padding-left: 1rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.single-blog-content ol li::marker {
  font-weight: bold;
}
.single-blog-content h2.wp-block-heading {
  font-size: calc(1.3rem + 0.375vw);
  font-weight: bold;
  margin-top: 0.9375rem;
}
@media (min-width: 1920px) {
  .single-blog-content h2.wp-block-heading {
  font-size: 1.75rem;
  }
}
.single-blog-content h3.wp-block-heading {
  font-size: calc(1.275rem + 0.1875vw);
  font-weight: bold;
  margin-top: 0.9375rem;
}
@media (min-width: 1920px) {
  .single-blog-content h3.wp-block-heading {
  font-size: 1.5rem;
  }
}
.single-blog-content h4.wp-block-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.9375rem;
}

/**
 * Blog Sidebar Section
 **/
.blog-sidebar {
  margin-top: calc(1.6875rem + 3.28125vw);
  padding-left: calc(1.3125rem + 0.46875vw);
  position: sticky;
  bottom: 0;
}
@media (min-width: 1920px) {
  .blog-sidebar {
  margin-top: 5.625rem;
  padding-left: 1.875rem;
  }
}
.blog-sidebar .sidebar_element {
  margin-bottom: calc(1.5rem + 1.875vw);
}
@media (min-width: 1920px) {
  .blog-sidebar .sidebar_element {
  margin-bottom: 3.75rem;
  }
}

:root {
  --gray-color: rgba(220, 220, 220, 1);
  --dark-color: rgba(29, 29, 27, 1);
}

/**
 * Newsletter Section
 **/
.newsletter .fixed-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.newsletter .fixed-lines div:first-child {
  border-color: var(--gray-color);
  border-right-width: 2px;
}
.newsletter .fixed-lines div:last-child {
  border-color: var(--gray-color);
  border-left-width: 2px;
  border-right-width: 2px;
}
.newsletter-container {
  height: calc(3.625rem + 17.8125vw);
  top: calc(2.25rem + 7.5vw);
}
@media (min-width: 1920px) {
  .newsletter-container {
  height: 25rem;
  top: 11.25rem;
  }
}
@media (max-width: 767px) {
  .newsletter-container {
    height: calc(3.8125rem + 19.21875vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container {
    height: 26.875rem;
    }
  }
}
.newsletter-container-content-description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  line-height: calc(1.34375rem + 0.703125vw);
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1920px) {
  .newsletter-container-content-description {
  line-height: 2.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter-container-content-description {
    font-size: calc(1.3125rem + 0.46875vw);
    line-height: calc(1.375rem + 0.9375vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container-content-description {
    font-size: 1.875rem;
    line-height: 2.5rem;
    }
  }
}
@media (max-width: 767px) {
  .newsletter-container-content-description {
    font-size: 1.25rem;
    line-height: calc(1.3125rem + 0.46875vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container-content-description {
    line-height: 1.875rem;
    }
  }
}
.newsletter-container-content-text {
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.34375rem + 0.703125vw);
  line-height: calc(1.40625rem + 1.171875vw);
}
@media (min-width: 1920px) {
  .newsletter-container-content-text {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter-container-content-text {
    font-size: calc(1.28125rem + 0.234375vw);
    line-height: calc(1.34375rem + 0.703125vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container-content-text {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    }
  }
}
@media (max-width: 767px) {
  .newsletter-container-content-text {
    font-size: 0.9375rem;
    line-height: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container-content-text {
    line-height: 1.5625rem;
    }
  }
}
.newsletter-container-content-btn {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: calc(1.3125rem + 0.46875vw);
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1920px) {
  .newsletter-container-content-btn {
  line-height: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter-container-content-btn {
    font-size: 0.9375rem;
    line-height: calc(1.28125rem + 0.234375vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container-content-btn {
    line-height: 1.5625rem;
    }
  }
}
@media (max-width: 767px) {
  .newsletter-container-content-btn {
    font-size: 0.75rem;
    line-height: calc(1.2625rem + 0.09375vw);
  }
  @media (min-width: 1920px) {
    .newsletter-container-content-btn {
    line-height: 1.375rem;
    }
  }
}
@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }
}
.hover\:border-\[\#1D1D1B\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-\[\#1C2949\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 41 73 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#1D1D1B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#575756\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 87 86 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-\[\#1C2949\]:hover {
  --tw-text-opacity: 1;
  color: rgb(28 41 73 / var(--tw-text-opacity));
}
.hover\:text-\[\#1D1D1B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.hover\:text-\[\#575756\]:hover {
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:border-0:focus {
  border-width: 0px;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:text-neutral-100:focus {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.focus\:ring-inherit:focus {
  --tw-ring-color: inherit;
}
.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.active\:text-neutral-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.group:hover .group-hover\:left-full {
  left: 100%;
}
.group:hover .group-hover\:top-0 {
  top: 0px;
}
.group:hover .group-hover\:h-full {
  height: 100%;
}
.group:hover .group-hover\:-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-\[4\.4em\] {
  --tw-translate-y: -4.4em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is(.dark .dark\:border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}
:is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800\/50) {
  background-color: rgb(31 41 55 / 0.5);
}
:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}
:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:ring-offset-gray-800) {
  --tw-ring-offset-color: #1f2937;
}
:is(.dark .dark\:hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:focus\:ring-gray-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}
@media not all and (min-width: 768px) {
  .max-md\:\!transform-none {
    transform: none !important;
  }
}
@media (min-width: 640px) {
  .sm\:bottom-0 {
    bottom: 0px;
  }
  .sm\:z-40 {
    z-index: 40;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:h-\[630px\] {
    height: 630px;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-9\/12 {
    width: 75%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-10 {
    gap: 2.5rem;
  }
  .sm\:gap-16 {
    gap: 4rem;
  }
  .sm\:border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .sm\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .sm\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
    border-right-color: rgb(255 255 255 / 0.5);
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:right-\[10\%\] {
    right: 10%;
  }
  .md\:right-\[40\%\] {
    right: 40%;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:ml-\[5\%\] {
    margin-left: 5%;
  }
  .md\:mr-\[5\%\] {
    margin-right: 5%;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-\[540px\] {
    height: 540px;
  }
  .md\:h-\[900px\] {
    height: 900px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-\[22\.5\%\] {
    width: 22.5%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-\[67\.5\%\] {
    width: 67.5%;
  }
  .md\:w-\[75\%\] {
    width: 75%;
  }
  .md\:w-\[82\.5\%\] {
    width: 82.5%;
  }
  .md\:w-\[85\%\] {
    width: 85%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1\.5fr_1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1.5fr 1fr;
  }
  .md\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }
  .md\:grid-cols-\[auto_3fr\] {
    grid-template-columns: auto 3fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pt-56 {
    padding-top: 14rem;
  }
  .md\:pt-60 {
    padding-top: 15rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-\[120px\] {
    font-size: 120px;
  }
  .md\:text-\[17vw\] {
    font-size: 17vw;
  }
  .md\:text-\[5vh\] {
    font-size: 5vh;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:right-\[50\%\] {
    right: 50%;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-\[640px\] {
    height: 640px;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-\[calc\(100\%_\/_3_-_42px\)\] {
    width: calc(100% / 3 - 42px);
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[calc\(100\%_\/_3_-_4rem\)\] {
    width: calc(100% / 3 - 4rem);
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:left-\[7\.5\%\] {
    left: 7.5%;
  }
  .\32xl\:gap-24 {
    gap: 6rem;
  }
  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .\32xl\:text-\[155px\] {
    font-size: 155px;
  }
}