<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600; /* SemiBold */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200; /* ExtraLight */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* ExtraBold */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* Variable font supports a range of weights */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600; /* SemiBold */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600; /* SemiBold */
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* ExtraBold */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800; /* ExtraBold */
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900; /* Black */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
  font-weight: 900; /* Black */
  font-style: italic;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
  font-weight: 200; /* ExtraLight */
  font-style: normal;
  }
  
  @font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200; /* ExtraLight */
  font-style: italic;
  }
  
  
  
  .ratio {
  position: relative;
  display: block;
  overflow: hidden;
  }
  
  .ratio::before {
  display: block;
  width: 100%;
  content: "";
  }
  
  .ratio-1\:1::before {
  padding-bottom: 100%;
  }
  
  .ratio-2\:1::before {
  padding-bottom: 50%;
  }
  
  .ratio-2\:3::before {
  padding-bottom: 150%;
  }
  
  .ratio-3\:2::before {
  padding-bottom: 66.66667%;
  }
  
  .ratio-3\:4::before {
  padding-bottom: 133.33333%;
  }
  
  .ratio-4\:3::before {
  padding-bottom: 75%;
  }
  
  .ratio-5\:4::before {
  padding-bottom: 80%;
  }
  
  .ratio-8\:5::before {
  padding-bottom: 62.5%;
  }
  
  .ratio-29\:33::before {
  padding-bottom: 113.7931%;
  }
  
  .ratio-62\:60::before {
  padding-bottom: 96.77419%;
  }
  
  .ratio-63\:50::before {
  padding-bottom: 79.36508%;
  }
  
  .ratio-63\:60::before {
  padding-bottom: 95.2381%;
  }
  
  .ratio-93\:53::before {
  padding-bottom: 56.98925%;
  }
  
  .ratio-41\:35::before {
  padding-bottom: 85.36585%;
  }
  
  .ratio-41\:45::before {
  padding-bottom: 109.7561%;
  }
  
  .ratio-77\:60::before {
  padding-bottom: 77.92208%;
  }
  
  .ratio-129\:112::before {
  padding-bottom: 86.82171%;
  }
  
  .ratio-16\:9::before {
  padding-bottom: 56.25%;
  }
  
  /*--------------------------------------------------
  01. Variables
  ---------------------------------------------------*/
  :root {
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5625rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.1875rem;
  --text-5xl: 2.5rem;
  --text-6xl: 4.375rem;
  }
  
  :root {
  --preloader-image: url('../img/general/logo-light.svg');
  --shadow: 3px 10px 16px -6px #595959;
  }
  
  :root {
  --accent-color: #999;
  --secondary-color: #B88768;
  --bg-light-1: #f5f6f8;
  --bg-light-2: #F1F6F9;
  --bg-dark-1: #131419;
  --bg-dark-2: #1E2027;
  --bg-dark-3: #0D0D12;
  --bg-dark-4: #0A0A0F;
  --font-light: rgb(197, 197, 197);
  --font-dark: #454545;
  }
  
  :root {
  --font-primary: "Work Sans", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
  }
  
  /*--------------------------------------------------
  02. Reveal animations
  ---------------------------------------------------*/
  [data-anim-wrap] {
  pointer-events: none;
  }
  
  [data-anim-wrap].animated {
  pointer-events: auto;
  }
  
  [data-anim*='cover-white']::after,
  [data-anim-child*='cover-white']::after {
  background-color: white;
  }
  
  [data-anim*='cover-black']::after,
  [data-anim-child*='cover-black']::after {
  background-color: black;
  }
  
  [data-anim*='cover-light-1']::after,
  [data-anim-child*='cover-light-1']::after {
  background-color: var(--bg-light-1);
  }
  
  [data-anim*='cover-light-2']::after,
  [data-anim-child*='cover-light-2']::after {
  background-color: var(--bg-light-2);
  }
  
  [data-anim*='cover-dark-1']::after,
  [data-anim-child*='cover-dark-1']::after {
  background-color: var(--bg-dark-1);
  }
  
  [data-anim*='cover-dark-2']::after,
  [data-anim-child*='cover-dark-2']::after {
  background-color: var(--bg-dark-2);
  }
  
  [data-anim*='cover-accent']::after,
  [data-anim-child*='cover-accent']::after {
  background-color: var(--accent-color);
  }
  
  @-webkit-keyframes reveal {
  100% {
  opacity: 1;
  }
  }
  
  @keyframes reveal {
  100% {
  opacity: 1;
  }
  }
  
  [data-anim^='img-fade'],
  [data-anim-child^='img-fade'] {
  overflow: hidden;
  display: block;
  position: relative;
  }
  
  [data-anim^='img-fade'] &gt; *,
  [data-anim-child^='img-fade'] &gt; * {
  pointer-events: none;
  opacity: 0;
  transform: scale(1.5);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  [data-anim^='img-fade'].is-in-view &gt; *,
  [data-anim-child^='img-fade'].is-in-view &gt; * {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  }
  
  [data-anim^='img-right'],
  [data-anim-child^='img-right'] {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 10px;
  }
  
  [data-anim^='img-right']::after,
  [data-anim-child^='img-right']::after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  right: 0;
  z-index: 20;
  height: calc(100% + 0.125rem);
  width: calc(100% + 0.125rem);
  transform-origin: right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  
  [data-anim^='img-right'] &gt; *,
  [data-anim-child^='img-right'] &gt; * {
  transform-origin: center;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  
  [data-anim^='img-right'].is-in-view::after,
  [data-anim-child^='img-right'].is-in-view::after {
  -webkit-animation-name: imgRight;
  animation-name: imgRight;
  }
  
  [data-anim^='img-right'].is-in-view &gt; *,
  [data-anim-child^='img-right'].is-in-view &gt; * {
  -webkit-animation-name: imgReveal;
  animation-name: imgReveal;
  border-radius: 10px;
  }
  
  @-webkit-keyframes imgRight {
  0% {
  transform: scaleX(1);
  }
  100% {
  transform: scaleX(0);
  }
  }
  
  @keyframes imgRight {
  0% {
  transform: scaleX(1);
  }
  100% {
  transform: scaleX(0);
  }
  }
  
  @-webkit-keyframes imgReveal {
  0% {
  transform: scale(1.4);
  }
  100% {
  transform: scale(1.01);
  }
  }
  
  @keyframes imgReveal {
  0% {
  transform: scale(1.4);
  }
  100% {
  transform: scale(1.01);
  }
  }
  
  [data-anim^='slide-'],
  [data-anim-child^='slide-'] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  [data-anim^='slide-'].is-in-view,
  [data-anim-child^='slide-'].is-in-view {
  opacity: 0.95;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  }
  
  [data-anim^='slide-up'],
  [data-anim-child^='slide-up'] {
  transform: translate3d(0, 2.125rem, 0);
  }
  
  [data-anim^='slide-down'],
  [data-anim-child^='slide-down'] {
  transform: translate3d(0, -2.125rem, 0);
  }
  
  [data-anim^='slide-right'],
  [data-anim-child^='slide-right'] {
  transform: translate3d(-2.125rem, 0, 0);
  }
  
  [data-anim^='slide-left'],
  [data-anim-child^='slide-left'] {
  transform: translate3d(2.125rem, 0, 0);
  }
  
  [data-anim^='fade'],
  [data-anim-child^='fade'] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  [data-anim^='fade'].is-in-view,
  [data-anim-child^='fade'].is-in-view {
  opacity: 1;
  pointer-events: auto;
  }
  
  [data-anim*="delay-1"],
  [data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  }
  
  [data-anim*="delay-1"]::after,
  [data-anim-child*="delay-1"]::after {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  }
  
  [data-anim*="delay-1"] &gt; *,
  [data-anim-child*="delay-1"] &gt; * {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  }
  
  [data-anim*="delay-2"],
  [data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  }
  
  [data-anim*="delay-2"]::after,
  [data-anim-child*="delay-2"]::after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  }
  
  [data-anim*="delay-2"] &gt; *,
  [data-anim-child*="delay-2"] &gt; * {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  }
  
  [data-anim*="delay-3"],
  [data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  }
  
  [data-anim*="delay-3"]::after,
  [data-anim-child*="delay-3"]::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  }
  
  [data-anim*="delay-3"] &gt; *,
  [data-anim-child*="delay-3"] &gt; * {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  }
  
  [data-anim*="delay-4"],
  [data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  }
  
  [data-anim*="delay-4"]::after,
  [data-anim-child*="delay-4"]::after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  }
  
  [data-anim*="delay-4"] &gt; *,
  [data-anim-child*="delay-4"] &gt; * {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  }
  
  [data-anim*="delay-5"],
  [data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  }
  
  [data-anim*="delay-5"]::after,
  [data-anim-child*="delay-5"]::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  }
  
  [data-anim*="delay-5"] &gt; *,
  [data-anim-child*="delay-5"] &gt; * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  }
  
  [data-anim*="delay-6"],
  [data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  }
  
  [data-anim*="delay-6"]::after,
  [data-anim-child*="delay-6"]::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  }
  
  [data-anim*="delay-6"] &gt; *,
  [data-anim-child*="delay-6"] &gt; * {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  }
  
  [data-anim*="delay-7"],
  [data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  }
  
  [data-anim*="delay-7"]::after,
  [data-anim-child*="delay-7"]::after {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  }
  
  [data-anim*="delay-7"] &gt; *,
  [data-anim-child*="delay-7"] &gt; * {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  }
  
  [data-anim*="delay-8"],
  [data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  }
  
  [data-anim*="delay-8"]::after,
  [data-anim-child*="delay-8"]::after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  }
  
  [data-anim*="delay-8"] &gt; *,
  [data-anim-child*="delay-8"] &gt; * {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  }
  
  [data-anim*="delay-9"],
  [data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  }
  
  [data-anim*="delay-9"]::after,
  [data-anim-child*="delay-9"]::after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  }
  
  [data-anim*="delay-9"] &gt; *,
  [data-anim-child*="delay-9"] &gt; * {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  }
  
  [data-anim*="delay-10"],
  [data-anim-child*="delay-10"] {
  transition-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  }
  
  [data-anim*="delay-10"]::after,
  [data-anim-child*="delay-10"]::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  }
  
  [data-anim*="delay-10"] &gt; *,
  [data-anim-child*="delay-10"] &gt; * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  }
  
  [data-anim*="delay-11"],
  [data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  }
  
  [data-anim*="delay-11"]::after,
  [data-anim-child*="delay-11"]::after {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  }
  
  [data-anim*="delay-11"] &gt; *,
  [data-anim-child*="delay-11"] &gt; * {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  }
  
  [data-anim*="delay-12"],
  [data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  }
  
  [data-anim*="delay-12"]::after,
  [data-anim-child*="delay-12"]::after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  }
  
  [data-anim*="delay-12"] &gt; *,
  [data-anim-child*="delay-12"] &gt; * {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  }
  
  [data-anim*="delay-13"],
  [data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  }
  
  [data-anim*="delay-13"]::after,
  [data-anim-child*="delay-13"]::after {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  }
  
  [data-anim*="delay-13"] &gt; *,
  [data-anim-child*="delay-13"] &gt; * {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  }
  
  [data-anim*="delay-14"],
  [data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  }
  
  [data-anim*="delay-14"]::after,
  [data-anim-child*="delay-14"]::after {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  }
  
  [data-anim*="delay-14"] &gt; *,
  [data-anim-child*="delay-14"] &gt; * {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  }
  
  [data-anim*="delay-15"],
  [data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  
  [data-anim*="delay-15"]::after,
  [data-anim-child*="delay-15"]::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  
  [data-anim*="delay-15"] &gt; *,
  [data-anim-child*="delay-15"] &gt; * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  
  [data-anim*="delay-16"],
  [data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  }
  
  [data-anim*="delay-16"]::after,
  [data-anim-child*="delay-16"]::after {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  }
  
  [data-anim*="delay-16"] &gt; *,
  [data-anim-child*="delay-16"] &gt; * {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  }
  
  [data-anim*="delay-17"],
  [data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  }
  
  [data-anim*="delay-17"]::after,
  [data-anim-child*="delay-17"]::after {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  }
  
  [data-anim*="delay-17"] &gt; *,
  [data-anim-child*="delay-17"] &gt; * {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  }
  
  [data-anim*="delay-18"],
  [data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  }
  
  [data-anim*="delay-18"]::after,
  [data-anim-child*="delay-18"]::after {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  }
  
  [data-anim*="delay-18"] &gt; *,
  [data-anim-child*="delay-18"] &gt; * {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  }
  
  [data-anim*="delay-19"],
  [data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  }
  
  [data-anim*="delay-19"]::after,
  [data-anim-child*="delay-19"]::after {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  }
  
  [data-anim*="delay-19"] &gt; *,
  [data-anim-child*="delay-19"] &gt; * {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  }
  
  [data-anim*="delay-20"],
  [data-anim-child*="delay-20"] {
  transition-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  }
  
  [data-anim*="delay-20"]::after,
  [data-anim-child*="delay-20"]::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  }
  
  [data-anim*="delay-20"] &gt; *,
  [data-anim-child*="delay-20"] &gt; * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  }
  
  /*--------------------------------------------------
  03. Base
  ---------------------------------------------------*/
  .h-100 {
  height: 100%;
  }
  
  .d-block {
  display: block !important;
  }
  
  .socialsIcons {
  display: flex;
  margin-left: -0.75rem;
  }
  
  .socialsIcons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .socialsIcons a:hover {
  color: #B88768 !important;
  border: 1px solid #B88768;
  }
  
  .socialsIcons a + a {
  margin-left: 0.3125rem;
  }
  
  html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: 'Manrope', Arial, sans-serif;
  color: var(--font-dark);
  line-height: 1;
  font-size: 16px;
  }
  
  @media (min-width: 1600px) {
  html {
  font-size: 1vw;
  }
  }
  
  @media (min-width: 1800px) {
  html {
  font-size: 0.92vw;
  }
  }
  
  body {
  /* font-family: 'Manrope', Arial, sans-serif; */
  overflow-x: hidden;
  background-color: white;
  color: #615E5E;
  line-height: 1.7;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 19px;
  }
  
  @media (max-width: 575px) {
  .container {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  }
  }
  
  .content-wrapper.-left {
  padding-left: 20rem;
  }
  
  @media (max-width: 1199px) {
  .content-wrapper.-left {
  padding-left: 15rem;
  }
  }
  
  @media (max-width: 991px) {
  .content-wrapper.-left {
  padding-left: 0;
  }
  }
  
  .container.-sm {
  max-width: 63.75rem;
  }
  
  @media (max-width: 1199px) {
  .container.-sm {
  max-width: 960px !important;
  }
  }
  
  @media (max-width: 991px) {
  .container.-sm {
  max-width: 720px !important;
  }
  }
  
  @media (max-width: 767px) {
  .container.-sm {
  max-width: 540px !important;
  }
  }
  
  @media (max-width: 575px) {
  .container.-sm {
  max-width: 100% !important;
  }
  }
  
  ::-moz-selection {
  color: white;
  background-color: var(--accent-color);
  text-shadow: none;
  }
  
  ::selection {
  color: white;
  background-color: var(--accent-color);
  text-shadow: none;
  }
  
  main {
  /* overflow-x: hidden; */
  }
  
  section {
  overflow: hidden;
  position: relative;
  }
  
  a {
  color: #475e4e;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 200ms ease-in-out;
  }
  
  a:hover {
  text-decoration: none;
  color: #87bffb;
  }
  
  ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Manrope';
  }
  
  p {
  margin: 0;
  font-family: 'Manrope';
  line-height: 22px;
  color: #8d8d8d;
  font-size: 18px;
  }
  
  button:focus {
  outline: 0;
  }
  
  .nice-select {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.25rem;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  }
  
  .nice-select:hover {
  border-color: #dbdbdb;
  }
  
  .nice-select:active,
  .nice-select.open,
  .nice-select:focus {
  border-color: black;
  }
  
  .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 0.3125rem;
  margin-top: -rem(4px);
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 0.3125rem;
  }
  
  .nice-select.open:after {
  transform: rotate(-135deg);
  }
  
  .nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1) translateY(0);
  }
  
  .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
  }
  
  .nice-select.disabled:after {
  border-color: #cccccc;
  }
  
  .nice-select.wide {
  width: 100%;
  }
  
  .nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
  }
  
  .nice-select.right {
  float: right;
  }
  
  .nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
  }
  
  .nice-select.small {
  font-size: 0.75rem;
  height: 2.25rem;
  line-height: 2.125rem;
  }
  
  .nice-select.small:after {
  height: 0.25rem;
  width: 0.25rem;
  }
  
  .nice-select.small .option {
  line-height: 2.125rem;
  min-height: 2.125rem;
  }
  
  .nice-select .nice-select-dropdown {
  margin-top: 0.0625rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: top;
  transform: scaleY(0.8) translateY(0);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
  }
  
  .nice-select .list {
  overflow: hidden;
  padding: 0;
  max-height: 13.125rem;
  overflow-y: auto;
  padding: 12px 0;
  }
  
  .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
  }
  
  .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.5rem;
  list-style: none;
  outline: none;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  text-align: left;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .nice-select .option:last-child {
  border-bottom: none;
  }
  
  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
  background-color: #f6f6f6;
  }
  
  .nice-select .option.selected {
  font-weight: bold;
  }
  
  .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
  }
  
  .no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
  }
  
  .no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
  }
  
  .nice-select .list::-webkit-scrollbar {
  width: 0;
  }
  
  .nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 0.75rem;
  min-height: 2.25rem;
  line-height: 1.375rem;
  }
  
  .nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 0.625rem;
  display: inline-block;
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
  margin-right: 0.1875rem;
  }
  
  .nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 1.5rem;
  padding: 0;
  }
  
  .nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.875rem;
  margin-bottom: 0.625rem;
  pointer-events: none;
  }
  
  .nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #F9F6F6;
  border: none !important;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 1.25rem;
  margin-top: 1.25rem;
  width: 100%;
  min-height: 2.25rem;
  line-height: 1.375rem;
  height: auto;
  outline: 0 !important;
  font-size: 0.875rem;
  }
  
  /*--------------------------------------------------
  04. Buttons
  ---------------------------------------------------*/
  button {
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
  }
  
  .button {
  position: relative;
  display: inline-block;
  border: 0;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .button::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  right: 0.3125rem;
  left: 0.3125rem;
  }
  
  .button.-md {
  min-width: 13.75rem;
  padding: 1.25rem 2rem;
  }
  
  .button::after {
  opacity: 0.4;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .button.-hovered::after {
  opacity: 1 !important;
  }
  
  .button:hover::after {
  opacity: 1;
  }
  
  .button.-white {
  background-color: white !important;
  }
  
  .button.-white::after {
  border: 1px solid #999 !important;
  }
  
  .button.-grey {
  background-color: #615E5E !important;
  }
  
  .button.-grey::after {
  border: 1px solid white !important;
  }
  
  .button.-grey:hover {
  color: white !important;
  }
  
  .button.-accent {
  background-color: var(--accent-color) !important;
  }
  
  .button.-accent::after {
  border: 1px solid white !important;
  }
  
  .button.-accent:hover {
  color: white !important;
  }
  
  .button.-secondary {
  background-color: var(--secondary-color) !important;
  }
  
  .button.-secondary::after {
  border: 1px solid white !important;
  }
  
  .button.-dark {
  background-color: #3C5343!important;
  border-radius: 10px;
  }
  
  .button.-dark::after {
  border: 1px solid white !important;
  border-radius: 10px;
  }
  
  .button.-simple {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .button.-simple::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  width: 2.75rem;
  height: 0.0625rem;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  }
  
  .button.-simple:hover::before {
  width: 4rem;
  }
  
  .button.-icon .icon {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .button.-icon:hover .icon {
  transform: translateX(0.375rem);
  }
  
  .button-pulse {
  position: relative;
  z-index: unset !important;
  }
  
  .button-pulse__btn {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 0;
  border-radius: 100%;
  }
  
  .button-pulse__btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #B88768;
  -webkit-animation: video_btn_pulse 2.4s infinite;
  animation: video_btn_pulse 2.4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .button-pulse__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  }
  
  .button-pulse__btn i {
  position: relative;
  z-index: 2;
  }
  
  .button-pulse.-light .button-pulse__btn::after {
  background-color: #FFF;
  }
  
  @-webkit-keyframes video_btn_pulse {
  0% {
  opacity: 0.6;
  transform: scale(1);
  }
  75% {
  opacity: 0;
  transform: scale(1.4);
  }
  100% {
  opacity: 0;
  transform: scale(1.4);
  }
  }
  
  @keyframes video_btn_pulse {
  0% {
  opacity: 0.6;
  transform: scale(1);
  }
  75% {
  opacity: 0;
  transform: scale(1.4);
  }
  100% {
  opacity: 0;
  transform: scale(1.4);
  }
  }
  
  /*--------------------------------------------------
  05. Forms
  ---------------------------------------------------*/
  .form-switch {
  display: flex;
  align-items: center;
  }
  
  .form-switch label {
  margin: 0;
  margin-left: 0.875rem;
  font-size: 0.875rem;
  }
  
  .form-switch .switch {
  position: relative;
  width: 3.75rem;
  height: 1.875rem;
  }
  
  .form-switch .switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0.625rem 3.125rem rgba(13, 38, 59, 0.1);
  background-color: transparent;
  transition: .3s;
  border-radius: 1.875rem;
  border: 1px solid #E4E4E4;
  }
  
  .form-switch .switch__slider::before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.3125rem;
  bottom: 0.25rem;
  background-color: #E4E4E4;
  border-radius: 50%;
  transition: .3s;
  }
  
  .form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  }
  
  .form-switch .switch input:checked + .switch__slider {
  background-color: #B88768;
  }
  
  .form-switch .switch input:focus + .switch__slider {
  box-shadow: 0 0 1px #B88768;
  }
  
  .form-switch .switch input:checked + .switch__slider {
  border-color: #B88768;
  }
  
  .form-switch .switch input:checked + .switch__slider::before {
  transform: translateX(29px);
  background-color: #FFFFFF;
  }
  
  .form-radio {
  display: flex;
  align-items: center;
  }
  
  .form-radio label {
  margin: 0;
  margin-left: 0.5625rem;
  font-size: 0.875rem;
  }
  
  .form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
  }
  
  .form-radio .radio__mark {
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  border: 2px solid #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .form-radio .radio__icon {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: black;
  }
  
  .form-radio .radio input {
  z-index: 5;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  }
  
  .form-radio .radio input:checked ~ .radio__mark {
  border-color: black;
  }
  
  .form-radio .radio input:checked ~ .radio__mark .radio__icon {
  display: block;
  }
  
  .form-radio .radio:hover input ~ .radio__mark {
  background-color: rgba(0, 0, 0, 0.05);
  }
  
  .form-checkbox {
  display: flex;
  align-items: center;
  }
  
  .form-checkbox label {
  margin: 0;
  margin-left: 0.5625rem;
  font-size: 0.875rem;
  }
  
  .form-checkbox .checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  }
  
  .form-checkbox .checkbox__mark {
  height: 1.125rem;
  width: 1.125rem;
  border: 2px solid #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .form-checkbox .checkbox__icon {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  stroke-width: 2;
  color: white;
  }
  
  .form-checkbox .checkbox input {
  z-index: 5;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  }
  
  .form-checkbox .checkbox input:checked ~ .checkbox__mark {
  background-color: black;
  border-color: black;
  }
  
  .form-checkbox .checkbox input:checked ~ .checkbox__mark .checkbox__icon {
  display: block;
  }
  
  .form-checkbox .checkbox:hover input ~ .checkbox__mark {
  background-color: rgba(0, 0, 0, 0.05);
  }
  
  .form-checkbox .checkbox:hover input:checked ~ .checkbox__mark {
  background-color: rgba(0, 0, 0, 0.8);
  }
  

    /*
  form select,
  form input[type="text"],
  form input[type="search"],
  form textarea,
  form input[type="email"] {
  border: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
  padding: 0.875rem 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  


  form select:focus,
  form input[type="text"]:focus,
  form input[type="search"]:focus,
  form textarea:focus,
  form input[type="email"]:focus {
  outline: none;
  border-bottom: 1px solid black;
  }
  */

  form .form__error {
  display: none;
  color: rgba(255, 0, 0, 0.8);
  padding-top: 8px;
  }
  
  form .form__error.is-active {
  display: block;
  }
  
  form .ajax-form-alert {
  display: none;
  margin-top: 24px;
  }
  
  form .ajax-form-alert__content {
  padding: 10px 20px;
  font-size: 15px;
  }
  
  form .ajax-form-alert.is-error .ajax-form-alert__content {
  color: rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 0, 13, 0.205);
  border: 1px solid rgba(255, 0, 0, 0.459);
  }
  
  form .ajax-form-alert.is-success .ajax-form-alert__content {
  color: rgba(0, 255, 55, 0.76);
  background-color: rgba(0, 255, 64, 0.205);
  border: 1px solid rgba(0, 255, 55, 0.459);
  }
  
  form .ajax-form-alert.is-active {
  display: block;
  }
  
  form ::-moz-placeholder {
  font-weight: 400;
  }
  
  form :-ms-input-placeholder {
  font-weight: 400;
  }
  
  form ::placeholder {
  font-weight: 400;
  }
  
  form.-light label,
  form.-light p {
  color: white;
  }
  
  form.-light select,
  form.-light input[type="text"],
  form.-light input[type="search"],
  form.-light textarea,
  form.-light input[type="email"] {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  
  form.-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  }
  
  form.-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  }
  
  form.-light ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  }
  
  /*--------------------------------------------------
  06. Typography
  ---------------------------------------------------*/
  h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #28282c;
  }
  
  h1 {
  margin-bottom: 20px;
  }
  
  h2 {font-size: 30px;!;!im;!i;!i;!;!u;!uu;!u;!;}
  
  h3 {
  font-size: var(--text-4xl);
  }
  
  h4 {
  font-size: var(--text-3xl);
  }
  
  h5 {
  font-size: var(--text-2xl);
  }
  
  h6 {
  font-size: var(--text-xl);
  }
  
  .text-xs {
  font-size: var(--text-xs) !important;
  }
  
  .text-sm {
  /* font-size: var(--text-sm) !important; */
  }
  
  .text-base {
  font-size: var(--text-base) !important;
  }
  
  .text-lg {
  font-size: var(--text-lg) !important;
  }
  
  .text-xl {
  font-size: var(--text-xl) !important;
  }
  
  .text-2xl {
  font-size: var(--text-2xl) !important;
  }
  
  .text-3xl {
  font-size: var(--text-3xl) !important;
  }
  
  .text-4xl {
  font-size: var(--text-4xl) !important;
  }
  
  .text-5xl {
  font-size: var(--text-5xl) !important;
  }
  
  .text-6xl {
  font-size: var(--text-6xl) !important;
  }
  
  @media (max-width: 1199px) {
  .lg\:text-xs {
  font-size: var(--text-xs) !important;
  }
  .lg\:text-sm {
  font-size: var(--text-sm) !important;
  }
  .lg\:text-base {
  font-size: var(--text-base) !important;
  }
  .lg\:text-lg {
  font-size: var(--text-lg) !important;
  }
  .lg\:text-xl {
  font-size: var(--text-xl) !important;
  }
  .lg\:text-2xl {
  font-size: var(--text-2xl) !important;
  }
  .lg\:text-3xl {
  font-size: var(--text-3xl) !important;
  }
  .lg\:text-4xl {
  font-size: var(--text-4xl) !important;
  }
  .lg\:text-5xl {
  font-size: var(--text-5xl) !important;
  }
  .lg\:text-6xl {
  font-size: var(--text-6xl) !important;
  }
  }
  
  @media (max-width: 991px) {
  .md\:text-xs {
  font-size: var(--text-xs) !important;
  }
  .md\:text-sm {
  font-size: var(--text-sm) !important;
  }
  .md\:text-base {
  font-size: var(--text-base) !important;
  }
  .md\:text-lg {
  font-size: var(--text-lg) !important;
  }
  .md\:text-xl {
  font-size: var(--text-xl) !important;
  }
  .md\:text-2xl {
  font-size: var(--text-2xl) !important;
  }
  .md\:text-3xl {
  font-size: var(--text-3xl) !important;
  }
  .md\:text-4xl {
  font-size: var(--text-4xl) !important;
  }
  .md\:text-5xl {
  font-size: var(--text-5xl) !important;
  }
  .md\:text-6xl {
  font-size: var(--text-6xl) !important;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:text-xs {
  font-size: var(--text-xs) !important;
  }
  .sm\:text-sm {
  font-size: var(--text-sm) !important;
  }
  .sm\:text-base {
  font-size: var(--text-base) !important;
  }
  .sm\:text-lg {
  font-size: var(--text-lg) !important;
  }
  .sm\:text-xl {
  font-size: var(--text-xl) !important;
  }
  .sm\:text-2xl {
  font-size: var(--text-2xl) !important;
  }
  .sm\:text-3xl {
  font-size: var(--text-3xl) !important;
  }
  .sm\:text-4xl {
  font-size: var(--text-4xl) !important;
  }
  .sm\:text-5xl {
  font-size: var(--text-5xl) !important;
  }
  .sm\:text-6xl {
  font-size: var(--text-6xl) !important;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:text-xs {
  font-size: var(--text-xs) !important;
  }
  .xs\:text-sm {
  font-size: var(--text-sm) !important;
  }
  .xs\:text-base {
  font-size: var(--text-base) !important;
  }
  .xs\:text-lg {
  font-size: var(--text-lg) !important;
  }
  .xs\:text-xl {
  font-size: var(--text-xl) !important;
  }
  .xs\:text-2xl {
  font-size: var(--text-2xl) !important;
  }
  .xs\:text-3xl {
  font-size: var(--text-3xl) !important;
  }
  .xs\:text-4xl {
  font-size: var(--text-4xl) !important;
  }
  .xs\:text-5xl {
  font-size: var(--text-5xl) !important;
  }
  .xs\:text-6xl {
  font-size: var(--text-6xl) !important;
  }
  }
  
  .leading-xs {
  line-height: 1.1 !important;
  }
  
  .leading-sm {
  line-height: 1.2 !important;
  }
  
  .leading-md {
  line-height: 1.3 !important;
  }
  
  .leading-lg {
  line-height: 1.4 !important;
  }
  
  .leading-xl {
  line-height: 1.5 !important;
  }
  
  .leading-2xl {
  font-size: 16px;
  color: #999;
  }
  
  .leading-3xl {
  line-height: 1.7 !important;
  }
  
  .leading-4xl {
  line-height: 1.8 !important;
  }
  
  .leading-5xl {
  line-height: 1.9 !important;
  }
  
  .leading-6xl {
  line-height: 2 !important;
  }
  
  .tracking-minus-sm {
  letter-spacing: -0.03em !important;
  }
  
  .tracking-none {
  letter-spacing: 0 !important;
  }
  
  .tracking-sm {
  letter-spacing: 0.08em !important;
  }
  
  .tracking-md {
  letter-spacing: 0.12em !important;
  }
  
  .tracking-lg {
  letter-spacing: 0.16em !important;
  }
  
  .number {
  font-family: var(--font-secondary);
  line-height: 1;
  letter-spacing: -0.02em;
  }
  
  .number.-circle-right {
  display: flex;
  align-items: center;
  }
  
  .number.-circle-right::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: black;
  margin-left: 8px;
  }
  
  .number.-left {
  margin-left: -0.25rem;
  }
  
  .number.-sm {
  font-size: 3.75rem;
  }
  
  .number.-md {
  font-size: 4.6875rem;
  }
  
  .number.-lg {
  font-size: 5.625rem;
  }
  
  @media (max-width: 991px) {
  .number.-sm {
  font-size: 3.75rem;
  }
  .number.-md {
  font-size: 4.375rem;
  }
  .number.-lg {
  font-size: 5.25rem;
  }
  }
  
  @media (max-width: 767px) {
  .number.-sm {
  font-size: 3.5rem;
  }
  .number.-md {
  font-size: 4rem;
  }
  .number.-lg {
  font-size: 4.875rem;
  }
  }
  
  .numBlock__number {
  font-family: var(--font-secondary);
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  }
  
  @media (max-width: 991px) {
  .numBlock__number {
  font-size: 5rem;
  }
  }
  
  @media (max-width: 767px) {
  .numBlock__number {
  font-size: 4.25rem;
  }
  }
  
  .numBlock__additional {
  font-size: 2.5rem;
  opacity: 0.4;
  letter-spacing: -0.04em;
  font-weight: 600;
  }
  
  .numBlock__text {
  line-height: 1.4;
  }
  
  .has-topbar .header {
  top: 2.5rem;
  }
  
  @media (max-width: 991px) {
  .has-topbar .header {
  top: 0;
  }
  }
  
  .header {
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  }
  
  .header.-margin-lg .header__bar {
  padding: 0 7.5rem;
  height: 6.875rem;
  }
  
  @media (max-width: 991px) {
  .header.-margin-lg .header__bar {
  padding: 0 2.5rem;
  height: 4.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .header.-margin-lg .header__bar {
  padding: 1.25rem;
  }
  }
  
  .header.-vertical-sm .header__bar {
  width: 100%;
  padding: 0 3.75rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  }
  
  .header.-no-vertical-padding .header__bar {
  padding: 0 3.75rem;
  }
  
  .header.-no-left-padding .header__bar {
  padding-left: 0 !important;
  }
  
  .header.-top-border .header__bar {
  border-top: 1px solid white;
  }
  
  .header.-bottom-border .header__bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .header__item {
  display: flex;
  align-items: center;
  height: 100%;
  }
  
  @media (max-width: 991px) {
  .header__item {
  z-index: 10;
  position: relative;
  }
  }
  
  .header__bar {
  position: relative;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  @media (max-width: 991px) {
  .header__bar {
  position: relative;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  }
  
  .header__bar .container {
  height: 100%;
  }
  
  .header__bar .row {
  height: 100%;
  }
  
  .header__bar .row &gt; div {
  height: 100%;
  }
  
  .header__logo.-separate {
  padding: 30px 2.875rem;
  }
  
  .header__logo {
  height: auto;
  position: absolute;
  }
  
  @media (max-width: 991px) {
  .header__logo {
  z-index: -1;
  /* font-size: 1.875rem; */
  /* margin-top: 0px; */
  /* height: auto; */
  position: absolute;
  /* bottom: 65px; */
  }
  
  .header__logo img {
  width: 140px !important;!i;!;
  display: block;
  }
  
  
  
  
  }
  
  .header__logo a {
  display: inline-flex;
  }
  
  .header__icons {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  float: right;
  }
  
  .header__icons a, .header__icons button {
  color: #ffffff;
  }
  
  .header__icons a:hover {
  color: #999 !important;
  }
  
  .header__icons &gt; * + * {
  margin-left: 0.75rem;
  }
  
  .header__icons.-separate {
  height: 100%;
  }
  
  .header__icons.-separate &gt; * {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.875rem;
  border-left: 1px solid white;
  }
  
  .header__icons.-separate &gt; *:last-child {
  border-right: 1px solid white;
  }
  
  .header__icons.-separate &gt; * + * {
  margin-left: 0;
  }
  
  .header__cart {
  height: 100%;
  font-size: 1.25rem;
  }
  
  @media (max-width: 991px) {
  .header__cart {
  position: relative;
  font-size: 1rem;
  }
  }
  
  .header__cart &gt; a {
  height: 100%;
  display: flex;
  align-items: center;
  }
  
  .header__cart a:hover + .headerCart {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.15s ease-out;
  }
  
  .header__search {
  font-size: 0.25rem;
  }
  
  @media (max-width: 991px) {
  .header__search {
  position: relative;
  font-size: 1rem;
  }
  }
  
  @media (max-width: 767px) {
  .header__search {
  position: relative;
  }
  }
  
  .header__menu {
  font-size: 0.75rem;
  margin-top: 0px;
  margin-left: 10px;
  }
  
  .header.is-sticky {
  /* position: fixed; */
  border-bottom: 1px solid #e4e4e4;
  }
  
  .header.is-sticky .header__bar {
  background: #ffffff;
  }
  
  .header.is-sticky .header__bar .nav__item &gt; a,
  .header.is-sticky .header__bar .icon,
  .header.is-sticky .header__bar &gt; * {
  color: #18130c !important;
  }
  
  @media (max-width: 767px) {
  .header.is-sticky .header__bar {
  /* padding: 1.25rem 1.875rem; */
  }
  }
  
  .header.is-sticky.-sticky-dark .header__bar .nav &gt; li &gt; a,
  .header.is-sticky.-sticky-dark .header__bar .icon,
  .header.is-sticky.-sticky-dark .header__bar &gt; * {
  color: black !important;
  }
  
  .header.is-sticky.-sticky-dark .header__bar .icon-logo {
  color: white !important;
  }
  
  .header.is-sticky.-sticky-font-light .header__bar .nav &gt; li &gt; a,
  .header.is-sticky.-sticky-font-light .header__bar .icon,
  .header.is-sticky.-sticky-font-light .header__bar &gt; * {
  color: white !important;
  }
  
  .header.is-sticky.-sticky-font-light .header__bar .icon-logo {
  color: white !important;
  }
  
  .header.is-sticky.-no-vertical-padding .header__bar {
  padding-top: 0;
  padding-bottom: 0;
  }
  
  .header.-home-2.-no-pad .container {
  padding: 0 !important;
  }
  
  .header.-home-2 .menu {
  height: 100%;
  }
  
  .header.-home-2 .header__item {
  display: flex;
  align-items: center;
  height: 100%;
  }
  
  .header.-home-2 .header__item.-margin-sm .header__logo {
  margin-right: 2.5rem;
  }
  
  .header.-home-2 .header__item.-margin-lg .header__logo {
  margin-right: 8vw;
  }
  
  .header.-home-3.is-sticky .header__bar {
  background: white;
  }
  
  .header.-home-3 .header__bar {
  padding: 0;
  height: 4.375rem;
  border-top: 1px solid #E4E4E4;
  }
  
  @media (max-width: 767px) {
  .header.-home-3 .header__bar {
  height: 3.5rem;
  }
  }
  
  .header.-home-3 .header__logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.625rem;
  margin-right: 1.875rem !important;
  }
  
  @media (max-width: 1199px) {
  .header.-home-3 .header__logo {
  width: 5rem;
  }
  }
  
  .header.-home-3 .header__logo .icon {
  font-size: 1.875rem;
  }
  
  .header.-home-3 .header__item {
  display: flex;
  align-items: center;
  height: 100%;
  }
  
  .header.-home-3 .header__item.-margin-sm .header__logo {
  margin-right: 2.5rem;
  }
  
  .header.-home-3 .header__item.-margin-lg .header__logo {
  margin-right: 8vw;
  }
  
  .header.-home-3 .header__icons {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  }
  
  .header.-home-3 .header__icons a, .header.-home-3 .header__icons button {
  color: white;
  }
  
  .header.-home-3 .header__icons a:hover {
  color: #999 !important;
  }
  
  .header.-home-3 .header__icons &gt; * + * {
  margin-left: 1.875rem;
  }
  
  .header.-home-3 .header__icons &gt; * {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.875rem;
  border-left: 1px solid #E4E4E4;
  }
  
  @media (max-width: 1199px) {
  .header.-home-3 .header__icons &gt; * {
  padding: 0 1.375rem;
  }
  }
  
  .header.-home-3 .header__icons &gt; *:last-child {
  border-right: 1px solid #E4E4E4;
  }
  
  .header.-home-3 .header__icons &gt; * + * {
  margin-left: 0;
  }
  
  .header.-home-4 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #E4E4E4;
  width: 20rem;
  }
  
  @media (max-width: 1199px) {
  .header.-home-4 {
  width: 15rem;
  }
  }
  
  @media (max-width: 991px) {
  .header.-home-4 {
  bottom: unset;
  width: 100%;
  right: 0;
  }
  }
  
  .header.-home-4 .header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.75rem;
  }
  
  @media (max-width: 1199px) {
  .header.-home-4 .header__container {
  padding: 2rem 1.25rem;
  }
  }
  
  @media (max-width: 991px) {
  .header.-home-4 .header__container {
  display: none;
  }
  }
  
  .header.-home-4 .header__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  }
  
  .header.-home-4 .header__copyright {
  color: #615E5E !important;
  }
  
  .header.-home-4 .header__socials {
  margin-top: 1.5rem;
  }
  
  .header.-home-4 .header__socials a {
  padding: 0 0.9375rem;
  }
  
  @media (min-width: 992px) {
  .header.-home-6 .nav {
  position: unset !important;
  }
  .header.-home-6 .menu {
  height: 100%;
  }
  .header.-home-6 .header__bar {
  padding: 0;
  height: 6.25rem;
  }
  }
  
  @media (min-width: 992px) and (max-width: 767px) {
  .header.-home-6 .header__bar {
  height: 3.5rem;
  }
  }
  
  @media (min-width: 992px) {
  .header.-home-6 .header__logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9375rem;
  margin-right: 2.3125rem !important;
  background-color: white;
  }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
  .header.-home-6 .header__logo {
  width: 5rem;
  }
  }
  
  @media (min-width: 992px) {
  .header.-home-6 .header__logo .icon {
  color: #B88768 !important;
  font-size: 2.75rem;
  }
  .header.-home-6 .header__item {
  display: flex;
  align-items: center;
  height: 100%;
  }
  .header.-home-6 .header__item.-margin-sm .header__logo {
  margin-right: 2.5rem;
  }
  .header.-home-6 .header__item.-margin-lg .header__logo {
  margin-right: 8vw;
  }
  .header.-home-6 .header__icons {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  }
  .header.-home-6 .header__icons a, .header.-home-6 .header__icons button {
  color: white;
  }
  .header.-home-6 .header__icons a:hover {
  color: #999 !important;
  }
  .header.-home-6 .header__icons &gt; * + * {
  margin-left: 1.875rem;
  }
  .header.-home-6 .header__icons &gt; * {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.875rem;
  }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
  .header.-home-6 .header__icons &gt; * {
  padding: 0 1.375rem;
  }
  }
  
  @media (min-width: 992px) {
  .header.-home-6 .header__icons &gt; * + * {
  margin-left: 0;
  }
  }
  
  @media (max-width: 991px) {
  .header.-home-6 .menu {
  z-index: 2;
  }
  .header.-home-6 .header__icons {
  position: relative;
  z-index: 10;
  }
  .header.-home-9 .menu {
  z-index: -1;
  }
  }
  
  .side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
  .side-nav__item a {
  color: black;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  }
  
  .side-nav__item + .side-nav__item {
  margin-top: 1.125rem;
  }
  
  .side-nav__submenu {
  display: none;
  }
  
  @media (min-width: 992px) {
  .menu__container {
  display: flex;
  align-items: center;
  height: 100%;
  }
  .header.-home-3 .nav,
  .header.-home-2 .nav {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  margin: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  }
  .header.-home-3 .nav li,
  .header.-home-2 .nav li {
  height: 100%;
  display: flex;
  align-items: center;
  }
  }
  
  @media (min-width: 992px) and (max-width: 991px) {
  .header.-home-3 .nav li,
  .header.-home-2 .nav li {
  height: unset;
  }
  }
  
  @media (min-width: 992px) {
  .header.-home-3 .nav li a,
  .header.-home-2 .nav li a {
  text-transform: uppercase;
  line-height: 1;
  }
  .header.-home-3 .nav .nav__item + .nav__item,
  .header.-home-2 .nav .nav__item + .nav__item {
  margin-left: 2.5rem;
  }
  }
  
  .header__menu {
  position: relative;
  display: flex;
  justify-content: center;
  }
  
  .header .nav-button-close {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 999;
  }
  
  .header .nav-button-close .icon {
  font-size: 1.0625rem;
  color: white;
  }
  
  .header .nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  }
  
  .header .nav li {
  height: 100%;
  display: flex;
  align-items: center;
  }
  
  .header .nav li a {
  text-transform: uppercase;
  line-height: 1;
  }
  
  .header .nav &gt; li + li {
  margin-left: 2.5rem;
  }
  
  @media (min-width: 992px) {
  .menu .nav {
  display: flex;
  width: 100%;
  }
  .menu .nav &gt; li &gt; a {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav &gt; li &gt; a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.0625rem;
  background-color: currentColor;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  transform: scaleX(0);
  }
  .menu .nav li {
  cursor: pointer;
  }
  .menu .nav li:hover &gt; a {
  color: var(--accent-color);
  }
  .menu .nav li:hover &gt; a::after {
  transform: scaleX(1);
  }
  .menu .nav li.-has-mega-menu {
  position: unset !important;
  }
  .menu .nav li.-has-mega-menu:hover .mega {
  opacity: 1;
  pointer-events: auto;
  }
  .menu .nav li.menu-item-has-children {
  position: relative;
  }
  .menu .nav li.menu-item-has-children:hover .nav__submenu {
  opacity: 1;
  pointer-events: auto;
  }
  .menu .nav__submenu {
  z-index: 4;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 2rem;
  width: 15rem;
  background-color: #18130C;
  border: 1px solid var(--border-color);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
  }
  .menu .nav__submenu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #B88768;
  }
  .menu .nav__submenu::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 1rem;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid var(--secondary-color);
  }
  .menu .nav__submenu_item &gt; a {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.875rem 0;
  line-height: 1;
  color: #A8A7A5;
  }
  .menu .nav__submenu_item &gt; a:hover {
  color: white;
  text-decoration: underline;
  }
  .menu .mobile__background {
  display: none !important;
  }
  .menu .mobile__back {
  display: none !important;
  }
  .menu .mobile__footer {
  display: none !important;
  }
  .menu .mobile__socials {
  display: none !important;
  }
  .menu .mobile__copyright {
  display: none !important;
  }
  }
  
  @media (max-width: 991px) {
  .menu {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh !important;
  display: flex;
  flex-wrap: wrap;
  padding: 1.875rem;
  padding-top: 4.875rem;
  padding-bottom: 1.875rem;
  pointer-events: none;
  overflow-y: auto;
  }
  .menu.is-active {
  pointer-events: auto;
  }
  .menu .mega {
  display: none;
  }
  .menu__container {
  width: 100%;
  }
  .menu ul {
  pointer-events: none;
  position: relative;
  width: 100%;
  }
  .menu ul.is-active {
  pointer-events: auto;
  }
  .menu .nav {
  position: relative;
  height: unset;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav.is-open {
  transform: none;
  pointer-events: auto;
  opacity: 1;
  }
  .menu .nav li {
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  height: unset;
  }
  .menu .nav li a {
  font-size: 1.125rem;
  line-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #f9f6f6;
  transform: translateY(100%);
  }
  .menu .nav li a:hover {
  color: white;
  }
  .menu .nav li.menu-item-has-children &gt; a::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  .menu .nav__submenu {
  position: absolute;
  top: 0;
  left: 0;
  }
  .menu .nav__submenu li a {
  font-size: 1.125rem;
  line-height: 3.375rem;
  }
  .menu .mobile__background {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  background-color: #28282cfa;
  /* background-image: url("../img/patterns/2.png"); */
  transform: scaleY(0);
  transform-origin: bottom;
  }
  .menu .mobile__back {
  position: relative;
  padding: 0 1.875rem;
  left: -1.875rem;
  right: -1.875rem;
  height: 3.75rem;
  width: calc(100% + 60px);
  background-color: #615E5E;
  margin-bottom: 0.625rem;
  opacity: 0;
  }
  .menu .mobile__back a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.75rem;
  text-transform: uppercase;
  color: white;
  }
  .menu .mobile__back a::before {
  content: "\e900";
  margin-right: 1.25rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  .menu .mobile__footer {
  z-index: 5;
  align-self: flex-end;
  opacity: 0;
  }
  .menu .mobile__socials {
  display: flex;
  margin-top: 1.25rem;
  margin-left: -0.75rem;
  }
  .menu .mobile__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #a8a7a5 !important;
  }
  .menu .mobile__socials a:hover {
  border: 1px solid #B88768;
  }
  .menu .mobile__socials a + a {
  margin-left: 0.3125rem;
  }
  .menu .mobile__copyright {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  }
  .menu .mobile__copyright img {
  margin-right: 1.25rem;
  fill: #B2B2B2;
  width: 1.5rem;
  height: 1.5rem;
  }
  .menu .mobile__copyright p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  }
  }
  
  .instagram__item {
  display: block;
  position: relative;
  }
  
  .instagram__item:hover .instagram__content {
  opacity: 1;
  }
  
  .instagram__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .instagram__content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  font-size: 0.875rem;
  color: white;
  }
  
  .sidebar {
  z-index: 500;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 31.25rem;
  background-color: #ffffffd4;
  padding: 3.75rem;
  padding-bottom: 2.1875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background-image: url("../img/general/pattern_bg.png"); */
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(100%);
  box-shadow: 3px 10px 16px -6px #595959;
  }
  
  .sidebar.is-open {
  transform: none;
  }
  
  .sidebar__cross {
  z-index: 20;
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
  }
  
  .sidebar__cross .button {
  font-size: 1rem;
  color: #000000;
  }
  
  .sidebar__header .title {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  margin-top: 1rem;
  color: #18130c;
  font-size: 2.5rem;
  }
  
  .sidebar__header .subtitle {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  color: #615e5e;
  }
  
  .sidebar__instagram .title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: white;
  }
  
  .sidebar__instagram .instagram {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  }
  
  .sidebar__instagram .instagram__item {
  position: relative;
  width: 33%;
  }
  
  .sidebar__instagram .instagram__item:hover .instagram__content {
  opacity: 1;
  }
  
  .sidebar__instagram .instagram__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .sidebar__instagram .instagram__content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  font-size: 0.875rem;
  color: white;
  }
  
  .sidebar__info .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  color: #18130c;
  }
  
  .sidebar__info .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #615E5E;
  }
  
  .sidebar__info .text + .text {
  margin-top: 1.5rem;
  }
  
  .sidebar__info .button {
  margin: 0 auto;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #B88768;
  }
  
  .sidebar__socials {
  display: flex;
  justify-content: center;
  }
  
  .sidebar__socials .item {
  color: #B88768;
  border: 1px solid transparent;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .sidebar__socials .item:hover {
  border: 1px solid #B88768;
  }
  
  .sidebar__socials .item + .item {
  margin-left: 0.625rem;
  }
  
  .socialsSection {
  position: relative;
  left: -14px;
  display: flex;
  }
  
  .socialsSection a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  }
  
  .socialsSection a + a {
  margin-left: 0.75rem;
  }
  
  .socialsSection a:hover {
  border: 1px solid var(--accent-color);
  }
  
  .lines.-vertical-lines {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  display: flex;
  justify-content: space-evenly;
  }
  
  .lines.-vertical-lines span {
  height: 100%;
  width: 1px;
  background-color: black;
  }
  
  .text-transparent {
  color: transparent;
  }
  
  .relative {
  position: relative;
  }
  
  .section-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  }
  
  .full-image {
  position: relative;
  width: 100%;
  height: 100%;
  }
  
  .full-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .suit::before {
  z-index: -110 !important;
  }
  
  .border-accent {
  border: 1px solid #B88768;
  }
  
  .background-stroke-num {
  z-index: 10;
  position: absolute;
  top: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: transparent;
  transform: rotate(180deg);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
  }
  
  .background-stroke-num.-left {
  right: calc(100% - 60px);
  }
  
  .background-stroke-num.-right {
  left: calc(100% - 60px);
  }
  
  .background-border {
  position: relative;
  }
  
  .background-border.-left::before {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: -1.875rem;
  left: -1.875rem;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  }
  
  @media (max-width: 991px) {
  .background-border.-left::before {
  bottom: -1.25rem;
  left: -1.25rem;
  }
  }
  
  .background-border.-right::before {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: -1.875rem;
  left: 1.875rem;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  }
  
  @media (max-width: 991px) {
  .background-border.-right::before {
  bottom: -1.25rem;
  left: -1.25rem;
  }
  }
  
  .background-cover {
  position: relative;
  }
  
  .background-cover::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0.625rem;
  width: 100%;
  height: 100%;
  }
  
  .background-cover.-dark::after {
  background-color: black;
  }
  
  .background-cover.-beige::after {
  background: #B88768;
  }
  
  .background-cover.-left::after {
  left: 0.625rem;
  }
  
  .background-cover.-right::after {
  right: 0.625rem;
  }
  
  .background-cover .button-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  }
  
  .background-color {
  position: relative;
  }
  
  .background-color::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 65vw;
  height: 100%;
  background-color: #F9F6F6;
  }
  
  .form.-subscription {
  position: relative;
  }
  
  .form.-subscription input {
  border-bottom: 1px solid #474747;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  }
  
  .form.-subscription input::-moz-placeholder {
  color: #A8A7A5;
  }
  
  .form.-subscription input:-ms-input-placeholder {
  color: #A8A7A5;
  }
  
  .form.-subscription input::placeholder {
  color: #A8A7A5;
  }
  
  .form.-subscription input:focus {
  border-bottom: 1px solid white;
  }
  
  .form.-subscription button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  }
  
  .form.-subscription .icon {
  color: #B88768;
  font-size: 20px;
  }
  
  .form.-subscription input {
  border-bottom: 1px solid black;
  color: black;
  }
  
  .form.-subscription input::-moz-placeholder {
  color: black;
  }
  
  .form.-subscription input:-ms-input-placeholder {
  color: black;
  }
  
  .form.-subscription input::placeholder {
  color: black;
  }
  
  .form.-subscription input:focus {
  border-bottom: 1px solid black;
  }
  
  .form.-subscription .icon {
  color: #000;
  }
  
  .background-num {
  z-index: 1;
  position: relative;
  }
  
  .background-num.-light .background-num__num {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  
  .background-num.-accent .background-num__num {
  -webkit-text-stroke: 1px rgba(184, 135, 104, 0.2);
  }
  
  .background-num__wrap {
  z-index: -1;
  position: relative;
  padding-top: 3.125rem;
  display: flex;
  justify-content: center;
  width: 100%;
  }
  
  .background-num__num {
  position: absolute;
  top: 0;
  font-weight: 600;
  font-size: 70px;
  line-height: 82px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  }
  
  .background-num__front {
  position: relative;
  z-index: 1;
  }
  
  .background-num.-hover .background-num__front &gt; div {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .background-num.-hover .background-num__front .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .background-num.-hover:hover .background-num__front &gt; div {
  background-color: black;
  }
  
  .background-num.-hover:hover .background-num__front .icon {
  color: white !important;
  }
  
  .background-num.-hover.-accent:hover .background-num__front &gt; div {
  background-color: #B88768 !important;
  }
  
  .background-num.-hover.-accent:hover .background-num__front .icon {
  color: white !important;
  }
  
  .bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
  }
  
  .section-bg {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
  }
  
  .section-bg__image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .section-bg__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  }
  
  .top-minus-90 {
  position: relative;
  top: -5.625rem;
  }
  
  .mt-minus-90 {
  margin-top: -5.625rem;
  }
  
  .mb-minus-60 {
  margin-bottom: -3.75rem;
  }
  
  .overflow-visible {
  overflow: visible !important;
  }
  
  .pos-unset {
  position: unset !important;
  }
  
  @media (max-width: 767px) {
  .sm\:pos-unset {
  position: unset !important;
  }
  }
  
  .bg-black {
  background-color: #000000 !important;
  }
  
  .bg-dark {
  background-color: #465c4d;
  }
  
  .bg-beige-dark {
  background-color: #3C5343;
  box-shadow: 8px 14px 8px -6px #00000052;
  border-radius: 5px;
  }
  
  .bg-beige-light {
  background-color: #FCF7F4;
  }
  
  .bg-grey {
  background-color: #F9F5F5;
  }
  
  .bg-dark-img {
  background-color: #18130C;
  }
  
  .bg-accent {
  background-color: var(--accent-color);
  }
  
  .bg-secondary {
  background-color: var(--accent-color);
  }
  
  .bg-black {
  background-color: #000000;
  }
  
  .bg-white {
  background-color: #FFFFFF;
  }
  
  .bg-light-1 {
  background-color: var(--bg-light-1);
  }
  
  .bg-light-2 {
  background-color: var(--bg-light-2);
  }
  
  .bg-dark-1 {
  background-color: var(--bg-dark-1);
  }
  
  .bg-dark-2 {
  background-color: var(--bg-dark-2);
  }
  
  .bg-dark-3 {
  background-color: var(--bg-dark-3);
  }
  
  .bg-dark-4 {
  background-color: var(--bg-dark-4);
  }
  
  .text-light {
  color: rgba(255, 255, 255, 0.6) !important;
  }
  
  .text-dark {
  color: rgba(0, 0, 0, 0.6) !important;
  }
  
  .text-white {
  /* color: #ffffff !important; */
  }
  
  .text-accent {
  color: var(--accent-color);
  }
  
  .text-secondary {
  color: var(--secondary-color);
  }
  
  .text-beige {
  color: #999;
  }
  
  .text-beige-dark {
  color: #615e5e;
  }
  
  .text-beige-light {
  color: #FCF7F4;
  }
  
  .text-grey {
  color: #F9F5F5;
  }
  
  .text-dark-img {
  color: #18130C;
  }
  
  .overlayImgs {
  position: relative;
  width: 100%;
  z-index: 9;
  box-shadow: 3px 10px 16px -6px #595959;
  border-radius: 10px;
  }
  
  @media (max-width: 991px) {
  .overlayImgs {
  padding-left: 0;
  }
  }
  
  .overlayImgs img {
  width: 100%;
  height: auto;
  }
  
  .overlayImgs__back {
  max-width: 530px;
  }
  
  .overlayImgs__back.-border {
  border: 6px solid #FFFFFF;
  }
  
  .overlayImgs__front {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 60%;
  }
  
  .overlayImgs__front.-border {
  border: 6px solid #FFFFFF;
  }
  
  .aboutBack {
  position: absolute;
  top: -95px;
  left: -230px;
  top: -3.8vw;
  left: -12vw;
  z-index: -10;
  }
  
  .sectionHeading__subtitle {
  color: #18130c;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  }
  
  .sectionHeading__title {
  font-size: 48px;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
  margin-top: 20px;
  margin-bottom: 20px;
  }
  
  @media (max-width: 991px) {
  .sectionHeading__title {
  font-size: 27px !important;
  font-weight: 600;
  line-height: 23px;
  text-transform: math-auto;
  margin-top: 5px;
  margin-bottom: 15px;
  }
  }
  
  .sectionHeading__text {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Manrope';
  line-height: 21px;
  color: #444;
  }
  
  .sectionHeading__button {
  margin-top: 52px;
  }
  
  @media (max-width: 991px) {
  .sectionHeading.-about .sectionHeading__title {
  font-size: 23px !important;!i;!;!Ãƒâ€˜Ã‹â€&nbsp;;!;
  font-weight: 600;
  line-height: 23px;
  text-transform: math-auto;
  margin-top: 10px;
  }
  
  .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  padding: 10px;
  min-height: 100px;
  max-width: 100%;
  min-height: 75px !important;!i;!;
  }
  .sectionHeading.-about .sectionHeading__text {
  margin-top: 20px;
  }
  .sectionHeading.-about .sectionHeading__button {
  margin-top: 30px;
  }
  }
  
  .sectionHeading.-top-line .sectionHeading__subtitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  }
  
  .sectionHeading.-top-line .sectionHeading__subtitle::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 64px;
  height: 1px;
  background-color: currentColor;
  }
  
  @media (max-width: 991px) {
  .sectionHeading.-top-line.-md .sectionHeading__subtitle {
  align-items: flex-start !important;
  }
  }
  
  .sectionHeading.-left-line .sectionHeading__subtitle {
  display: flex;
  align-items: center;
  }
  
  .sectionHeading.-left-line .sectionHeading__subtitle::before {
  /* content: ""; */
  /* position: relative; */
  /* margin-right: 0.25rem; */
  /* width: 0rem; */
  /* height: 1px; */
  /* background-color: currentColor; */
  }
  
  @media (max-width: 767px) {
  .sectionHeading.-left-line .sectionHeading__subtitle {
  align-items: flex-start;
  font-size: 25px;!;
  margin-bottom: 5px;
  line-height: 25px;
  }
  .sectionHeading.-left-line .sectionHeading__subtitle::before {
  margin: 0;
  margin-bottom: 1.25rem;
  }
  }
  
  .masthead .swiper-wrapper {
  z-index: -1;
  }
  
  .masthead .container,
  .masthead .row {
  height: 100%;
  }
  
  .masthead .swiper-slide {
  overflow: hidden;
  }
  
  .masthead {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  }
  
  .masthead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  
  .masthead__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  }
  
  .masthead__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
  }
  
  .masthead__title span {
  font-weight: 600;
  }
  
  @media (max-width: 991px) {
  .masthead__title {
  font-size: 33px;
  line-height: 47px;
  }
  }
  
  .masthead__button {
  margin-top: 30px;
  opacity: 0;
  }
  
  @media (max-width: 991px) {
  .masthead__button {
  margin-top: 20px;
  }
  }
  
  .masthead__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 330px;
  left: 60px;
  display: none;
  }
  
  .masthead__pagination_numbers span {
  color: white;
  }
  
  .masthead__pagination_numbers span:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  }
  
  .masthead__pagination_numbers span:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  padding: 0 7px;
  }
  
  .masthead__pagination_numbers span:nth-child(3) {
  font-size: 40px;
  line-height: 47px;
  }
  
  .masthead__socials {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  }
  
  .masthead__socials a + a {
  margin-top: 30px;
  }
  
  .masthead__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 60px;
  }
  
  .masthead__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  line-height: 16px;
  }
  
  .masthead__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 25px;
  overflow: hidden;
  }
  
  .masthead__scroll_icon .icon {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-name: uiScrollInfinite;
  animation-name: uiScrollInfinite;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: white;
  position: relative;
  font-size: 30px;
  transition: all 0.1s ease-out;
  }
  
  @-webkit-keyframes uiScrollInfinite {
  0% {
  transform: translateY(-100%) rotate(90deg);
  }
  100% {
  transform: translateY(100%) rotate(90deg);
  }
  }
  
  @keyframes uiScrollInfinite {
  0% {
  transform: translateY(-100%) rotate(90deg);
  }
  100% {
  transform: translateY(100%) rotate(90deg);
  }
  }
  
  .masthead-pagination {
  z-index: 10;
  position: absolute;
  bottom: 3.125rem;
  left: 3.75rem;
  display: flex;
  }
  
  @media (max-width: 991px) {
  .masthead-pagination {
  bottom: 1.875rem;
  left: 1.875rem;
  }
  }
  
  .masthead-pagination__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
  
  .masthead-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
  }
  
  .masthead-pagination__item.is-active {
  opacity: 1;
  }
  
  .masthead-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
  }
  
  .masthead-pagination .masthead-pagination__item + .masthead-pagination__item {
  margin-left: 75px;
  }
  
  @media (max-width: 991px) {
  .masthead-pagination .masthead-pagination__item + .masthead-pagination__item {
  margin-left: 40px;
  }
  }
  
  .masthead-pagination__number {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  }
  
  .masthead-pagination__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
  }
  
  .masthead-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
  }
  
  @media (max-width: 991px) {
  .masthead-pagination__line {
  width: 100%;
  }
  }
  
  .page-masthead {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 1rem;
  }
  
  @media (max-width: 1199px) {
  .page-masthead {
  padding-top: 9rem;
  padding-bottom: 0.2rem;
  }
  }
  
  @media (max-width: 991px) {
  .page-masthead {
  padding-top: 15rem;
  padding-bottom: 8.75rem;
  }
  }
  
  @media (max-width: 767px) {
  .page-masthead {
  padding-top: 6.5rem;
  padding-bottom: 0.5rem;
  }
  }
  
  .page-masthead__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  }
  
  .page-masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  }
  
  .page-masthead__content {
  z-index: 1;
  position: relative;
  }
  
  @media (max-width: 991px) {
  .page-masthead__content {
  text-align: center;
  }
  }
  
  .page-masthead__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--accent-color);
  padding-left: 0.25rem;
  margin-bottom: 0.375rem;
  }
  
  .page-masthead__back_title {
  white-space: nowrap;
  position: absolute;
  bottom: -2.5rem;
  left: -3rem;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.15;
  color: transparent;
  }
  
  @media (max-width: 1199px) {
  .page-masthead__back_title {
  font-size: 6.25rem;
  }
  }
  
  @media (max-width: 991px) {
  .page-masthead__back_title {
  font-size: 5rem;
  top: 65%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  }
  }
  
  @media (max-width: 767px) {
  .page-masthead__back_title {
  display: none;
  }
  }
  
  .page-masthead__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.1;
  }
  
  @media (max-width: 767px) {
  .page-masthead__title {
  font-size: 3.625rem;
  }
  }
  
  .page-masthead-bread {
  font-size: 0.875rem;
  line-height: 1rem;
  }
  
  .page-masthead-bread__item {
  color: #18130c;
  font-size: inherit;
  line-height: inherit;
  }
  
  .counter {
  position: relative;
  align-items: center;
  }
  
  .counter.-light .counter__back {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  
  .counter__back {
  font-size: 40px;
  line-height: 50px;
  color: #ccc;
  text-align: center;
  }
  
  .counter__content {
  display: block;
  align-items: center;
  margin-bottom: 25px;
  text-align: center;
  }
  
  .counter__number {
  font-size: 50px;
  font-weight: 600;
  line-height: 59px;
  }
  
  .counter__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 9px;
  }
  
  .counter.-portfolio-single {
  flex-direction: column;
  padding-top: 1.75rem;
  }
  
  .counter.-portfolio-single .counter__number {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  }
  
  .counter.-portfolio-single .counter__content {
  position: relative;
  left: unset;
  flex-direction: column;
  }
  
  .counter.-portfolio-single .counter__back {
  padding: 0;
  position: absolute;
  top: 2px;
  font-size: 80px;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  }
  
  .counter.-portfolio-single.-light .counter__back {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  
  .cta__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
  }
  
  @media (max-width: 991px) {
  .cta__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 29px;
  }
  }
  
  .cta__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  }
  
  @media (max-width: 991px) {
  .cta__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  }
  }
  
  .cta__button {
  margin-top: 38px;
  }
  
  @media (max-width: 991px) {
  .cta__button {
  margin-top: 30px;
  }
  }
  
  .blog__image {
  position: relative;
  }
  
  .blog__category {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 20px;
  }
  
  .blog__info {
  display: flex;
  margin: -6px;
  }
  
  .blog__info a {
  padding: 6px;
  color: #B88768;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  }
  
  .blog__title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  }
  
  .blog__button {
  margin-top: 20px;
  }
  
  .blog.-hover .blog__image {
  overflow: hidden;
  }
  
  .blog.-hover .blog__image img {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .blog.-hover:hover .blog__image img {
  transform: scale(1.1);
  }
  
  .blog.-hover:hover .blog__info {
  transform: none;
  }
  
  .blog.-hover:hover .blog__title {
  transform: none;
  }
  
  .clients__image {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  @media (max-width: 991px) {
  .clients__image img {
  width: 100%;
  height: auto;
  }
  }
  
  @media (max-width: 767px) {
  .clients__image img {
  width: 80%;
  height: auto;
  }
  
  }
  
  .footer {
  position: relative;
  background-color: #3c5343;
  background: linear-gradient(#3c5343, #25352a);
  }
  
  .footer__top {
  padding-top: 100px;
  padding-bottom: 120px;
  }
  
  @media (max-width: 991px) {
  .footer__top {
  padding-top: 60px;
  padding-bottom: 60px;
  }
  }
  
  .footer__item p {
  color: #A8A7A5;
  line-height: 22px;
  }
  
  .footer__item a {
  color: #A8A7A5;
  line-height: 22px;
  }
  
  .footer__title {
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 19px;
  text-transform: uppercase;
  }
  
  .footer__content {
  margin-top: 30px;
  }
  
  .footer__content__item {
  line-height: 1;
  }
  
  .footer__content__item span {
  color: #B88768;
  }
  
  .footer__content__item + .footer__content__item {
  margin-top: 20px;
  }
  
  .footer__newsletter {
  margin-top: 30px;
  }
  
  .footer__newsletter form {
  position: relative;
  }
  
  .footer__newsletter form input {
  border-bottom: 1px solid #474747;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  }
  
  .footer__newsletter form input::-moz-placeholder {
  color: #A8A7A5;
  }
  
  .footer__newsletter form input:-ms-input-placeholder {
  color: #A8A7A5;
  }
  
  .footer__newsletter form input::placeholder {
  color: #A8A7A5;
  }
  
  .footer__newsletter form input:focus {
  border-bottom: 1px solid white;
  }
  
  .footer__newsletter button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  }
  
  .footer__newsletter .icon {
  color: #B88768;
  font-size: 1.25rem;
  }
  
  .footer__socials {
  margin-top: 1.875rem;
  }
  
  .footer__socials_content {
  display: flex;
  margin-top: 1.25rem;
  margin-left: -0.75rem;
  }
  
  .footer__socials_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #999 !important;
  }
  
  .footer__socials_content a:hover {
  border: 1px solid #B88768;
  }
  
  .footer__socials_content a + a {
  margin-left: 5px;
  }
  
  .footer__bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .footer__bottom_text {
  color: #A8A7A5;
  font-size: 14px;
  line-height: 24px;
  }
  
  .footer.-light .footer__item p {
  color: #000;
  }
  
  .footer.-light .footer__item a {
  color: #000;
  }
  
  .footer.-light .footer__content__item span {
  color: #000;
  }
  
  .footer.-light .footer__newsletter form input {
  border-bottom: 1px solid black;
  color: black;
  }
  
  .footer.-light .footer__newsletter form input::-moz-placeholder {
  color: black;
  }
  
  .footer.-light .footer__newsletter form input:-ms-input-placeholder {
  color: black;
  }
  
  .footer.-light .footer__newsletter form input::placeholder {
  color: black;
  }
  
  .footer.-light .footer__newsletter form input:focus {
  border-bottom: 1px solid black;
  }
  
  .footer.-light .footer__newsletter .icon {
  color: #000;
  }
  
  .footer.-light .footer__socials_content a {
  color: #000 !important;
  }
  
  .footer.-light .footer__socials_content a:hover {
  border: 1px solid #000;
  }
  
  .footer.-light .footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .footer.-light .footer__bottom_text {
  color: #000;
  }
  
  .portfolio__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
  padding-bottom: 16px;
  width: 650px;
  max-width: 80%;
  background-color: #ffffffba;
  opacity: 0;
  transition: all 0.3s ease-out 0.2s;
  }
  
  @media (max-width: 991px) {
  .portfolio__content {
  padding-top: 16px;
  padding-bottom: 16px;
  }
  }
  
  .portfolio__category {
  color: #18130c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  }
  
  .portfolio__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  }
  
  @media (max-width: 991px) {
  .portfolio__title {
  font-size: 18px;
  line-height: 21px;
  }
  }
  
  .swiper-slide-active .portfolio__content {
  opacity: 1;
  }
  
  .portfolioCard.-type-1 {
  position: relative;
  display: block;
  }
  
  .portfolioCard.-type-1:hover .portfolioCard__content {
  transform: none;
  opacity: 1;
  }
  
  .portfolioCard.-type-1 .portfolioCard__content {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #ffffff;
  text-align: center;
  float: right;
  border-radius: 50%;
  }
  
  .portfolioCard.-type-1 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  }
  
  .portfolioCard.-type-2 {
  position: relative;
  }
  
  .portfolioCard.-type-2 .portfolioCard__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 2.5rem;
  padding-bottom: 1.875rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  }
  
  .portfolioCard.-type-2 .portfolioCard__content a {
  position: relative;
  z-index: 4;
  }
  
  .portfolioCard.-type-2 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  }
  
  .portfolioCard.-zoom .portfolioCard__img {
  overflow: hidden;
  }
  
  .portfolioCard.-zoom .portfolioCard__img &gt; div {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .portfolioCard.-zoom:hover .portfolioCard__img &gt; div {
  transform: scale(1.1);
  }
  
  .portfolioCard.-type-2.-hover .portfolioCard__img {
  overflow: hidden;
  }
  
  .portfolioCard.-type-2.-hover .portfolioCard__img__inner {
  transform: scale(1.01);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .portfolioCard.-type-2.-hover .portfolioCard__content {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .portfolioCard.-type-2.-hover .portfolioCard__content p,
  .portfolioCard.-type-2.-hover .portfolioCard__content a {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .portfolioCard.-type-2.-hover .portfolioCard__content h3 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
  0.06s;
  }
  
  .portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner {
  transform: scale(1.08);
  }
  
  .portfolioCard.-type-2.-hover:hover .portfolioCard__content {
  opacity: 1;
  }
  
  .portfolioCard.-type-2.-hover:hover .portfolioCard__content a,
  .portfolioCard.-type-2.-hover:hover .portfolioCard__content p,
  .portfolioCard.-type-2.-hover:hover .portfolioCard__content h3 {
  opacity: 1;
  transform: none;
  }
  
  .portfolioCard.-type-3 {
  position: relative;
  display: block;
  }
  
  .portfolioCard.-type-3:hover .portfolioCard__content {
  transform: none;
  opacity: 1;
  }
  
  .portfolioCard.-type-3 .portfolioCard__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #E4E4E4;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .portfolioCard.-type-3 .portfolioCard__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999;
  }
  
  .portfolioCard.-type-3 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  }
  
  .service__content {
  position: relative;
  padding: 32px 60px 40px 40px;
  }
  
  .service__content.-border {
  border: 1px solid #E4E4E4;
  }
  
  @media (max-width: 1199px) {
  .service__content {
  padding: 36px 30px;
  }
  }
  
  .service__icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(215, 146, 107, 0.1);
  }
  
  .service__icon .icon {
  font-size: 24px;
  }
  
  .service__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  }
  
  .service__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
  }
  
  .service__button {
  margin-top: 24px;
  }
  
  .service__button .button::before {
  width: 20px;
  }
  
  .service.-card .service__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999;
  }
  
  .service.-card.-hover .service__content {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-card.-hover .service__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-card.-hover .service__icon .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-card.-hover .service__title {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-card.-hover .service__text {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-card.-hover .service__button {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-card.-hover:hover .service__content {
  background-color: #18130C !important;
  }
  
  .service.-card.-hover:hover .service__icon {
  background-color: #999 !important;
  }
  
  .service.-card.-hover:hover .service__icon .icon {
  color: white !important;
  }
  
  .service.-card.-hover:hover .service__title {
  color: white !important;
  }
  
  .service.-card.-hover:hover .service__text {
  color: white !important;
  }
  
  .service.-card.-hover:hover .service__button a {
  color: white !important;
  }
  
  .service.-image.-hover .service__image {
  overflow: hidden;
  }
  
  .service.-image.-hover .service__image div {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-image.-hover .service__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-image.-hover:hover .service__image div {
  transform: scale(1.1);
  }
  
  .service.-image.-hover:hover .service__content::after {
  opacity: 1;
  }
  
  .service.-icon-hover .service__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-icon-hover .service__icon .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .service.-icon-hover:hover .service__icon {
  background-color: #999 !important;
  }
  
  .service.-icon-hover:hover .service__icon .icon {
  color: white !important;
  }
  
  .team {
  cursor: pointer;
  position: relative;
  }
  
  .team__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 36px 30px;
  display: flex;
  align-items: flex-end;
  }
  
  .team__socials {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
  .team__socials a {
  font-size: 16px;
  }
  
  .team__socials a + a {
  margin-top: 10px;
  }
  
  @media (max-width: 991px) {
  .team__socials {
  top: unset;
  transform: none;
  bottom: 20px;
  left: 20px;
  }
  .team__socials a {
  font-size: 14px;
  }
  .team__socials a + a {
  margin-top: 10px;
  }
  }
  
  .team__info {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #e7e7e7;
  }
  
  @media (max-width: 991px) {
  .team__info {
  font-size: 16px;
  line-height: 14px;
  }
  }
  
  .team__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  }
  
  @media (max-width: 991px) {
  .team__title {
  font-size: 14px;
  line-height: 16px;
  }
  }
  
  .team.-hover .team__image {
  overflow: hidden;
  }
  
  .team.-hover .team__image .bg-image {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .team.-hover .team__content {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .team.-hover .team__socials {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .team.-hover .team__info {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(16px);
  }
  
  .team.-hover .team__title {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
  transform: translateY(16px);
  }
  
  .team.-hover:hover .team__image .bg-image {
  transform: scale(1.1);
  }
  
  .team.-hover:hover .team__content {
  opacity: 1;
  }
  
  .team.-hover:hover .team__info {
  transform: none;
  }
  
  .team.-hover:hover .team__title {
  transform: none;
  }
  
  .team.-zoom-hover .team__image {
  overflow: hidden;
  }
  
  .team.-zoom-hover .team__image .bg-image {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .team.-zoom-hover .team__content {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .team.-zoom-hover:hover .team__image .bg-image {
  transform: scale(1.1);
  }
  
  .team.-zoom-hover:hover .team__content {
  opacity: 1;
  }
  
  .sectionSlider {
  width: 100%;
  }
  
  .pagination.-slider {
  display: flex;
  justify-content: center;
  }
  
  .pagination.-slider .pagination__item {
  width: 6px;
  height: 6px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  }
  
  .pagination.-slider .pagination__item::after {
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  transform: scale(0.5);
  transition: all 0.15s ease-out;
  }
  
  .pagination.-slider .pagination__item.is-active::after {
  transform: scale(1);
  border: 1px solid #999;
  }
  
  .pagination.-slider.-white .pagination__item {
  background-color: #fff;
  }
  
  .pagination.-slider.-white .pagination__item.is-active::after {
  border: 1px solid #fff;
  }
  
  .pagination.-slider .pagination__item + .pagination__item {
  margin-left: 18px;
  }
  
  .pagination.-slider.-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  flex-direction: column;
  }
  
  .pagination.-slider.-left .pagination__item + .pagination__item {
  margin-left: 0;
  margin-top: 18px;
  }
  
  .sectionSlider .nav.-slider .nav__item {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid #E4E4E4;
  transition: all 0.1s ease-out;
  }
  
  .sectionSlider .nav.-slider .nav__item .icon {
  position: relative;
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
  }
  
  .sectionSlider .nav.-slider .nav__item.-left {
  left: 2.5rem;
  }
  
  .sectionSlider .nav.-slider .nav__item.-left .icon {
  left: 0.9375rem;
  }
  
  .sectionSlider .nav.-slider .nav__item.-right {
  right: 2.5rem;
  }
  
  .sectionSlider .nav.-slider .nav__item.-right .icon {
  right: 0.9375rem;
  }
  
  .sectionSlider .nav.-slider .nav__item:hover {
  border: 1px solid #999;
  }
  
  .sectionSlider .nav.-slider .nav__item:hover .icon {
  color: #999;
  }
  
  body.is-cursor-active {
  cursor: none !important;
  }
  
  body.is-cursor-active * {
  cursor: none !important;
  }
  
  .cursor {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .cursor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .cursor__follower {
  position: absolute;
  background-color: #888888;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
  background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .cursor__arrows {
  position: absolute;
  display: flex;
  opacity: 0;
  transform: scale(0.7) rotate(40deg);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .cursor__arrows &gt; * {
  position: relative;
  color: black;
  stroke-width: 1;
  }
  
  .cursor__arrows &gt; *:first-child {
  left: -0.625rem;
  }
  
  .cursor__arrows &gt; *:last-child {
  right: -0.625rem;
  }
  
  .cursor__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  letter-spacing: 0.05em;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .cursor__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .cursor__icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 0.75;
  }
  
  .cursor {
  visibility: hidden;
  }
  
  .cursor.is-enabled {
  visibility: visible;
  }
  
  .cursor.is-hidden .cursor__wrapper {
  transform: scale(0) !important;
  }
  
  .cursor.is-mouse-down .cursor__wrapper {
  transform: scale(0.8);
  }
  
  .cursor.is-active .cursor__follower {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
  transform: scale(3.6);
  opacity: 0.25;
  }
  
  .cursor.is-active.has-label .cursor__follower {
  background-color: black;
  opacity: 0.8;
  }
  
  .cursor.is-active.has-label .cursor__label {
  transform: scale(1);
  }
  
  .cursor.is-active.has-icon .cursor__follower {
  background-color: black;
  opacity: 0.8;
  }
  
  .cursor.is-active.has-icon .cursor__icon {
  transform: scale(1);
  }
  
  body.preloader-visible .preloader__bg {
  transform: scaleY(1);
  }
  
  body.preloader-visible .preloader__progress {
  opacity: 1;
  }
  
  .preloader {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .preloader__bg {
  pointer-events: auto;
  height: 100%;
  width: 100%;
  background-color: var(--bg-dark-4);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.12);
  will-change: transform;
  transform-origin: bottom;
  transform: scaleY(0);
  }
  
  .preloader__progress {
  position: absolute;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-mask-image: var(--preloader-image);
  mask-image: var(--preloader-image);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  }
  
  .preloader__progress__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  transform-origin: bottom;
  transform: scaleY(0);
  }
  
  .bar-stroke-hidden {
  stroke-width: 0px !important;
  }
  
  .pieChart__chart {
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .pieChart circle {
  stroke-dashoffset: 0;
  fill: transparent;
  }
  
  .pieChart circle.pieChart__bar {
  stroke: var(--accent-color);
  stroke-width: 1.5px;
  }
  
  .pieChart__back {
  stroke: black;
  stroke-width: 1.5px !important;
  }
  
  .pieChart__percent {
  transform: rotate(90deg);
  position: absolute;
  font-size: 35px;
  line-height: 41px;
  font-weight: 600;
  }
  
  @media (max-width: 991px) {
  .pieChart__percent {
  font-size: 18px;
  line-height: 21px;
  }
  }
  
  .pieChart__title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  }
  
  @media (max-width: 991px) {
  .pieChart__title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
  }
  }
  
  .pieChart__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
  }
  
  @media (max-width: 991px) {
  .pieChart__text {
  margin-top: 8px;
  }
  }
  
  .pieChart {
  transition: background-color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .pieChart .pieChart-title,
  .pieChart .pieChart-text,
  .pieChart .pieChart-percent {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .pieChart-light circle {
  stroke: rgba(255, 255, 255, 0.2);
  }
  
  .pieChart-light:hover {
  background-color: white;
  }
  
  .pieChart-light:hover .pieChart-percent,
  .pieChart-light:hover .pieChart-title {
  color: black;
  }
  
  .pieChart-light:hover .pieChart-text {
  color: var(--font-dark);
  }
  
  .pieChart-dark circle {
  stroke: rgba(0, 0, 0, 0.1);
  }
  
  .pieChart-dark:hover {
  background-color: black;
  }
  
  .pieChart-dark:hover .pieChart-percent,
  .pieChart-dark:hover .pieChart-title {
  color: white;
  }
  
  .pieChart-dark:hover .pieChart-text {
  color: var(--font-light);
  }
  
  .lineChart__item {
  margin-top: 2rem;
  margin-top: 2rem;
  }
  
  .lineChart__item:first-child {
  margin-top: 0;
  }
  
  .lineChart__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  }
  
  .lineChart__content p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  }
  
  .lineChart__bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.1875rem;
  }
  
  .lineChart__bar__item {
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  }
  
  .lineChart__bar__bg {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.1);
  }
  
  .lineChart__bar__bg.-light {
  background-color: rgba(255, 255, 255, 0.1);
  }
  
  .lineChart__item {
  margin-top: 2rem;
  margin-top: 2rem;
  }
  
  .lineChart__item:first-child {
  margin-top: 0;
  }
  
  .lineChart__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  }
  
  .lineChart__content p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  }
  
  .lineChart-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.1875rem;
  }
  
  .lineChart-bar__item {
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  }
  
  .lineChart-bar__bg {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.1);
  }
  
  .lineChart-bar__bg.-light {
  background-color: rgba(255, 255, 255, 0.1);
  }
  
  .headerSearch {
  z-index: 500;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 60px;
  background-color: #18130C;
  transition: all 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  }
  
  @media (max-width: 767px) {
  .headerSearch {
  padding: 40px 30px;
  }
  }
  
  .headerSearch.is-open {
  pointer-events: auto;
  opacity: 1;
  }
  
  .headerSearch__line {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #B88768;
  }
  
  .headerSearch__icon {
  position: absolute;
  font-size: 20px;
  color: white;
  }
  
  .headerSearch__close {
  position: absolute;
  top: calc(50% + 3px);
  right: 60px;
  transform: translateY(-50%);
  font-size: 18px;
  }
  
  @media (max-width: 767px) {
  .headerSearch__close {
  right: 30px;
  }
  }
  
  .headerSearch form {
  position: relative;
  display: flex;
  align-items: center;
  }
  
  .headerSearch form input {
  padding: 0;
  border: none;
  margin-left: 42px;
  margin-right: 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  }
  
  .headerSearch form input:focus {
  border: none;
  }
  
  .headerCart {
  position: fixed;
  top: 100%;
  right: 3.75rem;
  width: 22.5rem;
  background-color: #18130C;
  padding: 35px 1.875rem;
  transition: all 0.15s ease-out 0.2s;
  opacity: 0;
  pointer-events: none;
  }
  
  @media (max-width: 767px) {
  .headerCart {
  right: 50%;
  transform: translateX(50%);
  width: 90vw;
  }
  }
  
  .headerCart:hover {
  opacity: 1;
  pointer-events: auto;
  }
  
  .headerCart__content &gt; * + * {
  margin-top: 1.875rem;
  }
  
  .headerCart__item {
  position: relative;
  display: flex;
  }
  
  .headerCart__img {
  width: 4.375rem;
  height: 4.375rem;
  }
  
  .headerCart__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  
  .headerCart__wrap {
  margin-left: 0.75rem;
  }
  
  .headerCart__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: white;
  }
  
  .headerCart__info {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: #A8A7A5;
  }
  
  .headerCart__cross {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 0.75rem;
  }
  
  .headerCart__footer {
  margin-top: 1.75rem;
  }
  
  .headerCart__total {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  }
  
  .headerCart__total span {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  color: white;
  }
  
  .headerCart__buttons .button + .button {
  margin-top: 1.25rem;
  }
  
  .mega {
  cursor: auto;
  z-index: 2000;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 100vw;
  background-color: #18130C;
  padding: 3.75rem 0;
  display: flex;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
  }
  
  .mega::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--secondary-color);
  }
  
  .mega::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid var(--secondary-color);
  }
  
  .mega__menu {
  display: flex;
  flex: 1 0 auto;
  }
  
  .mega__column {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);
  }
  
  .mega .mega__item + .mega__item {
  margin-top: 1.875rem;
  }
  
  .mega__title {
  margin-bottom: 0.625rem;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 40px;
  }
  
  .mega__list a {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.875rem 0;
  line-height: 1;
  color: #A8A7A5;
  }
  
  .mega__list a:hover {
  color: white;
  text-decoration: underline;
  }
  
  .mega-cta {
  position: relative;
  width: 16.875rem;
  flex: 0 1 auto;
  }
  
  .mega-cta__img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .mega-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem;
  }
  
  .mega-cta__content {
  padding: 5.625rem 1.875rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .mega-cta__subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  }
  
  .mega-cta__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  }
  
  .priceCard {
  position: relative;
  }
  
  .priceCard__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.375rem 1rem;
  background-color: var(--secondary-color);
  color: white;
  text-transform: uppercase;
  }
  
  .priceCard__price {
  letter-spacing: -0.05em;
  }
  
  .priceCard__list li {
  margin-bottom: 1.5rem;
  }
  
  .priceCard__list li:last-child {
  margin-bottom: 0;
  }
  
  .priceCard__list li p {
  line-height: 1.3;
  }
  
  .accordion__item {
  padding: 0.5rem 0;
  }
  
  .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  }
  
  .accordion__button {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0.75rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
  }
  
  .accordion__button button {
  color: #454545;
  }
  
  .accordion__button:active {
  color: #454545;
  }
  
  .accordion.-simple .accordion__item {
  padding: 0.5rem 0;
  }
  
  .accordion.-simple .accordion__item + .accordion__item {
  border-top: 1px solid #d9d9d9;
  }
  
  .accordion.-simple .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  }
  
  .accordion.-simple .accordion__content__inner {
  padding-bottom: 0.625rem;
  }
  
  .accordion.-simple .accordion__button {
  cursor: pointer;
  color: black;
  padding: 0.75rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: left;
  }
  
  .accordion.-simple .accordion__button button {
  color: #454545;
  text-align: left;
  }
  
  .accordion.-simple .accordion__button:active {
  color: #454545;
  }
  
  .accordion.-simple .accordion__icon {
  position: relative;
  }
  
  .accordion.-simple .accordion__icon .icon {
  width: 2rem;
  height: 2rem;
  stroke-width: 1;
  transition: all 0.2s ease-out;
  }
  
  .accordion.-simple .accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  }
  
  .accordion.-simple .accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  }
  
  .accordion.-simple .accordion__item.is-active .accordion__icon &gt; *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
  }
  
  .accordion.-simple .accordion__item.is-active .accordion__icon &gt; *:nth-child(2) {
  transform: none;
  opacity: 1;
  }
  
  .accordion.-simple.-light .accordion__item + .accordion__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .accordion.-block .accordion__item {
  padding: 0.5rem 0;
  }
  
  .accordion.-block .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  }
  
  .accordion.-block .accordion__content__inner {
  padding: 1.25rem 1.375rem;
  }
  
  .accordion.-block .accordion__button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.25rem 1.375rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E4E4E4;
  border-radius: 0.25rem;
  }
  
  .accordion.-block .accordion__icon {
  position: relative;
  }
  
  .accordion.-block .accordion__icon .icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 1;
  transition: all 0.2s ease-out;
  }
  
  .accordion.-block .accordion__item.is-active .accordion__button {
  background-color: #F9F6F6;
  border: 1px solid #F9F6F6;
  }
  
  .accordion.-block .accordion__item.is-active .accordion__icon .icon {
  transform: rotate(180deg);
  }
  
  .accordion.-block.-light .accordion__item + .accordion__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .tabs__pane {
  display: none;
  }
  
  .tabs__pane.is-active {
  display: block;
  }
  
  .tabs.-buttons .tabs__button {
  padding: 0.5rem 1.5rem;
  border-radius: 200px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .tabs.-buttons .tabs__button.is-active {
  color: white;
  background-color: var(--accent-color);
  }
  
  .tabs.-buttons .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .tabs.-buttons .tabs__pane.is-active {
  display: block;
  opacity: 1;
  }
  
  .tabs.-lines .tabs__controls {
  border-bottom: 1px solid #E6E9EC;
  }
  
  .tabs.-lines .tabs__button {
  margin-bottom: -1px;
  padding: 0.625rem 0.75rem;
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .tabs.-lines .tabs__button.is-active {
  color: #a8a7a5;
  border-bottom: 1px solid #999;
  }
  
  .tabs.-lines .tabs__button + .tabs__button {
  margin-left: 0.5rem;
  }
  
  .tabs.-lines .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .tabs.-lines .tabs__pane.is-active {
  display: block;
  opacity: 1;
  }
  
  .tabs.-section .tabs__button {
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
  align-items: center;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  margin-top: 0px;
  border: 1px solid #9c9c9c;
  padding: 23px;
  }
  
  .tabs.-section .tabs__button.is-active {
  background-color: #E9E9E9;
  border: 1px solid #9c9c9c;
  }
  
  .tabs.-section .tabs__button.is-active .icon {
  color: white !important;
  }
  
  .tabs.-section .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .tabs.-section .tabs__pane.is-active {
  display: block;
  opacity: 1;
  }
  
  .table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  }
  
  .table thead {
  background-color: #F9F6F6;
  }
  
  .table th {
  padding: 1.5625rem 1.5625rem;
  }
  
  .table td {
  padding: 1.5625rem 1.5625rem;
  color: #615E5E;
  }
  
  .table.-striped &gt; tbody &gt; tr:nth-of-type(even) {
  background-color: #F6F8F9;
  }
  
  .alert__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.625rem;
  border-radius: 0.25rem;
  }
  
  .alert__title {
  font-weight: 600;
  }
  
  .alert.-info .alert__content {
  background-color: #EEF6FD;
  }
  
  .alert.-info .alert__icon .icon,
  .alert.-info .alert__title {
  color: #4780AA;
  }
  
  .alert.-warning .alert__content {
  background-color: #FBFAE3;
  }
  
  .alert.-warning .alert__icon .icon,
  .alert.-warning .alert__title {
  color: #927238;
  }
  
  .alert.-error .alert__content {
  background-color: #FBECEB;
  }
  
  .alert.-error .alert__icon .icon,
  .alert.-error .alert__title {
  color: #AB3331;
  }
  
  .alert.-success .alert__content {
  background-color: #EFF7E5;
  }
  
  .alert.-success .alert__icon .icon,
  .alert.-success .alert__title {
  color: #5B7052;
  }
  
  .shopCard__image {
  z-index: 5;
  position: relative;
  }
  
  .shopCard__image:hover .shopCard__button {
  opacity: 1;
  }
  
  .shopCard__button {
  z-index: 10;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: white;
  display: flex;
  justify-content: center;
  padding: 1.125rem;
  align-items: center;
  text-transform: uppercase;
  background-color: #18130C;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .shopCard__button .icon {
  margin-right: 0.875rem;
  stroke-width: 1;
  }
  
  .shopCart-header {
  padding: 1.25rem 4.375rem;
  padding-right: 0;
  background-color: #F9F6F6;
  }
  
  @media (max-width: 1199px) {
  .shopCart-header {
  padding-left: 2.5rem;
  }
  }
  
  .shopCart-header__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: black;
  }
  
  @media (max-width: 767px) {
  .shopCart-products .shopCart-products__cross {
  left: unset;
  top: 2.25rem;
  right: 0;
  }
  .shopCart-products .shopCart-products__item {
  padding-left: 0rem;
  }
  }
  
  .shopCart-products__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: black;
  }
  
  .shopCart-products__item {
  position: relative;
  padding: 1.875rem 0;
  padding-left: 4.375rem;
  border-bottom: 1px solid #E4E4E4;
  }
  
  @media (max-width: 1199px) {
  .shopCart-products__item {
  padding-left: 2.5rem;
  }
  }
  
  .shopCart-products__cross {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  }
  
  .shopCart-products__cross .icon {
  height: 1.5rem;
  width: 1.5rem;
  stroke-width: 1.5;
  }
  
  .shopCart-products__product {
  display: flex;
  align-items: center;
  }
  
  .shopCart-products__product .image {
  position: relative;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  }
  
  .shopCart-products__product .image &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .shopCart-products__product .title {
  margin-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: black;
  }
  
  .shopCart-products__price {
  font-size: 0.875rem;
  line-height: 1rem;
  }
  
  .shopCart-products__quantity {
  font-size: 0.875rem;
  line-height: 1rem;
  }
  
  .shopCart-products__subtotal {
  font-size: 0.875rem;
  line-height: 1rem;
  }
  
  .shopCart-sidebar {
  width: 21.5625rem;
  }
  
  @media (max-width: 1349px) {
  .shopCart-sidebar {
  width: 15rem;
  }
  }
  
  @media (max-width: 991px) {
  .shopCart-sidebar {
  width: 100%;
  margin-top: 3.75rem;
  }
  }
  
  .shopCart-sidebar__totals {
  border: 1px solid #E4E4E4;
  padding: 1.875rem;
  }
  
  .shopCart-sidebar__totals .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: black;
  margin-bottom: 1.75rem;
  }
  
  .shopCart-sidebar__totals .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 2.8125rem;
  text-align: right;
  }
  
  .shopCart-sidebar__totals .item.-border-none {
  border: none !important;
  }
  
  .shopCart-sidebar__totals .item + .item {
  border-top: 1px solid #E4E4E4;
  }
  
  .shopCart-sidebar__button {
  margin-top: 1.25rem;
  }
  
  .shopCart-footer__item {
  display: flex;
  align-items: flex-end;
  }
  
  @media (max-width: 1349px) {
  .shopCart-footer__item button {
  min-width: unset !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }
  }
  
  .shopCart-footer__item form {
  width: 15.625rem;
  }
  
  @media (max-width: 767px) {
  .shopCart-footer__item form {
  width: 9.375rem;
  }
  }
  
  .shopCart-footer__item input {
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #E4E4E4 !important;
  }
  
  .shopCart-footer__item input:focus {
  border-bottom: 1px solid #000 !important;
  }
  
  .shopCheckout-form__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  letter-spacing: 0em;
  }
  
  @media (max-width: 991px) {
  .shopSidebar {
  margin-top: 7.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .shopSidebar {
  margin-top: 6.25rem;
  }
  }
  
  .shopSidebar__item .search &gt; form {
  position: relative;
  }
  
  .shopSidebar__item .search .field {
  z-index: 1;
  padding-top: 0;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 9px;
  }
  
  .shopSidebar__item .search .submit {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  }
  
  .shopSidebar__item .search .submit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  }
  
  .shopSidebar__item .search .icon {
  width: 20px;
  height: 20px;
  stroke-width: 1;
  }
  
  .shopSidebar__item.-category a span:first-child {
  position: relative;
  }
  
  .shopSidebar__item.-category a span:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  transform: scaleX(0);
  }
  
  .shopSidebar__item.-category a span:first-child:hover {
  color: black;
  }
  
  .shopSidebar__item.-category a span:first-child:hover::after {
  transform: scaleX(1);
  }
  
  .shopSidebar__item.-best .best__item {
  display: flex;
  }
  
  .shopSidebar__item.-best .best__image {
  position: relative;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  }
  
  .shopSidebar__item.-best .best__image &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .shopSidebar__item.-best .best__content {
  margin-left: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  .shopSidebar__item.-tags .tags__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3125rem;
  }
  
  .shopSidebar__item.-tags .tags__item {
  padding: 0.3125rem;
  }
  
  .shopSidebar__item.-tags .tags__item a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.125rem;
  background-color: #F9F6F6;
  color: #615E5E;
  transition: all 0.1s ease-in-out;
  }
  
  .shopSidebar__item.-tags .tags__item a:hover {
  background-color: #000 !important;
  color: #FFF !important;
  }
  
  .shopSingle-preview {
  display: flex;
  }
  
  @media (max-width: 991px) {
  .shopSingle-preview {
  flex-direction: column-reverse;
  }
  }
  
  .shopSingle-preview__imageList {
  width: 140px;
  margin: -5px -10px;
  padding-right: 10px;
  }
  
  .shopSingle-preview__imageList &gt; * {
  padding: 5px 10px;
  }
  
  @media (max-width: 991px) {
  .shopSingle-preview__imageList {
  padding-right: 0;
  padding-top: 0.625rem;
  display: flex;
  width: 100%;
  margin: -5px;
  }
  .shopSingle-preview__imageList &gt; * {
  padding: 5px;
  width: 100%;
  }
  }
  
  .shopSingle-preview__image {
  overflow: hidden;
  width: 100%;
  }
  
  .shopSingle-info__subtitle {
  font-size: 0.875rem;
  line-height: 1;
  }
  
  .shopSingle-info__title {
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 600;
  }
  
  .shopSingle-info__content p {
  font-size: 0.875rem;
  line-height: 1.6;
  }
  
  .shopSingle-info__content p + p {
  margin-top: 1rem;
  }
  
  .shopSingle-info__action {
  display: flex;
  flex-wrap: wrap;
  }
  
  .shopSingle-info__footer span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  }
  
  .shopCompleted-header {
  text-align: center;
  }
  
  .shopCompleted-header .icon {
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B88768;
  border-radius: 100%;
  }
  
  .shopCompleted-header .icon svg {
  stroke-width: 4;
  color: white;
  width: 2.25rem;
  height: 2.25rem;
  }
  
  .shopCompleted-header .title {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0em;
  margin-top: 0.75rem;
  }
  
  @media (max-width: 767px) {
  .shopCompleted-header .title {
  font-size: 2rem;
  }
  }
  
  .shopCompleted-header .subtitle {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.75rem;
  }
  
  .shopCompleted-info {
  margin-top: 2.5rem;
  border: 1px dashed #000000;
  border-radius: 0.25rem;
  padding: 2.5rem 3.75rem;
  }
  
  @media (max-width: 767px) {
  .shopCompleted-info {
  padding: 2.125rem;
  }
  }
  
  .shopCompleted-info__item .subtitle {
  font-size: 0.875rem;
  line-height: 1rem;
  }
  
  .shopCompleted-info__item .title {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.9375rem;
  font-weight: 600;
  }
  
  .shopCompleted-footer {
  margin-top: 3.75rem;
  }
  
  @media (max-width: 767px) {
  .shopCompleted-footer {
  margin-top: 2.5rem;
  }
  }
  
  .shopCompleted-footer__wrap {
  border: 1px solid #E4E4E4;
  padding: 3.75rem;
  }
  
  @media (max-width: 767px) {
  .shopCompleted-footer__wrap {
  padding: 2.125rem;
  }
  }
  
  .shopCompleted-footer__wrap .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: black;
  margin-bottom: 1.75rem;
  }
  
  .shopCompleted-footer__wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 2.8125rem;
  text-align: right;
  }
  
  .shopCompleted-footer__wrap .item.-border-none {
  border: none !important;
  }
  
  .shopCompleted-footer__wrap .item + .item {
  border-top: 1px solid #E4E4E4;
  margin-top: 0.1875rem;
  }
  
  .shopCompleted-footer__button {
  margin-top: 1.25rem;
  }
  
  /*--------------------------------------------------
  Blog comments
  ---------------------------------------------------*/
  .blogPost.-comments .blogPost__content .comments__list li {
  list-style: none;
  }
  
  .blogPost.-comments .blogPost__content .comments__list &gt; li:first-child &gt; .comments-item-inner {
  border-top: none;
  }
  
  .blogPost.-comments .blogPost__content .comments__list &gt; li:first-child {
  border-top: none;
  }
  
  .blogPost.-comments .blogPost__content .comments__list .trackback a,
  .blogPost.-comments .blogPost__content .comments__list .pingback a {
  line-height: 1.5rem;
  text-decoration: none !important;
  }
  
  .blogPost.-comments .blogPost__content .comments__list {
  margin: 0;
  }
  
  .blogPost.-comments .blogPost__content .comments__list &gt; li {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  }
  
  .blogPost.-comments .blogPost__content .comments__list &gt; li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
  }
  
  .blogPost.-comments .blogPost__content .comments__item-inner {
  display: flex;
  }
  
  .blogPost.-comments .blogPost__content .comments__item .children {
  padding: 0;
  margin: 0;
  padding-left: 5%;
  padding-top: 2rem;
  }
  
  .blogPost.-comments .blogPost__content .comments__body {
  width: 100%;
  }
  
  .blogPost.-comments .blogPost__content .comments__img {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  max-width: 5.625rem;
  margin-right: 1.375rem;
  }
  
  @media (max-width: 767px) {
  .blogPost.-comments .blogPost__content .comments__img {
  width: 48px;
  height: 48px;
  max-width: 3rem;
  margin-right: 1rem;
  }
  }
  
  .blogPost.-comments .blogPost__content .comments__header h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  }
  
  .blogPost.-comments .blogPost__content .comments__header p {
  font-size: 0.875rem;
  line-height: 1.6;
  }
  
  .blogPost.-comments .blogPost__content .comments__text p {
  margin: 0;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.6;
  }
  
  .blogPost.-comments .blogPost__content .comments__text a {
  text-decoration: underline;
  }
  
  .blogPost.-comments .blogPost__content .comments__text ul, .blogPost.-comments .blogPost__content .comments__text ul li
  {
  list-style: disc inside !important;
  }
  
  .blogPost.-comments .blogPost__content .comments__text ol, .blogPost.-comments .blogPost__content .comments__text ol li
  {
  list-style: decimal inside !important;
  }
  
  .blogPost.-comments .blogPost__content .comments__reply a {
  margin-top: 0.625rem;
  text-decoration: underline;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.8;
  }
  
  /*--------------------------------------------------
  Respond form
  ---------------------------------------------------*/
  .respondForm h3 {
  color: black;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.6875rem;
  }
  
  .respondForm h3 small a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9375rem;
  color: var(--accent-color);
  margin-left: 0.5rem;
  }
  
  .respondForm__notes {
  color: var(--font-dark);
  font-size: 1rem;
  }
  
  .respondForm .logged-in-as {
  display: flex;
  margin-bottom: 0.75rem;
  }
  
  .respondForm .logged-in-as a {
  padding-right: 1rem;
  }
  
  .respondForm form p {
  font-size: 0.9375rem;
  line-height: 1;
  }
  
  .blogSingle-nav .related-nav {
  border: none;
  background-color: #F9F6F6;
  }
  
  .blogSingle-info .tags__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3125rem;
  }
  
  .blogSingle-info .tags__item {
  padding: 0.3125rem;
  }
  
  .blogSingle-info .tags__item a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.125rem;
  background-color: #F9F6F6;
  color: #615E5E;
  transition: all 0.1s ease-in-out;
  }
  
  .blogSingle-info .tags__item a:hover {
  background-color: #000 !important;
  color: #FFF !important;
  }
  
  .socials {
  display: flex;
  align-items: center;
  }
  
  .socials__title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
  color: black;
  margin-right: 1.25rem;
  }
  
  .socials__wrap {
  display: flex;
  }
  
  .socials__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000 !important;
  }
  
  .socials__wrap a:hover {
  color: #B88768 !important;
  border: 1px solid #B88768;
  }
  
  .blogSingle-author {
  display: flex;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #E4E4E4;
  }
  
  .blogSingle-author__image {
  position: relative;
  width: 10rem;
  height: 10rem;
  min-width: 10rem;
  min-height: 10rem;
  }
  
  @media (max-width: 767px) {
  .blogSingle-author__image {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  }
  }
  
  @media (max-width: 575px) {
  .blogSingle-author__image {
  width: 3.75rem;
  height: 3.75rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  }
  }
  
  .blogSingle-author__image &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .blogSingle-author__socials {
  margin-left: -0.75rem;
  }
  
  .sliderNav {
  position: absolute;
  top: -5.125rem;
  right: 0;
  display: flex;
  }
  
  @media (max-width: 991px) {
  .sliderNav {
  position: relative;
  top: unset;
  margin-bottom: 1.5rem;
  }
  }
  
  .sliderNav__item {
  display: flex;
  align-items: center;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .sliderNav__item:hover {
  color: var(--accent-color) !important;
  }
  
  .sliderNav__item.-prev::after {
  content: '';
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
  margin-left: 0.625rem;
  }
  
  .sliderNav__item.-next::before {
  content: '';
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
  margin-right: 0.625rem;
  }
  
  .sliderNav .sliderNav__item + .sliderNav__item {
  margin-left: 1.25rem;
  }
  
  .mainSlider.-type-2 {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  }
  
  .mainSlider.-type-2 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-2 .container {
  height: 100%;
  width: unset;
  }
  
  .mainSlider.-type-2 .row {
  height: 100%;
  }
  
  .mainSlider.-type-2 .swiper-slide {
  overflow: hidden;
  width: 100%;
  }
  
  .mainSlider.-type-2 .mainSlider-nav {
  z-index: 500;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-2 .mainSlider-nav {
  display: none;
  }
  }
  
  .mainSlider.-type-2 .mainSlider-nav &gt; * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  }
  
  .mainSlider.-type-2 .mainSlider-nav .-next {
  position: absolute;
  right: 60px;
  }
  
  .mainSlider.-type-2 .mainSlider-nav .-next::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: white;
  margin-right: 12px;
  }
  
  .mainSlider.-type-2 .mainSlider-nav .-prev {
  position: absolute;
  left: 60px;
  }
  
  .mainSlider.-type-2 .mainSlider-nav .-prev::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: white;
  margin-left: 12px;
  }
  
  .mainSlider.-type-2 .mainSlider-pagination {
  position: absolute;
  bottom: 8.125rem;
  display: flex;
  justify-content: center;
  }
  
  .mainSlider.-type-2 .mainSlider-pagination .pagination__item {
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  line-height: 1;
  padding: 0 5px;
  }
  
  .mainSlider.-type-2 .mainSlider-pagination .pagination__item::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  margin-left: 10px;
  }
  
  .mainSlider.-type-2 .mainSlider-pagination .pagination__item.is-active::after {
  width: 60px;
  }
  
  .mainSlider.-type-2 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  
  .mainSlider.-type-2 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mainSlider.-type-2 .mainSlider__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
  }
  
  .mainSlider.-type-2 .mainSlider__title span {
  font-weight: 600;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-2 .mainSlider__title {
  font-size: 40px;
  line-height: 1.2;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-2 .mainSlider__title {
  font-size: 38px;
  }
  }
  
  .mainSlider.-type-2 .mainSlider__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 330px;
  left: 60px;
  display: flex;
  }
  
  .mainSlider.-type-2 .mainSlider__pagination_numbers span {
  color: white;
  }
  
  .mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  }
  
  .mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  padding: 0 7px;
  }
  
  .mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(3) {
  font-size: 40px;
  line-height: 47px;
  }
  
  .mainSlider.-type-2 .mainSlider__socials {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  }
  
  .mainSlider.-type-2 .mainSlider__socials a + a {
  margin-top: 30px;
  }
  
  .mainSlider.-type-2 .mainSlider__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 60px;
  }
  
  .mainSlider.-type-2 .mainSlider__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  line-height: 16px;
  }
  
  .mainSlider.-type-2 .mainSlider__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 25px;
  }
  
  .mainSlider.-type-2 .mainSlider__scroll_icon .icon {
  color: white;
  position: relative;
  font-size: 30px;
  transition: all 0.1s ease-out;
  transform: rotate(90deg);
  top: -15px;
  }
  
  .mainSlider-pagination {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination {
  bottom: 30px;
  left: 30px;
  }
  }
  
  .mainSlider-pagination__item {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
  
  .mainSlider-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
  }
  
  .mainSlider-pagination__item.is-active {
  opacity: 1;
  }
  
  .mainSlider-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
  }
  
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 75px;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 40px;
  }
  }
  
  .mainSlider-pagination__number {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  }
  
  .mainSlider-pagination__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
  }
  
  .mainSlider-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination__line {
  width: 100%;
  }
  }
  
  .mainSlider.-type-3 {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  }
  
  .mainSlider.-type-3 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-3 .container,
  .mainSlider.-type-3 .row {
  height: 100%;
  }
  
  .mainSlider.-type-3 .swiper-slide {
  overflow: hidden;
  }
  
  .mainSlider.-type-3 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-3 .pagination.-slider {
  left: 1.875rem;
  transform: none;
  width: auto;
  }
  }
  
  .mainSlider.-type-3 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  }
  
  .mainSlider.-type-3 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  font-size: 1.875rem;
  background-color: white;
  color: black;
  transition: all 0.15s ease;
  }
  
  .mainSlider.-type-3 .navigation__item:hover {
  background-color: black;
  color: white;
  }
  
  .mainSlider.-type-3 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  
  .mainSlider.-type-3 .mainSlider__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-3 .mainSlider__title {
  font-size: 40px;
  }
  }
  
  .mainSlider.-type-3 .mainSlider__button {
  display: flex;
  align-items: center;
  }
  
  .mainSlider.-type-3 .mainSlider__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
  }
  
  .mainSlider.-type-3 .mainSlider__button .button .icon {
  padding-left: 0.25rem;
  }
  
  .mainSlider.-type-3 .mainSlider__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 330px;
  left: 60px;
  display: flex;
  }
  
  .mainSlider.-type-3 .mainSlider__pagination_numbers span {
  color: white;
  }
  
  .mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  }
  
  .mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  padding: 0 7px;
  }
  
  .mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(3) {
  font-size: 40px;
  line-height: 47px;
  }
  
  .mainSlider.-type-3 .mainSlider__socials {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  }
  
  .mainSlider.-type-3 .mainSlider__socials a + a {
  margin-top: 30px;
  }
  
  .mainSlider.-type-3 .mainSlider__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 60px;
  }
  
  .mainSlider.-type-3 .mainSlider__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  line-height: 16px;
  }
  
  .mainSlider.-type-3 .mainSlider__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 1.5625rem;
  }
  
  .mainSlider.-type-3 .mainSlider__scroll_icon .icon {
  color: white;
  position: relative;
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
  transform: rotate(90deg);
  top: -0.9375rem;
  }
  
  .mainSlider-pagination {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination {
  bottom: 30px;
  left: 30px;
  }
  }
  
  .mainSlider-pagination__item {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
  
  .mainSlider-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
  }
  
  .mainSlider-pagination__item.is-active {
  opacity: 1;
  }
  
  .mainSlider-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
  }
  
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 75px;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 40px;
  }
  }
  
  .mainSlider-pagination__number {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  }
  
  .mainSlider-pagination__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
  }
  
  .mainSlider-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination__line {
  width: 100%;
  }
  }
  
  .mainSlider.-type-4 {
  display: flex;
  align-items: center;
  background-color: #131313;
  height: 100vh;
  width: 100%;
  }
  
  .mainSlider.-type-4 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-4 .container,
  .mainSlider.-type-4 .row {
  height: 100%;
  width: 100%;
  }
  
  .mainSlider.-type-4 .swiper-slide {
  overflow: hidden;
  }
  
  .mainSlider.-type-4 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .mainSlider.-type-4 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  background-color: white;
  }
  
  .mainSlider.-type-4 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  padding: 2.1875rem 0.75rem;
  color: black;
  transition: all 0.15s ease;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-4 .navigation__item {
  padding: 1rem 0.75rem;
  }
  }
  
  .mainSlider.-type-4 .navigation__item:nth-child(3) {
  padding-right: 3.75rem;
  }
  
  .mainSlider.-type-4 .navigation__item:hover {
  color: var(--accent-color);
  }
  
  .mainSlider.-type-4 .navigation__content {
  position: relative;
  padding: 2.1875rem 3.75rem;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-4 .navigation__content {
  padding: 1.25rem 1.875rem;
  }
  }
  
  .mainSlider.-type-4 .navigation__content_item {
  position: absolute;
  top: 2.1875rem;
  left: 3.75rem;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .mainSlider.-type-4 .navigation__content_item.is-active {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  }
  
  .mainSlider.-type-4 .navigation__content span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  }
  
  .mainSlider.-type-4 .navigation__content div {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: black;
  }
  
  .mainSlider.-type-4 .mainSlider__lines::before {
  z-index: 5;
  content: '';
  position: absolute;
  top: 0;
  left: 11.25rem;
  left: 10%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__lines::before {
  display: none;
  }
  }
  
  .mainSlider.-type-4 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  
  .mainSlider.-type-4 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  }
  
  .mainSlider.-type-4 .mainSlider__content {
  padding-left: 7.5rem;
  height: 100%;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__content {
  padding-left: 0;
  }
  }
  
  .mainSlider.-type-4 .mainSlider__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__title {
  font-size: 2.125rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-4 .mainSlider__title {
  font-size: 1.875rem;
  }
  }
  
  .mainSlider.-type-4 .mainSlider__text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  }
  
  .mainSlider.-type-4 .mainSlider__button {
  display: flex;
  align-items: center;
  }
  
  .mainSlider.-type-4 .mainSlider__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
  }
  
  .mainSlider.-type-4 .mainSlider__info {
  z-index: 5;
  position: absolute;
  bottom: 40px;
  left: 60px;
  display: flex;
  }
  
  .mainSlider.-type-4 .mainSlider__info .mainSlider__info__item + .mainSlider__info__item {
  margin-left: 1.875rem;
  }
  
  .mainSlider.-type-4 .mainSlider__socials {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  }
  
  .mainSlider.-type-4 .mainSlider__socials a + a {
  margin-top: 30px;
  }
  
  .mainSlider-pagination {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination {
  bottom: 30px;
  left: 30px;
  }
  }
  
  .mainSlider-pagination__item {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
  
  .mainSlider-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
  }
  
  .mainSlider-pagination__item.is-active {
  opacity: 1;
  }
  
  .mainSlider-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
  }
  
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 75px;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 40px;
  }
  }
  
  .mainSlider-pagination__number {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  }
  
  .mainSlider-pagination__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
  }
  
  .mainSlider-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
  }
  
  @media (max-width: 991px) {
  .mainSlider-pagination__line {
  width: 100%;
  }
  }
  
  .mainSlider.-type-5 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  }
  
  .mainSlider.-type-5 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-5 .container,
  .mainSlider.-type-5 .row {
  height: 100%;
  width: 100%;
  }
  
  .mainSlider.-type-5 .swiper-slide {
  overflow: hidden;
  }
  
  .mainSlider.-type-5 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .mainSlider.-type-5 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 42vw;
  display: flex;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-5 .navigation.-slider {
  left: 50%;
  transform: translateX(-50%);
  }
  }
  
  .mainSlider.-type-5 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  font-size: 1.875rem;
  background-color: white;
  color: black;
  transition: all 0.15s ease;
  }
  
  .mainSlider.-type-5 .navigation__item:hover {
  background-color: black;
  color: white;
  }
  
  .mainSlider.-type-5 .mainSlider__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100rem;
  max-width: 100vw;
  height: 48.75rem;
  background: #F9F6F6;
  }
  
  .mainSlider.-type-5 .mainSlider__image {
  z-index: 1;
  position: absolute;
  top: 6.25rem;
  right: 0;
  width: 58vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__image {
  top: 4.375rem;
  width: 100vw;
  }
  .mainSlider.-type-5 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  }
  }
  
  .mainSlider.-type-5 .mainSlider__content {
  z-index: 2;
  position: relative;
  padding-top: 15.625rem;
  padding-bottom: 10rem;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__content {
  padding-top: unset;
  padding-bottom: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  }
  
  .mainSlider.-type-5 .mainSlider__subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #B88768;
  text-transform: uppercase;
  }
  
  .mainSlider.-type-5 .mainSlider__desc {
  display: block;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: black;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__desc {
  color: white !important;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-5 .mainSlider__desc {
  font-size: 1.75rem;
  }
  }
  
  .mainSlider.-type-5 .mainSlider__title_wrap {
  display: flex;
  align-items: center;
  }
  
  .mainSlider.-type-5 .mainSlider__bg_title {
  z-index: -1;
  position: absolute;
  left: -6.25rem;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  font-size: 12vw;
  line-height: 1;
  text-transform: uppercase;
  width: 100vw;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__bg_title {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-5 .mainSlider__bg_title {
  font-size: 3.125rem;
  }
  }
  
  .mainSlider.-type-5 .mainSlider__title {
  font-size: 6.5vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__title {
  font-size: 4rem;
  color: white !important;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-5 .mainSlider__title {
  font-size: 3.75rem;
  }
  }
  
  .mainSlider.-type-5 .mainSlider__button .button {
  min-width: 8.75rem;
  }
  
  .mainSlider.-type-6 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #18130C;
  background-image: url("../img/general/pattern_bg.png");
  }
  
  .mainSlider.-type-6 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-6 .container {
  height: 100%;
  width: unset;
  }
  
  .mainSlider.-type-6 .container,
  .mainSlider.-type-6 .row {
  height: 100%;
  }
  
  .mainSlider.-type-6 .swiper-slide {
  overflow: hidden;
  }
  
  .mainSlider.-type-6 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .mainSlider.-type-6 .mainSlider__image {
  z-index: 1;
  position: absolute;
  }
  
  .mainSlider.-type-6 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  }
  
  .mainSlider.-type-6 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mainSlider.-type-6 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  }
  
  .mainSlider.-type-6 .mainSlider__bg_title {
  z-index: 1;
  position: absolute;
  padding-top: 2.5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  font-size: 8.75rem;
  font-size: 9vw;
  line-height: 1;
  text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-6 .mainSlider__bg_title {
  padding-top: 0;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-6 .mainSlider__bg_title {
  font-size: 40px;
  }
  }
  
  .mainSlider.-type-6 .mainSlider__title {
  z-index: 2;
  position: relative;
  font-size: 6.25rem;
  font-size: 6.5vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-6 .mainSlider__title {
  font-size: 32px;
  }
  }
  
  .mainSlider.-type-all .navigation {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 100vw;
  padding: 0 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-all .navigation {
  top: unset;
  bottom: 1.875rem;
  padding: 0 1.875rem;
  }
  }
  
  .mainSlider.-type-all .navigation span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-all .navigation span::after {
  display: none;
  }
  }
  
  .mainSlider.-type-all .navigation span::after {
  content: '';
  position: absolute;
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0.8);
  }
  
  .mainSlider.-type-all .navigation span:hover {
  color: var(--accent-color) !important;
  }
  
  .mainSlider.-type-all .navigation span:hover::after {
  transform: scaleX(1);
  }
  
  .mainSlider.-type-all .navigation .-prev::after {
  left: calc(100% + 10px);
  transform-origin: left;
  }
  
  .mainSlider.-type-all .navigation .-next::after {
  right: calc(100% + 10px);
  transform-origin: right;
  }
  
  .mainSlider.-type-7 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  }
  
  .mainSlider.-type-7 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-7 .container {
  height: 100%;
  width: unset;
  }
  
  .mainSlider.-type-7 .container,
  .mainSlider.-type-7 .row {
  height: 100%;
  }
  
  .mainSlider.-type-7 .swiper-slide {
  overflow: hidden;
  }
  
  .mainSlider.-type-7 .pagination.-slider {
  bottom: unset;
  width: unset;
  left: unset;
  z-index: 5;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  justify-content: unset;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-7 .pagination.-slider {
  width: 100%;
  right: unset;
  top: unset;
  left: 50%;
  bottom: 1.875rem;
  transform: translateX(-50%);
  justify-content: center;
  }
  }
  
  .mainSlider.-type-7 .mainSlider__image {
  z-index: 1;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__image {
  width: 100%;
  }
  }
  
  .mainSlider.-type-7 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  }
  
  .mainSlider.-type-7 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mainSlider.-type-7 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  }
  
  .mainSlider.-type-7 .mainSlider__subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #B88768;
  text-transform: uppercase;
  }
  
  .mainSlider.-type-7 .mainSlider__desc {
  display: block;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 2.5625rem;
  text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__desc {
  font-size: 1.375rem;
  }
  }
  
  .mainSlider.-type-7 .mainSlider__title_wrap {
  display: flex;
  align-items: center;
  }
  
  .mainSlider.-type-7 .mainSlider__bg_title {
  z-index: 1;
  position: absolute;
  left: -3.75rem;
  padding-top: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  font-size: 10.5vw;
  line-height: 1;
  text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__bg_title {
  padding-top: 0;
  font-size: 2.75rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-7 .mainSlider__bg_title {
  font-size: 2.5rem;
  }
  }
  
  .mainSlider.-type-7 .mainSlider__title {
  z-index: 2;
  position: relative;
  font-size: 6.2vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__title {
  font-size: 2.75rem;
  }
  }
  
  .mainSlider.-type-9 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  }
  
  .mainSlider.-type-9 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-9 .container {
  height: 100%;
  width: unset;
  }
  
  .mainSlider.-type-9 .container,
  .mainSlider.-type-9 .row {
  height: 100%;
  }
  
  .mainSlider.-type-9 .swiper-slide {
  overflow: hidden;
  padding: 0 7.5rem;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-9 .swiper-slide {
  padding: 0 2.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-9 .swiper-slide {
  padding: 0 1.25rem;
  }
  }
  
  .mainSlider.-type-9 .pagination {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
  .mainSlider.-type-9 .pagination__current {
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  }
  
  .mainSlider.-type-9 .pagination__line {
  position: relative;
  margin: 0;
  margin: 0.625rem 0;
  height: 17.9375rem;
  width: 0.1875rem;
  }
  
  .mainSlider.-type-9 .pagination__line &gt; span {
  background-color: white;
  }
  
  .mainSlider.-type-9 .pagination__total {
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  }
  
  .mainSlider.-type-9 .mainSlider__image {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  }
  
  .mainSlider.-type-9 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  }
  
  .mainSlider.-type-9 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mainSlider.-type-9 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  }
  
  .mainSlider.-type-9 .mainSlider__subtitle {
  display: block;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 400;
  }
  
  .mainSlider.-type-9 .mainSlider__title {
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1.3;
  letter-spacing: 0em;
  }
  
  @media (max-width: 1199px) {
  .mainSlider.-type-9 .mainSlider__title {
  font-size: 3.25rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-9 .mainSlider__title {
  font-size: 2rem;
  }
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-9 .mainSlider__button a {
  min-width: 8.75rem;
  }
  }
  
  .mainSlider.-type-9 .mainSlider__copyright {
  z-index: 5;
  position: absolute;
  bottom: 3.125rem;
  right: 7.5rem;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-9 .mainSlider__copyright {
  right: 2.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-9 .mainSlider__copyright {
  bottom: 1.875rem;
  right: unset;
  left: 1.25rem;
  }
  }
  
  .mainSlider.-type-9 .mainSlider__socials {
  z-index: 5;
  position: absolute;
  bottom: 3.125rem;
  left: 7.5rem;
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-9 .mainSlider__socials {
  left: 2.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-9 .mainSlider__socials {
  bottom: 4.375rem;
  left: 1.25rem;
  }
  }
  
  .mainSlider.-type-9 .mainSlider__socials .socials {
  display: flex;
  margin-top: 1.25rem;
  margin-left: -0.75rem;
  }
  
  .mainSlider.-type-9 .mainSlider__socials .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .mainSlider.-type-9 .mainSlider__socials .socials a:hover {
  border: 1px solid white;
  }
  
  .mainSlider.-type-9 .mainSlider__socials .socials a + a {
  margin-left: 0.5rem;
  }
  
  .mainSlider.-type-9 .mainSlider__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .mainSlider.-type-9 .mainSlider__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  line-height: 16px;
  }
  
  .mainSlider.-type-9 .mainSlider__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 25px;
  }
  
  .mainSlider.-type-9 .mainSlider__scroll_icon .icon {
  color: white;
  position: relative;
  font-size: 30px;
  transition: all 0.1s ease-out;
  transform: rotate(90deg);
  top: -15px;
  }
  
  .mainSlider.-type-10 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  }
  
  .mainSlider.-type-10 .swiper-wrapper {
  z-index: -1;
  }
  
  .mainSlider.-type-10 .container {
  height: 100%;
  width: unset;
  }
  
  .mainSlider.-type-10 .container,
  .mainSlider.-type-10 .row {
  height: 100%;
  }
  
  .mainSlider.-type-10 .swiper-slide {
  overflow: hidden;
  }
  
  .mainSlider.-type-10 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  transform: translateY(-50%);
  }
  
  .mainSlider.-type-10 .mainSlider__image {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  }
  
  .mainSlider.-type-10 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  }
  
  .mainSlider.-type-10 .mainSlider__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mainSlider.-type-10 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  }
  
  .mainSlider.-type-10 .mainSlider__subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  }
  
  .mainSlider.-type-10 .mainSlider__title {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  }
  
  @media (max-width: 1199px) {
  .mainSlider.-type-10 .mainSlider__title {
  font-size: 3.375rem;
  }
  }
  
  @media (max-width: 767px) {
  .mainSlider.-type-10 .mainSlider__title {
  font-size: 2rem;
  }
  }
  
  @media (max-width: 991px) {
  .mainSlider.-type-10 .mainSlider__button a {
  min-width: 8.75rem;
  }
  }
  
  .filter-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
  }
  
  .filter-button-group button {
  padding: 10px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  }
  
  .filter-button-group button:hover {
  color: var(--accent-color) !important;
  }
  
  .filter-button-group button.btn-active {
  border: 1px solid #18130c;
  border-radius: 36px;
  padding: 8px;
  }
  
  .masonry__item .portfolioCard__img,
  .masonry__item .portfolioCard__img__inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  }
  
  .masonry .masonry__item.-no-ratio &gt; .ratio {
  padding-bottom: unset !important;
  }
  
  .masonry .masonry__item &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry .masonry__item.-r-120 &gt; .ratio {
  padding-bottom: 120%;
  }
  
  .masonry .masonry__item.-long &gt; .ratio {
  padding-bottom: 200%;
  }
  
  .masonry .masonry__item.-big &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry .masonry__item.-wide &gt; .ratio {
  padding-bottom: 50%;
  }
  
  .masonry.-col-4 .masonry__sizer {
  width: 25%;
  }
  
  .masonry.-col-4 .masonry__item {
  width: 25%;
  }
  
  .masonry.-col-4 .masonry__item.-long {
  width: 25%;
  }
  
  .masonry.-col-4 .masonry__item.-big {
  width: 50%;
  }
  
  .masonry.-col-4 .masonry__item.-wide {
  width: 50%;
  }
  
  @media (max-width: 991px) {
  .masonry.-col-4 .masonry__sizer {
  width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item {
  width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item.-long {
  width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item.-big {
  width: 66.66666%;
  }
  .masonry.-col-4 .masonry__item.-wide {
  width: 66.66666%;
  }
  }
  
  @media (max-width: 767px) {
  .masonry.-col-4 .masonry__sizer {
  width: 50%;
  }
  .masonry.-col-4 .masonry__item {
  width: 50%;
  }
  .masonry.-col-4 .masonry__item.-long {
  width: 50%;
  }
  .masonry.-col-4 .masonry__item.-big {
  width: 100%;
  }
  .masonry.-col-4 .masonry__item.-wide {
  width: 100%;
  }
  }
  
  @media (max-width: 575px) {
  .masonry.-col-4 .masonry__sizer {
  width: 100%;
  }
  .masonry.-col-4 .masonry__item {
  width: 100%;
  }
  .masonry.-col-4 .masonry__item.-long {
  width: 100%;
  }
  .masonry.-col-4 .masonry__item.-big {
  width: 100%;
  }
  .masonry.-col-4 .masonry__item.-wide {
  width: 100%;
  }
  }
  
  .masonry.-col-3 .masonry__sizer {
  width: 33.33333%;
  }
  
  .masonry.-col-3 .masonry__item {
  width: 33.33333%;
  }
  
  .masonry.-col-3 .masonry__item.-long {
  width: 33.33333%;
  }
  
  .masonry.-col-3 .masonry__item.-big {
  width: 66.66666%;
  }
  
  .masonry.-col-3 .masonry__item.-wide {
  width: 66.66666%;
  }
  
  @media (max-width: 767px) {
  .masonry.-col-3 .masonry__sizer {
  width: 50%;
  }
  .masonry.-col-3 .masonry__item {
  width: 50%;
  }
  .masonry.-col-3 .masonry__item.-long {
  width: 50%;
  }
  .masonry.-col-3 .masonry__item.-big {
  width: 100%;
  }
  .masonry.-col-3 .masonry__item.-wide {
  width: 100%;
  }
  }
  
  @media (max-width: 575px) {
  .masonry.-col-3 .masonry__sizer {
  width: 100%;
  }
  .masonry.-col-3 .masonry__item {
  width: 100%;
  }
  .masonry.-col-3 .masonry__item.-long {
  width: 100%;
  }
  .masonry.-col-3 .masonry__item.-big {
  width: 100%;
  }
  .masonry.-col-3 .masonry__item.-wide {
  width: 100%;
  }
  }
  
  .masonry.-col-2 .masonry__sizer {
  width: 50%;
  }
  
  .masonry.-col-2 .masonry__item {
  width: 50%;
  }
  
  .masonry.-col-2 .masonry__item.-long {
  width: 50%;
  }
  
  .masonry.-col-2 .masonry__item.-big {
  width: 100%;
  }
  
  .masonry.-col-2 .masonry__item.-wide {
  width: 100%;
  }
  
  @media (max-width: 575px) {
  .masonry.-col-2 .masonry__sizer {
  width: 100%;
  }
  .masonry.-col-2 .masonry__item {
  width: 100%;
  }
  .masonry.-col-2 .masonry__item.-long {
  width: 100%;
  }
  .masonry.-col-2 .masonry__item.-big {
  width: 100%;
  }
  .masonry.-col-2 .masonry__item.-wide {
  width: 100%;
  }
  }
  
  .masonry.-gap-16 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  }
  
  .masonry.-gap-16 .masonry__item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  }
  
  .masonry.-gap-16 .masonry__item.-no-ratio &gt; .ratio {
  padding-bottom: unset !important;
  }
  
  .masonry.-gap-16 .masonry__item &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-16 .masonry__item.-r-120 &gt; .ratio {
  padding-bottom: 120%;
  }
  
  .masonry.-gap-16 .masonry__item.-long &gt; .ratio {
  padding-bottom: calc(200% + 1rem);
  }
  
  .masonry.-gap-16 .masonry__item.-big &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-16 .masonry__item.-wide &gt; .ratio {
  padding-bottom: calc(50% - 0.5rem);
  }
  
  .masonry.-gap-32 {
  margin-left: -1rem;
  margin-right: -1rem;
  }
  
  .masonry.-gap-32 .masonry__item {
  padding: 0 1rem;
  margin-bottom: 2rem;
  }
  
  .masonry.-gap-32 .masonry__item.-no-ratio &gt; .ratio {
  padding-bottom: unset !important;
  }
  
  .masonry.-gap-32 .masonry__item &gt; .ratio {
  padding-bottom: 70%;
  }
  
  .masonry.-gap-32 .masonry__item.-r-120 &gt; .ratio {
  padding-bottom: 120%;
  }
  
  .masonry.-gap-32 .masonry__item.-long &gt; .ratio {
  padding-bottom: calc(200% + 2rem);
  }
  
  .masonry.-gap-32 .masonry__item.-big &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-32 .masonry__item.-wide &gt; .ratio {
  padding-bottom: calc(50% - 1rem);
  }
  
  .masonry.-gap-40 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  }
  
  .masonry.-gap-40 .masonry__item {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
  }
  
  .masonry.-gap-40 .masonry__item.-no-ratio &gt; .ratio {
  padding-bottom: unset !important;
  }
  
  .masonry.-gap-40 .masonry__item &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-40 .masonry__item.-r-120 &gt; .ratio {
  padding-bottom: 120%;
  }
  
  .masonry.-gap-40 .masonry__item.-long &gt; .ratio {
  padding-bottom: calc(200% + 2.5rem);
  }
  
  .masonry.-gap-40 .masonry__item.-big &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-40 .masonry__item.-wide &gt; .ratio {
  padding-bottom: calc(50% - 1.25rem);
  }
  
  .masonry.-gap-48 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  }
  
  .masonry.-gap-48 .masonry__item {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
  }
  
  .masonry.-gap-48 .masonry__item.-no-ratio &gt; .ratio {
  padding-bottom: unset !important;
  }
  
  .masonry.-gap-48 .masonry__item &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-48 .masonry__item.-r-120 &gt; .ratio {
  padding-bottom: 120%;
  }
  
  .masonry.-gap-48 .masonry__item.-long &gt; .ratio {
  padding-bottom: calc(200% + 3rem);
  }
  
  .masonry.-gap-48 .masonry__item.-big &gt; .ratio {
  padding-bottom: 100%;
  }
  
  .masonry.-gap-48 .masonry__item.-wide &gt; .ratio {
  padding-bottom: calc(50% - 1.5rem);
  }
  
  .topbar {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  }
  
  .topbar__info {
  display: flex;
  }
  
  .topbar .topbar__item + .topbar__item {
  margin-left: 1.875rem;
  }
  
  .topbar__socials_content {
  display: flex;
  }
  
  .topbar__socials_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .topbar__socials_content a + a {
  margin-left: 0.3125rem;
  }
  
  .blogSidebar__item + .blogSidebar__item {
  margin-top: 1.875rem;
  }
  
  .blogSidebar__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  text-transform: uppercase;
  }
  
  .blogSidebar .search &gt; form {
  position: relative;
  }
  
  .blogSidebar .search .field {
  z-index: 1;
  padding-top: 0;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 9px;
  }
  
  .blogSidebar .search .submit {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  }
  
  .blogSidebar .search .submit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  }
  
  .blogSidebar .search .icon {
  width: 20px;
  height: 20px;
  stroke-width: 1;
  }
  
  .blogSidebar .category {
  width: 100%;
  }
  
  .blogSidebar .category span, .blogSidebar .category a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  }
  
  .blogSidebar .category a {
  position: relative;
  }
  
  .blogSidebar .category a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  transform: scaleX(0);
  }
  
  .blogSidebar .category a:hover {
  color: black;
  }
  
  .blogSidebar .category a:hover::after {
  transform: scaleX(1);
  }
  
  .blogSidebar .category__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  }
  
  .blogSidebar .category__item + .category__item {
  margin-top: 1.375rem;
  }
  
  .blogSidebar .recent__item {
  display: flex;
  width: 100%;
  }
  
  .blogSidebar .recent__item + .recent__item {
  margin-top: 1.25rem;
  }
  
  .blogSidebar .recent__image {
  min-width: 5rem;
  min-height: 5rem;
  width: 5rem;
  height: 5rem;
  }
  
  .blogSidebar .recent__content div {
  font-size: 0.875rem;
  line-height: 1.5rem;
  }
  
  .blogSidebar .tags {
  display: flex;
  flex-wrap: wrap;
  }
  
  .blogSidebar .tags__item a {
  display: block;
  padding: 0.5rem 1.125rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: #615E5E;
  background-color: #F9F6F6;
  transition: all 0.2s ease-out;
  }
  
  .blogSidebar .tags__item a:hover {
  color: white;
  background-color: #000;
  }
  
  .no-page {
  width: 100%;
  height: 100vh;
  }
  
  .no-page .container,
  .no-page .row {
  height: 100%;
  }
  
  .no-page__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .no-page__bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  }
  
  .no-page__content {
  text-align: center;
  }
  
  .no-page__title {
  font-weight: 400;
  font-size: 8.75rem;
  line-height: 1.15;
  }
  
  @media (max-width: 991px) {
  .no-page__title {
  font-size: 7.1875rem;
  }
  }
  
  .no-page__text {
  font-size: 2.5rem;
  line-height: 1.3;
  }
  
  @media (max-width: 991px) {
  .no-page__text {
  font-size: 1.625rem;
  }
  }
  
  .soon {
  width: 100%;
  height: 100vh;
  }
  
  .soon .container,
  .soon .row {
  height: 100%;
  }
  
  .soon__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .soon__bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  }
  
  .soon__content {
  text-align: center;
  }
  
  .soon__title {
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1.15;
  }
  
  @media (max-width: 991px) {
  .soon__title {
  font-size: 3.375rem;
  }
  }
  
  .soon__count_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  .soon__count_item &gt; div:nth-child(1) {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.6875rem;
  color: white;
  }
  
  .soon__count_item &gt; div:nth-child(2) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: white;
  }
  
  .soon__newsletter {
  width: 18.75rem;
  margin: 0 auto;
  }
  
  .soon__newsletter form {
  position: relative;
  }
  
  .soon__newsletter form input {
  border-bottom: 1px solid #FFF;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  }
  
  .soon__newsletter form input::-moz-placeholder {
  color: #FFF;
  }
  
  .soon__newsletter form input:-ms-input-placeholder {
  color: #FFF;
  }
  
  .soon__newsletter form input::placeholder {
  color: #FFF;
  }
  
  .soon__newsletter form input:focus {
  border-bottom: 1px solid white;
  }
  
  .soon__newsletter button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  }
  
  .soon__newsletter .icon {
  color: #FFF;
  font-size: 1.25rem;
  }
  
  .soon__socials {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .soon__socials a {
  color: #FFF !important;
  }
  
  .related-nav {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  }
  
  .related-nav__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 21px;
  height: 21px;
  }
  
  .related-nav__icon span {
  border: 1px solid #615E5E;
  width: 8px;
  height: 8px;
  }
  
  .related-nav__icon span:nth-child(1n + 3) {
  margin-top: 5px;
  }
  
  .related-nav__item {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
  }
  
  .related-nav__item &gt; * {
  padding-left: 10px;
  padding-right: 10px;
  }
  
  @media (max-width: 991px) {
  .related-nav__item &gt; * {
  padding-left: 6px;
  padding-right: 6px;
  }
  }
  
  .related-nav__item:hover span,
  .related-nav__item:hover .icon {
  color: var(--color-accent) !important;
  }
  
  .related-nav__item.-next {
  justify-content: flex-end;
  text-align: right;
  }
  
  .related-nav__arrow .icon {
  font-size: 24px;
  color: black;
  transition: all 0.1s ease-out;
  }
  
  .related-nav__content span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: black;
  transition: all 0.15s ease-out;
  }
  
  .related-nav__content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #615E5E;
  }
  
  .pagination.-section {
  display: flex;
  align-items: center;
  }
  
  .pagination.-section .pagination__content {
  margin: 0 5.625rem;
  }
  
  .pagination.-section .pagination__content &gt; * {
  font-size: 14px;
  line-height: 1;
  color: black;
  padding: 10px 14px;
  }
  
  .pagination.-section .pagination__content &gt; *.is-active {
  color: var(--accent-color);
  }
  
  .pagination.-section .pagination__content a:hover {
  text-decoration: underline;
  }
  
  .nav-icon {
  position: relative;
  display: block;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .nav-icon__circle {
  border-radius: 100%;
  border: 1px solid black;
  width: 35px;
  height: 35px;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .nav-icon__circle .icon {
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }
  
  .nav-icon.-left {
  padding-right: 12px;
  }
  
  .nav-icon.-left .icon {
  right: 0;
  }
  
  .nav-icon.-right {
  padding-left: 12px;
  }
  
  .nav-icon.-right .icon {
  left: 0;
  }
  
  .nav-icon:hover {
  color: var(--accent-color);
  }
  
  .nav-icon:hover .nav-icon__circle {
  border-color: var(--accent-color);
  }
  
  /*--------------------------------------------------
  51. Utilities
  ---------------------------------------------------*/
  .position-unset {
  position: unset !important;
  }
  
  .bottom-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  }
  
  .bottom-line.-accent::after {
  background-color: var(--accent-color);
  }
  
  .map {
  z-index: 5;
  }
  
  .pattern_bg_1 {
  /* background-image: url("../img/patterns/1.png"); */
  }
  
  .pattern_bg_2 {
  background-image: url("../img/patterns/2.png");
  }
  
  .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .ratio-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  }
  
  .-white-circle {
  position: relative;
  }
  
  .-white-circle::before {
  content: '';
  position: absolute;
  top: 49%;
  left: -1.125rem;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  }
  
  .base-img {
  width: 100%;
  height: auto;
  }
  
  .size-full {
  width: 100%;
  height: 100%;
  }
  
  .relative {
  position: relative;
  }
  
  .bg-fill-image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
  }
  
  @media (max-width: 991px) {
  .md\:container {
  max-width: 45rem;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  }
  }
  
  @media (max-width: 767px) {
  .md\:container {
  max-width: 33.75rem;
  }
  }
  
  @media (max-width: 575px) {
  .md\:container {
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:container {
  max-width: 33.75rem;
  }
  }
  
  @media (max-width: 575px) {
  .sm\:container {
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:container {
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  }
  
  .section-border-bottom-dark &gt; * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  
  .section-border-bottom-dark &gt; *:last-child {
  border-bottom: unset;
  }
  
  .section-border-bottom-light &gt; * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .section-border-bottom-light &gt; *:last-child {
  border-bottom: unset;
  }
  
  .html-overflow-hidden {
  overflow: hidden !important;
  }
  
  .html-overflow-hidden body {
  overflow-y: scroll;
  }
  
  html.full-page-slider {
  overflow: hidden !important;
  }
  
  html.full-page-slider body {
  overflow: hidden !important;
  }
  
  .smooth-scroll {
  scroll-behavior: smooth;
  }
  
  .origin-top {
  transform-origin: top !important;
  }
  
  .origin-left {
  transform-origin: left !important;
  }
  
  .overflow-hidden {
  overflow: hidden !important;
  }
  
  .overflow-normal {
  overflow: initial !important;
  }
  
  .overflow-visible {
  overflow: visible !important;
  }
  
  .pointer-events-auto {
  pointer-events: auto !important;
  }
  
  .pointer-events-none {
  pointer-events: none !important;
  }
  
  .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem 1.5em 0 0;
  }
  
  .bg-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  }
  
  .overlay-black-sm::after, .overlay-black-md::after, .overlay-black-lg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  }
  
  .overlay-black-sm::after {
  background-color: rgba(0, 0, 0, 0.3);
  }
  
  .overlay-black-md::after {
  background-color: rgba(0, 0, 0, 0.5);
  }
  
  .overlay-black-lg::after {
  background-color: rgba(0, 0, 0, 0.7);
  }
  
  .container-wide {
  padding-left: 5%;
  padding-right: 5%;
  }
  
  @media (max-width: 767px) {
  .container-wide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  }
  
  .rounded-4 {
  border-radius: 0.25rem;
  }
  
  .rounded-base {
  border-radius: 0.375rem;
  }
  
  .rounded-full {
  border-radius: 100%;
  }
  
  .z-0 {
  z-index: 0;
  }
  
  .z-1 {
  z-index: 1;
  }
  
  .z-2 {
  z-index: 2;
  }
  
  .z-3 {
  z-index: 3;
  }
  
  .z-4 {
  z-index: 4;
  }
  
  .z-5 {
  z-index: 5;
  }
  
  .size-3xs {
  width: 1rem !important;
  height: 1rem !important;
  }
  
  .size-2xs {
  width: 1.25rem !important;
  height: 1.25rem !important;
  }
  
  .size-xs {
  width: 1.5rem !important;
  height: 1.5rem !important;
  }
  
  .size-sm {
  width: 2rem !important;
  height: 2rem !important;
  }
  
  .size-md {
  width: 2.5rem !important;
  height: 2.5rem !important;
  }
  
  .size-lg {
  width: 3rem !important;
  height: 3rem !important;
  }
  
  .size-xl {
  width: 4rem !important;
  height: 4rem !important;
  }
  
  .size-2xl {
  width: 5rem !important;
  height: 5rem !important;
  }
  
  .size-3xl {
  width: 6rem !important;
  height: 6rem !important;
  }
  
  .str-width-xs {
  stroke-width: 0.5 !important;
  }
  
  .str-width-sm {
  stroke-width: 0.75 !important;
  }
  
  .str-width-md {
  stroke-width: 1 !important;
  }
  
  .str-width-lg {
  stroke-width: 1.25 !important;
  }
  
  .str-width-xl {
  stroke-width: 1.5 !important;
  }
  
  .str-width-2xl {
  stroke-width: 1.75 !important;
  }
  
  .str-width-3xl {
  stroke-width: 2 !important;
  }
  
  .ml-minus-4 {
  margin-left: -0.25rem;
  }
  
  .bg-accent {
  background-color: var(--accent-color);
  }
  
  .bg-black {
  background-color: #000000;
  }
  
  .bg-white {
  background-color: #FFFFFF;
  }
  
  .bg-light-grey {
  background-color: #f6f6f6;
  }
  
  .bg-light-grey-2 {
  background-color: #F9F6F6;
  }
  
  .bg-light-1 {
  background-color: var(--bg-light-1);
  }
  
  .bg-light-2 {
  background-color: var(--bg-light-2);
  }
  
  .bg-dark-1 {
  background-color: var(--bg-dark-1);
  }
  
  .bg-dark-2 {
  background-color: var(--bg-dark-2);
  }
  
  .bg-dark-3 {
  background-color: var(--bg-dark-3);
  }
  
  .bg-dark-4 {
  background-color: var(--bg-dark-4);
  }
  
  .shadow-light {
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
  }
  
  .shadow-dark {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.6);
  }
  
  .border-none {
  border: none;
  }
  
  .border-light {
  border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .border-dark {
  border: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .border-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .border-top-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .italic {
  font-style: italic;
  }
  
  .uppercase {
  text-transform: uppercase;
  }
  
  .capitalize {
  text-transform: capitalize;
  }
  
  .normal {
  text-transform: none;
  }
  
  .line-through {
  text-decoration: line-through;
  }
  
  .underline {
  text-decoration: underline;
  }
  
  .fw-300 {
  font-weight: 300 !important;
  }
  
  .fw-400 {
  font-weight: 400 !important;
  }
  
  .fw-500 {
  font-weight: 500 !important;
  }
  
  .fw-600 {
  font-weight: 600 !important;
  }
  
  .fw-700 {
  font-weight: 700 !important;
  }
  
  .fw-800 {
  font-weight: 800 !important;
  }
  
  .fw-900 {
  font-weight: 900 !important;
  }
  
  .text-accent {
  color: var(--accent-color);
  }
  
  .text-light {
  color: var(--font-light);
  }
  
  .text-dark {
  color: var(--font-dark);
  }
  
  .text-grey {
  color: #615E5E;
  }
  
  .text-black {
  color: #28282c;
  }
  
  .text-white {
  color: #FFFFFF;
  }
  
  .ul-list li {
  line-height: 20px;
  font-size: 18px;
  }
  
  .ul-list-ord li {
  list-style: decimal inside;
  }
  
  .py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  }
  
  .px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  }
  
  .pt-0 {
  padding-top: 0rem !important;
  }
  
  .pb-0 {
  padding-bottom: 0rem !important;
  }
  
  .pl-0 {
  padding-left: 0rem !important;
  }
  
  .pr-0 {
  padding-right: 0rem !important;
  }
  
  .mt-0 {
  margin-top: 0rem !important;
  }
  
  .mb-0 {
  margin-bottom: 0rem !important;
  }
  
  .ml-0 {
  margin-left: 0rem !important;
  }
  
  .mr-0 {
  margin-right: 0rem !important;
  }
  
  .py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
  
  .px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  }
  
  .pt-4 {
  padding-top: 0.25rem !important;
  }
  
  .pb-4 {
  padding-bottom: 0.25rem !important;
  }
  
  .pl-4 {
  padding-left: 0.25rem !important;
  }
  
  .pr-4 {
  padding-right: 0.25rem !important;
  }
  
  .mt-4 {
  margin-top: 0.25rem !important;
  line-height: 20px;
  padding: 10px;
  min-width: 66px;
  min-height: 60px;
  }
  
  .mb-4 {
  margin-bottom: 0.25rem !important;
  }
  
  .ml-4 {
  margin-left: 0.25rem !important;
  }
  
  .mr-4 {
  margin-right: 0.25rem !important;
  }
  
  .py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
  
  .px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  }
  
  .pt-8 {
  padding-top: 0.5rem !important;
  }
  
  .pb-8 {
  padding-bottom: 0.5rem !important;
  }
  
  .pl-8 {
  padding-left: 0.5rem !important;
  }
  
  .pr-8 {
  padding-right: 0.5rem !important;
  }
  
  .mt-8 {
  margin-top: 0.5rem !important;
  }
  
  .mb-8 {
  margin-bottom: 0.5rem !important;
  }
  
  .ml-8 {
  margin-left: 0.5rem !important;
  }
  
  .mr-8 {
  margin-right: 0.5rem !important;
  }
  
  .py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  }
  
  .px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  }
  
  .pt-12 {
  padding-top: 0.75rem !important;
  }
  
  .pb-12 {
  padding-bottom: 0.75rem !important;
  }
  
  .pl-12 {
  padding-left: 0.75rem !important;
  }
  
  .pr-12 {
  padding-right: 0.75rem !important;
  }
  
  .mt-12 {
  margin-top: 0.75rem !important;
  }
  
  .mb-12 {
  margin-bottom: 0.75rem !important;
  }
  
  .ml-12 {
  margin-left: 0.75rem !important;
  }
  
  .mr-12 {
  margin-right: 0.75rem !important;
  }
  
  .py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
  
  .px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  }
  
  .pt-16 {
  padding-top: 1rem !important;
  }
  
  .pb-16 {
  padding-bottom: 1rem !important;
  }
  
  .pl-16 {
  padding-left: 1rem !important;
  }
  
  .pr-16 {
  padding-right: 1rem !important;
  }
  
  .mt-16 {
  margin-top: 1rem !important;
  }
  
  .mb-16 {
  margin-bottom: 1rem !important;
  }
  
  .ml-16 {
  margin-left: 1rem !important;
  }
  
  .mr-16 {
  margin-right: 1rem !important;
  }
  
  .py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  }
  
  .px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }
  
  .pt-20 {
  padding-top: 1.25rem !important;
  }
  
  .pb-20 {
  padding-bottom: 1.25rem !important;
  }
  
  .pl-20 {
  padding-left: 1.25rem !important;
  }
  
  .pr-20 {
  padding-right: 1.25rem !important;
  }
  
  .mt-20 {
  margin-top: 1.25rem !important;
  }
  
  .mb-20 {
  margin-bottom: 1.25rem !important;
  }
  
  .ml-20 {
  margin-left: 1.25rem !important;
  }
  
  .mr-20 {
  margin-right: 1.25rem !important;
  }
  
  .py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
  
  .px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  }
  
  .pt-24 {
  padding-top: 1.5rem !important;
  }
  
  .pb-24 {
  padding-bottom: 1.5rem !important;
  }
  
  .pl-24 {
  padding-left: 1.5rem !important;
  }
  
  .pr-24 {
  padding-right: 1.5rem !important;
  }
  
  .mt-24 {
  margin-top: 1.5rem !important;
  }
  
  .mb-24 {
  margin-bottom: 1.5rem !important;
  }
  
  .ml-24 {
  margin-left: 1.5rem !important;
  }
  
  .mr-24 {
  margin-right: 1.5rem !important;
  }
  
  .py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  }
  
  .px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  }
  
  .pt-30 {
  padding-top: 1.875rem !important;
  }
  
  .pb-30 {
  padding-bottom: 1.875rem !important;
  }
  
  .pl-30 {
  padding-left: 1.875rem !important;
  }
  
  .pr-30 {
  padding-right: 1.875rem !important;
  }
  
  .mt-30 {
  margin-top: 1.875rem !important;
  }
  
  .mb-30 {
  margin-bottom: 1.875rem !important;
  }
  
  .ml-30 {
  margin-left: 1.875rem !important;
  }
  
  .mr-30 {
  margin-right: 1.875rem !important;
  }
  
  .py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  }
  
  .px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  }
  
  .pt-32 {
  padding-top: 2rem !important;
  }
  
  .pb-32 {
  padding-bottom: 2rem !important;
  }
  
  .pl-32 {
  padding-left: 2rem !important;
  }
  
  .pr-32 {
  padding-right: 2rem !important;
  }
  
  .mt-32 {
  margin-top: 2rem !important;
  }
  
  .mb-32 {
  margin-bottom: 2rem !important;
  }
  
  .ml-32 {
  margin-left: 2rem !important;
  }
  
  .mr-32 {
  margin-right: 2rem !important;
  }
  
  .py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  }
  
  .px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  }
  
  .pt-40 {
  padding-top: 2.5rem !important;
  }
  
  .pb-40 {
  padding-bottom: 2.5rem !important;
  }
  
  .pl-40 {
  padding-left: 2.5rem !important;
  }
  
  .pr-40 {
  padding-right: 2.5rem !important;
  }
  
  .mt-40 {
  margin-top: 2.5rem !important;
  }
  
  .mb-40 {
  margin-bottom: 2.5rem !important;
  }
  
  .ml-40 {
  margin-left: 2.5rem !important;
  }
  
  .mr-40 {
  margin-right: 2.5rem !important;
  }
  
  .py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
  
  .px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  }
  
  .pt-48 {
  padding-top: 3rem !important;
  }
  
  .pb-48 {
  padding-bottom: 3rem !important;
  }
  
  .pl-48 {
  padding-left: 3rem !important;
  }
  
  .pr-48 {
  padding-right: 3rem !important;
  }
  
  .mt-48 {
  margin-top: 3rem !important;
  }
  
  .mb-48 {
  margin-bottom: 3rem !important;
  }
  
  .ml-48 {
  margin-left: 3rem !important;
  }
  
  .mr-48 {
  margin-right: 3rem !important;
  }
  
  .py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  }
  
  .px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  }
  
  .pt-56 {
  padding-top: 3.5rem !important;
  }
  
  .pb-56 {
  padding-bottom: 3.5rem !important;
  }
  
  .pl-56 {
  padding-left: 3.5rem !important;
  }
  
  .pr-56 {
  padding-right: 3.5rem !important;
  }
  
  .mt-56 {
  margin-top: 3.5rem !important;
  }
  
  .mb-56 {
  margin-bottom: 3.5rem !important;
  }
  
  .ml-56 {
  margin-left: 3.5rem !important;
  }
  
  .mr-56 {
  margin-right: 3.5rem !important;
  }
  
  .py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  }
  
  .px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
  }
  
  .pt-60 {
  padding-top: 3.75rem !important;
  }
  
  .pb-60 {
  padding-bottom: 3.75rem !important;
  }
  
  .pl-60 {
  padding-left: 3.75rem !important;
  }
  
  .pr-60 {
  padding-right: 3.75rem !important;
  }
  
  .mt-60 {
  margin-top: 3.75rem !important;
  }
  
  .mb-60 {
  margin-bottom: 3.75rem !important;
  }
  
  .ml-60 {
  margin-left: 3.75rem !important;
  }
  
  .mr-60 {
  margin-right: 3.75rem !important;
  }
  
  .py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  }
  
  .px-64 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  }
  
  .pt-64 {
  padding-top: 4rem !important;
  }
  
  .pb-64 {
  padding-bottom: 4rem !important;
  }
  
  .pl-64 {
  padding-left: 4rem !important;
  }
  
  .pr-64 {
  padding-right: 4rem !important;
  }
  
  .mt-64 {
  margin-top: 4rem !important;
  }
  
  .mb-64 {
  margin-bottom: 4rem !important;
  }
  
  .ml-64 {
  margin-left: 4rem !important;
  }
  
  .mr-64 {
  margin-right: 4rem !important;
  }
  
  .py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
  }
  
  .px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  }
  
  .pt-72 {
  padding-top: 4.5rem !important;
  }
  
  .pb-72 {
  padding-bottom: 4.5rem !important;
  }
  
  .pl-72 {
  padding-left: 4.5rem !important;
  }
  
  .pr-72 {
  padding-right: 4.5rem !important;
  }
  
  .mt-72 {
  margin-top: 4.5rem !important;
  }
  
  .mb-72 {
  margin-bottom: 4.5rem !important;
  }
  
  .ml-72 {
  margin-left: 4.5rem !important;
  }
  
  .mr-72 {
  margin-right: 4.5rem !important;
  }
  
  .py-80 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  }
  
  .px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  }
  
  .pt-80 {
  padding-top: 5rem !important;
  }
  
  .pb-80 {
  padding-bottom: 5rem !important;
  }
  
  .pl-80 {
  padding-left: 5rem !important;
  }
  
  .pr-80 {
  padding-right: 5rem !important;
  }
  
  .mt-80 {
  margin-top: 5rem !important;
  }
  
  .mb-80 {
  margin-bottom: 5rem !important;
  }
  
  .ml-80 {
  margin-left: 5rem !important;
  }
  
  .mr-80 {
  margin-right: 5rem !important;
  }
  
  .py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
  }
  
  .px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
  }
  
  .pt-100 {
  padding-top: 6.25rem !important;
  }
  
  .pb-100 {
  padding-bottom: 6.25rem !important;
  }
  
  .pl-100 {
  padding-left: 6.25rem !important;
  }
  
  .pr-100 {
  padding-right: 6.25rem !important;
  }
  
  .mt-100 {
  margin-top: 6.25rem !important;
  }
  
  .mb-100 {
  margin-bottom: 6.25rem !important;
  }
  
  .ml-100 {
  margin-left: 6.25rem !important;
  }
  
  .mr-100 {
  margin-right: 6.25rem !important;
  }
  
  @media (max-width: 1199px) {
  .lg\:py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  }
  .lg\:px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  }
  .lg\:pt-0 {
  padding-top: 0rem !important;
  }
  .lg\:pb-0 {
  padding-bottom: 0rem !important;
  }
  .lg\:pl-0 {
  padding-left: 0rem !important;
  }
  .lg\:pr-0 {
  padding-right: 0rem !important;
  }
  .lg\:mt-0 {
  margin-top: 0rem !important;
  }
  .lg\:mb-0 {
  margin-bottom: 0rem !important;
  }
  .lg\:ml-0 {
  margin-left: 0rem !important;
  }
  .lg\:mr-0 {
  margin-right: 0rem !important;
  }
  .lg\:py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
  .lg\:px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  }
  .lg\:pt-4 {
  padding-top: 0.25rem !important;
  }
  .lg\:pb-4 {
  padding-bottom: 0.25rem !important;
  }
  .lg\:pl-4 {
  padding-left: 0.25rem !important;
  }
  .lg\:pr-4 {
  padding-right: 0.25rem !important;
  }
  .lg\:mt-4 {
  margin-top: 0.25rem !important;
  }
  .lg\:mb-4 {
  margin-bottom: 0.25rem !important;
  }
  .lg\:ml-4 {
  margin-left: 0.25rem !important;
  }
  .lg\:mr-4 {
  margin-right: 0.25rem !important;
  }
  .lg\:py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
  .lg\:px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  }
  .lg\:pt-8 {
  padding-top: 0.5rem !important;
  }
  .lg\:pb-8 {
  padding-bottom: 0.5rem !important;
  }
  .lg\:pl-8 {
  padding-left: 0.5rem !important;
  }
  .lg\:pr-8 {
  padding-right: 0.5rem !important;
  }
  .lg\:mt-8 {
  margin-top: 0.5rem !important;
  }
  .lg\:mb-8 {
  margin-bottom: 0.5rem !important;
  }
  .lg\:ml-8 {
  margin-left: 0.5rem !important;
  }
  .lg\:mr-8 {
  margin-right: 0.5rem !important;
  }
  .lg\:py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  }
  .lg\:px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  }
  .lg\:pt-12 {
  padding-top: 0.75rem !important;
  }
  .lg\:pb-12 {
  padding-bottom: 0.75rem !important;
  }
  .lg\:pl-12 {
  padding-left: 0.75rem !important;
  }
  .lg\:pr-12 {
  padding-right: 0.75rem !important;
  }
  .lg\:mt-12 {
  margin-top: 0.75rem !important;
  }
  .lg\:mb-12 {
  margin-bottom: 0.75rem !important;
  }
  .lg\:ml-12 {
  margin-left: 0.75rem !important;
  }
  .lg\:mr-12 {
  margin-right: 0.75rem !important;
  }
  .lg\:py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
  .lg\:px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  }
  .lg\:pt-16 {
  padding-top: 1rem !important;
  }
  .lg\:pb-16 {
  padding-bottom: 1rem !important;
  }
  .lg\:pl-16 {
  padding-left: 1rem !important;
  }
  .lg\:pr-16 {
  padding-right: 1rem !important;
  }
  .lg\:mt-16 {
  margin-top: 1rem !important;
  }
  .lg\:mb-16 {
  margin-bottom: 1rem !important;
  }
  .lg\:ml-16 {
  margin-left: 1rem !important;
  }
  .lg\:mr-16 {
  margin-right: 1rem !important;
  }
  .lg\:py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  }
  .lg\:px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }
  .lg\:pt-20 {
  padding-top: 1.25rem !important;
  }
  .lg\:pb-20 {
  padding-bottom: 1.25rem !important;
  }
  .lg\:pl-20 {
  padding-left: 1.25rem !important;
  }
  .lg\:pr-20 {
  padding-right: 1.25rem !important;
  }
  .lg\:mt-20 {
  margin-top: 1.25rem !important;
  }
  .lg\:mb-20 {
  margin-bottom: 1.25rem !important;
  }
  .lg\:ml-20 {
  margin-left: 1.25rem !important;
  }
  .lg\:mr-20 {
  margin-right: 1.25rem !important;
  }
  .lg\:py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
  .lg\:px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  }
  .lg\:pt-24 {
  padding-top: 1.5rem !important;
  }
  .lg\:pb-24 {
  padding-bottom: 1.5rem !important;
  }
  .lg\:pl-24 {
  padding-left: 1.5rem !important;
  }
  .lg\:pr-24 {
  padding-right: 1.5rem !important;
  }
  .lg\:mt-24 {
  margin-top: 1.5rem !important;
  }
  .lg\:mb-24 {
  margin-bottom: 1.5rem !important;
  }
  .lg\:ml-24 {
  margin-left: 1.5rem !important;
  }
  .lg\:mr-24 {
  margin-right: 1.5rem !important;
  }
  .lg\:py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  }
  .lg\:px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  }
  .lg\:pt-30 {
  padding-top: 1.875rem !important;
  }
  .lg\:pb-30 {
  padding-bottom: 1.875rem !important;
  }
  .lg\:pl-30 {
  padding-left: 1.875rem !important;
  }
  .lg\:pr-30 {
  padding-right: 1.875rem !important;
  }
  .lg\:mt-30 {
  margin-top: 1.875rem !important;
  }
  .lg\:mb-30 {
  margin-bottom: 1.875rem !important;
  }
  .lg\:ml-30 {
  margin-left: 1.875rem !important;
  }
  .lg\:mr-30 {
  margin-right: 1.875rem !important;
  }
  .lg\:py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  }
  .lg\:px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  }
  .lg\:pt-32 {
  padding-top: 2rem !important;
  }
  .lg\:pb-32 {
  padding-bottom: 2rem !important;
  }
  .lg\:pl-32 {
  padding-left: 2rem !important;
  }
  .lg\:pr-32 {
  padding-right: 2rem !important;
  }
  .lg\:mt-32 {
  margin-top: 2rem !important;
  }
  .lg\:mb-32 {
  margin-bottom: 2rem !important;
  }
  .lg\:ml-32 {
  margin-left: 2rem !important;
  }
  .lg\:mr-32 {
  margin-right: 2rem !important;
  }
  .lg\:py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  }
  .lg\:px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  }
  .lg\:pt-40 {
  padding-top: 2.5rem !important;
  }
  .lg\:pb-40 {
  padding-bottom: 2.5rem !important;
  }
  .lg\:pl-40 {
  padding-left: 2.5rem !important;
  }
  .lg\:pr-40 {
  padding-right: 2.5rem !important;
  }
  .lg\:mt-40 {
  margin-top: 2.5rem !important;
  }
  .lg\:mb-40 {
  margin-bottom: 2.5rem !important;
  }
  .lg\:ml-40 {
  margin-left: 2.5rem !important;
  }
  .lg\:mr-40 {
  margin-right: 2.5rem !important;
  }
  .lg\:py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
  .lg\:px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  }
  .lg\:pt-48 {
  padding-top: 3rem !important;
  }
  .lg\:pb-48 {
  padding-bottom: 3rem !important;
  }
  .lg\:pl-48 {
  padding-left: 3rem !important;
  }
  .lg\:pr-48 {
  padding-right: 3rem !important;
  }
  .lg\:mt-48 {
  margin-top: 3rem !important;
  }
  .lg\:mb-48 {
  margin-bottom: 3rem !important;
  }
  .lg\:ml-48 {
  margin-left: 3rem !important;
  }
  .lg\:mr-48 {
  margin-right: 3rem !important;
  }
  .lg\:py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  }
  .lg\:px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  }
  .lg\:pt-56 {
  padding-top: 3.5rem !important;
  }
  .lg\:pb-56 {
  padding-bottom: 3.5rem !important;
  }
  .lg\:pl-56 {
  padding-left: 3.5rem !important;
  }
  .lg\:pr-56 {
  padding-right: 3.5rem !important;
  }
  .lg\:mt-56 {
  margin-top: 3.5rem !important;
  }
  .lg\:mb-56 {
  margin-bottom: 3.5rem !important;
  }
  .lg\:ml-56 {
  margin-left: 3.5rem !important;
  }
  .lg\:mr-56 {
  margin-right: 3.5rem !important;
  }
  .lg\:py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  }
  .lg\:px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
  }
  .lg\:pt-60 {
  padding-top: 3.75rem !important;
  }
  .lg\:pb-60 {
  padding-bottom: 3.75rem !important;
  }
  .lg\:pl-60 {
  padding-left: 3.75rem !important;
  }
  .lg\:pr-60 {
  padding-right: 3.75rem !important;
  }
  .lg\:mt-60 {
  margin-top: 3.75rem !important;
  }
  .lg\:mb-60 {
  margin-bottom: 3.75rem !important;
  }
  .lg\:ml-60 {
  margin-left: 3.75rem !important;
  }
  .lg\:mr-60 {
  margin-right: 3.75rem !important;
  }
  .lg\:py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  }
  .lg\:px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  }
  .lg\:pt-64 {
  padding-top: 4rem !important;
  }
  .lg\:pb-64 {
  padding-bottom: 4rem !important;
  }
  .lg\:pl-64 {
  padding-left: 4rem !important;
  }
  .lg\:pr-64 {
  padding-right: 4rem !important;
  }
  .lg\:mt-64 {
  margin-top: 4rem !important;
  }
  .lg\:mb-64 {
  margin-bottom: 4rem !important;
  }
  .lg\:ml-64 {
  margin-left: 4rem !important;
  }
  .lg\:mr-64 {
  margin-right: 4rem !important;
  }
  .lg\:py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
  }
  .lg\:px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  }
  .lg\:pt-72 {
  padding-top: 4.5rem !important;
  }
  .lg\:pb-72 {
  padding-bottom: 4.5rem !important;
  }
  .lg\:pl-72 {
  padding-left: 4.5rem !important;
  }
  .lg\:pr-72 {
  padding-right: 4.5rem !important;
  }
  .lg\:mt-72 {
  margin-top: 4.5rem !important;
  }
  .lg\:mb-72 {
  margin-bottom: 4.5rem !important;
  }
  .lg\:ml-72 {
  margin-left: 4.5rem !important;
  }
  .lg\:mr-72 {
  margin-right: 4.5rem !important;
  }
  .lg\:py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  }
  .lg\:px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  }
  .lg\:pt-80 {
  padding-top: 5rem !important;
  }
  .lg\:pb-80 {
  padding-bottom: 5rem !important;
  }
  .lg\:pl-80 {
  padding-left: 5rem !important;
  }
  .lg\:pr-80 {
  padding-right: 5rem !important;
  }
  .lg\:mt-80 {
  margin-top: 5rem !important;
  }
  .lg\:mb-80 {
  margin-bottom: 5rem !important;
  }
  .lg\:ml-80 {
  margin-left: 5rem !important;
  }
  .lg\:mr-80 {
  margin-right: 5rem !important;
  }
  .lg\:py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
  }
  .lg\:px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
  }
  .lg\:pt-100 {
  padding-top: 6.25rem !important;
  }
  .lg\:pb-100 {
  padding-bottom: 6.25rem !important;
  }
  .lg\:pl-100 {
  padding-left: 6.25rem !important;
  }
  .lg\:pr-100 {
  padding-right: 6.25rem !important;
  }
  .lg\:mt-100 {
  margin-top: 6.25rem !important;
  }
  .lg\:mb-100 {
  margin-bottom: 6.25rem !important;
  }
  .lg\:ml-100 {
  margin-left: 6.25rem !important;
  }
  .lg\:mr-100 {
  margin-right: 6.25rem !important;
  }
  }
  
  @media (max-width: 991px) {
  .md\:py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  }
  .md\:px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  }
  .md\:pt-0 {
  padding-top: 0rem !important;
  }
  .md\:pb-0 {
  padding-bottom: 0rem !important;
  }
  .md\:pl-0 {
  padding-left: 0rem !important;
  }
  .md\:pr-0 {
  padding-right: 0rem !important;
  }
  .md\:mt-0 {
  margin-top: 0rem !important;
  }
  .md\:mb-0 {
  margin-bottom: 0rem !important;
  }
  .md\:ml-0 {
  margin-left: 0rem !important;
  }
  .md\:mr-0 {
  margin-right: 0rem !important;
  }
  .md\:py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
  .md\:px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  }
  .md\:pt-4 {
  padding-top: 0.25rem !important;
  }
  .md\:pb-4 {
  padding-bottom: 0.25rem !important;
  }
  .md\:pl-4 {
  padding-left: 0.25rem !important;
  }
  .md\:pr-4 {
  padding-right: 0.25rem !important;
  }
  .md\:mt-4 {
  margin-top: 0.25rem !important;
  }
  .md\:mb-4 {
  margin-bottom: 0.25rem !important;
  }
  .md\:ml-4 {
  margin-left: 0.25rem !important;
  }
  .md\:mr-4 {
  margin-right: 0.25rem !important;
  }
  .md\:py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
  .md\:px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  }
  .md\:pt-8 {
  padding-top: 0.5rem !important;
  }
  .md\:pb-8 {
  padding-bottom: 0.5rem !important;
  }
  .md\:pl-8 {
  padding-left: 0.5rem !important;
  }
  .md\:pr-8 {
  padding-right: 0.5rem !important;
  }
  .md\:mt-8 {
  margin-top: 0.5rem !important;
  }
  .md\:mb-8 {
  margin-bottom: 0.5rem !important;
  }
  .md\:ml-8 {
  margin-left: 0.5rem !important;
  }
  .md\:mr-8 {
  margin-right: 0.5rem !important;
  }
  .md\:py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  }
  .md\:px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  }
  .md\:pt-12 {
  padding-top: 0.75rem !important;
  }
  .md\:pb-12 {
  padding-bottom: 0.75rem !important;
  }
  .md\:pl-12 {
  padding-left: 0.75rem !important;
  }
  .md\:pr-12 {
  padding-right: 0.75rem !important;
  }
  .md\:mt-12 {
  margin-top: 0.75rem !important;
  }
  .md\:mb-12 {
  margin-bottom: 0.75rem !important;
  }
  .md\:ml-12 {
  margin-left: 0.75rem !important;
  }
  .md\:mr-12 {
  margin-right: 0.75rem !important;
  }
  .md\:py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
  .md\:px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  }
  .md\:pt-16 {
  padding-top: 1rem !important;
  }
  .md\:pb-16 {
  padding-bottom: 1rem !important;
  }
  .md\:pl-16 {
  padding-left: 1rem !important;
  }
  .md\:pr-16 {
  padding-right: 1rem !important;
  }
  .md\:mt-16 {
  margin-top: 1rem !important;
  }
  .md\:mb-16 {
  margin-bottom: 1rem !important;
  }
  .md\:ml-16 {
  margin-left: 1rem !important;
  }
  .md\:mr-16 {
  margin-right: 1rem !important;
  }
  .md\:py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  }
  .md\:px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }
  .md\:pt-20 {
  padding-top: 1.25rem !important;
  }
  .md\:pb-20 {
  padding-bottom: 1.25rem !important;
  }
  .md\:pl-20 {
  padding-left: 1.25rem !important;
  }
  .md\:pr-20 {
  padding-right: 1.25rem !important;
  }
  .md\:mt-20 {
  margin-top: 1.25rem !important;
  }
  .md\:mb-20 {
  margin-bottom: 1.25rem !important;
  }
  .md\:ml-20 {
  margin-left: 1.25rem !important;
  }
  .md\:mr-20 {
  margin-right: 1.25rem !important;
  }
  .md\:py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
  .md\:px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  }
  .md\:pt-24 {
  padding-top: 1.5rem !important;
  }
  .md\:pb-24 {
  padding-bottom: 1.5rem !important;
  }
  .md\:pl-24 {
  padding-left: 1.5rem !important;
  }
  .md\:pr-24 {
  padding-right: 1.5rem !important;
  }
  .md\:mt-24 {
  margin-top: 0.5rem !important;
  }
  .md\:mb-24 {
  margin-bottom: 1.5rem !important;
  }
  .md\:ml-24 {
  margin-left: 1.5rem !important;
  }
  .md\:mr-24 {
  margin-right: 1.5rem !important;
  }
  .md\:py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  }
  .md\:px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  }
  .md\:pt-30 {
  padding-top: 1.875rem !important;
  }
  .md\:pb-30 {
  padding-bottom: 1.875rem !important;
  }
  .md\:pl-30 {
  padding-left: 1.875rem !important;
  }
  .md\:pr-30 {
  padding-right: 1.875rem !important;
  }
  .md\:mt-30 {
  margin-top: 1.875rem !important;
  }
  .md\:mb-30 {
  margin-bottom: 1.875rem !important;
  }
  .md\:ml-30 {
  margin-left: 1.875rem !important;
  }
  .md\:mr-30 {
  margin-right: 1.875rem !important;
  }
  .md\:py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  }
  .md\:px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  }
  .md\:pt-32 {
  padding-top: 2rem !important;
  }
  .md\:pb-32 {
  padding-bottom: 2rem !important;
  }
  .md\:pl-32 {
  padding-left: 2rem !important;
  }
  .md\:pr-32 {
  padding-right: 2rem !important;
  }
  .md\:mt-32 {
  margin-top: 2rem !important;
  }
  .md\:mb-32 {
  margin-bottom: 2rem !important;
  }
  .md\:ml-32 {
  margin-left: 2rem !important;
  }
  .md\:mr-32 {
  margin-right: 2rem !important;
  }
  .md\:py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  }
  .md\:px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  }
  .md\:pt-40 {
  padding-top: 2.5rem !important;
  }
  .md\:pb-40 {
  padding-bottom: 2.5rem !important;
  }
  .md\:pl-40 {
  padding-left: 2.5rem !important;
  }
  .md\:pr-40 {
  padding-right: 2.5rem !important;
  }
  .md\:mt-40 {
  margin-top: 2.5rem !important;
  }
  .md\:mb-40 {
  margin-bottom: 2.5rem !important;
  }
  .md\:ml-40 {
  margin-left: 2.5rem !important;
  }
  .md\:mr-40 {
  margin-right: 2.5rem !important;
  }
  .md\:py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
  .md\:px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  }
  .md\:pt-48 {
  padding-top: 3rem !important;
  }
  .md\:pb-48 {
  padding-bottom: 3rem !important;
  }
  .md\:pl-48 {
  padding-left: 3rem !important;
  }
  .md\:pr-48 {
  padding-right: 3rem !important;
  }
  .md\:mt-48 {
  margin-top: 3rem !important;
  }
  .md\:mb-48 {
  margin-bottom: 3rem !important;
  }
  .md\:ml-48 {
  margin-left: 3rem !important;
  }
  .md\:mr-48 {
  margin-right: 3rem !important;
  }
  .md\:py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  }
  .md\:px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  }
  .md\:pt-56 {
  padding-top: 3.5rem !important;
  }
  .md\:pb-56 {
  padding-bottom: 3.5rem !important;
  }
  .md\:pl-56 {
  padding-left: 3.5rem !important;
  }
  .md\:pr-56 {
  padding-right: 3.5rem !important;
  }
  .md\:mt-56 {
  margin-top: 3.5rem !important;
  }
  .md\:mb-56 {
  margin-bottom: 3.5rem !important;
  }
  .md\:ml-56 {
  margin-left: 3.5rem !important;
  }
  .md\:mr-56 {
  margin-right: 3.5rem !important;
  }
  .md\:py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  }
  .md\:px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
  }
  .md\:pt-60 {
  padding-top: 3.75rem !important;
  }
  .md\:pb-60 {
  padding-bottom: 3.75rem !important;
  }
  .md\:pl-60 {
  padding-left: 3.75rem !important;
  }
  .md\:pr-60 {
  padding-right: 3.75rem !important;
  }
  .md\:mt-60 {
  margin-top: 3.75rem !important;
  }
  .md\:mb-60 {
  margin-bottom: 3.75rem !important;
  }
  .md\:ml-60 {
  margin-left: 3.75rem !important;
  }
  .md\:mr-60 {
  margin-right: 3.75rem !important;
  }
  .md\:py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  }
  .md\:px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  }
  .md\:pt-64 {
  padding-top: 4rem !important;
  }
  .md\:pb-64 {
  padding-bottom: 4rem !important;
  }
  .md\:pl-64 {
  padding-left: 4rem !important;
  }
  .md\:pr-64 {
  padding-right: 4rem !important;
  }
  .md\:mt-64 {
  margin-top: 4rem !important;
  }
  .md\:mb-64 {
  margin-bottom: 4rem !important;
  }
  .md\:ml-64 {
  margin-left: 4rem !important;
  }
  .md\:mr-64 {
  margin-right: 4rem !important;
  }
  .md\:py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
  }
  .md\:px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  }
  .md\:pt-72 {
  padding-top: 4.5rem !important;
  }
  .md\:pb-72 {
  padding-bottom: 4.5rem !important;
  }
  .md\:pl-72 {
  padding-left: 4.5rem !important;
  }
  .md\:pr-72 {
  padding-right: 4.5rem !important;
  }
  .md\:mt-72 {
  margin-top: 4.5rem !important;
  }
  .md\:mb-72 {
  margin-bottom: 4.5rem !important;
  }
  .md\:ml-72 {
  margin-left: 4.5rem !important;
  }
  .md\:mr-72 {
  margin-right: 4.5rem !important;
  }
  .md\:py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  }
  .md\:px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  }
  .md\:pt-80 {
  padding-top: 5rem !important;
  }
  .md\:pb-80 {
  padding-bottom: 5rem !important;
  }
  .md\:pl-80 {
  padding-left: 5rem !important;
  }
  .md\:pr-80 {
  padding-right: 5rem !important;
  }
  .md\:mt-80 {
  margin-top: 5rem !important;
  }
  .md\:mb-80 {
  margin-bottom: 5rem !important;
  }
  .md\:ml-80 {
  margin-left: 5rem !important;
  }
  .md\:mr-80 {
  margin-right: 5rem !important;
  }
  .md\:py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
  }
  .md\:px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
  }
  .md\:pt-100 {
  padding-top: 6.25rem !important;
  }
  .md\:pb-100 {
  padding-bottom: 6.25rem !important;
  }
  .md\:pl-100 {
  padding-left: 6.25rem !important;
  }
  .md\:pr-100 {
  padding-right: 6.25rem !important;
  }
  .md\:mt-100 {
  margin-top: 6.25rem !important;
  }
  .md\:mb-100 {
  margin-bottom: 6.25rem !important;
  }
  .md\:ml-100 {
  margin-left: 6.25rem !important;
  }
  .md\:mr-100 {
  margin-right: 6.25rem !important;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  }
  .sm\:px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  }
  .sm\:pt-0 {
  padding-top: 0rem !important;
  }
  .sm\:pb-0 {
  padding-bottom: 0rem !important;
  }
  .sm\:pl-0 {
  padding-left: 0rem !important;
  }
  .sm\:pr-0 {
  padding-right: 0rem !important;
  }
  .sm\:mt-0 {
  margin-top: 0rem !important;
  }
  .sm\:mb-0 {
  margin-bottom: 0rem !important;
  }
  .sm\:ml-0 {
  margin-left: 0rem !important;
  }
  .sm\:mr-0 {
  margin-right: 0rem !important;
  }
  .sm\:py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
  .sm\:px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  }
  .sm\:pt-4 {
  padding-top: 0.25rem !important;
  }
  .sm\:pb-4 {
  padding-bottom: 0.25rem !important;
  }
  .sm\:pl-4 {
  padding-left: 0.25rem !important;
  }
  .sm\:pr-4 {
  padding-right: 0.25rem !important;
  }
  .sm\:mt-4 {
  margin-top: 0.25rem !important;
  }
  .sm\:mb-4 {
  margin-bottom: 0.25rem !important;
  }
  .sm\:ml-4 {
  margin-left: 0.25rem !important;
  }
  .sm\:mr-4 {
  margin-right: 0.25rem !important;
  }
  .sm\:py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
  .sm\:px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  }
  .sm\:pt-8 {
  padding-top: 0.5rem !important;
  }
  .sm\:pb-8 {
  padding-bottom: 0.5rem !important;
  }
  .sm\:pl-8 {
  padding-left: 0.5rem !important;
  }
  .sm\:pr-8 {
  padding-right: 0.5rem !important;
  }
  .sm\:mt-8 {
  margin-top: 0.5rem !important;
  }
  .sm\:mb-8 {
  margin-bottom: 0.5rem !important;
  }
  .sm\:ml-8 {
  margin-left: 0.5rem !important;
  }
  .sm\:mr-8 {
  margin-right: 0.5rem !important;
  }
  .sm\:py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  }
  .sm\:px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  }
  .sm\:pt-12 {
  padding-top: 0.75rem !important;
  }
  .sm\:pb-12 {
  padding-bottom: 0.75rem !important;
  }
  .sm\:pl-12 {
  padding-left: 0.75rem !important;
  }
  .sm\:pr-12 {
  padding-right: 0.75rem !important;
  }
  .sm\:mt-12 {
  margin-top: 0.75rem !important;
  }
  .sm\:mb-12 {
  margin-bottom: 0.75rem !important;
  }
  .sm\:ml-12 {
  margin-left: 0.75rem !important;
  }
  .sm\:mr-12 {
  margin-right: 0.75rem !important;
  }
  .sm\:py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
  .sm\:px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  }
  .sm\:pt-16 {
  padding-top: 1rem !important;
  }
  .sm\:pb-16 {
  padding-bottom: 1rem !important;
  }
  .sm\:pl-16 {
  padding-left: 1rem !important;
  }
  .sm\:pr-16 {
  padding-right: 1rem !important;
  }
  .sm\:mt-16 {
  margin-top: 1rem !important;
  }
  .sm\:mb-16 {
  margin-bottom: 1rem !important;
  }
  .sm\:ml-16 {
  margin-left: 1rem !important;
  }
  .sm\:mr-16 {
  margin-right: 1rem !important;
  }
  .sm\:py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  }
  .sm\:px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }
  .sm\:pt-20 {
  padding-top: 1.25rem !important;
  }
  .sm\:pb-20 {
  padding-bottom: 1.25rem !important;
  }
  .sm\:pl-20 {
  padding-left: 1.25rem !important;
  }
  .sm\:pr-20 {
  padding-right: 1.25rem !important;
  }
  .sm\:mt-20 {
  margin-top: 1.25rem !important;
  }
  .sm\:mb-20 {
  margin-bottom: 1.25rem !important;
  }
  .sm\:ml-20 {
  margin-left: 1.25rem !important;
  }
  .sm\:mr-20 {
  margin-right: 1.25rem !important;
  }
  .sm\:py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
  .sm\:px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  }
  .sm\:pt-24 {
  padding-top: 1.5rem !important;
  }
  .sm\:pb-24 {
  padding-bottom: 1.5rem !important;
  }
  .sm\:pl-24 {
  padding-left: 1.5rem !important;
  }
  .sm\:pr-24 {
  padding-right: 1.5rem !important;
  }
  .sm\:mt-24 {
  margin-top: 1.5rem !important;
  }
  .sm\:mb-24 {
  margin-bottom: 1.5rem !important;
  }
  .sm\:ml-24 {
  margin-left: 1.5rem !important;
  }
  .sm\:mr-24 {
  margin-right: 1.5rem !important;
  }
  .sm\:py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  }
  .sm\:px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  }
  .sm\:pt-30 {
  padding-top: 1.875rem !important;
  }
  .sm\:pb-30 {
  padding-bottom: 1.875rem !important;
  }
  .sm\:pl-30 {
  padding-left: 1.875rem !important;
  }
  .sm\:pr-30 {
  padding-right: 1.875rem !important;
  }
  .sm\:mt-30 {
  margin-top: 1.875rem !important;
  }
  .sm\:mb-30 {
  margin-bottom: 1.875rem !important;
  }
  .sm\:ml-30 {
  margin-left: 1.875rem !important;
  }
  .sm\:mr-30 {
  margin-right: 1.875rem !important;
  }
  .sm\:py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  }
  .sm\:px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  }
  .sm\:pt-32 {
  padding-top: 2rem !important;
  }
  .sm\:pb-32 {
  padding-bottom: 2rem !important;
  }
  .sm\:pl-32 {
  padding-left: 2rem !important;
  }
  .sm\:pr-32 {
  padding-right: 2rem !important;
  }
  .sm\:mt-32 {
  margin-top: 2rem !important;
  }
  .sm\:mb-32 {
  margin-bottom: 2rem !important;
  }
  .sm\:ml-32 {
  margin-left: 2rem !important;
  }
  .sm\:mr-32 {
  margin-right: 2rem !important;
  }
  .sm\:py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  }
  .sm\:px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  }
  .sm\:pt-40 {
  padding-top: 2.5rem !important;
  }
  .sm\:pb-40 {
  padding-bottom: 2.5rem !important;
  }
  .sm\:pl-40 {
  padding-left: 2.5rem !important;
  }
  .sm\:pr-40 {
  padding-right: 2.5rem !important;
  }
  .sm\:mt-40 {
  margin-top: 2.5rem !important;
  }
  .sm\:mb-40 {
  margin-bottom: 2.5rem !important;
  }
  .sm\:ml-40 {
  margin-left: 2.5rem !important;
  }
  .sm\:mr-40 {
  margin-right: 2.5rem !important;
  }
  .sm\:py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
  .sm\:px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  }
  .sm\:pt-48 {
  padding-top: 3rem !important;
  }
  .sm\:pb-48 {
  padding-bottom: 3rem !important;
  }
  .sm\:pl-48 {
  padding-left: 3rem !important;
  }
  .sm\:pr-48 {
  padding-right: 3rem !important;
  }
  .sm\:mt-48 {
  margin-top: 3rem !important;
  }
  .sm\:mb-48 {
  margin-bottom: 3rem !important;
  }
  .sm\:ml-48 {
  margin-left: 3rem !important;
  }
  .sm\:mr-48 {
  margin-right: 3rem !important;
  }
  .sm\:py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  }
  .sm\:px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  }
  .sm\:pt-56 {
  padding-top: 3.5rem !important;
  }
  .sm\:pb-56 {
  padding-bottom: 3.5rem !important;
  }
  .sm\:pl-56 {
  padding-left: 3.5rem !important;
  }
  .sm\:pr-56 {
  padding-right: 3.5rem !important;
  }
  .sm\:mt-56 {
  margin-top: 3.5rem !important;
  }
  .sm\:mb-56 {
  margin-bottom: 3.5rem !important;
  }
  .sm\:ml-56 {
  margin-left: 3.5rem !important;
  }
  .sm\:mr-56 {
  margin-right: 3.5rem !important;
  }
  .sm\:py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  }
  .sm\:px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
  }
  .sm\:pt-60 {
  padding-top: 3.75rem !important;
  }
  .sm\:pb-60 {
  padding-bottom: 3.75rem !important;
  }
  .sm\:pl-60 {
  padding-left: 3.75rem !important;
  }
  .sm\:pr-60 {
  padding-right: 3.75rem !important;
  }
  .sm\:mt-60 {
  margin-top: 3.75rem !important;
  }
  .sm\:mb-60 {
  margin-bottom: 3.75rem !important;
  }
  .sm\:ml-60 {
  margin-left: 3.75rem !important;
  }
  .sm\:mr-60 {
  margin-right: 3.75rem !important;
  }
  .sm\:py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  }
  .sm\:px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  }
  .sm\:pt-64 {
  padding-top: 4rem !important;
  }
  .sm\:pb-64 {
  padding-bottom: 4rem !important;
  }
  .sm\:pl-64 {
  padding-left: 4rem !important;
  }
  .sm\:pr-64 {
  padding-right: 4rem !important;
  }
  .sm\:mt-64 {
  margin-top: 4rem !important;
  }
  .sm\:mb-64 {
  margin-bottom: 4rem !important;
  }
  .sm\:ml-64 {
  margin-left: 4rem !important;
  }
  .sm\:mr-64 {
  margin-right: 4rem !important;
  }
  .sm\:py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
  }
  .sm\:px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  }
  .sm\:pt-72 {
  padding-top: 4.5rem !important;
  }
  .sm\:pb-72 {
  padding-bottom: 4.5rem !important;
  }
  .sm\:pl-72 {
  padding-left: 4.5rem !important;
  }
  .sm\:pr-72 {
  padding-right: 4.5rem !important;
  }
  .sm\:mt-72 {
  margin-top: 4.5rem !important;
  }
  .sm\:mb-72 {
  margin-bottom: 4.5rem !important;
  }
  .sm\:ml-72 {
  margin-left: 4.5rem !important;
  }
  .sm\:mr-72 {
  margin-right: 4.5rem !important;
  }
  .sm\:py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  }
  .sm\:px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  }
  .sm\:pt-80 {
  padding-top: 5rem !important;
  }
  .sm\:pb-80 {
  padding-bottom: 5rem !important;
  }
  .sm\:pl-80 {
  padding-left: 5rem !important;
  }
  .sm\:pr-80 {
  padding-right: 5rem !important;
  }
  .sm\:mt-80 {
  margin-top: 5rem !important;
  }
  .sm\:mb-80 {
  margin-bottom: 5rem !important;
  }
  .sm\:ml-80 {
  margin-left: 5rem !important;
  }
  .sm\:mr-80 {
  margin-right: 5rem !important;
  }
  .sm\:py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
  }
  .sm\:px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
  }
  .sm\:pt-100 {
  padding-top: 6.25rem !important;
  }
  .sm\:pb-100 {
  padding-bottom: 6.25rem !important;
  }
  .sm\:pl-100 {
  padding-left: 6.25rem !important;
  }
  .sm\:pr-100 {
  padding-right: 6.25rem !important;
  }
  .sm\:mt-100 {
  margin-top: 6.25rem !important;
  }
  .sm\:mb-100 {
  margin-bottom: 6.25rem !important;
  }
  .sm\:ml-100 {
  margin-left: 6.25rem !important;
  }
  .sm\:mr-100 {
  margin-right: 6.25rem !important;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  }
  .xs\:px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  }
  .xs\:pt-0 {
  padding-top: 0rem !important;
  }
  .xs\:pb-0 {
  padding-bottom: 0rem !important;
  }
  .xs\:pl-0 {
  padding-left: 0rem !important;
  }
  .xs\:pr-0 {
  padding-right: 0rem !important;
  }
  .xs\:mt-0 {
  margin-top: 0rem !important;
  }
  .xs\:mb-0 {
  margin-bottom: 0rem !important;
  }
  .xs\:ml-0 {
  margin-left: 0rem !important;
  }
  .xs\:mr-0 {
  margin-right: 0rem !important;
  }
  .xs\:py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
  .xs\:px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  }
  .xs\:pt-4 {
  padding-top: 0.25rem !important;
  }
  .xs\:pb-4 {
  padding-bottom: 0.25rem !important;
  }
  .xs\:pl-4 {
  padding-left: 0.25rem !important;
  }
  .xs\:pr-4 {
  padding-right: 0.25rem !important;
  }
  .xs\:mt-4 {
  margin-top: 0.25rem !important;
  }
  .xs\:mb-4 {
  margin-bottom: 0.25rem !important;
  }
  .xs\:ml-4 {
  margin-left: 0.25rem !important;
  }
  .xs\:mr-4 {
  margin-right: 0.25rem !important;
  }
  .xs\:py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
  .xs\:px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  }
  .xs\:pt-8 {
  padding-top: 0.5rem !important;
  }
  .xs\:pb-8 {
  padding-bottom: 0.5rem !important;
  }
  .xs\:pl-8 {
  padding-left: 0.5rem !important;
  }
  .xs\:pr-8 {
  padding-right: 0.5rem !important;
  }
  .xs\:mt-8 {
  margin-top: 0.5rem !important;
  }
  .xs\:mb-8 {
  margin-bottom: 0.5rem !important;
  }
  .xs\:ml-8 {
  margin-left: 0.5rem !important;
  }
  .xs\:mr-8 {
  margin-right: 0.5rem !important;
  }
  .xs\:py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  }
  .xs\:px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  }
  .xs\:pt-12 {
  padding-top: 0.75rem !important;
  }
  .xs\:pb-12 {
  padding-bottom: 0.75rem !important;
  }
  .xs\:pl-12 {
  padding-left: 0.75rem !important;
  }
  .xs\:pr-12 {
  padding-right: 0.75rem !important;
  }
  .xs\:mt-12 {
  margin-top: 0.75rem !important;
  }
  .xs\:mb-12 {
  margin-bottom: 0.75rem !important;
  }
  .xs\:ml-12 {
  margin-left: 0.75rem !important;
  }
  .xs\:mr-12 {
  margin-right: 0.75rem !important;
  }
  .xs\:py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
  .xs\:px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  }
  .xs\:pt-16 {
  padding-top: 1rem !important;
  }
  .xs\:pb-16 {
  padding-bottom: 1rem !important;
  }
  .xs\:pl-16 {
  padding-left: 1rem !important;
  }
  .xs\:pr-16 {
  padding-right: 1rem !important;
  }
  .xs\:mt-16 {
  margin-top: 1rem !important;
  }
  .xs\:mb-16 {
  margin-bottom: 1rem !important;
  }
  .xs\:ml-16 {
  margin-left: 1rem !important;
  }
  .xs\:mr-16 {
  margin-right: 1rem !important;
  }
  .xs\:py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  }
  .xs\:px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  }
  .xs\:pt-20 {
  padding-top: 1.25rem !important;
  }
  .xs\:pb-20 {
  padding-bottom: 1.25rem !important;
  }
  .xs\:pl-20 {
  padding-left: 1.25rem !important;
  }
  .xs\:pr-20 {
  padding-right: 1.25rem !important;
  }
  .xs\:mt-20 {
  margin-top: 1.25rem !important;
  }
  .xs\:mb-20 {
  margin-bottom: 1.25rem !important;
  }
  .xs\:ml-20 {
  margin-left: 1.25rem !important;
  }
  .xs\:mr-20 {
  margin-right: 1.25rem !important;
  }
  .xs\:py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
  .xs\:px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  }
  .xs\:pt-24 {
  padding-top: 1.5rem !important;
  }
  .xs\:pb-24 {
  padding-bottom: 1.5rem !important;
  }
  .xs\:pl-24 {
  padding-left: 1.5rem !important;
  }
  .xs\:pr-24 {
  padding-right: 1.5rem !important;
  }
  .xs\:mt-24 {
  margin-top: 1.5rem !important;
  }
  .xs\:mb-24 {
  margin-bottom: 1.5rem !important;
  }
  .xs\:ml-24 {
  margin-left: 1.5rem !important;
  }
  .xs\:mr-24 {
  margin-right: 1.5rem !important;
  }
  .xs\:py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  }
  .xs\:px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  }
  .xs\:pt-30 {
  padding-top: 1.875rem !important;
  }
  .xs\:pb-30 {
  padding-bottom: 1.875rem !important;
  }
  .xs\:pl-30 {
  padding-left: 1.875rem !important;
  }
  .xs\:pr-30 {
  padding-right: 1.875rem !important;
  }
  .xs\:mt-30 {
  margin-top: 1.875rem !important;
  }
  .xs\:mb-30 {
  margin-bottom: 1.875rem !important;
  }
  .xs\:ml-30 {
  margin-left: 1.875rem !important;
  }
  .xs\:mr-30 {
  margin-right: 1.875rem !important;
  }
  .xs\:py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  }
  .xs\:px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  }
  .xs\:pt-32 {
  padding-top: 2rem !important;
  }
  .xs\:pb-32 {
  padding-bottom: 2rem !important;
  }
  .xs\:pl-32 {
  padding-left: 2rem !important;
  }
  .xs\:pr-32 {
  padding-right: 2rem !important;
  }
  .xs\:mt-32 {
  margin-top: 2rem !important;
  }
  .xs\:mb-32 {
  margin-bottom: 2rem !important;
  }
  .xs\:ml-32 {
  margin-left: 2rem !important;
  }
  .xs\:mr-32 {
  margin-right: 2rem !important;
  }
  .xs\:py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  }
  .xs\:px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  }
  .xs\:pt-40 {
  padding-top: 2.5rem !important;
  }
  .xs\:pb-40 {
  padding-bottom: 2.5rem !important;
  }
  .xs\:pl-40 {
  padding-left: 2.5rem !important;
  }
  .xs\:pr-40 {
  padding-right: 2.5rem !important;
  }
  .xs\:mt-40 {
  margin-top: 2.5rem !important;
  }
  .xs\:mb-40 {
  margin-bottom: 2.5rem !important;
  }
  .xs\:ml-40 {
  margin-left: 2.5rem !important;
  }
  .xs\:mr-40 {
  margin-right: 2.5rem !important;
  }
  .xs\:py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
  .xs\:px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  }
  .xs\:pt-48 {
  padding-top: 3rem !important;
  }
  .xs\:pb-48 {
  padding-bottom: 3rem !important;
  }
  .xs\:pl-48 {
  padding-left: 3rem !important;
  }
  .xs\:pr-48 {
  padding-right: 3rem !important;
  }
  .xs\:mt-48 {
  margin-top: 3rem !important;
  }
  .xs\:mb-48 {
  margin-bottom: 3rem !important;
  }
  .xs\:ml-48 {
  margin-left: 3rem !important;
  }
  .xs\:mr-48 {
  margin-right: 3rem !important;
  }
  .xs\:py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  }
  .xs\:px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  }
  .xs\:pt-56 {
  padding-top: 3.5rem !important;
  }
  .xs\:pb-56 {
  padding-bottom: 3.5rem !important;
  }
  .xs\:pl-56 {
  padding-left: 3.5rem !important;
  }
  .xs\:pr-56 {
  padding-right: 3.5rem !important;
  }
  .xs\:mt-56 {
  margin-top: 3.5rem !important;
  }
  .xs\:mb-56 {
  margin-bottom: 3.5rem !important;
  }
  .xs\:ml-56 {
  margin-left: 3.5rem !important;
  }
  .xs\:mr-56 {
  margin-right: 3.5rem !important;
  }
  .xs\:py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  }
  .xs\:px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
  }
  .xs\:pt-60 {
  padding-top: 3.75rem !important;
  }
  .xs\:pb-60 {
  padding-bottom: 3.75rem !important;
  }
  .xs\:pl-60 {
  padding-left: 3.75rem !important;
  }
  .xs\:pr-60 {
  padding-right: 3.75rem !important;
  }
  .xs\:mt-60 {
  margin-top: 3.75rem !important;
  }
  .xs\:mb-60 {
  margin-bottom: 3.75rem !important;
  }
  .xs\:ml-60 {
  margin-left: 3.75rem !important;
  }
  .xs\:mr-60 {
  margin-right: 3.75rem !important;
  }
  .xs\:py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  }
  .xs\:px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  }
  .xs\:pt-64 {
  padding-top: 4rem !important;
  }
  .xs\:pb-64 {
  padding-bottom: 4rem !important;
  }
  .xs\:pl-64 {
  padding-left: 4rem !important;
  }
  .xs\:pr-64 {
  padding-right: 4rem !important;
  }
  .xs\:mt-64 {
  margin-top: 4rem !important;
  }
  .xs\:mb-64 {
  margin-bottom: 4rem !important;
  }
  .xs\:ml-64 {
  margin-left: 4rem !important;
  }
  .xs\:mr-64 {
  margin-right: 4rem !important;
  }
  .xs\:py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
  }
  .xs\:px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  }
  .xs\:pt-72 {
  padding-top: 4.5rem !important;
  }
  .xs\:pb-72 {
  padding-bottom: 4.5rem !important;
  }
  .xs\:pl-72 {
  padding-left: 4.5rem !important;
  }
  .xs\:pr-72 {
  padding-right: 4.5rem !important;
  }
  .xs\:mt-72 {
  margin-top: 4.5rem !important;
  }
  .xs\:mb-72 {
  margin-bottom: 4.5rem !important;
  }
  .xs\:ml-72 {
  margin-left: 4.5rem !important;
  }
  .xs\:mr-72 {
  margin-right: 4.5rem !important;
  }
  .xs\:py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  }
  .xs\:px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  }
  .xs\:pt-80 {
  padding-top: 5rem !important;
  }
  .xs\:pb-80 {
  padding-bottom: 5rem !important;
  }
  .xs\:pl-80 {
  padding-left: 5rem !important;
  }
  .xs\:pr-80 {
  padding-right: 5rem !important;
  }
  .xs\:mt-80 {
  margin-top: 5rem !important;
  }
  .xs\:mb-80 {
  margin-bottom: 5rem !important;
  }
  .xs\:ml-80 {
  margin-left: 5rem !important;
  }
  .xs\:mr-80 {
  margin-right: 5rem !important;
  }
  .xs\:py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
  }
  .xs\:px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
  }
  .xs\:pt-100 {
  padding-top: 6.25rem !important;
  }
  .xs\:pb-100 {
  padding-bottom: 6.25rem !important;
  }
  .xs\:pl-100 {
  padding-left: 6.25rem !important;
  }
  .xs\:pr-100 {
  padding-right: 6.25rem !important;
  }
  .xs\:mt-100 {
  margin-top: 6.25rem !important;
  }
  .xs\:mb-100 {
  margin-bottom: 6.25rem !important;
  }
  .xs\:ml-100 {
  margin-left: 6.25rem !important;
  }
  .xs\:mr-100 {
  margin-right: 6.25rem !important;
  }
  }
  
  .mx-auto {
  margin-left: auto;
  margin-right: auto;
  }
  
  .lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
  }
  
  .md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
  }
  
  .sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
  }
  
  .xs\:mx-auto {
  margin-left: auto;
  margin-right: auto;
  }
  
  @media (max-width: 991px) {
  .md\:mt-120 {
  margin-top: 7.5rem;
  }
  }
  
  .ml-minus-sm {
  margin-left: -3.75rem;
  }
  
  .ml-minus-md {
  margin-left: -6.25rem;
  }
  
  .ml-minus-lg {
  margin-left: -8.75rem;
  }
  
  .ml-minus-xl {
  margin-left: -11.25rem;
  }
  
  .ml-minus-col-1 {
  margin-left: -3.33333vw;
  }
  
  .ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  
  .ml-minus-col-3 {
  margin-left: -25vw;
  }
  
  .ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  
  .mr-minus-sm {
  margin-right: -3.75rem;
  }
  
  .mr-minus-md {
  margin-right: -6.25rem;
  }
  
  .mr-minus-lg {
  margin-right: -8.75rem;
  }
  
  .mr-minus-xl {
  margin-right: -11.25rem;
  }
  
  .mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  
  .mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  
  .mr-minus-col-3 {
  margin-right: -25vw;
  }
  
  .mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  
  @media (max-width: 1199px) {
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  }
  
  @media (max-width: 991px) {
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
  margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
  margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
  margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
  margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
  margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
  margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
  margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
  margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
  margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
  margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
  margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
  margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
  margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
  margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
  margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
  margin-right: -33.33333vw;
  }
  }
  
  .w-1\/1 {
  width: 100%;
  }
  
  .text-center {
  text-align: center;
  }
  
  .text-right {
  text-align: right;
  }
  
  .text-left {
  text-align: left;
  }
  
  @media (max-width: 1199px) {
  .lg\:text-center {
  text-align: center !important;
  }
  .lg\:text-right {
  text-align: right !important;
  }
  .lg\:text-left {
  text-align: left !important;
  }
  }
  
  @media (max-width: 991px) {
  .md\:text-center {
  text-align: center !important;
  }
  .md\:text-right {
  text-align: right !important;
  }
  .md\:text-left {
  text-align: left !important;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:text-center {
  text-align: center !important;
  }
  .sm\:text-right {
  text-align: right !important;
  }
  .sm\:text-left {
  text-align: left !important;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:text-center {
  text-align: center !important;
  }
  .xs\:text-right {
  text-align: right !important;
  }
  .xs\:text-left {
  text-align: left !important;
  }
  }
  
  .justify-content-start {
  justify-content: flex-start;
  }
  
  .justify-content-end {
  justify-content: flex-end;
  }
  
  .justify-content-between {
  justify-content: space-between;
  }
  
  .justify-content-center {
  justify-content: center;
  }
  
  .align-items-start {
  align-items: flex-start;
  }
  
  .align-items-end {
  align-items: flex-end;
  }
  
  .align-items-between {
  align-items: space-between;
  }
  
  .align-items-center {
  align-items: center;
  }
  
  @media (max-width: 1199px) {
  .lg\:justify-content-start {
  justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
  justify-content: flex-end !important;
  }
  .lg\:justify-content-between {
  justify-content: space-between !important;
  }
  .lg\:justify-content-center {
  justify-content: center !important;
  }
  .lg\:align-items-start {
  align-items: flex-start !important;
  }
  .lg\:align-items-end {
  align-items: flex-end !important;
  }
  .lg\:align-items-between {
  align-items: space-between !important;
  }
  .lg\:align-items-center {
  align-items: center !important;
  }
  }
  
  @media (max-width: 991px) {
  .md\:justify-content-start {
  justify-content: flex-start !important;
  }
  .md\:justify-content-end {
  justify-content: flex-end !important;
  }
  .md\:justify-content-between {
  justify-content: space-between !important;
  }
  .md\:justify-content-center {
  justify-content: center !important;
  }
  .md\:align-items-start {
  align-items: flex-start !important;
  }
  .md\:align-items-end {
  align-items: flex-end !important;
  }
  .md\:align-items-between {
  align-items: space-between !important;
  }
  .md\:align-items-center {
  align-items: center !important;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:justify-content-start {
  justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
  justify-content: flex-end !important;
  }
  .sm\:justify-content-between {
  justify-content: space-between !important;
  }
  .sm\:justify-content-center {
  justify-content: center !important;
  }
  .sm\:align-items-start {
  align-items: flex-start !important;
  }
  .sm\:align-items-end {
  align-items: flex-end !important;
  }
  .sm\:align-items-between {
  align-items: space-between !important;
  }
  .sm\:align-items-center {
  align-items: center !important;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:justify-content-start {
  justify-content: flex-start !important;
  }
  .xs\:justify-content-end {
  justify-content: flex-end !important;
  }
  .xs\:justify-content-between {
  justify-content: space-between !important;
  }
  .xs\:justify-content-center {
  justify-content: center !important;
  }
  .xs\:align-items-start {
  align-items: flex-start !important;
  }
  .xs\:align-items-end {
  align-items: flex-end !important;
  }
  .xs\:align-items-between {
  align-items: space-between !important;
  }
  .xs\:align-items-center {
  align-items: center !important;
  }
  }
  
  .d-none {
  display: none !important;
  }
  
  .d-flex {
  display: flex !important;
  }
  
  .d-block {
  display: block !important;
  }
  
  .d-inline-block {
  display: inline-block !important;
  }
  
  @media (max-width: 1199px) {
  .lg\:d-none {
  /* display: none !important; */
  }
  .lg\:d-inline-block {
  display: inline-block !important;
  }
  .lg\:d-block {
  display: block !important;
  }
  .lg\:d-flex {
  display: flex !important;
  }
  }
  
  @media (max-width: 991px) {
  .md\:d-none {
  display: none !important;
  }
  .md\:d-inline-block {
  display: inline-block !important;
  }
  .md\:d-block {
  display: block !important;
  }
  .md\:d-flex {
  display: flex !important;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:d-none {
  display: none !important;
  }
  .sm\:d-inline-block {
  display: inline-block !important;
  }
  .sm\:d-block {
  display: block !important;
  }
  .sm\:d-flex {
  display: flex !important;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:d-none {
  display: none !important;
  }
  .xs\:d-inline-block {
  display: inline-block !important;
  }
  .xs\:d-block {
  display: block !important;
  }
  .xs\:d-flex {
  display: flex !important;
  }
  }
  
  .order-1 {
  order: 1;
  }
  
  .order-2 {
  order: 2;
  }
  
  .order-3 {
  order: 3;
  }
  
  .order-4 {
  order: 4;
  }
  
  .order-5 {
  order: 5;
  }
  
  .order-6 {
  order: 6;
  }
  
  @media (max-width: 1199px) {
  .lg\:order-1 {
  order: 1;
  }
  .lg\:order-2 {
  order: 2;
  }
  .lg\:order-3 {
  order: 3;
  }
  .lg\:order-4 {
  order: 4;
  }
  .lg\:order-5 {
  order: 5;
  }
  .lg\:order-6 {
  order: 6;
  }
  }
  
  @media (max-width: 991px) {
  .md\:order-1 {
  order: 1;
  }
  .md\:order-2 {
  order: 2;
  }
  .md\:order-3 {
  order: 3;
  }
  .md\:order-4 {
  order: 4;
  }
  .md\:order-5 {
  order: 5;
  }
  .md\:order-6 {
  order: 6;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:order-1 {
  order: 1;
  }
  .sm\:order-2 {
  order: 2;
  }
  .sm\:order-3 {
  order: 3;
  }
  .sm\:order-4 {
  order: 4;
  }
  .sm\:order-5 {
  order: 5;
  }
  .sm\:order-6 {
  order: 6;
  }
  }
  
  @media (max-width: 575px) {
  .xs\:order-1 {
  order: 1;
  }
  .xs\:order-2 {
  order: 2;
  }
  .xs\:order-3 {
  order: 3;
  }
  .xs\:order-4 {
  order: 4;
  }
  .xs\:order-5 {
  order: 5;
  }
  .xs\:order-6 {
  order: 6;
  }
  }
  
  .layout-pt-xs {
  padding-top: 2.5rem;
  }
  
  .layout-pt-sm {
  padding-top: 3.125rem;
  }
  
  .layout-pt-md {
  padding-top: 4rem;
  }
  
  .layout-pt-lg {
  padding-top: 7.75rem;
  padding-bottom: 2rem;
  }
  
  .layout-pt-xl {
  padding-top: 10rem;
  }
  
  .layout-pt-2xl {
  padding-top: 11.25rem;
  }
  
  @media (max-width: 991px) {
  .layout-pt-md {
  padding-top: 3.75rem;
  }
  .layout-pt-lg {
  padding-top: 6.25rem;
  }
  .layout-pt-xl {
  padding-top: 7.5rem;
  }
  .layout-pt-2xl {
  padding-top: 10rem;
  }
  }
  
  @media (max-width: 767px) {
  .layout-pt-md {
  padding-top: 1.75rem;
  }
  .layout-pt-lg {
  padding-top: 3.75rem;
  }
  .layout-pt-xl {
  padding-top: 7.5rem;
  }
  .layout-pt-2xl {
  padding-top: 8.125rem;
  }
  }
  
  .layout-pb-xs {
  padding-bottom: 2.5rem;
  }
  
  .layout-pb-sm {
  padding-bottom: 3.125rem;
  }
  
  .layout-pb-md {
  padding-bottom: 4rem;
  }
  
  .layout-pb-lg {
  padding-bottom: 5rem;
  padding-top: 8rem;
  }
  
  .layout-pb-xl {
  padding-bottom: 10rem;
  }
  
  .layout-pb-2xl {
  padding-bottom: 11.25rem;
  }
  
  @media (max-width: 991px) {
  .layout-pb-md {
  padding-bottom: 3.75rem;
  }
  .layout-pb-lg {
  padding-bottom: 6.25rem;
  }
  .layout-pb-xl {
  padding-bottom: 7.5rem;
  }
  .layout-pb-2xl {
  padding-bottom: 10rem;
  }
  }
  
  @media (max-width: 767px) {
  .layout-pb-md {
  padding-bottom: 3.75rem;
  }
  .layout-pb-lg {
  padding-bottom: 3.75rem;
  }
  .layout-pb-xl {
  padding-bottom: 7.5rem;
  }
  .layout-pb-2xl {
  padding-bottom: 8.125rem;
  }
  }
  
  .layout-pt-pageHeader {
  padding-top: 10rem;
  }
  
  @media (max-width: 767px) {
  .layout-pt-pageHeader {
  padding-top: 8.75rem;
  }
  }
  
  .x-gap-4 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  }
  
  .x-gap-4 &gt; * {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  }
  
  .x-gap-8 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  }
  
  .x-gap-8 &gt; * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  }
  
  .x-gap-10 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  }
  
  .x-gap-10 &gt; * {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  }
  
  .x-gap-16 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  }
  
  .x-gap-16 &gt; * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  }
  
  .x-gap-20 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  }
  
  .x-gap-20 &gt; * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  }
  
  .x-gap-32 {
  margin-left: -1rem;
  margin-right: -1rem;
  }
  
  .x-gap-32 &gt; * {
  padding-left: 1rem;
  padding-right: 1rem;
  }
  
  .x-gap-40 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  }
  
  .x-gap-40 &gt; * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  }
  
  .x-gap-48 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  }
  
  .x-gap-48 &gt; * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  
  .x-gap-60 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  }
  
  .x-gap-60 &gt; * {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  }
  
  .x-gap-64 {
  margin-left: -2rem;
  margin-right: -2rem;
  }
  
  .x-gap-64 &gt; * {
  padding-left: 2rem;
  padding-right: 2rem;
  }
  
  .x-gap-72 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  }
  
  .x-gap-72 &gt; * {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  }
  
  .x-gap-80 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  }
  
  .x-gap-80 &gt; * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  }
  
  .x-gap-88 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
  }
  
  .x-gap-88 &gt; * {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  }
  
  .x-gap-100 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  }
  
  .x-gap-100 &gt; * {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  }
  
  .x-gap-110 {
  margin-left: -3.4375rem;
  margin-right: -3.4375rem;
  }
  
  .x-gap-110 &gt; * {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  }
  
  .x-gap-120 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  }
  
  .x-gap-120 &gt; * {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  }
  
  .y-gap-4 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  }
  
  .y-gap-4 &gt; * {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  }
  
  .y-gap-8 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  }
  
  .y-gap-8 &gt; * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  }
  
  .y-gap-10 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
  }
  
  .y-gap-10 &gt; * {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  }
  
  .y-gap-16 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  }
  
  .y-gap-16 &gt; * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  }
  
  .y-gap-20 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
  }
  
  .y-gap-20 &gt; * {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  }
  
  .y-gap-32 {
  margin-top: -1rem;
  margin-bottom: -1rem;
  }
  
  .y-gap-32 &gt; * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  }
  
  .y-gap-40 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  }
  
  .y-gap-40 &gt; * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  }
  
  .y-gap-48 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  }
  
  .y-gap-48 &gt; * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  }
  
  .y-gap-60 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
  }
  
  .y-gap-60 &gt; * {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  }
  
  .y-gap-64 {
  margin-top: -2rem;
  margin-bottom: -2rem;
  }
  
  .y-gap-64 &gt; * {
  padding-top: 2rem;
  padding-bottom: 2rem;
  }
  
  .y-gap-72 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
  }
  
  .y-gap-72 &gt; * {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  }
  
  .y-gap-80 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  }
  
  .y-gap-80 &gt; * {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  }
  
  .y-gap-88 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
  }
  
  .y-gap-88 &gt; * {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  }
  
  .y-gap-100 {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
  }
  
  .y-gap-100 &gt; * {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  }
  
  .y-gap-110 {
  margin-top: -3.4375rem;
  margin-bottom: -3.4375rem;
  }
  
  .y-gap-110 &gt; * {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  }
  
  .y-gap-120 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
  }
  
  .y-gap-120 &gt; * {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  }
  
  @media (max-width: 767px) {
  .sm\:x-gap-4 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  }
  .sm\:x-gap-4 &gt; * {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  }
  .sm\:x-gap-8 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  }
  .sm\:x-gap-8 &gt; * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  }
  .sm\:x-gap-10 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  }
  .sm\:x-gap-10 &gt; * {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  }
  .sm\:x-gap-16 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  }
  .sm\:x-gap-16 &gt; * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  }
  .sm\:x-gap-20 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  }
  .sm\:x-gap-20 &gt; * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  }
  .sm\:x-gap-32 {
  margin-left: -1rem;
  margin-right: -1rem;
  }
  .sm\:x-gap-32 &gt; * {
  padding-left: 1rem;
  padding-right: 1rem;
  }
  .sm\:x-gap-40 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  }
  .sm\:x-gap-40 &gt; * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  }
  .sm\:x-gap-48 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  }
  .sm\:x-gap-48 &gt; * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  .sm\:x-gap-60 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  }
  .sm\:x-gap-60 &gt; * {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  }
  .sm\:x-gap-64 {
  margin-left: -2rem;
  margin-right: -2rem;
  }
  .sm\:x-gap-64 &gt; * {
  padding-left: 2rem;
  padding-right: 2rem;
  }
  .sm\:x-gap-72 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  }
  .sm\:x-gap-72 &gt; * {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  }
  .sm\:x-gap-80 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  }
  .sm\:x-gap-80 &gt; * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  }
  .sm\:x-gap-88 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
  }
  .sm\:x-gap-88 &gt; * {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  }
  .sm\:x-gap-100 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  }
  .sm\:x-gap-100 &gt; * {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  }
  .sm\:x-gap-110 {
  margin-left: -3.4375rem;
  margin-right: -3.4375rem;
  }
  .sm\:x-gap-110 &gt; * {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  }
  .sm\:x-gap-120 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  }
  .sm\:x-gap-120 &gt; * {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  }
  .sm\:y-gap-4 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  }
  .sm\:y-gap-4 &gt; * {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  }
  .sm\:y-gap-8 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  }
  .sm\:y-gap-8 &gt; * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  }
  .sm\:y-gap-10 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
  }
  .sm\:y-gap-10 &gt; * {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  }
  .sm\:y-gap-16 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  }
  .sm\:y-gap-16 &gt; * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  }
  .sm\:y-gap-20 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
  }
  .sm\:y-gap-20 &gt; * {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  }
  .sm\:y-gap-32 {
  margin-top: -1rem;
  margin-bottom: -1rem;
  }
  .sm\:y-gap-32 &gt; * {
  padding-top: 1rem;
  padding-bottom: 1rem;
  }
  .sm\:y-gap-40 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  }
  .sm\:y-gap-40 &gt; * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  }
  .sm\:y-gap-48 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  }
  .sm\:y-gap-48 &gt; * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  }
  .sm\:y-gap-60 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
  }
  .sm\:y-gap-60 &gt; * {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  }
  .sm\:y-gap-64 {
  margin-top: -2rem;
  margin-bottom: -2rem;
  }
  .sm\:y-gap-64 &gt; * {
  padding-top: 2rem;
  padding-bottom: 2rem;
  }
  .sm\:y-gap-72 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
  }
  .sm\:y-gap-72 &gt; * {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  }
  .sm\:y-gap-80 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  }
  .sm\:y-gap-80 &gt; * {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  }
  .sm\:y-gap-88 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
  }
  .sm\:y-gap-88 &gt; * {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  }
  .sm\:y-gap-100 {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
  }
  .sm\:y-gap-100 &gt; * {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  }
  .sm\:y-gap-110 {
  margin-top: -3.4375rem;
  margin-bottom: -3.4375rem;
  }
  .sm\:y-gap-110 &gt; * {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  }
  .sm\:y-gap-120 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
  }
  .sm\:y-gap-120 &gt; * {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  }
  }
  
  .h-sm {
  height: 32.5rem;
  }
  
  .h-md {
  height: 36.25rem;
  }
  
  .h-lg {
  height: 42.5rem;
  }
  
  .h-70vh {
  height: 70vh;
  }
  
  .h-80vh {
  height: 80vh;
  }
  
  .h-90vh {
  height: 90vh;
  }
  
  .h-100vh {
  height: 100vh;
  }
  
  .h-unset {
  height: unset;
  }
  
  .h-full {
  height: 100%;
  }
  
  @media (max-width: 991px) {
  .md\:h-unset {
  height: unset;
  }
  .md\:h-70vh {
  height: 70vh;
  }
  .md\:h-80vh {
  height: 80vh;
  }
  .md\:h-90vh {
  height: 90vh;
  }
  .md\:h-100vh {
  height: 100vh;
  }
  }
  
  @media (max-width: 991px) {
  .x-gap-100 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  }
  .x-gap-100 &gt; * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  }
  
  @media (max-width: 767px) {
  .x-gap-100,
  .x-gap-72,
  .x-gap-60,
  .x-gap-40,
  .x-gap-48 {
  margin-left: -1rem;
  margin-right: -1rem;
  }
  .x-gap-100 &gt; *,
  .x-gap-72 &gt; *,
  .x-gap-60 &gt; *,
  .x-gap-40 &gt; *,
  .x-gap-48 &gt; * {
  padding-left: 1rem;
  padding-right: 1rem;
  }
  }
  
  @media (max-width: 767px) {
  .y-gap-72,
  .y-gap-60,
  .y-gap-40,
  .y-gap-48 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  }
  .y-gap-72 &gt; *,
  .y-gap-60 &gt; *,
  .y-gap-40 &gt; *,
  .y-gap-48 &gt; * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  }
  }
  
  .fancy-grid {
  position: relative;
  }
  
  .fancy-grid__button {
  position: absolute;
  bottom: 0;
  left: 1rem;
  }
  
  @media (max-width: 991px) {
  .fancy-grid__button {
  position: unset;
  bottom: unset;
  left: unset;
  text-align: center;
  margin-top: 6.25rem;
  }
  }
  
  @media (max-width: 767px) {
  .fancy-grid__button {
  margin-top: 4.5rem;
  }
  }
  
  .fancy-grid {
  display: flex;
  flex-wrap: wrap;
  }
  
  @media (max-width: 991px) {
  .fancy-grid {
  justify-content: space-between;
  }
  }
  
  .fancy-grid .grid__wrap {
  position: relative;
  }
  
  @media (max-width: 1199px) {
  .fancy-grid .grid__wrap {
  max-width: 72%;
  }
  }
  
  @media (max-width: 991px) {
  .fancy-grid .grid__wrap {
  max-width: 100%;
  }
  }
  
  .fancy-grid .grid__item:nth-child(1) {
  margin-top: 0 !important;
  }
  
  .fancy-grid .grid__item:nth-child(odd) {
  margin-top: 6.25rem;
  }
  
  .fancy-grid .grid__item:nth-child(odd) .grid__category {
  left: calc(100% + 14px);
  }
  
  .fancy-grid .grid__item:nth-child(odd) .grid__content {
  min-width: 32%;
  }
  
  .fancy-grid .grid__item:nth-child(even) {
  margin-top: -6.25rem;
  justify-content: flex-end;
  }
  
  @media (max-width: 991px) {
  .fancy-grid .grid__item:nth-child(even) {
  margin-top: 0;
  }
  }
  
  .fancy-grid .grid__item:nth-child(even) .grid__category {
  top: unset;
  bottom: 0;
  right: calc(100% + 14px);
  }
  
  .fancy-grid .grid__item:nth-child(even) .grid__content {
  justify-content: flex-end;
  top: unset;
  bottom: 0;
  left: unset;
  right: calc(100% + 56px);
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  }
  
  .fancy-grid .grid__item {
  width: 100%;
  padding: 0 1rem;
  }
  
  @media (max-width: 1349px) {
  .fancy-grid .grid__item {
  margin-top: 7.5rem !important;
  }
  }
  
  @media (max-width: 991px) {
  .fancy-grid .grid__item {
  display: block !important;
  margin-top: 0 !important;
  width: 46%;
  }
  .fancy-grid .grid__item:nth-child(1n + 3) {
  margin-top: 6.25rem !important;
  }
  .fancy-grid .grid__item .grid__content {
  position: relative !important;
  justify-content: flex-start !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  min-width: unset !important;
  }
  .fancy-grid .grid__item .grid__category {
  top: 0 !important;
  bottom: unset !important;
  right: unset !important;
  left: calc(100% + 14px) !important;
  }
  .fancy-grid .grid__item .grid__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
  .fancy-grid .grid__item .grid__image::before {
  display: block;
  width: 100%;
  content: "";
  padding-bottom: 120%;
  }
  }
  
  @media (max-width: 767px) {
  .fancy-grid .grid__item {
  width: 100%;
  padding-right: 2rem;
  }
  .fancy-grid .grid__item:nth-child(1n + 2) {
  margin-top: 5rem !important;
  }
  .fancy-grid .grid__item .grid__category {
  left: calc(100% + 8px) !important;
  }
  }
  
  .fancy-grid .grid__item {
  display: flex;
  }
  
  .fancy-grid .grid__category {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #B88768;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  }
  
  .fancy-grid .grid__content {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  }
  
  @media (max-width: 991px) {
  .fancy-grid .grid__content {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  }
  }
  
  .fancy-grid .grid__title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.6;
  }
  
  @media (max-width: 991px) {
  .fancy-grid .grid__title {
  font-size: 1.5rem;
  line-height: 1.4;
  }
  }
  
  .layout-pt-headerBar {
  padding-top: 6rem;
  }
  
  .layout-pr-headerBar {
  padding-right: 9.25rem;
  }
  
  .layout-pl-headerBar {
  margin-left: 9.25rem;
  }
  
  @media (max-width: 767px) {
  .layout-pt-headerBar {
  padding-top: 3.75rem;
  }
  .layout-pr-headerBar {
  padding-right: 7rem;
  }
  .layout-pl-headerBar {
  padding-left: 7rem;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:layout-pt-headerBar {
  padding-top: 3.75rem;
  }
  .sm\:layout-pr-headerBar {
  padding-right: 7rem;
  }
  .sm\:layout-pl-headerBar {
  padding-left: 7rem;
  }
  }
  
  .layout-mt-headerBar {
  margin-top: 6rem;
  }
  
  .layout-mr-headerBar {
  margin-right: 9.25rem;
  }
  
  .layout-ml-headerBar {
  margin-left: 9.25rem;
  }
  
  @media (max-width: 767px) {
  .layout-mt-headerBar {
  margin-top: 3.75rem;
  }
  .layout-mr-headerBar {
  margin-right: 7rem;
  }
  .layout-ml-headerBar {
  margin-left: 7rem;
  }
  }
  
  @media (max-width: 767px) {
  .sm\:layout-mt-headerBar {
  margin-top: 3.75rem;
  }
  .sm\:layout-mr-headerBar {
  margin-right: 7rem;
  }
  .sm\:layout-ml-headerBar {
  margin-left: 7rem;
  }
  }
  
  .bg-pattern-new {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/patterns/pattern_bg.png");
  }
  
  p a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #007bff;
  margin: 0 0.3125rem;
  transition: all 0.2s ease-in;
  }
  
  p a:hover {
  }
  
  .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 0.625rem;
  }
  
  .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  width: 13.75rem;
  height: 2.5rem;
  }
  
  .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 0.9375rem;
  transition: all 0.2s ease-in;
  }
  
  .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 1rem;
  right: 0.625rem;
  }
  
  .select-styled:hover {
  background-color: #c0392b;
  }
  
  .select-styled:active, .select-styled.active {
  background-color: #c0392b;
  }
  
  .select-styled:active:after, .select-styled.active:after {
  top: 0.5625rem;
  border-color: transparent transparent #fff transparent;
  }
  
  .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #c0392b;
  }
  
  .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 0.9375rem;
  border-top: 1px solid #c0392b;
  transition: all 0.15s ease-in;
  }
  
  .select-options li:hover {
  color: #c0392b;
  background: #fff;
  }
  
  .select-options li[rel="hide"] {
  display: none;
  }
  
  .shopSidebar__item [slider] {
  margin-top: 0.75rem;
  }
  
  .shopSidebar__item [slider] &gt; div &gt; [sign] {
  background-color: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  display: inline-block;
  text-align: unset;
  margin-top: 1.375rem;
  color: black;
  }
  
  .shopSidebar__item [slider] &gt; div &gt; [sign]:last-child {
  float: right;
  }
  
  .shopSidebar__item [slider] &gt; div &gt; [sign] span::before {
  content: 'Min Price: $';
  display: inline-block;
  color: #615E5E;
  }
  
  .shopSidebar__item [slider] &gt; div &gt; [sign]:last-child span::before {
  content: 'Max Price: $';
  display: inline-block;
  color: #615E5E;
  }
  
  .shopSidebar__item [slider] &gt; div &gt; [sign] &gt; span {
  font-size: 0.875rem;
  line-height: 1rem;
  color: black;
  }
  
  [slider] {
  position: relative;
  height: 0.3125rem;
  border-radius: 0.625rem;
  text-align: left;
  margin: 45px 0 10px 0;
  }
  
  [slider] &gt; div {
  width: 100%;
  }
  
  [slider] &gt; div &gt; [inverse-left] {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  border-radius: 0.625rem;
  background-color: #CCC;
  }
  
  [slider] &gt; div &gt; [inverse-right] {
  position: absolute;
  right: 0;
  height: 0.3125rem;
  border-radius: 0.625rem;
  background-color: #CCC;
  }
  
  [slider] &gt; div &gt; [range] {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  border-radius: 0.875rem;
  background-color: #000;
  }
  
  [slider] &gt; div &gt; [thumb] {
  position: absolute;
  top: -0.4375rem;
  z-index: 2;
  height: 1.0625rem;
  width: 1.0625rem;
  text-align: left;
  margin-left: -0.6875rem;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
  border: 2px solid black;
  }
  
  div[slider] &gt; input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0rem;
  border: 0 none;
  background: red;
  }
  
  div[slider] &gt; input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0rem;
  border: 0 none;
  background: red;
  }
  
  div[slider] &gt; input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0rem;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
  }
  
  div[slider] &gt; input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
  }
  
  div[slider] &gt; input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
  }
  
  [slider] &gt; input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 0.3125rem;
  top: -0.125rem;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  }
  
  div[slider] &gt; input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
  }
  
  div[slider] &gt; input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
  }
  
  div[slider] &gt; input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
  }
  
  div[slider] &gt; input[type=range]:focus {
  outline: none;
  }
  
  div[slider] &gt; input[type=range]::-ms-tooltip {
  display: none;
  }
  
  [slider] &gt; div &gt; [sign] {
  background-color: #F9F6F6;
  color: black;
  width: 8.125rem;
  height: 1.875rem;
  border-radius: 0.1875rem;
  display: inline-block;
  text-align: center;
  margin-top: 1.375rem;
  }
  
  [slider] &gt; div &gt; [sign]:last-child {
  float: right;
  }
  
  [slider] &gt; div &gt; [sign] &gt; span {
  font-size: 0.75rem;
  line-height: 1.75rem;
  }
  
  [slider]:hover &gt; div &gt; [sign] {
  opacity: 1;
  }
  
  .icon-circle {
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #696969;
  border-radius: 100%;
  }
  
  .icon-circle__icon {
  stroke-width: 3;
  width: 0.625rem;
  height: 0.625rem;
  }
  
  .tooltip {
  position: relative;
  width: 6.25rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #615E5E;
  }
  
  .tooltip__content {
  position: absolute;
  padding: 7px 0.6875rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: black;
  color: white;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .tooltip__content::after {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: black;
  transform: rotate(45deg);
  }
  
  .tooltip.-top .tooltip__content {
  bottom: calc(100% + 6px);
  transform: translateY(8px);
  }
  
  .tooltip.-top .tooltip__content::after {
  bottom: -0.25rem;
  }
  
  .tooltip.-bottom .tooltip__content {
  top: calc(100% + 6px);
  transform: translateY(-8px);
  }
  
  .tooltip.-bottom .tooltip__content::after {
  top: -0.25rem;
  }
  
  .tooltip.-left .tooltip__content {
  right: calc(100% + 6px);
  transform: translateX(8px);
  }
  
  .tooltip.-left .tooltip__content::after {
  right: -0.25rem;
  }
  
  .tooltip.-right .tooltip__content {
  left: calc(100% + 6px);
  transform: translateX(-8px);
  }
  
  .tooltip.-right .tooltip__content::after {
  left: -0.25rem;
  }
  
  .tooltip:hover .tooltip__content {
  transform: none;
  opacity: 1;
  }
  
  .quote {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0.3125rem 0;
  padding-left: 1.5625rem;
  margin-left: 0.625rem;
  }
  
  .quote::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.1875rem;
  background-color: black;
  }
  
  .quote.-light::before {
  background-color: white;
  }
  
  ul.list {
  padding-left: 1rem;
  }
  
  ul.list li {
  list-style: disc;
  }
  
  .bg-quote-2 {
  position: absolute;
  top: -0.25rem;
  left: -2.125rem;
  }
  
  @media (max-width: 575px) {
  .bg-quote-2 {
  opacity: 0.8;
  }
  }
  
  .backButton {
  z-index: 200;
  position: absolute;
  bottom: 6.5625rem;
  right: 3rem;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .backButton .nav__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid #999;
  transition: all 0.1s ease-out;
  }
  
  .backButton .nav__item .icon {
  position: relative;
  color: #615e5e;
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
  }
  
  .backButton .nav__item.-left {
  transform: rotate(90deg);
  }
  
  .backButton .nav__item.-left .icon {
  left: 0.9375rem;
  transform: rotate(180deg);
  }
  
  .backButton .nav__item:hover {
  transform: scale(1.05) rotate(90deg);
  }
  
  .mb-minus-lg {
  margin-bottom: -3.75rem;
  }
  
  .mt-minus-xl {
  margin-top: -15rem;
  }
  
  .gallery__item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 10px 10px 0px 0px;
  }
  
  .gallery__item:hover .gallery__button {
  opacity: 1;
  }
  
  .gallery__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: black;
  border-radius: 100%;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  }
  
  .gallery__button .icon {
  color: white;
  stroke-width: 1;
  width: 1.75rem;
  height: 1.75rem;
  }
  
  .gallery__button.-bottom-right {
  top: unset;
  left: unset;
  transform: unset;
  bottom: 1.875rem;
  right: 1.875rem;
  }
  
  .input-counter {
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  width: 6.25rem;
  height: 3.4375rem;
  /* Firefox */
  }
  
  .input-counter input::-webkit-outer-spin-button,
  .input-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }
  
  .input-counter input[type=number] {
  -moz-appearance: textfield;
  }
  
  .input-counter__counter {
  z-index: 5;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  border: 1px solid #E4E4E4;
  border-radius: 0 !important;
  }
  
  .input-counter__controls {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  }
  
  .input-counter__up {
  width: 2rem;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  }
  
  .input-counter__up .icon {
  stroke-width: 1;
  width: 1.25rem;
  height: 1.25rem;
  }
  
  .input-counter__down {
  width: 2rem;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  }
  
  .input-counter__down .icon {
  stroke-width: 1;
  width: 1.25rem;
  height: 1.25rem;
  }
  
  
  .fsrem12{
  font-size: 1.2rem;
  }
  
  .fsrem13{
  font-size: 1.3rem;
  }
  
  .fsrem14{
  font-size: 1.4rem;
  }
  
  .fsrem15{
  font-size: 1.5rem;
  }
  
  .mt20{
  margin-top: 20px;
  }
  .mt30{
  margin-top: 30px;
  }
  .mt40{
  margin-top: 40px;
  }
  .mt50{
  margin-top: 50px;
  }
  .mt60{
  margin-top: 60px;
  }
  .mb20{
  margin-bottom: 20px;
  }
  .mb30{
  margin-bottom: 30px;
  }
  
  .mb40{
  margin-bottom: 40px;
  }
  .mb50{
  margin-bottom: 50px;
  }
  .mb60{
  margin-bottom: 60px;
  }
  
  
  
  .forma{
  color: #ffffff;
  font-size: 14px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-width: 1px;
  border-radius: 800px;
  background-color: #28282c;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  }
  
  .mt-mb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
  }
  
  
  .fs30 {
  font-size: 30px;
  }
  
  .fs25 {
  font-size: 30px;
  }
  
  .white{
  color:white;
  }
  
  .text-center {
  text-align: center;
  }
  
  .black {
  color: #28282c!important;!i;!;
  }
  
  
  
  
  .cbutton {
  float: right;
  bottom: 1px;
  right: 1px;
  margin-top: 40px;
  }
  
  .mt40 {margin-top: 40px;}
  .mt10 {
  margin-top: 10px;
  }
  .mt20 {
  margin-top: 10px;
  }
  .mt30 {
  margin-top: 30px;
  }
  
  .knopka{
  padding: 1.25rem;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E4E4E4;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-align: left;
  display: flex;
  align-items: center;
  }
  
  
  .knopka2 {
  padding: 7px 20px;
  min-width: auto;
  background: #3C5343;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 0.875rem;
  text-transform: uppercase;
  }
  
  .knopka2:hover {
  box-shadow: 6px 15px 16px -6px #595959;
  }
  
  .m2 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
  }
  
  .lh1px{
  line-height: 1px;
  }
  
  .blackblock {
  background-color: #3C5343;
  color: white !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
  box-shadow: 3px 10px 16px -6px #595959;
  }
  
  .blackblock:hover {
  color: white !important;
  background-color: #44634e;
  box-shadow: 6px 15px 16px -6px #595959;
  }
  
  
  .mobile-only {
  display: none !important;
  }
  
  @media (max-width: 767px) {
  .mobile-only {
  display: block !important;
  }
  }
  
  
  
  .floatl{
  float:left;
  }
  .floatr{
  float:right;
  }
  
  .mb10{
  margin-bottom: 10px;
  }
  
  .mb20{
  margin-bottom: 20px;
  }
  
  
  
  
  .containerleft-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  .text-block {
  flex: 1;
  font-size: 18px;
  color: #444;
  line-height: 18px;
  }
  
  .button-block {
  flex-shrink: 0;
  }
  
  .circle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  background-color: #3C5343;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  padding: 10px;
  text-align: center;
  line-height: 14px;
  }
  
  .circle-button:hover {
  transform: scale(1.1);
  background-color: #44634e;
  color: #ffffff;
  box-shadow: 6px 15px 16px -6px #595959;
  }
  
  .step{
  padding-top: 25px;
  }
  
  .step__pic{
  height: 100%;
  min-height: 400px;
  border-radius: 1.5rem;
  }
  
  .step__pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  box-shadow: var(--shadow);
  border-radius: 1.5rem;
  }
  
  .step__right{
  padding-left: 55px;
  }
  
  .step__subtitle{
  margin-bottom: 15px;
  font-size: var( --text-2xl);
  }
  
  .step__items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  padding-bottom: 15px;
  }
  
  .step__item{
  padding: 12px 15px;
  }
  
  .step__num{
  display: inline-block;
  padding: 3px 15px;
  border-radius: 26px;
  font-size: var(--text-base);
  color: #fff;
  background: #465c4d;
  }
  
  .step__time{
  
  }
  
  .step__time p{
  font-size: var(--text-base);
  }
  
  .step__time i{
  font-size: 18px;
  color: #28282c;
  }
  
  .step__list{
  
  }
  
  .step__list li{
  margin-top: 5px;
  }
  
  .step__list li i{
  font-size: 18px;
  color: #28282c;
  margin-right: 10px;
  }
  
  .project{
  
  }
  
  .section-project .sectionHeading-left-line{
  padding-bottom: 55px;
  }
  
  .project-slider{
  display: block;
  }
  
  .project-slider__pag{
  width: 100%;
  display: flex;
  margin: 0 -5px;
  padding-top: 10px;
  padding-right: 0;
  }
  
  .project-slider__pag .gallery__item{
  width: 20%;
  padding: 0 5px;
  }
  
  .project__right{
  padding-left: 25px;
  
  }
  
  
  
  .project__title{
  margin-bottom: 15px;
  font-size: var( --text-2xl);
  }
  
  .project__num{
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 26px;
  font-size: var(--text-xs);
  color: #fff;
  background: #465c4d;
  margin-bottom: 30px;
  margin-left: auto;
  }
  
  .flex-right{
  display: flex;
  justify-content: flex-end;
  }
  
  .slider-one{
  /* position: relative;*/
  }
  
  .project__price{
  margin-bottom: 30px;
  color: rgb(155, 155, 165);
  font-size: var(--text-lg);
  line-height: 1;
  }
  
  .project__price span{
  color: #28282c;
  font-size: 52px;
  font-weight: bold;
  }
  
  .project__right{
  line-height: 1.3;
  }
  
  .project__list{
  column-count: 2;
  padding-bottom: 30px;
  margin-top: 15px;
  }
  
  .project__list li{
  color: #28282c;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  }
  
  .project__rev{
  display: flex;
  align-items: center;
  padding-top: 20px;
  }
  
  .project__rev .pic{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  }
  
  .project__rev .pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 100%;
  }
  
  .project__rev p{
  padding-left: 20px;
  font-size: 14px;
  }
  
  .project__rev p span{
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  color: #28282c;
  }
  
  .section-cycle .sectionHeading-left-line{
  
  }
  
  .cycle{
  padding-top: 30px;
  }
  
  .cycle__pic{
  height: 100%;
  min-height: 400px;
  }
  
  .cycle__pic img{
  width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: var(--shadow);
  border-radius: 1.5rem;
  }
  
  .cycle__right{
  padding-left: 15px;
  }
  
  .cycle__item{
  margin-bottom: 45px;
  }
  
  .cycle__title{
  margin-bottom: 15px;
  font-size: var(--text-lg);
  }
  
  .cycle__right p{
  margin-bottom: 15px;
  }
  
  .tabs.-lines .tabs__controls{
  display: flex;
  }
  
  .tabs__controls{
  overflow: auto;
  padding-bottom: 0px;
  box-shadow: 9px 10px 6px -6px #8a8a8a;
  }
  
  .tabs__controls .tabs__button{
  font-size: var(--text-base);
  white-space: nowrap;
  
  }
  
  .pagination.-slider .pagination__item{
  transform: translateY(-8px);
  }
  
  .service__content{
  text-align: center;
  }
  
  .soc-center{
  padding-top: 15px;
  text-align: center;
  line-height: 1;
  }
  
  .soc-center i{
  font-size: 48px;
  color: #fff;
  line-height: 1;
  }
  
  .section-advantages .sectionHeading-left-line{
  
  }
  
  .team.-hover .team__content{
  opacity: 1;
  border-radius: 10px;
  }
  
  .team__content{
  padding: 20px 30px;
  }
  
  .team__content:hover{
  background-color: rgba(0, 0, 0, 0.45);
  }
  
  .team.-hover .team__title{
  transform: none;
  }
  
  .team.-hover:hover .team__title{
  transform: translateY(-15px);
  }
  
  .section-news .sectionHeading-left-line{
  padding-bottom: 35px;
  }
  
  .news__item{
  margin-bottom: 35px;
  transition: .5s;
  text-align: center;
  }
  
  .news__sub{
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.3;
  }
  
  .news__sub a{
  color: inherit;
  text-transform: none;
  }
  
  .news__sub a:hover{
  text-decoration: underline;
  }
  
  .news__item .pic{
  height: 200px;
  margin-bottom: 20px;
  }
  
  .news__item .pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: .5s;
  box-shadow: var(--shadow);
  border-radius: 10px;
  }
  
  .news__item:hover .pic img{
  filter: brightness(50%);
  }
  
  .news__title{
  font-size: var(--text-base);
  transition: .5s;
  }
  
  .news__item:hover .news__title{
  transform: translateY(-5px);
  }
  
  .project__row{
  flex-wrap: nowrap;
  }
  
  .section-project .nav.-slider .nav__item.-left{
  /* left: 15px;*/
  }
  
  .section-project .nav.-slider .nav__item.-right{
  /* right: 15px;*/
  }
  
  .section-project .swiper-wrapper{
  height: auto!important;
  }
  
  .adap-2 .circle-button{
  margin-right: 20px;
  }
  
  
  
  @media (max-width: 1200px){
  .step__right,
  .project__right,
  .cycle__right{
  padding-left: 0;
  }
  }
  
  @media (max-width: 1023px){
  .containerleft-right.adap-1,
  .containerleft-right.adap-2{
  display: block;
  }
  
  p {
  font-size: 16px;
  }
  
  .hidden-mob{
  display: none;
  }
  .ul-list li {
  font-size: 14px;
  }
  
  
  .circle-button {
  width: 90px;
  height: 90px;
  font-size: 14px;
  }
  
  .sectionHeading__subtitle {
  font-size: 18px;
  line-height: 15px;
  }
  .mtblock{
  margin-top: 18px !important;!i;!;
  }
  .pbstorng {
  font-size: 22px !important;!i;!;
  }
  
  .containerleft-right.adap-1 .button-block,
  .containerleft-right.adap-2 .button-block{
  margin-top: 20px;
  }
  
  .containerleft-right.adap-2 .button-block{
  margin-bottom: 20px;
  }
  
  .containerleft-right.adap-2 .text-block{
  margin-bottom: 20px;
  }
  
  .step__right,
  .cycle__right{
  padding-top: 20px;
  }
  
  .cycle__item{
  margin-bottom: 30px;
  }
  
  .team__content{
  padding: 10px 20px;
  }
  }
  
  @media (max-width: 991px){
  .project__row{
  flex-wrap: wrap;
  }
  
  .step__pic,
  .cycle__pic{
  height: auto;
  min-height: 0;
  }
  
  .step__pic img,
  .cycle__pic{
  height: auto;
  }
  
  .slider-one{
  
  }
  
  .project{
  
  }
  
  .slider-one .swiper-slide{
  opacity: 0;
  }
  
  .slider-one .swiper-slide.swiper-slide-visible.swiper-slide-active{
  opacity: 1;
  }
  }
  
  .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* White background with transparency */
  background: linear-gradient(#18130c52, #000000);
  text-align: left;
  padding: 15px;
  min-height: 85px;
  max-width: 100%;
  }
  
  .overlay .category {
  font-size: 14px;
  font-weight: bold;
  color: gray;
  margin: 0;
  }
  
  .overlay .title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin: 0;
  }
  
  .pbaners {
  margin: 0;
  font-family: 'Manrope';
  line-height: 21px;
  color: #454545;
  font-size: 18px;
  }
  
  .pbstorng {
  color: #212529;
  font-weight: 400;
  font-size: 30px;
  }
  
  @media (min-width: 992px) {
  .fs30 {
  font-size: 20px;
  }
  }
  .mtblock{
  margin-top: 60px;
  }
  
  
  .mbh1{
  margin-bottom: 30px;
  }
  .aiend{
  align-items: end;
  }
  
  .block {
  display: block;
  }
  
  .fbig{
  font-size: 29px;
  font-weight: 400;
  }
  
  .fsmall{
  font-size: 17px;
  font-weight: 400;
  }
  
  .nameproject{
  float: right;
  font-weight: 400;
  font-size: 30px;
  color: #18130c;
  }
  
  .project-footer{
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1px 0;
  display: flex;
  }
  .flright{
  float: right;
  }
  
  .project-card {
  padding: 5px 0;
  }
  
  .project-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  .project-card__title {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #18130c;
  }
  
  .project-card__info {
  display: flex;
  gap: 5px;
  font-size: 19px;
  }
  
  .project-card__icon {
  width: 27px;
  height: 27px;
  }
  
  .project-card__details {
  font-size: 22px;
  text-align: right;
  }
  
  
  .swiper {
  width: 100%;
  height: auto;
  }
  
  .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  }
  
  /* ÃÅ“ÃÂ¸ÃÂ½ÃÂ¸ÃÂ°Ã‘â€šÃ‘Å½Ã‘â‚¬Ã‘â€¹ ÃÂ³ÃÂ°ÃÂ»ÃÂµÃ‘â‚¬ÃÂµÃÂ¸ */
  .gallery-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  }
  
  .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #000;
  }
  
  /* ÃÂ¡Ã‘â€šÃ‘â‚¬ÃÂµÃÂ»ÃÂºÃÂ¸ */
  .swiper-button-next, .swiper-button-prev {
  color: #333;
  }
  
  .input-counter {
  display: flex;
  gap: 5px;
  }
  
  .input-counter input {
  width: 50px;
  text-align: center;
  }
  
  .input-counter button {
  cursor: pointer;
  padding: 5px;
  background: #eee;
  border: none;
  }
  
  
  @media (max-width: 768px) {
  .sectionSlider {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  }
  
  .sectionSlider .nav.-slider .nav__item.-left {
  left: 5px;
  }
  
  .section-project .nav.-slider .nav__item.-right {
  right: 5px;
  }
  
  .sectionSlider .swiper-container {
  width: 100% !important;
  }
  
  
  .sectionSlider .swiper-slide {
  width: 100% !important;
  }
  
  
  .project__row .col-lg-6,
  .project__row .col-lg-5 {
  width: 100%;
  max-width: 100%;
  float: none;
  }
  }
  
  .bathroom {
  margin-left: auto;
  padding-right: 10px;
  }
  .prname {
  color: #18130c;
  font-weight: 500;
  font-size: 17px;
  }
  
  
  @media (width: 1024px) {
  .tabs-mt {
  margin-top: 41px !important;
  }
  }
  
  @media (width: 1280px) {
  .tabs.-section .tabs__button {
  padding: 24px 15px;
  }
  .tabs-mt {
  margin-top: 52px !important;
  }
  }
  
  @media (max-width: 1650px) and (min-width: 1300px) {
  .tabs.-section .tabs__button {
  padding: 10px;
  min-height: 77px;
  margin-bottom: 2px;
  box-shadow: 10px 9px 6px -6px #8a8a8a;
  }
  }
  
  
  
  
  @media (max-width: 1280px) and (min-width: 1024px) {
  
  .nameproject {
  font-size: 24px;
  }
  
  
  .project-card__details {
  font-size: 18px;
  }
  
  .project-card__title {
  font-size: 25px;
  }
  
  
  }
  
  
  
  @media (max-width: 800px) and (min-width: 300px) {
  
  .project-card__title {
  font-size: 25px;
  }
  .project-card__info {
  font-size: 18px;
  }
  .project-card__icon {
  width: 20px;
  height: 25px;
  }
  .project-card__details {
  font-size: 15px;
  text-align: right;
  }
  .knopka2 {
  padding: 7px 15px;
  font-size: 14px;
  }
  .nameproject {
  font-size: 16px;
  }
  .fbig {
  font-size: 23px;
  }
  .fsmall {
  font-size: 14px;
  }
  
  .mt-4 {
  line-height: 17px;
  min-width: 60px;
  min-height: 50px;
  }
  
  }
  
  .mr10{
  margin-right: 10px;
  }
  
  .content-fix {
  position: sticky; /* ÃÂ¤ÃÂ¸ÃÂºÃ‘ÂÃÂ¸Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂ°ÃÂ½ÃÂ½ÃÂ¾ÃÂµ ÃÂ¿ÃÂ¾ÃÂ·ÃÂ¸Ã‘â€&nbsp;ÃÂ¸ÃÂ¾ÃÂ½ÃÂ¸Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂ°ÃÂ½ÃÂ¸ÃÂµ, ÃÂ½ÃÂ¾ ÃÂ² ÃÂ¿Ã‘â‚¬ÃÂµÃÂ´ÃÂµÃÂ»ÃÂ°Ã‘â€¦
  Ã‘â‚¬ÃÂ¾ÃÂ´ÃÂ¸Ã‘â€šÃÂµÃÂ»Ã‘Â */
  top: 8rem; /* ÃÅ¾Ã‘â€šÃ‘ÂÃ‘â€šÃ‘Æ’ÃÂ¿ ÃÂ¾Ã‘â€š ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€¦ÃÂ½ÃÂµÃÂ¹ ÃÂ³Ã‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€&nbsp;Ã‘â€¹ Ã‘ÂÃÂºÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ° */
  align-self: flex-start; /* Ãâ€¢Ã‘ÂÃÂ»ÃÂ¸ Ã‘â‚¬ÃÂ¾ÃÂ´ÃÂ¸Ã‘â€šÃÂµÃÂ»Ã‘Å’ flex-ÃÂºÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ¹ÃÂ½ÃÂµÃ‘â‚¬ */
  }
  
  section {
  overflow: visible !important;
  }
  
  .line{
  background: #f9f6f6;
  }
  
  .textsmall {
  font-size: 14px;
  color: #999;
  line-height: 1rem;
  }
  
  .maxwinh350 {
  max-width: 350px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .intro {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  }
  
  
  .intro__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  }
  
  
  .intro__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  }
  
  
  .intro__info {
  display: flex;
  flex-direction: column;
  width: 60%;
  }
  
  
  .intro__top {
  margin-bottom: 20px;
  }
  
  .intro__bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
  }
  
  
  .intro__item {
  display: flex;
  align-items: center;
  gap: 23px;
  flex: 1 1 44%;
  }
  
  .intro__icon {
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  }
  
  .intro__icon img {
  width: 40px;
  height: 40px;
  }
  
  
  .intro__consultation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  }
  
  .intro__consultation img {
  max-width: 100%;
  }
  
  .intro__consult-button {
  display: inline-block;
  background-color: rgb(79 101 86);
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 10px;
  text-transform: uppercase;
  /* font-weight: bold; */
  text-align: center;
  line-height: 1.05rem;
  cursor: pointer;
  font-size: 1.1rem;
  }
  
  
  .intro__chisel {
  width: 100%;
  max-width: 500px;
  background: rgb(79 101 86);
  color: #fff !important;
  line-height: 1.2;
  transition: 200ms ease-in-out;
  display: inline-block;
  background-color: #475E4E;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  }
  
  
  .intro__title {
  margin-top: 5px;
  font-size: 17px;!;!i;!;
  line-height: 1.4;
  color: #fff;
  max-width: 500px;
  }
  
  
  
  .fsicon {
  font-size: 29px;
  }
  
  .factories {
  padding: 5px 0px 40px 0px;
  background-color: #f9f9f9;
  }
  
  .factories__title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
  color: #727272;
  font-weight: 400;
  }
  
  .factories__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  }
  
  .factories__item {
  text-align: center;
  }
  
  .factories__item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  }
  
  .factories__desc {
  margin-top: 10px;
  font-size: 14px;
  color: #727272;
  }
  
  
  @media (max-width: 1200px) {
  .factories__list {
  grid-template-columns: repeat(3, 1fr);
  }
  
  .tabs.-section .tabs__button {
  line-height: 1.06;
  padding: 19px;
  }
  
  }
  @media (max-width: 768px) {
  .factories__list {
  grid-template-columns: repeat(5, 1fr);
  }
  .plan-none{
  display: none!important;
  }
  .intro__bottom {
  gap: 25px 60px;
  }
  .slogan {
  padding-left: 5px !important;!i;!;
  font-size: 14px !important;!i;!;
  margin-top: 6px;
  }
  .nav-button-open,
  .nav-button-close{
  /* display: block!important; */
  }
  .header__mess li{
  font-size: 13px !important;
  }
  .header__phone {
  font-size: 18px !important;
  }
  
  .why-us__title {
    font-size: 35px !important;
  }
  
  .foundation-costs__title {
    font-size: 35px !important;
  }
  .enter-hint {
  display: none !important;
  }
  .offer-block__title {
    font-size: 1.5rem !important;
  }
  .geologist-block {
    display: block !important;
  }
  .offer-block__note {
    font-size: 2.1rem !important;
  }
  .question-title {
    font-size: 1.5rem !important;
    line-height: 27px !important;
  }
  .intro__content {
  display: block;
  }
  
  .foundations-header__inner {display: block !important;}
  
  .foundations-header__title {
    font-size: 35px!important;
    margin-bottom: 10px!important;
}

.foundations-header__right {
  text-align: left!important;
}

  .intro__info {
  display: flex;
  width: 100%;
  }
  
  .header__top__col {
  float: right;
  height: auto;
  }
  .intro__consult-button {
  font-size: 14px;
  }
  
  .intro__consultation {
  display: none;
  }
  
  }
  
  
  
  @media (max-width: 480px) {
  .factories__list {
  grid-template-columns: repeat(2, 1fr);
  }
  
  .mob-none{
  display: none!important;
  }
  
  .step-form__btn {
  padding: 5px 40px;
  }
  
  }
  
  
  
  
  .slider {
  margin: 0 auto;
  text-align: center;
  }
  
  .slider__main img {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
  }
  
  
  .slider__thumbnails {
  display: flex;
  justify-content: center;
  }
  
  
  .slider__thumbnails img {
  width: 33.5%;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease;
  }
  
  
  .slider__thumbnails img:hover {
  border-color: #4A773C;
  }
  
  
  .slider__main img,
  .slider__thumbnails img {
  max-width: 100%;
  height: auto;
  display: block;
  }
  
  
  
  .tabs__pane {
  box-sizing: border-box;
  background-color: #fff;
  }
  
  
  
  
  
  
  
  
  
  .foundations-header {
  background-color: #475E4E;
  padding: 35px 0;
  color: #fff;
  }
  
  
  .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  }
  
  .foundations-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  
  .foundations-header__title {
  font-size: 51px;
  margin: 0;
  line-height: 40px;
  color: white;
  }
  
  
  .foundations-header__right {
  text-align: right;
  max-width: 350px;
  }
  
  .foundations-header__subtitle {
  font-size: 28px;
  margin: 0;
  color: white;
  }
  
  .foundations-header__desc {
  font-size: 14px;
  color: white;
  line-height: 14px;
  margin-top: 8px;
  }
  
  
  .mt5{margin-top: 5px;}
  
  
  
  .why-us {
  padding: 40px 0;
  background-color: #f9f9f9;
  margin-top: 60px;
  }
  
  
  .why-us__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  }
  
  
  .why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  }
  
  
  .why-us__item {
  background-color: #395040;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  
  .why-us__item-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
  }
  
  
  .why-us__item-text {
  font-size: 16px;
  color: #ccc;
  line-height: 1;
  }
  
  
  @media (max-width: 992px) {
  .why-us__grid {
  grid-template-columns: repeat(2, 1fr);
  }
  }
  
  @media (max-width: 576px) {
  .why-us__grid {
  grid-template-columns: 1fr;
  }
  }
  
  
  .step-form {
  padding: 20px 0;
  }
  
  /* ÃÅ¾ÃÂ±Ã‘â€°ÃÂ¸ÃÂ¹ ÃÂºÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ¹ÃÂ½ÃÂµÃ‘â‚¬, ÃÂµÃ‘ÂÃÂ»ÃÂ¸ ÃÂ½Ã‘Æ’ÃÂ¶ÃÂ½ÃÂ¾ Ã‘â€&nbsp;ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬ÃÂ¸Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂ°Ã‘â€šÃ‘Å’ */
  .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  }
  
  /* ÃËœÃÂ½ÃÂ´ÃÂ¸ÃÂºÃÂ°Ã‘â€šÃÂ¾Ã‘â‚¬ ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ³Ã‘â‚¬ÃÂµÃ‘ÂÃ‘ÂÃÂ° (Ã‘Ë†ÃÂ°ÃÂ³ÃÂ¸ + ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸) */
  .step-form__progress {
  display: flex;
  align-items: center;
  justify-content: center; /* ÃÂ§Ã‘â€šÃÂ¾ÃÂ±Ã‘â€¹ Ã‘Ë†ÃÂ°ÃÂ³ÃÂ¸ ÃÂ±Ã‘â€¹ÃÂ»ÃÂ¸ ÃÂ¿ÃÂ¾ Ã‘â€&nbsp;ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬Ã‘Æ’ */
  margin-bottom: 20px;
  gap: 10px; /* ÃÂ&nbsp;ÃÂ°Ã‘ÂÃ‘ÂÃ‘â€šÃÂ¾Ã‘ÂÃÂ½ÃÂ¸ÃÂµ ÃÂ¼ÃÂµÃÂ¶ÃÂ´Ã‘Æ’ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°ÃÂ¼ÃÂ¸ */
  }
  
  /* ÃÅ¡Ã‘â‚¬Ã‘Æ’ÃÂ¶ÃÂ¾ÃÂº Ã‘Ë†ÃÂ°ÃÂ³ÃÂ° */
  .step-form__step {
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  position: relative;
  }
  
  /* ÃÂÃÂºÃ‘â€šÃÂ¸ÃÂ²ÃÂ½Ã‘â€¹ÃÂ¹ Ã‘Ë†ÃÂ°ÃÂ³ (ÃÂ·ÃÂ°ÃÂºÃ‘â‚¬ÃÂ°Ã‘Ë†ÃÂµÃÂ½ÃÂ½Ã‘â€¹ÃÂ¹) */
  .step-form__step.is-active {
  border-color: #a8a7a5;
  color: #a8a7a5;
  }
  
  /* Ãâ€ºÃÂ¸ÃÂ½ÃÂ¸Ã‘Â ÃÂ¼ÃÂµÃÂ¶ÃÂ´Ã‘Æ’ Ã‘Ë†ÃÂ°ÃÂ³ÃÂ°ÃÂ¼ÃÂ¸ */
  .step-form__line {
  flex: 1;
  height: 2px;
  background-color: #ccc;
  }
  
  /* Ãâ€”ÃÂ°ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾ÃÂ²ÃÂ¾ÃÂº Ã‘Ë†ÃÂ°ÃÂ³ÃÂ° */
  .step-form__title {
  font-size: 18px;
  margin-bottom: 20px;
  }
  
  /* ÃÅ¸ÃÂ¾ÃÂ»Ã‘Â Ã‘â€žÃÂ¾Ã‘â‚¬ÃÂ¼Ã‘â€¹ (ÃÂ²Ã‘â€¹Ã‘â‚¬ÃÂ°ÃÂ²ÃÂ½ÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸ÃÂµ ÃÂ¿ÃÂ¾ Ã‘â€&nbsp;ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬Ã‘Æ’) */
  .step-form__fields {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  }
  
  /* ÃÂ¡Ã‘â€šÃÂ¸ÃÂ»ÃÂ¸ Ã‘ÂÃÂ°ÃÂ¼ÃÂ¸Ã‘â€¦ ÃÂ¿ÃÂ¾ÃÂ»ÃÂµÃÂ¹ */
  .step-form__input {
  width: 46%;
  padding: 10px 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
  }
  
  /* ÃÅ¡ÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¸ */
  .step-form__buttons {
  display: flex;
  gap: 10px;
  }
  
  /* ÃÅ¾ÃÂ±Ã‘â€°ÃÂ¸ÃÂ¹ Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»Ã‘Å’ ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¸ */
  .step-form__btn {
  padding: 12px 70px;
  border: none;
  cursor: pointer;
  /* font-weight: bold; */
  text-transform: uppercase;
  }
  
  /* ÃÅ¡ÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ° "ÃÂ½ÃÂ°ÃÂ·ÃÂ°ÃÂ´" */
  .step-form__btn--back {
  background-color: #3b5142;
  color: #fff;
  }
  
  
  .step-form__btn--submit {
  background-color: #2d5539;
  color: #fff;
  }
  .foundation-costs {
  padding: 40px 0;
  background: #E9E9E9;
  margin: 40px 0px;
  }
  
  
  .foundation-costs__title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  }
  
  
  .foundation-costs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  }
  
  
  
  .foundation-costs__item-title {
  font-size: 25px;
  margin-bottom: 20px;
  color: #2d5539;
  font-weight: bold;
  }
  
  
  .foundation-costs__item-text {
  font-size: 17px;
  color: #3f3425;
  line-height: 1.4;
  font-weight: 500;
  }
  
  
  @media (max-width: 992px) {
  .foundation-costs__grid {
  grid-template-columns: repeat(2, 1fr);
  }
  }
  
  @media (max-width: 576px) {
  .foundation-costs__grid {
  grid-template-columns: 1fr;
  }
  }
  
  .intro__text-1 {
  max-width: 245px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 19px;
  line-height: 1.05;
  }
  
  
  
  
  .header__top{
  padding-top: 10px;
  padding-bottom: 12px;
  }
  
  
  .header__logo img{
  /* width: 200px; */
  display: block;
  z-index: -1;
  }
  
  .header__phone {
  display: block;
  color: #18130c;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  z-index: -1;
  position: relative;
  }
  
  .header__btn-callback {
  display: block;
  color: #18130c;
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  transition: color 200ms ease-in-out;
  font-weight: 500;
  }
  
  .header__top__col{
  float: right;
  }
  
  
  .header__mess li{
  font-size: 14px;
  }
  
  .header__mess {
  list-style: none;
  display: flex;
  margin-top: 1px;
  z-index: -1;
  }
  
  
  .header__bottom{
  background: #475E4E;
  position: relative;
  z-index: 3;
  padding-top: 4px;
  padding-bottom: 4px;
  }
  
  .header__nav {
  list-style: none;
  display: flex;
  }
  
  .header__nav li {
  margin-right: 10px;
  }
  
  .header__nav li a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  transition: 200ms ease-in-out;
  }
  
  .head-h{
  min-height: 100px;
  }
  
  .slogan {
  float: inline-end;
  margin-left: 15px;
  padding: 0;
  padding-left: 15px;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #18130c;
  line-height: 1.2;
  margin-top: 6px;
  }
  
  .social {
  display: flex
  ;
  }
  
  .burger-menu {
  display: inline-block;
  cursor: pointer;
  }
  
  .burger-menu span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 4px 0;
  background: #333;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .fullwidth-question {
  width: 100%;
  background-color: #2d5539;
  padding: 20px 0;
  }
  
  .question-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  }
  
  .question-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  }
  
  .question-title {
  margin: 0;
  font-size: 2.1rem;
  color: white;
  margin-top: 5px;
  margin-bottom: 15px;
  }
  
  .options {
  display: flex;
  gap: 16px;
  }
  
  .options label {
  cursor: pointer;
  font-size: 1rem;
  }
  
  .options input[type="radio"] {
  margin-right: 4px;
  }
  
  .actions {
  display: flex;
  align-items: center;
  gap: 12px;
  }
  
  .next-button {
  background-color: #ffffff;
  color: #595959;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 2rem;
  /* font-weight: 600; */
  }
  
  .next-button:hover {
  background-color: #3b6f46;
  }
  
  .enter-hint {
  font-size: 0.9rem;
  opacity: 0.8;
  }
  
  
  
  
  
  
  
  
  .geologist-section {
  padding: 20px 0;
  }
  
  .geologist-block {
  background-color: #fff;
  padding: 20px 0px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  }
  
  .geologist-block__left {
  flex: 1;
  }
  
  .geologist-block__title {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  }
  
  .geologist-block__subtitle {
  margin: 0 0 15px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  color: #18130c;
  font-weight: 600;
  }
  
  .geologist-block__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  }
  
  .geologist-block__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  }
  
  .geologist-block__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  }
  
  .geologist-block__right-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  font-size: 28px;
  color: #999;
  margin-bottom: 15px;
  }
  
  .geologist-block__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  }
  
  .geologist-block__form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  }
  
  .geologist-block__form button {
  background-color: #2d5539;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  /* font-size: 1rem; */
  text-transform: uppercase;
  }
  
  .geologist-block__form button:hover {
  background-color: rgb(79 101 86);
  }
  
  .forma2__input {
  padding: 10px 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  float: right;
  }
  
  
  
  .forma2{
  padding: 10px 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .docs-samples {
  padding: 40px 0;
  background: #e9e9e9;
  }
  
  .docs-samples__title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  }
  
  .docs-samples__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  }
  
  .docs-samples__item {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  }
  
  .docs-samples__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  }
  
  .docs-samples__item-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  }
  
  .docs-samples__btn {
  display: inline-block;
  background-color: #2d5539;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  }
  
  .docs-samples__btn:hover {
  background-color: #3b6f46;
  }
  
  
  
  .video-section {
  padding: 40px 0;
  }
  
  .video-section__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  }
  
  .video-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  }
  
  .video-section__item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #ccc;
  border-radius: 4px;
  overflow: hidden;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .offer-section {
  padding: 40px 0;
  }
  
  .offer-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  }
  
  .offer-block__left {
  flex: 1 1 50%;
  }
  
  .offer-block__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
  }
  
  .offer-block__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  }
  
  .offer-block__item {
  font-size: 1rem;
  margin-bottom: 10px;
  position: relative;
  }
  
  .offer-block__note {
  font-size: 3.1rem;
  font-weight: 500;
  color: #18130c;
  line-height: 0.9;
  }
  
  .offer-block__right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  .offer-form__title {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  }
  
  .offer-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  }
  
  .offer-form__input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  }
  
  .offer-form__btn {
  background-color: #2d5539;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  }
  
  .offer-form__btn:hover {
  background-color: #3b6f46;
  }
  
  @media (max-width: 767px) {
  .offer-block {
  flex-direction: column;
  padding: 20px 15px;
  }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .gifts-section {
 
  padding: 40px 0;
  }
  
  .gifts-section__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  }
  
  .gifts-section__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  }
  
  .gifts-section__image {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  }
  
  .gifts-section__image img {
  max-width: 100%;
  border-radius: 4px;
  }
  
  .gifts-section__details {
  flex: 1 1 60%;
  }
  
  .gifts-section__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  }
  
  .gifts-section__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  }
  
  
  .gifts-section__list li::before {
  content: "\f00c";
  font-weight: 900;
  color: #2d5539;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  }
  
  .gifts-section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  }
  
  .gifts-section__btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  }
  
  .gifts-section__btn.-primary {
  background-color: #2d5539;
  }
  
  .gifts-section__btn.-secondary {
  background-color: #4e8f5b;
  }
  
  .gifts-section__btn.-primary:hover {
  background-color: #3b6f46;
  }
  
  .gifts-section__btn.-secondary:hover {
  background-color: #2d5539;
  }
  
  @media (max-width: 767px) {
  .gifts-section__content {
  flex-direction: column;
  }
  .gifts-section__image,
  .gifts-section__details {
  flex: 1 1 100%;
  }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .founder-section {
  padding: 40px 0;
  }
  
  .founder-section__title {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  }
  
  .founder-section__highlight {
  color: #2d5539;
  font-weight: 700;
  }
  
  .founder-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  }
  
  .founder-block__image {
  flex: 1 1 50%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  }
  
  .founder-block__image img {
  width: 100%;
  border-radius: 0;
  }
  
  .founder-block__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  .founder-block__text {
  margin-bottom: 28px;
  line-height: 1.5;
  }
  
  .founder-block__btn {
  align-self: start;
  background-color: #2d5539;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  }
  
  .founder-block__btn:hover {
  background-color: #3b6f46;
  }
  
  @media (max-width: 767px) {
  .founder-block {
  flex-direction: column;
  align-items: center;
  }
  .founder-block__image,
  .founder-block__content {
  flex: 1 1 100%;
  max-width: 100%;
  }
  .founder-block__btn {
  align-self: center;
  }
  }
  
  .w100 {
  width: 100%;
  }
  
  .slider-text {
  text-align: center;
  margin: 10px 0px;
  min-height: 66px;
  }
  
  
  
  
  .founder-section--green {
  background-color: #e9f0ec;
  padding: 40px 0;
  }
  
  .founder-section__title {
  background-color: #2d5539;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  }
  
  
  .gifts-section__list--numbered {
  counter-reset: gift-counter;
  list-style: none;
  padding: 0;
  margin: 0px 0 10px;
  }
  
  .gifts-section__list--numbered li {
  counter-increment: gift-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 600;
  }
  
  .gifts-section__list--numbered li::before {
  content: counter(gift-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2d5539;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  }
  .gifts-section__buttons {
  display: contents;
  flex-wrap: wrap;
  gap: 15px;
  }
  
  .gifts-section__btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  }
  
  .gifts-section__btn.-primary {
  background-color: #2d5539;
  margin-bottom: 7px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  }
  
  .gifts-section__btn.-secondary {
  background-color: #ffffff;
  color: #2d5539;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #2d5539;
  font-size: 1.5rem;
  }
  
  .gifts-section__btn.-primary:hover {
  background-color: #3b6f46;
  }
  
  .gifts-section__btn.-secondary:hover {
  background-color: #d3d3d3;
  }
  @media (max-width: 768px) {
  .founder-block {
  flex-direction: column;
  gap: 20px;
  }
  
  .gifts-section__list--numbered li {
  font-size: 0.95rem;
  }
  
  .gifts-section__btn {
  width: 100%;
  text-align: center;
  }
  }
  .gray{color: #a9a9a9;}
  .green{color: #40714f;}
  
  .hotspot-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  }
  
  .foundation-image {
  display: block;
  width: 100%;
  height: auto;
  }
  
  .hotspot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffffcf;
  border: 1px solid #18130c;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s;
  font-size: 10px;
  font-weight: bold;
  z-index: 1;
  }
  
  .hotspot:hover {
  transform: scale(1.2);
  }
  
  /* Tooltip Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
  .hotspot::after {
  content: attr(data-tooltip);
  position: absolute;
  /* bottom: 130%; */
  left: 50%;
  transform: translateX(-50%);
  background: rgb(0 0 0 / 54%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.85rem;
  /* white-space: nowrap; */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  z-index: 9;
  }
  
  .hotspot:hover::after {
  opacity: 1;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .project-block {
  padding: 60px 0;
  }
  
  .project-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  }
  
  .project-images {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  }
  
  .main-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  }
  
  
  
  
  
  .thumbs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  }
  
  .thumbs img {
  flex: 1 1 calc(50% - 10px); /* ÐœÐ¸Ð½ÑƒÑ gap / 2 */
  max-width: calc(50% - 10px);
  border-radius: 8px;
  object-fit: cover;
  }
  
  .project-details {
  flex: 0 0 40%;
  max-width: 40%;
  }
  
  .project-details h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  }
  
  .project-tag {
  background-color: #2d5539;
  color: #fff;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  }
  
  .project-price {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  }
  
  .project-price span {
  font-weight: normal;
  font-size: 1rem;
  }
  
  .project-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
  }
  
  .project-review {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  }
  
  .review-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  }
  
  .review-text small {
  font-size: 0.9rem;
  color: #555;
  }
  
  @media (max-width: 992px) {
  .project-block__inner {
  flex-direction: column;
  }
  
  .project-images,
  .project-details {
  flex: 1 1 100%;
  max-width: 100%;
  }
  
  .thumbs {
  flex-direction: unset;
  }
  
  .thumbs img {
  width: 100%;
  }
  
  .project-features {
  grid-template-columns: 1fr;
  }
  }
  
  
  
  
  
  
  section.projects-carousel-wrapper {
    overflow-x: hidden !important;
  }
  
  
  .projects-carousel-wrapper {
    position: relative;     
    width: 100%;            
    overflow-x: hidden;     
  }
  
  .projects-carousel {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  }
  
  .project-block {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  }
  
  /* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ¸ */
  .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #29412b;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  }
  
  .carousel-arrow.left {
  left: 10px;
  }
  
  .carousel-arrow.right {
  right: 10px;
  }
  
  
  
  .project-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
  }
  
  .project-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 30px;
  }
  
  .project-block {
  min-width: 100%;
  flex-shrink: 0;
  }
  
  .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2e4633;
  color: white;
  border: none;
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  }
  
  .carousel-btn.left {
  left: 10px;
  }
  
  .carousel-btn.right {
  right: 10px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .projects-carousel-wrapper {
  position: relative;
  overflow: hidden;
  }
  
  .projects-carousel {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  }
  
  .project-block {
  min-width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
  background-color: #f5f5f5;
  }
  
  /* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ¸ */
  .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #29412b4f;
  color: white;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  }
  
  .carousel-arrow.left {
  left: 0px;
  }
  
  .carousel-arrow.right {
  right: 10px;
  }
  
  .carousel-arrow.right {
    right: 0px;
  }
  
  
  
  
  

.projects-carousel-wrapper {
  width: 100%;            
  overflow-x: hidden;    
  position: relative;  
}



#projectsCarousel {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease; 
}


#projectsCarousel .project-block {
  flex: 0 0 100%;          
  max-width: 100%;        
  box-sizing: border-box;  
}

body {
  overflow-x: hidden;
}

.project-features li {
  font-family: 'Manrope', Arial, sans-serif;
  overflow-x: hidden;
  color: #615E5E;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 18px;
  text-align: left;
}

.pbody{
  font-family: 'Manrope', Arial, sans-serif;
  color: #615E5E;
  width: 100%;
  padding: 0;
  font-size: 19px;
  text-align: left;
}















body {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
}
.widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.widget-button {
  width: 60px;
  height: 60px;
  background: #1cc750;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 5px 4px 5px rgb(0 0 0 / 43%);
}
.widget-button.active {
  background-color: #494949;
  transform: rotate(135deg);
  box-shadow: none;
}

.widget-icons {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.widget-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.widget-label {
  background: white;
  color: #333;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 5px 4px 5px rgb(0 0 0 / 43%);
}

.widget-icon {
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.3s;
  box-shadow: 5px 4px 5px rgb(0 0 0 / 43%);
}

.widget-icon.phone {
  background: #007bff;
}

.widget-icon.form {
  background: #ff9800;
}

.widget-icon:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .widget-icon.phone { display: flex; }
}

@media (min-width: 769px) {
  .widget-icon.phone { display: none; }
  .zvonok  { display: none; }
}



.testform {
  width: 100%;
  height: 0px;
  color: white;
  border: none !important;
}

.fake-submit {
  height: 10px !important;
  margin: 0px !important;
  background: none !important;
  cursor: default !important;
  margin: 0px !important;
}




.intro__chisel:hover {
  background: rgb(89 113 96);
}
.intro__consult-button:hover {
  background: rgb(89 113 96);
  color: white;
}


.step-form__btn :hover {
  background: rgb(89 113 96);
}
.step-form__btn--submit:hover {
  background: rgb(89 113 96);
}
.step-form__btn--back:hover {
  background: rgb(89 113 96);
}






/**
* {
  outline: 1px solid red !important;
}  
*/

.soglasie{
  text-align: center;
  margin-bottom: 0px !important;
  font-size: 12px;  
}

.header__nav li a:hover{
  color: #a0b1a5;
}

.contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacts__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.contacts__icon {
  margin-right: 0.75em;
  font-size: 1.2em;
  color: #2d5539;
  min-width: 25px;
}
.contacts__text a {
  color: inherit;
  text-decoration: none;
}

.region {
  list-style: none;
  padding-left: 0;
  margin: 10px 0px;
  padding: 0px;
}

.region li {
  margin: 6px 0;
  font-size: 1rem;
}
.region ul {
  list-style: none;
  padding-left: 0;
}

.region li:first-child a {
  font-weight: 400;
  color: #000; /* Ð³Ð»Ð°Ð²Ð½Ñ‹Ð¹ Ð³Ð¾Ñ€Ð¾Ð´ â€” Ñ‚Ñ‘Ð¼Ð½Ñ‹Ð¹ */
  font-size: 1.3rem;
}

.region li a {
  color: #333;
  text-decoration: none;
}

.region li a:hover {
  color: #FF6600;
  text-decoration: underline;
}

.toggle-button {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0;
}

.toggle-button:hover {
  text-decoration: underline;
}
.main-city {
  font-weight: bold;
  color: #000;
}
</pre></body></html>