@charset "UTF-8";
/* Utils (siempre primero) */
/*-----------------------------------------------------------------------------------

  Theme Name: Redox - Creative Agency and Portfolio HTML Template
  Author: ravextheme
  Support: https://support.rrdevs.net/
  Description: Redox - Creative Agency and Portfolio HTML Template
  Version: 1.0.2

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
variable css
typography css
animation css
global css
theme css
Preloader css
scroll css
button css
button animation css
menu css
modal css
cursor css
digital agency page css
design agency page css
creative agency page css
marketing agency page css
startup agency page css
portfolio agency page css
portfolio page css
parallax carousal page css
portfolio showcase page css
portfolio showcase 2 page css
404 page css
about page css
blog details page css
blog page css
contact page css
faq page css
service details page css
sercices page css
team details page css
work details page css
work page css

/*----------------------------------------*/
/* variable css  */
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  --primary: #111111;
  --secondary: #0c2b4e;
  --border: rgba(17, 17, 17, 0.1);
  --bg: #111111;
  --theme: #ff6a3a;
  --black: #111111;
  --black-2: #999999;
  --white: #ffffff;
  --white-2: #999999;
  --beige: #e2e0c8;
  --navy-blue: #0c2b4e;
  --dark-green: #818c78;
  --light-green: #a7b49e;
  --action: #0c2b4e;
  --bs-light: #e2e0c8;
  --bs-primary: #111111;
  --bs-secondary: #555555;
  --bs-white: #ffffff;
  --bs-black: #111111;
}

.dark {
  --primary: #ffffff;
  --secondary: #999999;
  --border: rgba(255, 255, 255, 0.1);
  --bg: #171717;
  --bs-primary: #ffffff;
  --bs-secondary: #999999;
}

/*----------------------------------------*/
/* animation css */
/*----------------------------------------*/
.t_parallax_image {
  overflow: hidden;
}

@-webkit-keyframes t-Bubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}

@keyframes t-Bubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes t-Zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes t-SlideBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes t-SlideBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes t-reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes t-reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes t-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes t-spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes t-spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes t-characters {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes t-characters {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes t-sheen {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    color: var(--primary);
  }
}
@keyframes t-sheen {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    color: var(--primary);
  }
}
@-webkit-keyframes t-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes t-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ===============================
Responsive Grid Layout 2da Column
=============================== */
/*----------------------------------------*/
/* global css */
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  z-index: 9;
  pointer-events: none;
  top: 0;
  opacity: 1;
  inset-inline-start: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-position: top left;
  background-image: url(../imgs/writer/body-bg.webp);
}

.container-xl {
  max-width: 1550px;
}

.rr-container-1405 {
  max-width: 1405px;
}

.rr-container-1024 {
  max-width: 1024px;
}

.text-slider-active .swiper-slide {
  width: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pos-abs {
  position: absolute;
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
}
@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-text .text {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: var(--primary);
  position: absolute;
  -webkit-animation: textRotation 8s linear infinite;
  animation: textRotation 8s linear infinite;
}
@-webkit-keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle-text .text span {
  left: 50%;
  top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  -webkit-transform-origin: 0 65px;
          transform-origin: 0 65px;
}
.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid transparent;
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.border-top-bottom {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.has-top-line {
  position: relative;
  padding-top: 10px;
}
.has-top-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 0;
}

.has-bottom-line {
  position: relative;
  padding-bottom: 10px;
}
.has-bottom-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}

.has-left-line {
  position: relative;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  display: inline-block;
}
.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.has-right-line {
  position: relative;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
  display: inline-block;
}
.has-right-line:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t-btn-play {
  width: 56px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .t-btn-play {
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 1px;
  }
}
.t-btn-play:hover {
  color: var(--theme, --action);
}
.t-btn-play.light {
  color: var(--white);
}
.t-btn-play.light:hover {
  color: var(--white);
}
.t-btn-play.dark {
  color: var(--black);
}
.t-btn-play.dark:hover {
  color: var(--black);
}

.show-light {
  display: inline-block;
}

.show-dark {
  display: none;
}

.line-area {
  position: relative;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 81, 83, 0.031372549);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.t-btn-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  color: var(--primary);
}
.t-btn-icon:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.list-check li {
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-check li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  background-image: url("../imgs/electrician/check-mark.webp");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.list-check li:last-child {
  margin-bottom: 0;
}

.list-plus li {
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.list-plus li::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.list-plus li:not(:last-child) {
  margin-bottom: 10px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.pagination-with-dash {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: var(--primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}
.pagination-with-dash .swiper-pagination-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-with-dash .swiper-pagination-current:before {
  content: url(../imgs/icon/arrow-left.webp);
}
.pagination-with-dash .swiper-pagination-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-with-dash .swiper-pagination-total:after {
  content: url(../imgs/icon/arrow-right.webp);
}

.t__toggle_switcher .slide-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t__toggle_switcher .slide-toggle-btn {
  --switcher-width: 40px;
  --switcher-border-width: 2px;
  --switcher-indicator-width: 16px;
  background-color: #f0f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.t__toggle_switcher .slide-toggle-btn input {
  display: none;
}
.t__toggle_switcher .before_label,
.t__toggle_switcher .after_label {
  cursor: pointer;
  font-size: 18px;
  color: var(--primary);
}
.t__toggle_switcher .toggle-pane {
  display: none;
}
.t__toggle_switcher .toggle-pane.show {
  display: block;
}
.t__toggle_switcher.style-1 .switcher {
  display: inline-block;
  width: var(--switcher-width);
  height: 20px;
  background-color: #999999;
  border: var(--switcher-border-width) solid #999999;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.t__toggle_switcher.style-1 .switcher::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--switcher-indicator-width);
  height: var(--switcher-indicator-width);
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.t__toggle_switcher.style-1 input:checked + .switcher::before {
  -webkit-transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%);
          transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%);
}
.t__toggle_switcher.style-1 input:checked + .switcher {
  background-color: #000;
  border-color: #000;
}
.t__toggle_switcher.style-2 .before_label,
.t__toggle_switcher.style-2 .after_label {
  padding: 22px 38px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
}
.t__toggle_switcher.style-2 .before_label:after,
.t__toggle_switcher.style-2 .after_label:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--theme);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.t__toggle_switcher.style-2 .before_label.active,
.t__toggle_switcher.style-2 .after_label.active {
  color: var(--primary);
}
.t__toggle_switcher.style-2 .before_label.active:after,
.t__toggle_switcher.style-2 .after_label.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
.t__toggle_switcher.style-2 .before_label:after {
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
}
.t__toggle_switcher.style-2 .after_label:after {
  -webkit-transform: translatex(-100%);
          transform: translatex(-100%);
}
.t__toggle_switcher.style-2 .slide-toggle-btn {
  gap: 0;
  border-radius: 60px;
}

.parallax-view {
  overflow: hidden;
}

.hover-reveal {
  position: relative;
  overflow: hidden;
  cursor: none;
}
.hover-reveal:hover > *:first-child {
  opacity: 1 !important;
}
.hover-reveal > *:first-child {
  opacity: 0;
  z-index: 1;
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-top {
  padding-top: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 60px;
  }
}

.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary);
}

.section-title {
  font-size: 70px;
}
@media (max-width: 1919px) {
  .section-title {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .section-title {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .section-title {
    font-size: 30px;
  }
}
.section-title.font-instrumentsans-medium {
  font-family: var(--font_instrumentsans);
  font-weight: 500;
  line-height: 0.9;
}
.section-title.font-sequelsans-romanbody {
  font-family: var(--font_sequelsansromanbody);
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991px) {
  .section-title.font-sequelsans-romanbody {
    line-height: 1.1;
  }
}
.section-title.font-thunder-regular {
  font-family: var(--font_thunder);
  font-weight: 400;
  line-height: 0.85;
  text-transform: uppercase;
}
.section-title.font-thunder-regular span {
  font-family: var(--font_timesnow);
  color: rgba(17, 17, 17, 0.4);
  display: inline-block;
  line-height: 0;
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 991px) {
  .section-title.font-bdogrotesk-regular {
    line-height: 1.1;
  }
}
.section-title.font-tartuffotrial-thin {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  line-height: 1;
}

/* inverted text style  */
.text-invert > div {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary)), color-stop(51%, #cdc9c6));
  background-image: linear-gradient(to right, var(--primary) 50%, #cdc9c6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.side-info-close {
  font-size: 18px;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--white);
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  background-color: #292828;
  color: var(--white);
}
.side-info-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: var(--black);
}
.side-info ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .side-info {
    width: 100%;
    padding: 30px 30px;
  }
}
.side-info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.offset-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offset-logo {
  width: 120px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 150px;
  }
}
.offset-logo img {
  max-width: 120px;
}
.dark .offset-logo .light-logo {
  display: none;
}
.offset-logo .dark-logo {
  display: none;
}
.dark .offset-logo .dark-logo {
  display: block;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--primary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* mean menu customize */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black-2);
  padding: 3px 7px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transform: translateY(var(--y)) translateZ(0);
          transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--secondary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-weight: 300;
  border: none !important;
  background: transparent;
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* body style  */
.body-page-inner {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
}
.body-page-inner.dark .header-area-2 .side-toggle {
  background-color: #1d1c1c;
}
@media (min-width: 1650px) {
  .body-page-inner .container.large {
    max-width: 1650px;
    --container-max-widths: 1620px;
    --bs-gutter-x: 30px;
  }
}
.body-page-inner .header-area-2 .side-toggle {
  background-color: rgb(243, 243, 243);
}
.dark .body-page-inner .header-area-2 .side-toggle {
  background-color: #1d1c1c;
}
.body-page-inner .header-area-2__inner {
  border-bottom: 1px solid var(--border);
}

.header-sticky {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #ffffff;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.sticky .header-area__inner {
  height: 80px;
}

/* page title style  */
.page-title-wrapper {
  margin-top: 68px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .page-title-wrapper {
    margin-bottom: 10px;
  }
}
.page-title-wrapper .page-title {
  font-family: var(--font_thunder);
  font-size: 495px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .page-title-wrapper .page-title {
    font-size: 385px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-title-wrapper .page-title {
    font-size: 325px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title-wrapper .page-title {
    font-size: 265px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 125px;
  }
}
@media (max-width: 575px) {
  .page-title-wrapper .page-title {
    font-size: 90px;
  }
}

/* =========================================================
BASE CUSTOM CURSOR SETUP
========================================================= */
/* Solo ocultar cursor en desktop */
@media (hover: hover) and (pointer: fine) {
  html[data-cursor=c1],
  html[data-cursor=c1] *,
  html[data-cursor=c1] button,
  html[data-cursor=c1] a,
  html[data-cursor=c1] input,
  html[data-cursor=c1] textarea,
  html[data-cursor=c1] select {
    cursor: none !important;
  }
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999999999;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.custom-cursor img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1399px) {
  .custom-cursor img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-cursor img {
    max-width: 40px;
  }
}

/* ===============================
Responsive Grid Layout 2da Column
=============================== */
/*----------------------------------------*/
/* theme css  */
/*----------------------------------------*/
* {
  cursor: none !important;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_dmsans);
  line-height: 1;
  background-color: #f8f8f8;
  color: var(--secondary);
}

html {
  scroll-behavior: smooth;
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_instrumentsans);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary);
}
@media only screen and (max-width: 1399px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: block;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.body-wrapper {
  background-color: var(--white);
}
.body-wrapper.dark {
  background-color: var(--black);
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.header__area-6 {
  position: unset;
}

.vertically-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -5px;
}

.dir-rtl {
  direction: rtl;
}

.show-dark {
  display: inline-block;
}

.show-light {
  display: none;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  -webkit-border-end: 0 !important;
          border-inline-end: 0 !important;
}

.border-s-0 {
  -webkit-border-start: 0 !important;
          border-inline-start: 0 !important;
}

/*----------------------------------------*/
/* typography css  */
/*----------------------------------------*/
/* dm sans  */
/* instrument sans  */
/* Thunder  */
@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-BoldLC.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-SemiBoldLC.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-LC.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-MediumLC.ttf");
  font-weight: 500;
}
/* Sequel Sans  */
@font-face {
  font-family: "Sequel Sans Roman Body";
  src: url("../fonts/Sequel Sans Roman Body.otf");
  font-weight: 310;
}
@font-face {
  font-family: "Sequel Sans Medium Body";
  src: url("../fonts/Sequel Sans Medium Body.otf");
  font-weight: 315;
}
/* times now  */
@font-face {
  font-family: "TimesNow-SemiLightItalic";
  src: url("../fonts/TimesNow-SemiLightItalic.ttf");
  font-weight: 400;
}
/* bdo grotesk  */
@font-face {
  font-family: "BDOGrotesk-Regular";
  src: url("../fonts/BDOGrotesk-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "BDOGrotesk-Regular";
  src: url("../fonts/BDOGrotesk-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "BDOGrotesk-Regular";
  src: url("../fonts/BDOGrotesk-DemiBold.ttf");
  font-weight: 600;
}
/* tartufffo trial */
@font-face {
  font-family: "Tartuffo_Trial";
  src: url("../fonts/Tartuffo_Trial-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Tartuffo_Trial";
  src: url("../fonts/Tartuffo_Trial-LightItalic.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Tartuffo_Trial";
  src: url("../fonts/Tartuffo_Trial-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "tartuffo-font-family-family";
  src: url("../fonts/Tartuffo_Trial-MediumItalic.otf");
  font-weight: 500;
}
:root {
  --font_dmsans: "DM Sans", sans-serif;
  --font_instrumentsans: "Instrument Sans", sans-serif;
  --font_thunder: "Thunder";
  --font_sequelsansromanbody: "Sequel Sans Roman Body";
  --font_sequelsansmediumbody: "Sequel Sans Medium Body";
  --font_timesnow: "TimesNow-SemiLightItalic";
  --font_bdogrotesk: "BDOGrotesk-Regular";
  --font_tartuffo: "tartuffo-font-family";
  --font_tartuffotrial: "Tartuffo_Trial";
  --font_awesome: "Font Awesome 6 Free";
}

.font-heading-instrumentsans-medium h1,
.font-heading-instrumentsans-medium h2,
.font-heading-instrumentsans-medium h3,
.font-heading-instrumentsans-medium h4,
.font-heading-instrumentsans-medium h5,
.font-heading-instrumentsans-medium h6 {
  font-family: var(--font_instrumentsans);
}
.font-heading-sequelsans-romanbody h1,
.font-heading-sequelsans-romanbody h2,
.font-heading-sequelsans-romanbody h3,
.font-heading-sequelsans-romanbody h4,
.font-heading-sequelsans-romanbody h5,
.font-heading-sequelsans-romanbody h6 {
  font-family: var(--font_sequelsansromanbody);
}
.font-heading-thunder-regular h1,
.font-heading-thunder-regular h2,
.font-heading-thunder-regular h3,
.font-heading-thunder-regular h4,
.font-heading-thunder-regular h5,
.font-heading-thunder-regular h6 {
  font-family: var(--font_thunder);
}
.font-heading-bdogrotesk-regular h1,
.font-heading-bdogrotesk-regular h2,
.font-heading-bdogrotesk-regular h3,
.font-heading-bdogrotesk-regular h4,
.font-heading-bdogrotesk-regular h5,
.font-heading-bdogrotesk-regular h6 {
  font-family: var(--font_bdogrotesk);
}
.font-heading-tartuffotrial-thin h1,
.font-heading-tartuffotrial-thin h2,
.font-heading-tartuffotrial-thin h3,
.font-heading-tartuffotrial-thin h4,
.font-heading-tartuffotrial-thin h5,
.font-heading-tartuffotrial-thin h6 {
  font-family: var(--font_tartuffotrial);
}

.m-0 {
  margin: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.mt-0 {
  margin-top: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.mb-0 {
  margin-bottom: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.ml-0,
.ms-0 {
  margin-left: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.mr-0,
.me-0 {
  margin-right: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.mx-0 {
  margin-left: clamp(0rem, 0px + 0vw, 0rem) !important;
  margin-right: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.my-0 {
  margin-top: clamp(0rem, 0px + 0vw, 0rem) !important;
  margin-bottom: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.p-0 {
  padding: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.pt-0 {
  padding-top: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.pb-0 {
  padding-bottom: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.pl-0,
.ps-0 {
  padding-left: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.pr-0,
.pe-0 {
  padding-right: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.px-0 {
  padding-left: clamp(0rem, 0px + 0vw, 0rem) !important;
  padding-right: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.py-0 {
  padding-top: clamp(0rem, 0px + 0vw, 0rem) !important;
  padding-bottom: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.gap-0 {
  gap: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.gap-x-0 {
  -webkit-column-gap: clamp(0rem, 0px + 0vw, 0rem) !important;
     -moz-column-gap: clamp(0rem, 0px + 0vw, 0rem) !important;
          column-gap: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.gap-y-0 {
  row-gap: clamp(0rem, 0px + 0vw, 0rem) !important;
}

.m-1 {
  margin: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.mt-1 {
  margin-top: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.mb-1 {
  margin-bottom: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.ml-1,
.ms-1 {
  margin-left: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.mr-1,
.me-1 {
  margin-right: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.mx-1 {
  margin-left: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
  margin-right: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.my-1 {
  margin-top: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
  margin-bottom: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.p-1 {
  padding: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.pt-1 {
  padding-top: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.pb-1 {
  padding-bottom: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.pl-1,
.ps-1 {
  padding-left: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.pr-1,
.pe-1 {
  padding-right: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.px-1 {
  padding-left: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
  padding-right: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.py-1 {
  padding-top: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
  padding-bottom: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.gap-1 {
  gap: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.gap-x-1 {
  -webkit-column-gap: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
     -moz-column-gap: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
          column-gap: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.gap-y-1 {
  row-gap: clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem) !important;
}

.mt-n1 {
  margin-top: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
}

.mb-n1 {
  margin-bottom: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
}

.ml-n1,
.ms-n1 {
  margin-left: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
}

.mr-n1,
.me-n1 {
  margin-right: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
}

.mx-n1 {
  margin-left: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
  margin-right: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
}

.my-n1 {
  margin-top: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
  margin-bottom: calc(-1 * clamp(0.125rem, 1.5145631068px + 0.1294498382vw, 0.25rem)) !important;
}

.m-2 {
  margin: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.mt-2 {
  margin-top: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.mb-2 {
  margin-bottom: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.ml-2,
.ms-2 {
  margin-left: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.mr-2,
.me-2 {
  margin-right: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.mx-2 {
  margin-left: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
  margin-right: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.my-2 {
  margin-top: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
  margin-bottom: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.p-2 {
  padding: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.pt-2 {
  padding-top: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.pb-2 {
  padding-bottom: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.pl-2,
.ps-2 {
  padding-left: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.pr-2,
.pe-2 {
  padding-right: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.px-2 {
  padding-left: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
  padding-right: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.py-2 {
  padding-top: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
  padding-bottom: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.gap-2 {
  gap: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.gap-x-2 {
  -webkit-column-gap: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
     -moz-column-gap: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
          column-gap: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.gap-y-2 {
  row-gap: clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem) !important;
}

.mt-n2 {
  margin-top: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
}

.mb-n2 {
  margin-bottom: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
}

.ml-n2,
.ms-n2 {
  margin-left: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
}

.mr-n2,
.me-n2 {
  margin-right: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
}

.mx-n2 {
  margin-left: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
  margin-right: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
}

.my-n2 {
  margin-top: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
  margin-bottom: calc(-1 * clamp(0.25rem, 3.0291262136px + 0.2588996764vw, 0.5rem)) !important;
}

.m-3 {
  margin: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.mt-3 {
  margin-top: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.mb-3 {
  margin-bottom: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.ml-3,
.ms-3 {
  margin-left: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.mr-3,
.me-3 {
  margin-right: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.mx-3 {
  margin-left: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
  margin-right: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.my-3 {
  margin-top: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
  margin-bottom: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.p-3 {
  padding: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.pt-3 {
  padding-top: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.pb-3 {
  padding-bottom: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.pl-3,
.ps-3 {
  padding-left: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.pr-3,
.pe-3 {
  padding-right: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.px-3 {
  padding-left: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
  padding-right: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.py-3 {
  padding-top: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
  padding-bottom: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.gap-3 {
  gap: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.gap-x-3 {
  -webkit-column-gap: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
     -moz-column-gap: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
          column-gap: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.gap-y-3 {
  row-gap: clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem) !important;
}

.mt-n3 {
  margin-top: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
}

.mb-n3 {
  margin-bottom: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
}

.ml-n3,
.ms-n3 {
  margin-left: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
}

.mr-n3,
.me-n3 {
  margin-right: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
}

.mx-n3 {
  margin-left: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
  margin-right: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
}

.my-n3 {
  margin-top: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
  margin-bottom: calc(-1 * clamp(0.5rem, 7.0291262136px + 0.2588996764vw, 0.75rem)) !important;
}

.m-4 {
  margin: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.mt-4 {
  margin-top: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.mb-4 {
  margin-bottom: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.ml-4,
.ms-4 {
  margin-left: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.mr-4,
.me-4 {
  margin-right: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.mx-4 {
  margin-left: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
  margin-right: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.my-4 {
  margin-top: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
  margin-bottom: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.p-4 {
  padding: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.pt-4 {
  padding-top: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.pb-4 {
  padding-bottom: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.pl-4,
.ps-4 {
  padding-left: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.pr-4,
.pe-4 {
  padding-right: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.px-4 {
  padding-left: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
  padding-right: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.py-4 {
  padding-top: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
  padding-bottom: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.gap-4 {
  gap: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.gap-x-4 {
  -webkit-column-gap: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
     -moz-column-gap: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
          column-gap: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.gap-y-4 {
  row-gap: clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem) !important;
}

.mt-n4 {
  margin-top: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
}

.mb-n4 {
  margin-bottom: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
}

.ml-n4,
.ms-n4 {
  margin-left: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
}

.mr-n4,
.me-n4 {
  margin-right: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
}

.mx-n4 {
  margin-left: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
  margin-right: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
}

.my-n4 {
  margin-top: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
  margin-bottom: calc(-1 * clamp(0.75rem, 11.0291262136px + 0.2588996764vw, 1rem)) !important;
}

.m-5 {
  margin: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.mt-5 {
  margin-top: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.mb-5 {
  margin-bottom: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.ml-5,
.ms-5 {
  margin-left: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.mr-5,
.me-5 {
  margin-right: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.mx-5 {
  margin-left: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
  margin-right: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.my-5 {
  margin-top: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
  margin-bottom: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.p-5 {
  padding: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.pt-5 {
  padding-top: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.pb-5 {
  padding-bottom: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.pl-5,
.ps-5 {
  padding-left: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.pr-5,
.pe-5 {
  padding-right: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.px-5 {
  padding-left: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
  padding-right: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.py-5 {
  padding-top: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
  padding-bottom: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.gap-5 {
  gap: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.gap-x-5 {
  -webkit-column-gap: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
     -moz-column-gap: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
          column-gap: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.gap-y-5 {
  row-gap: clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem) !important;
}

.mt-n5 {
  margin-top: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
}

.mb-n5 {
  margin-bottom: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
}

.ml-n5,
.ms-n5 {
  margin-left: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
}

.mr-n5,
.me-n5 {
  margin-right: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
}

.mx-n5 {
  margin-left: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
  margin-right: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
}

.my-n5 {
  margin-top: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
  margin-bottom: calc(-1 * clamp(1rem, 15.0291262136px + 0.2588996764vw, 1.25rem)) !important;
}

.m-6 {
  margin: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.mt-6 {
  margin-top: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.mb-6 {
  margin-bottom: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.ml-6,
.ms-6 {
  margin-left: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.mr-6,
.me-6 {
  margin-right: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.mx-6 {
  margin-left: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
  margin-right: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.my-6 {
  margin-top: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
  margin-bottom: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.p-6 {
  padding: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.pt-6 {
  padding-top: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.pb-6 {
  padding-bottom: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.pl-6,
.ps-6 {
  padding-left: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.pr-6,
.pe-6 {
  padding-right: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.px-6 {
  padding-left: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
  padding-right: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.py-6 {
  padding-top: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
  padding-bottom: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.gap-6 {
  gap: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.gap-x-6 {
  -webkit-column-gap: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
     -moz-column-gap: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
          column-gap: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.gap-y-6 {
  row-gap: clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem) !important;
}

.mt-n6 {
  margin-top: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
}

.mb-n6 {
  margin-bottom: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
}

.ml-n6,
.ms-n6 {
  margin-left: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
}

.mr-n6,
.me-n6 {
  margin-right: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
}

.mx-n6 {
  margin-left: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
  margin-right: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
}

.my-n6 {
  margin-top: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
  margin-bottom: calc(-1 * clamp(1.25rem, 19.0291262136px + 0.2588996764vw, 1.5rem)) !important;
}

.m-8 {
  margin: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.mt-8 {
  margin-top: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.mb-8 {
  margin-bottom: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.ml-8,
.ms-8 {
  margin-left: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.mr-8,
.me-8 {
  margin-right: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.mx-8 {
  margin-left: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
  margin-right: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.my-8 {
  margin-top: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
  margin-bottom: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.p-8 {
  padding: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.pt-8 {
  padding-top: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.pb-8 {
  padding-bottom: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.pl-8,
.ps-8 {
  padding-left: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.pr-8,
.pe-8 {
  padding-right: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.px-8 {
  padding-left: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
  padding-right: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.py-8 {
  padding-top: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
  padding-bottom: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.gap-8 {
  gap: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.gap-x-8 {
  -webkit-column-gap: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
     -moz-column-gap: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
          column-gap: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.gap-y-8 {
  row-gap: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.mt-n8 {
  margin-top: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
}

.mb-n8 {
  margin-bottom: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
}

.ml-n8,
.ms-n8 {
  margin-left: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
}

.mr-n8,
.me-n8 {
  margin-right: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
}

.mx-n8 {
  margin-left: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
  margin-right: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
}

.my-n8 {
  margin-top: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
  margin-bottom: calc(-1 * clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem)) !important;
}

.m-10 {
  margin: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.mt-10 {
  margin-top: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.mb-10 {
  margin-bottom: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.ml-10,
.ms-10 {
  margin-left: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.mr-10,
.me-10 {
  margin-right: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.mx-10 {
  margin-left: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
  margin-right: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.my-10 {
  margin-top: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
  margin-bottom: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.p-10 {
  padding: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.pt-10 {
  padding-top: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.pb-10 {
  padding-bottom: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.pl-10,
.ps-10 {
  padding-left: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.pr-10,
.pe-10 {
  padding-right: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.px-10 {
  padding-left: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
  padding-right: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.py-10 {
  padding-top: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
  padding-bottom: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.gap-10 {
  gap: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.gap-x-10 {
  -webkit-column-gap: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
     -moz-column-gap: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
          column-gap: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.gap-y-10 {
  row-gap: clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem) !important;
}

.mt-n10 {
  margin-top: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
}

.mb-n10 {
  margin-bottom: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
}

.ml-n10,
.ms-n10 {
  margin-left: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
}

.mr-n10,
.me-n10 {
  margin-right: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
}

.mx-n10 {
  margin-left: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
  margin-right: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
}

.my-n10 {
  margin-top: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
  margin-bottom: calc(-1 * clamp(2rem, 30.0582524272px + 0.5177993528vw, 2.5rem)) !important;
}

.m-12 {
  margin: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.mt-12 {
  margin-top: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.mb-12 {
  margin-bottom: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.ml-12,
.ms-12 {
  margin-left: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.mr-12,
.me-12 {
  margin-right: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.mx-12 {
  margin-left: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
  margin-right: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.my-12 {
  margin-top: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
  margin-bottom: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.p-12 {
  padding: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.pt-12 {
  padding-top: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.pb-12 {
  padding-bottom: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.pl-12,
.ps-12 {
  padding-left: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.pr-12,
.pe-12 {
  padding-right: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.px-12 {
  padding-left: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
  padding-right: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.py-12 {
  padding-top: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
  padding-bottom: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.gap-12 {
  gap: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.gap-x-12 {
  -webkit-column-gap: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
     -moz-column-gap: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
          column-gap: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.gap-y-12 {
  row-gap: clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem) !important;
}

.mt-n12 {
  margin-top: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
}

.mb-n12 {
  margin-bottom: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
}

.ml-n12,
.ms-n12 {
  margin-left: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
}

.mr-n12,
.me-n12 {
  margin-right: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
}

.mx-n12 {
  margin-left: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
  margin-right: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
}

.my-n12 {
  margin-top: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
  margin-bottom: calc(-1 * clamp(2.5rem, 38.0582524272px + 0.5177993528vw, 3rem)) !important;
}

.m-16 {
  margin: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.mt-16 {
  margin-top: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.mb-16 {
  margin-bottom: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.ml-16,
.ms-16 {
  margin-left: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.mr-16,
.me-16 {
  margin-right: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.mx-16 {
  margin-left: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
  margin-right: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.my-16 {
  margin-top: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
  margin-bottom: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.p-16 {
  padding: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.pt-16 {
  padding-top: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.pb-16 {
  padding-bottom: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.pl-16,
.ps-16 {
  padding-left: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.pr-16,
.pe-16 {
  padding-right: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.px-16 {
  padding-left: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
  padding-right: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.py-16 {
  padding-top: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
  padding-bottom: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.gap-16 {
  gap: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.gap-x-16 {
  -webkit-column-gap: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
     -moz-column-gap: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
          column-gap: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.gap-y-16 {
  row-gap: clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem) !important;
}

.mt-n16 {
  margin-top: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
}

.mb-n16 {
  margin-bottom: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
}

.ml-n16,
.ms-n16 {
  margin-left: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
}

.mr-n16,
.me-n16 {
  margin-right: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
}

.mx-n16 {
  margin-left: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
  margin-right: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
}

.my-n16 {
  margin-top: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
  margin-bottom: calc(-1 * clamp(3rem, 44.1165048544px + 1.0355987055vw, 4rem)) !important;
}

.m-20 {
  margin: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.mt-20 {
  margin-top: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.mb-20 {
  margin-bottom: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.ml-20,
.ms-20 {
  margin-left: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.mr-20,
.me-20 {
  margin-right: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.mx-20 {
  margin-left: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
  margin-right: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.my-20 {
  margin-top: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
  margin-bottom: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.p-20 {
  padding: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.pt-20 {
  padding-top: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.pb-20 {
  padding-bottom: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.pl-20,
.ps-20 {
  padding-left: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.pr-20,
.pe-20 {
  padding-right: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.px-20 {
  padding-left: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
  padding-right: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.py-20 {
  padding-top: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.gap-20 {
  gap: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.gap-x-20 {
  -webkit-column-gap: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
     -moz-column-gap: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
          column-gap: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.gap-y-20 {
  row-gap: clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem) !important;
}

.mt-n20 {
  margin-top: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
}

.mb-n20 {
  margin-bottom: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
}

.ml-n20,
.ms-n20 {
  margin-left: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
}

.mr-n20,
.me-n20 {
  margin-right: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
}

.mx-n20 {
  margin-left: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
  margin-right: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
}

.my-n20 {
  margin-top: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
  margin-bottom: calc(-1 * clamp(3.5rem, 50.1747572816px + 1.5533980583vw, 5rem)) !important;
}

.m-24 {
  margin: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.mt-24 {
  margin-top: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.mb-24 {
  margin-bottom: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.ml-24,
.ms-24 {
  margin-left: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.mr-24,
.me-24 {
  margin-right: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.mx-24 {
  margin-left: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
  margin-right: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.my-24 {
  margin-top: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
  margin-bottom: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.p-24 {
  padding: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.pt-24 {
  padding-top: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.pb-24 {
  padding-bottom: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.pl-24,
.ps-24 {
  padding-left: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.pr-24,
.pe-24 {
  padding-right: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.px-24 {
  padding-left: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
  padding-right: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.py-24 {
  padding-top: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
  padding-bottom: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.gap-24 {
  gap: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.gap-x-24 {
  -webkit-column-gap: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
     -moz-column-gap: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
          column-gap: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.gap-y-24 {
  row-gap: clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem) !important;
}

.mt-n24 {
  margin-top: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
}

.mb-n24 {
  margin-bottom: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
}

.ml-n24,
.ms-n24 {
  margin-left: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
}

.mr-n24,
.me-n24 {
  margin-right: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
}

.mx-n24 {
  margin-left: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
  margin-right: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
}

.my-n24 {
  margin-top: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
  margin-bottom: calc(-1 * clamp(4rem, 56.2330097087px + 2.071197411vw, 6rem)) !important;
}

.m-32 {
  margin: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.mt-32 {
  margin-top: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.mb-32 {
  margin-bottom: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.ml-32,
.ms-32 {
  margin-left: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.mr-32,
.me-32 {
  margin-right: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.mx-32 {
  margin-left: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
  margin-right: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.my-32 {
  margin-top: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
  margin-bottom: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.p-32 {
  padding: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.pt-32 {
  padding-top: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.pb-32 {
  padding-bottom: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.pl-32,
.ps-32 {
  padding-left: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.pr-32,
.pe-32 {
  padding-right: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.px-32 {
  padding-left: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
  padding-right: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.py-32 {
  padding-top: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
  padding-bottom: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.gap-32 {
  gap: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.gap-x-32 {
  -webkit-column-gap: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
     -moz-column-gap: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
          column-gap: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.gap-y-32 {
  row-gap: clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem) !important;
}

.mt-n32 {
  margin-top: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
}

.mb-n32 {
  margin-bottom: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
}

.ml-n32,
.ms-n32 {
  margin-left: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
}

.mr-n32,
.me-n32 {
  margin-right: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
}

.mx-n32 {
  margin-left: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
  margin-right: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
}

.my-n32 {
  margin-top: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
  margin-bottom: calc(-1 * clamp(5rem, 68.3495145631px + 3.1067961165vw, 8rem)) !important;
}

.m-40 {
  margin: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.mt-40 {
  margin-top: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.mb-40 {
  margin-bottom: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.ml-40,
.ms-40 {
  margin-left: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.mr-40,
.me-40 {
  margin-right: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.mx-40 {
  margin-left: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
  margin-right: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.my-40 {
  margin-top: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
  margin-bottom: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.p-40 {
  padding: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.pt-40 {
  padding-top: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.pb-40 {
  padding-bottom: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.pl-40,
.ps-40 {
  padding-left: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.pr-40,
.pe-40 {
  padding-right: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.px-40 {
  padding-left: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
  padding-right: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.py-40 {
  padding-top: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
  padding-bottom: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.gap-40 {
  gap: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.gap-x-40 {
  -webkit-column-gap: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
     -moz-column-gap: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
          column-gap: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.gap-y-40 {
  row-gap: clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem) !important;
}

.mt-n40 {
  margin-top: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
}

.mb-n40 {
  margin-bottom: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
}

.ml-n40,
.ms-n40 {
  margin-left: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
}

.mr-n40,
.me-n40 {
  margin-right: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
}

.mx-n40 {
  margin-left: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
  margin-right: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
}

.my-n40 {
  margin-top: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
  margin-bottom: calc(-1 * clamp(6rem, 80.4660194175px + 4.142394822vw, 10rem)) !important;
}

.m-48 {
  margin: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.mt-48 {
  margin-top: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.mb-48 {
  margin-bottom: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.ml-48,
.ms-48 {
  margin-left: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.mr-48,
.me-48 {
  margin-right: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.mx-48 {
  margin-left: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
  margin-right: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.my-48 {
  margin-top: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
  margin-bottom: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.p-48 {
  padding: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.pt-48 {
  padding-top: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.pb-48 {
  padding-bottom: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.pl-48,
.ps-48 {
  padding-left: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.pr-48,
.pe-48 {
  padding-right: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.px-48 {
  padding-left: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
  padding-right: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.py-48 {
  padding-top: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
  padding-bottom: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.gap-48 {
  gap: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.gap-x-48 {
  -webkit-column-gap: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
     -moz-column-gap: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
          column-gap: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.gap-y-48 {
  row-gap: clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem) !important;
}

.mt-n48 {
  margin-top: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
}

.mb-n48 {
  margin-bottom: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
}

.ml-n48,
.ms-n48 {
  margin-left: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
}

.mr-n48,
.me-n48 {
  margin-right: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
}

.mx-n48 {
  margin-left: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
  margin-right: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
}

.my-n48 {
  margin-top: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
  margin-bottom: calc(-1 * clamp(7rem, 92.5825242718px + 5.1779935275vw, 12rem)) !important;
}

.m-60 {
  margin: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.mt-60 {
  margin-top: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.mb-60 {
  margin-bottom: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.ml-60,
.ms-60 {
  margin-left: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.mr-60,
.me-60 {
  margin-right: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.mx-60 {
  margin-left: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
  margin-right: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.my-60 {
  margin-top: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
  margin-bottom: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.p-60 {
  padding: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.pt-60 {
  padding-top: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.pb-60 {
  padding-bottom: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.pl-60,
.ps-60 {
  padding-left: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.pr-60,
.pe-60 {
  padding-right: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.px-60 {
  padding-left: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
  padding-right: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.py-60 {
  padding-top: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
  padding-bottom: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.gap-60 {
  gap: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.gap-x-60 {
  -webkit-column-gap: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
     -moz-column-gap: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
          column-gap: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.gap-y-60 {
  row-gap: clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem) !important;
}

.mt-n60 {
  margin-top: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
}

.mb-n60 {
  margin-bottom: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
}

.ml-n60,
.ms-n60 {
  margin-left: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
}

.mr-n60,
.me-n60 {
  margin-right: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
}

.mx-n60 {
  margin-left: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
  margin-right: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
}

.my-n60 {
  margin-top: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
  margin-bottom: calc(-1 * clamp(8rem, 100.8155339806px + 7.2491909385vw, 15rem)) !important;
}

.m-80 {
  margin: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.mt-80 {
  margin-top: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.mb-80 {
  margin-bottom: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.ml-80,
.ms-80 {
  margin-left: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.mr-80,
.me-80 {
  margin-right: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.mx-80 {
  margin-left: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
  margin-right: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.my-80 {
  margin-top: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
  margin-bottom: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.p-80 {
  padding: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.pt-80 {
  padding-top: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.pb-80 {
  padding-bottom: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.pl-80,
.ps-80 {
  padding-left: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.pr-80,
.pe-80 {
  padding-right: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.px-80 {
  padding-left: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
  padding-right: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.py-80 {
  padding-top: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
  padding-bottom: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.gap-80 {
  gap: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.gap-x-80 {
  -webkit-column-gap: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
     -moz-column-gap: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
          column-gap: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.gap-y-80 {
  row-gap: clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem) !important;
}

.mt-n80 {
  margin-top: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
}

.mb-n80 {
  margin-bottom: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
}

.ml-n80,
.ms-n80 {
  margin-left: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
}

.mr-n80,
.me-n80 {
  margin-right: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
}

.mx-n80 {
  margin-left: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
  margin-right: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
}

.my-n80 {
  margin-top: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
  margin-bottom: calc(-1 * clamp(10rem, 121.1650485437px + 10.355987055vw, 20rem)) !important;
}

.m-100 {
  margin: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.mt-100 {
  margin-top: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.mb-100 {
  margin-bottom: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.ml-100,
.ms-100 {
  margin-left: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.mr-100,
.me-100 {
  margin-right: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.mx-100 {
  margin-left: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
  margin-right: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.my-100 {
  margin-top: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
  margin-bottom: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.p-100 {
  padding: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.pt-100 {
  padding-top: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.pb-100 {
  padding-bottom: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.pl-100,
.ps-100 {
  padding-left: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.pr-100,
.pe-100 {
  padding-right: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.px-100 {
  padding-left: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
  padding-right: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.py-100 {
  padding-top: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
  padding-bottom: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.gap-100 {
  gap: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.gap-x-100 {
  -webkit-column-gap: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
     -moz-column-gap: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
          column-gap: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.gap-y-100 {
  row-gap: clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem) !important;
}

.mt-n100 {
  margin-top: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
}

.mb-n100 {
  margin-bottom: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
}

.ml-n100,
.ms-n100 {
  margin-left: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
}

.mr-n100,
.me-n100 {
  margin-right: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
}

.mx-n100 {
  margin-left: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
  margin-right: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
}

.my-n100 {
  margin-top: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
  margin-bottom: calc(-1 * clamp(12.5rem, 151.4563106796px + 12.9449838188vw, 25rem)) !important;
}

.m-130 {
  margin: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.mt-130 {
  margin-top: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.mb-130 {
  margin-bottom: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.ml-130,
.ms-130 {
  margin-left: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.mr-130,
.me-130 {
  margin-right: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.mx-130 {
  margin-left: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
  margin-right: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.my-130 {
  margin-top: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
  margin-bottom: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.p-130 {
  padding: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.pt-130 {
  padding-top: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.pb-130 {
  padding-bottom: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.pl-130,
.ps-130 {
  padding-left: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.pr-130,
.pe-130 {
  padding-right: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.px-130 {
  padding-left: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
  padding-right: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.py-130 {
  padding-top: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
  padding-bottom: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.gap-130 {
  gap: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.gap-x-130 {
  -webkit-column-gap: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
     -moz-column-gap: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
          column-gap: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.gap-y-130 {
  row-gap: clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem) !important;
}

.mt-n130 {
  margin-top: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
}

.mb-n130 {
  margin-bottom: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
}

.ml-n130,
.ms-n130 {
  margin-left: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
}

.mr-n130,
.me-n130 {
  margin-right: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
}

.mx-n130 {
  margin-left: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
  margin-right: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
}

.my-n130 {
  margin-top: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
  margin-bottom: calc(-1 * clamp(13.75rem, 147.1844660194px + 19.4174757282vw, 32.5rem)) !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto,
.ms-auto {
  margin-left: auto !important;
}

.mr-auto,
.me-auto {
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.pt-130 {
  padding-top: clamp(3.75rem, 43.0097087379px + 4.5307443366vw, 8.125rem) !important;
}

.pb-130 {
  padding-bottom: clamp(3.75rem, 43.0097087379px + 4.5307443366vw, 8.125rem) !important;
}

.py-130 {
  padding-top: clamp(3.75rem, 43.0097087379px + 4.5307443366vw, 8.125rem) !important;
  padding-bottom: clamp(3.75rem, 43.0097087379px + 4.5307443366vw, 8.125rem) !important;
}

.pt-100 {
  padding-top: clamp(2.5rem, 25.4368932039px + 3.8834951456vw, 6.25rem) !important;
}

.pb-100 {
  padding-bottom: clamp(2.5rem, 25.4368932039px + 3.8834951456vw, 6.25rem) !important;
}

.py-100 {
  padding-top: clamp(2.5rem, 25.4368932039px + 3.8834951456vw, 6.25rem) !important;
  padding-bottom: clamp(2.5rem, 25.4368932039px + 3.8834951456vw, 6.25rem) !important;
}

.pt-80 {
  padding-top: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
}

.pb-80 {
  padding-bottom: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
}

.py-80 {
  padding-top: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
  padding-bottom: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
}

.pt-60 {
  padding-top: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
}

.pb-60 {
  padding-bottom: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
}

.py-60 {
  padding-top: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
  padding-bottom: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
}

.pt-50 {
  padding-top: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
}

.pb-50 {
  padding-bottom: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
}

.py-50 {
  padding-top: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
  padding-bottom: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
}

.mt-80 {
  margin-top: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
}

.mb-80 {
  margin-bottom: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
}

.my-80 {
  margin-top: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
  margin-bottom: clamp(2.5rem, 30.2912621359px + 2.5889967638vw, 5rem) !important;
}

.mt-60 {
  margin-top: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
}

.mb-60 {
  margin-bottom: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
}

.my-60 {
  margin-top: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
  margin-bottom: clamp(2.5rem, 35.145631068px + 1.2944983819vw, 3.75rem) !important;
}

.mt-50 {
  margin-top: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
}

.mb-50 {
  margin-bottom: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
}

.my-50 {
  margin-top: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
  margin-bottom: clamp(2.5rem, 37.572815534px + 0.6472491909vw, 3.125rem) !important;
}

.mt-40 {
  margin-top: clamp(1.875rem, 27.572815534px + 0.6472491909vw, 2.5rem) !important;
}

.mb-40 {
  margin-bottom: clamp(1.875rem, 27.572815534px + 0.6472491909vw, 2.5rem) !important;
}

.my-40 {
  margin-top: clamp(1.875rem, 27.572815534px + 0.6472491909vw, 2.5rem) !important;
  margin-bottom: clamp(1.875rem, 27.572815534px + 0.6472491909vw, 2.5rem) !important;
}

.mt-32 {
  margin-top: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.mb-32 {
  margin-bottom: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

.my-32 {
  margin-top: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
  margin-bottom: clamp(1.5rem, 22.0582524272px + 0.5177993528vw, 2rem) !important;
}

/*

ANTES (necesitabas múltiples clases):
<div class="mb-10 mb-md-8 mb-sm-6">...</div>

AHORA (una sola clase, automáticamente responsive):
<div class="mb-10">...</div>
^ Se ajusta solo de 32px (móvil) a 40px (desktop)

Ejemplos de la escala:
- mb-1  → 2px a 4px   (micro espaciado)
- mb-4  → 12px a 16px (espaciado normal)
- mb-8  → 24px a 32px (espaciado grande)
- mb-20 → 56px a 80px (sección pequeña)
- mb-60 → 128px a 240px (sección grande)

Las clases legacy (mb-130, py-100, etc.) siguen funcionando
pero ahora son fluidas automáticamente.

Soporte completo para:
- Margin: m, mt, mb, ml, mr, mx, my
- Padding: p, pt, pb, pl, pr, px, py
- Gap: gap, gap-x, gap-y
- Negative: mt-n10, mb-n8, etc.
- Auto: mx-auto, ml-auto, mr-auto

*/
.color-white {
  color: var(--white) !important;
}
.color-black {
  color: var(--black) !important;
}
.color-primary {
  color: var(--primary) !important;
}
.color-secondary {
  color: var(--secondary) !important;
}
.color-light {
  color: var(--light) !important;
}
.color-beige {
  color: var(--beige) !important;
}
.color-navy-blue {
  color: var(--navy-blue) !important;
}
.color-dark-green {
  color: var(--dark-green) !important;
}
.color-light-green {
  color: var(--light-green) !important;
}
.color-theme {
  color: var(--theme) !important;
}

.bg-white {
  background-color: var(--white) !important;
}
.bg-black {
  background-color: var(--black) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-light {
  background-color: var(--light) !important;
}
.bg-beige {
  background-color: var(--beige) !important;
}
.bg-navy-blue {
  background-color: var(--navy-blue) !important;
}
.bg-dark-green {
  background-color: var(--dark-green) !important;
}
.bg-light-green {
  background-color: var(--light-green) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-theme {
  background-color: var(--theme) !important;
}

/* Components */
/* button animation css */
@-webkit-keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.btn-hover-default {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white);
}
.btn-hover-cross {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}
.btn-hover-divide {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
          transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-mask {
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}
.btn-hover-mask::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
          mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  -webkit-mask-size: 2300% 100%;
          mask-size: 2300% 100%;
  -webkit-animation: mask_animation_2 0.7s steps(22) forwards;
          animation: mask_animation_2 0.7s steps(22) forwards;
}
.btn-hover-mask:hover {
  color: var(--white);
}
.btn-hover-mask:hover::after {
  -webkit-animation: mask_animation 0.7s steps(22) forwards;
          animation: mask_animation 0.7s steps(22) forwards;
}
.btn-rollover-top {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-rollover-left {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/* button css  */
/*----------------------------------------*/
.rr-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: var(--font_dmsans);
}
.rr-btn-group.btn-whte .b {
  border: 1px solid white;
  color: var(--white);
}
.rr-btn-group.btn-whte .c {
  border: 1px solid white;
  color: var(--white);
}

.rr-btn-group span {
  letter-spacing: 0;
}
.rr-btn-group:hover .b {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.rr-btn-group:hover .c {
  -webkit-transform: translate(-2px, 0px);
          transform: translate(-2px, 0px);
}

.rr-btn-group .b {
  padding: 9px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  background-color: transparent;
  border: 2px solid var(--primary);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rr-btn-group .c {
  padding: 9px 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  background-color: transparent;
  border: 2px solid var(--primary);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rr-btn-group .c i {
  rotate: -30deg;
}

.rr-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 20px 42px;
  background-color: var(--navy-blue);
  color: var(--white);
  border: 1px solid var(--navy-blue);
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.dark .rr-btn {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 18px 29px;
  }
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--black);
}
.dark .rr-btn:hover .btn-wrap .text-two, .dark .rr-btn:focus .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background-color: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dark .rr-btn::before {
  background-color: var(--black);
}
.rr-btn .btn-wrap {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-one {
  color: var(--black);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-two {
  color: var(--black);
}
.rr-btn.btn-border {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: transparent;
  color: var(--primary);
  padding: 25px 42px;
}
.dark .rr-btn.btn-border {
  border-color: rgba(255, 255, 255, 0.15);
}
.rr-btn.btn-border:hover, .rr-btn.btn-border:focus {
  border-color: transparent;
  color: white;
}
.rr-btn.btn-border:hover .text-two, .rr-btn.btn-border:focus .text-two {
  color: #f9f9f9;
}
.rr-btn.btn-border .btn-wrap .text-one {
  color: var(--primary);
}
.rr-btn.btn-border .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn.btn-border-white {
  border: 1px solid rgba(252, 247, 243, 0.1);
  background-color: transparent;
}
.rr-btn.hover-bg-theme {
  border-width: 0;
}
.rr-btn.hover-bg-theme:hover .btn-wrap .text-two, .rr-btn.hover-bg-theme:focus .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn.hover-bg-theme::before {
  background-color: var(--theme);
}
.rr-btn.hover-bg-theme.btn-border {
  border-width: 1px;
}

.rr-btn-underline {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: uppercase;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.rr-btn-underline:hover::before {
  width: 0;
}
.rr-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rr-btn-underline i {
  font-size: 10px;
}

.rr-hover-btn-wrapper {
  display: inline-block;
}

.rr-btn-circle {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid rgba(17, 17, 17, 0.2);
  z-index: 1;
}
.dark .rr-btn-circle {
  border-color: rgba(255, 255, 255, 0.2);
}

.rr-btn-circle:hover {
  color: var(--white);
  border-color: transparent;
}
.dark .rr-btn-circle:hover {
  color: var(--black);
}

.rr-btn-circle:hover .rr-btn-circle-dot {
  width: 400px;
  height: 400px;
}

.rr-btn-circle-dot {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: var(--primary);
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* cursor css  */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 80px;
  height: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 25px;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -28px;
  left: -4px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cb-cursor.-text:before {
  background: #fff;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.-color-red {
  color: red;
}

.-color-green {
  color: #51c67d;
}

.cb-demo {
  background: #fff;
}

.cb-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.cb-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}
.cb-demo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}
.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}
.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}

.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cb-demo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cb-cursor.-green {
  color: green;
}

.cb-cursor.-green:before {
  background: green;
}

.cb-cursor.-red .cb-cursor-text {
  color: black;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
}

.cb-cursor.-red {
  color: black;
  background-color: black;
  width: 5px;
  height: 5px;
}

.cb-cursor.-red:before {
  border-radius: 500px;
  background: white;
  width: 100px;
  height: 100px;
  color: #fff;
}

.cb-cursor.-portfolio:before {
  display: none;
}
.cb-cursor.-portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor.-portfolio .content {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cb-cursor.-portfolio .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 27px;
  background-color: var(--white);
  padding: 15px 20px 13px;
  color: var(--black);
}
.cb-cursor.-portfolio .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 27px;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}

/*----------------------------------------*/
/* menu css  */
/*----------------------------------------*/
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu > ul > li:hover > a {
  color: var(--primary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.col-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: 480px;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  position: relative;
  padding: 20px 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}
.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(28, 29, 32, 0)), to(#1C1D20));
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}
.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}
.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}
.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}
.menu-with-number li {
  display: inline-block;
}
.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-with-number li a:hover span {
  color: var(--white);
}
.menu-with-number li a:hover span::before {
  background-color: var(--white);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transform: translateY(var(--y)) translateZ(0);
          transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}
.light .main-menu-2 li a {
  color: var(--black);
}
.light .main-menu-2 li a:hover {
  color: var(--primary);
}
.light .main-menu-3 li a {
  color: var(--black);
}
.light .main-menu-3 li a:hover {
  color: var(--primary);
}
.light .sidebar-menu li a {
  color: var(--black);
}
.light .sidebar-menu li a:hover {
  color: var(--primary);
}
.light .menu-with-number li a {
  color: var(--black);
}
.light .menu-with-number li a:hover span {
  color: var(--black);
}
.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}
.light .menu-with-number li a span {
  color: var(--black-9);
}
.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}
.light .menu-with-number li a.active span {
  color: var(--black);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/*----------------------------------------*/
/* modal css  */
/*----------------------------------------*/
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}
.modal__content {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}
.modal__content iframe {
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close:hover {
  color: var(--primary);
}
.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}
.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}
.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 45%;
  }
}

/* Preloader css */
.container-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  -webkit-animation: t-spinner 1s infinite linear;
          animation: t-spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  border: 10px solid var(--primary);
  border-top-color: var(--white);
  margin: 0 auto 3.5em auto;
}
.dark .container-preloader .animation-preloader .spinner {
  border-top-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .container-preloader .animation-preloader .spinner {
    height: 5em;
    width: 5em;
    border-width: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto 0.2em auto;
  }
}
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px;
  }
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  -webkit-animation: t-characters 4s infinite;
          animation: t-characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.container-preloader .loader-section {
  background-color: var(--white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.dark .container-preloader .loader-section {
  background-color: var(--black);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* scroll css */
.scroll__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.light .scroll__down p {
  color: var(--black);
}
.light .scroll__down span {
  border-color: var(--white-3);
}
.light .scroll__down span i {
  color: var(--black);
}
.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

/**----------------------------------------
START: Sponsor SCSS
----------------------------------------*/
.sponsor-wrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #e5e5e5;
}
.sponsor-wrap.dark {
  border: 1px solid var(--rr-color-bg-1);
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap {
    grid-template-columns: 1fr;
  }
}
.sponsor-wrap .sponsor-item {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sponsor-wrap .sponsor-item.item-1 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item.item-1 {
    text-align: center;
  }
}
.sponsor-wrap .sponsor-item:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}
.dark .sponsor-wrap .sponsor-item:not(:last-of-type) {
  border-right: 1px solid var(--rr-color-bg-1);
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .dark .sponsor-wrap .sponsor-item:not(:last-of-type) {
    border-bottom: 1px solid var(--rr-color-bg-1);
  }
}
.sponsor-wrap .sponsor-item img,
.sponsor-wrap .sponsor-item svg {
  max-width: 180px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .sponsor-wrap .sponsor-item img,
  .sponsor-wrap .sponsor-item svg {
    max-width: 140px !important;
    max-height: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item img,
  .sponsor-wrap .sponsor-item svg {
    max-width: 100px !important;
    max-height: 45px !important;
  }
}
.sponsor-wrap .sponsor-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sponsor-wrap .sponsor-item .title {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .sponsor-wrap .sponsor-item .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item .title {
    padding-left: 0;
  }
}

.sponsor-carousel-2 .sponsor-item {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
}
.sponsor-carousel-2 .sponsor-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sponsor-carousel-2 .sponsor-item img,
.sponsor-carousel-2 .sponsor-item svg {
  max-width: 180px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.sponsor-carousel-2 .sponsor-item img:hover,
.sponsor-carousel-2 .sponsor-item svg:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.sponsor-carousel-2 .sponsor-item img[src*="client-logo-marinova.svg"] {
  max-width: 240px !important;
  max-height: none !important;
  height: auto !important;
}

.video-box {
  position: relative;
  width: 100vw;
  height: 41.8410041841vw;
}
@media (max-width: 768px) {
  .video-box {
    height: 125vw;
  }
}
.video-box {
  overflow: hidden;
}

.video-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
}

.video-desktop {
  width: 100vw;
  height: 41.8410041841vw;
  min-width: unset;
  min-height: unset;
}
@media (max-width: 768px) {
  .video-desktop {
    display: none;
  }
}

.video-mobile {
  display: none;
}
@media (max-width: 768px) {
  .video-mobile {
    display: block;
    width: 100vw;
    height: 125vw;
    min-width: unset;
    min-height: unset;
  }
}

/* Escalamos el iframe para mantener 21:9 y cubrir todo el contenedor 
    width: 233.33vh;
     100vh * (21/9) = 233.33% */
/* award area 3 style */
.award-area-3 .section-header {
  margin-top: 19px;
}
.award-area-3 .section-title {
  max-width: 855px;
  text-indent: 2.3em;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .section-title {
    max-width: 755px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .section-title {
    max-width: 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-3 .section-title {
    max-width: 505px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-3 .section-title {
    max-width: 635px;
  }
}
.award-area-3 .section-title span {
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .section-title span {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .section-title span {
    padding: 0 17px;
  }
}
@media (max-width: 575px) {
  .award-area-3 .section-title span {
    padding: 0;
  }
}
.award-area-3 .section-title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 72%;
  border: 2px solid var(--primary);
  border-radius: 100px;
  top: 53%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .section-title span::before {
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .award-area-3 .section-title span::before {
    display: none;
  }
}
.award-area-3 .award-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 85px;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .award-wrapper-box {
    max-width: 1000px;
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .award-wrapper-box {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-3 .award-wrapper-box {
    max-width: 750px;
    margin-top: 45px;
  }
}
.award-area-3 .award-wrapper {
  border-top: 1px solid var(--border);
}
.award-area-3 .award-box {
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .award-box {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-3 .award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box {
    grid-template-columns: 1fr 1fr;
  }
}
.award-area-3 .award-box:hover {
  background-color: #F9F9F9;
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box:hover {
    background-color: transparent;
  }
}
.award-area-3 .award-box:hover .category {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box:hover .category {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.award-area-3 .award-box:hover .year {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box:hover .year {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.award-area-3 .award-box .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.award-area-3 .award-box .award {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .award-box .award {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box .award {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: span 2;
  }
}
.award-area-3 .award-box .year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}

/* Dark mode */
.dark .award-area-3 .award-box:hover {
  background-color: #171717;
}

.logo-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.logo-partners .thumb:nth-child(1) img {
  height: 80px;
  width: auto;
}
.logo-partners .thumb:nth-child(2) img {
  height: 115px;
  width: auto;
}
.logo-partners .thumb:nth-child(3) img {
  height: 105px;
  width: auto;
}
.hero-area-service-details .logo-partners {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

/* Pages */
/* 404 page css */
.error-area-inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.error-area .section-subtitle {
  font-family: var(--font_sequelsansmediumbody);
  font-size: 300px;
  font-weight: 315;
  line-height: 0.7;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-subtitle {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1399px) {
  .error-area .section-subtitle {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-subtitle {
    font-size: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-subtitle {
    font-size: 120px;
  }
}
.error-area .section-title {
  max-width: 740px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-title {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .error-area .section-title {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-title {
    max-width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-title {
    max-width: 340px;
  }
}
.error-area .section-content {
  -ms-flex-item-align: center;
      align-self: center;
}
.error-area .section-content .title-wrapper {
  margin-top: 37px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .title-wrapper {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .title-wrapper {
    margin-top: 17px;
  }
}
.error-area .section-content .btn-wrapper {
  margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 24px;
  }
}

/* about page css */
.about-area-details .section-header {
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .about-area-details .section-header {
    padding-top: 7px;
  }
}
.about-area-details .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-area-details .subtitle-wrapper {
  margin-top: 8px;
}
.about-area-details .section-title {
  max-width: 1030px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-title {
    max-width: 840px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-title {
    max-width: 640px;
  }
}
.about-area-details .section-content .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-content .text {
    font-size: 20px;
  }
}
.about-area-details .section-content .text:not(:first-child) {
  margin-top: 38px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .text:not(:first-child) {
    margin-top: 28px;
  }
}
.about-area-details .section-content .btn-wrapper {
  margin-top: 61px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .btn-wrapper {
    margin-top: 41px;
  }
}
.about-area-details .info-list li {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  font-family: var(--font_sequelsansromanbody);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .info-list li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .info-list li {
    font-size: 20px;
  }
}
.about-area-details .info-list li:not(:first-child) {
  margin-top: 4px;
}
.about-area-details .info-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  margin-right: 10px;
}
@media only screen and (max-width: 1399px) {
  .about-area-details .info-list li:before {
    width: 4px;
    height: 4px;
  }
}
.about-area-details .about-content-full {
  padding-top: 22px;
  margin-top: 64px;
}
.about-area-details .about-content-full .about-content {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 705px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .about-area-details .about-content-full .about-content {
    grid-template-columns: 405px auto;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-details .about-content-full .about-content {
    grid-template-columns: 1fr;
  }
}
.about-area-details .about-content-full .about-content .section-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.about-area-details .about-content-full .about-content .section-info-wrapper .thumb {
  max-width: 250px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .about-area-details .about-content-full .about-content .section-info-wrapper .thumb {
    display: none;
  }
}
.about-area-details .about-content-full .about-content .section-info-wrapper .text-wrapper {
  margin-top: 192px;
  max-width: 525px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .about-content-full .about-content .section-info-wrapper .text-wrapper {
    margin-top: 102px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-details .about-content-full .about-content .section-info-wrapper .text-wrapper {
    margin-top: 0;
  }
}
.about-area-details .about-content-full .about-content .section-info-wrapper .text-wrapper .text:not(:first-child) {
  margin-top: 35px;
}
.about-area-details .about-content-full .about-content .section-thumb-wrapper .thumb {
  width: 100%;
}
.about-area-details .about-content-full .about-content .text {
  font-family: var(--font_bdogrotesk-regular);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: rgba(252, 247, 243, 0.3);
}
@media only screen and (max-width: 1919px) {
  .about-area-details .about-content-full .about-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .about-content-full .about-content .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-details .about-content-full .about-content .text {
    font-size: 20px;
  }
}
.about-area-details .about-area-details .about-content-full .about-content .text.text-invert > div {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(252, 247, 243)), color-stop(51%, rgba(252, 247, 243, 0.3)));
  background-image: linear-gradient(to right, rgb(252, 247, 243) 50%, rgba(252, 247, 243, 0.3) 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-area-details .section-content-wrapper {
  padding-top: 22px;
  margin-top: 64px;
  max-width: 1235px;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content-wrapper {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-content-wrapper {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-details .section-content-wrapper {
    max-width: 750px;
  }
}

/* approach area about page style  */
.approach-area-about-page .section-title {
  max-width: 845px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .section-title {
    max-width: 645px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .section-title {
    max-width: 545px;
  }
}
.approach-area-about-page .subtitle-wrapper {
  margin-top: 8px;
}
.approach-area-about-page .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .approach-area-about-page .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.approach-area-about-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach-area-about-page .approach-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 81px;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 1000px;
    margin-top: 61px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 750px;
    margin-right: 0;
    margin-top: 41px;
  }
}
.approach-area-about-page .approach-wrapper {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: 1fr 1fr auto;
}
@media only screen and (max-width: 767px) {
  .approach-area-about-page .approach-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach-area-about-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-box .title {
    font-size: 24px;
  }
}
.approach-area-about-page .approach-box .title img {
  width: 250px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-box .title img {
    width: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .approach-box .title img {
    width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-box .title img {
    display: none;
  }
}
.approach-area-about-page .approach-box .approach-list {
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-box .approach-list {
    margin-top: 18px;
  }
}
.approach-area-about-page .approach-box .approach-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

/* info area style  */
.info-area-page-about {
  background-color: var(--bg);
}
.info-area-page-about .section-header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.info-area-page-about .section-header .subtitle-wrapper {
  margin-top: 8px;
}
.info-area-page-about .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.info-area-page-about .section-subtitle {
  color: var(--white);
}
.info-area-page-about .section-title {
  color: var(--white);
  max-width: 805px;
}
.info-area-page-about .counter-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .info-area-page-about .counter-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper-box {
    margin-top: 44px;
  }
}
.info-area-page-about .counter-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .info-area-page-about .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-area-page-about .funfact-item {
  padding: 39px 50px 41px;
  border-radius: 20px;
  background-color: #1d1c1c;
}
@media only screen and (max-width: 1919px) {
  .info-area-page-about .funfact-item {
    padding: 29px 30px 31px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-area-page-about .funfact-item {
    padding: 19px 20px 21px;
  }
}
.info-area-page-about .funfact-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}
.info-area-page-about .funfact-item .number {
  font-size: 50px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--white);
  margin-top: 14px;
}
@media only screen and (max-width: 1199px) {
  .info-area-page-about .funfact-item .number {
    font-size: 35px;
  }
}

/* client area page about style  */
.client-area-page-about {
  background-color: var(--bg);
  margin-bottom: -1px;
}
.client-area-page-about .section-header {
  margin-top: 39px;
}
.client-area-page-about .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  max-width: 340px;
  color: #fcf7f3;
  margin-inline: auto;
}
.client-area-page-about .clients-wrapper-box {
  margin-top: 63px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .client-area-page-about .clients-wrapper-box {
    margin-top: 43px;
  }
}
.client-area-page-about .clients-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.client-area-page-about .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}
.client-area-page-about .clients-wrapper .client-slider-active .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.client-area-page-about .client-box {
  border: 1px solid rgba(252, 247, 243, 0.1);
  border-radius: 70px;
  width: 215px;
  height: 140px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1919px) {
  .client-area-page-about .client-box {
    width: 155px;
    height: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-page-about .client-box {
    width: 135px;
    height: 70px;
  }
}

/* media area page about style  */
.media-area-page-about {
  background-color: var(--bg);
}
.media-area-page-about .section-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 575px;
}
@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr 475px;
  }
}
@media only screen and (max-width: 991px) {
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.media-area-page-about .area-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-area-page-about .section-content {
  padding: 87px 50px 100px;
  background-color: #1d1c1c;
}
@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content {
    padding: 37px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .media-area-page-about .section-content {
    padding: 17px 20px 20px;
  }
}
.media-area-page-about .section-content .section-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 35px;
  letter-spacing: -0.07em;
  color: var(--white);
  max-width: 310px;
}
.media-area-page-about .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}
.media-area-page-about .section-content .text-wrapper {
  margin-top: 267px;
}
@media only screen and (max-width: 1919px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 167px;
  }
}
@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 991px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 27px;
  }
}
.media-area-page-about .section-content .btn-wrapper {
  margin-top: 43px;
}
.media-area-page-about .section-content .rr-btn {
  background-color: #1d1c1c;
  border-color: rgba(255, 255, 255, 0.2);
}
.media-area-page-about .section-content .rr-btn:hover {
  border-color: var(--white);
}
.dark .media-area-page-about .section-content .rr-btn:before {
  background-color: var(--white);
}
.media-area-page-about .section-content .rr-btn .text-one {
  color: var(--white);
}
.media-area-page-about .section-content .rr-btn .text-two {
  color: var(--black);
}
.dark .media-area-page-about .section-content .rr-btn .text-two {
  color: var(--black);
}

/* award area page about style  */
.award-area-page-about {
  background-color: var(--bg);
}
.award-area-page-about .section-subtitle {
  color: var(--white);
}
.award-area-page-about .section-title {
  color: var(--white);
}
.award-area-page-about .section-header {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .award-area-page-about .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.award-area-page-about .section-header .subtitle-wrapper {
  margin-top: 8px;
}
.award-area-page-about .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.award-area-page-about .awards-wrapper-box {
  margin-top: 94px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  max-width: 1235px;
  margin-left: auto;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1919px) {
  .award-area-page-about .awards-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-page-about .awards-wrapper-box {
    margin-top: 44px;
  }
}
.award-area-page-about .awards-wrapper {
  max-width: 630px;
  margin-left: auto;
}
.award-area-page-about .award-box {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 370px;
}
@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box {
    grid-template-columns: 1fr 340px;
  }
}
@media (max-width: 575px) {
  .award-area-page-about .award-box {
    grid-template-columns: 1fr;
  }
}
.award-area-page-about .award-box:not(:first-child) {
  margin-top: 56px;
}
.award-area-page-about .award-box .award-list li {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box .award-list li {
    font-size: 18px;
  }
}
.award-area-page-about .award-box .category {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box .category {
    font-size: 18px;
  }
}

/* team area about page style  */
.team-area-about-page .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.team-area-about-page .section-header .subtitle-wrapper {
  margin-top: 8px;
}
.team-area-about-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-area-about-page .section-title {
  max-width: 765px;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .section-title {
    max-width: 665px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-about-page .section-title {
    max-width: 465px;
  }
}
.team-area-about-page .team-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .team-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .team-wrapper-box {
    margin-top: 44px;
  }
}
.team-area-about-page .team-wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-area-about-page .team-box:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-area-about-page .team-box .thumb {
  overflow: hidden;
}
.team-area-about-page .team-box .thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-area-about-page .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .team-box .name {
    font-size: 24px;
  }
}
.team-area-about-page .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}
.team-area-about-page .team-box .content {
  margin-top: 19px;
}

/* ==============================
   About Area 4
============================== */
.about-area-4 {
  /* ================= HEADER ================= */
}
.about-area-4 .section-header {
  border-top: none;
  padding-top: 35px;
}
.about-area-4 .section-header .subtitle-wrapper {
  margin-top: 9px;
}
.about-area-4 .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 950px;
  gap: 60px;
}
@media (max-width: 1919px) {
  .about-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 815px;
  }
}
@media (max-width: 1399px) {
  .about-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 700px;
  }
}
@media (max-width: 1199px) {
  .about-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media (max-width: 991px) {
  .about-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media (max-width: 767px) {
  .about-area-4 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .about-area-4 .section-title-wrapper {
    row-gap: 30px;
  }
}
.about-area-4 {
  /* ================= TEXT BLOCK ================= */
}
.about-area-4 .title-wrapper {
  max-width: 885px;
}
@media (max-width: 1919px) {
  .about-area-4 .title-wrapper {
    max-width: 785px;
  }
}
@media (max-width: 1399px) {
  .about-area-4 .title-wrapper {
    max-width: 585px;
  }
}
@media (max-width: 1199px) {
  .about-area-4 .title-wrapper {
    max-width: 455px;
  }
}
@media (max-width: 991px) {
  .about-area-4 .title-wrapper {
    max-width: 100%;
  }
}
.about-area-4 .title-wrapper .title {
  margin-bottom: 32px;
  line-height: 1.15;
}
.about-area-4 .title-wrapper .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 73px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1919px) {
  .about-area-4 .title-wrapper .btn-wrapper {
    margin-top: 53px;
  }
}
@media (max-width: 1199px) {
  .about-area-4 .title-wrapper .btn-wrapper {
    margin-top: 43px;
  }
}
.about-area-4 {
  /* ================= IMAGE ================= */
}
.about-area-4 .thumb {
  margin-top: 80px;
}
@media (max-width: 1919px) {
  .about-area-4 .thumb {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .about-area-4 .thumb {
    margin-top: 50px;
  }
}
.about-area-4 .thumb img {
  width: 100%;
  display: block;
}

/* contact page css */
/* Loading effect */
.loading-form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  padding-top: 20%;
}

.success-message {
  color: green;
  margin-top: 20px;
  font-size: 16px !important;
}

.error-message {
  color: red;
  margin-top: 20px;
  font-size: 16px !important;
}

#response-message {
  margin-top: 20px;
}

.contact-area-contact-page .section-header {
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-header {
    padding-top: 7px;
  }
}
.contact-area-contact-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-area-contact-page .subtitle-wrapper {
  margin-top: 8px;
}
.contact-area-contact-page .section-title {
  max-width: 975px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-title {
    max-width: 875px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-title {
    max-width: 795px;
  }
}
.contact-area-contact-page .section-content-wrapper {
  margin-top: 150px;
  margin-bottom: 4px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1030px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-content-wrapper {
    margin-top: 120px;
    grid-template-columns: 1fr 730px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 550px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-area-contact-page .contact-mail .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}
.contact-area-contact-page .contact-mail .text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 28px;
  font-weight: 310;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--primary);
  max-width: 410px;
  margin-top: 24px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 24px;
    max-width: 330px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 20px;
    max-width: 280px;
  }
}
.contact-area-contact-page .contact-mail .text a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-area-contact-page .contact-mail .text a:hover {
  color: var(--secondary);
}
.contact-area-contact-page .contact-address {
  margin-top: 51px;
}
.contact-area-contact-page .contact-address .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}
.contact-area-contact-page .contact-address .text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 28px;
  font-weight: 310;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--primary);
  max-width: 410px;
  margin-top: 24px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-address .text {
    font-size: 24px;
    max-width: 330px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-address .text {
    font-size: 20px;
    max-width: 280px;
  }
}
.contact-area-contact-page .contact-social {
  margin-top: 51px;
}
.contact-area-contact-page .contact-social .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}
.contact-area-contact-page .contact-social .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
}
.contact-area-contact-page .contact-social .social-links a {
  font-family: var(--font_sequelsansromanbody);
  font-size: 28px;
  font-weight: 310;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 20px;
  }
}
.contact-area-contact-page .contact-social .social-links a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-area-contact-page .contact-formwrap {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-area-contact-page .contact-formwrap .message {
  grid-column: span 2;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap .message {
    grid-column: auto;
  }
}
.contact-area-contact-page .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input:focus {
  border-color: var(--primary);
}
.contact-area-contact-page .contact-formfield input::-webkit-input-placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input::-moz-placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input:-ms-input-placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input::-ms-input-placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input::placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input:-webkit-autofill, .contact-area-contact-page .contact-formfield input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.contact-area-contact-page .contact-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield select:focus {
  border-color: var(--primary);
}
.contact-area-contact-page .contact-formfield select option {
  width: 100%;
  max-width: 100%;
}
.dark .contact-area-contact-page .contact-formfield select option {
  background-color: var(--black);
}
.contact-area-contact-page .contact-formfield select option[disabled] {
  background-color: var(--black) !important;
}
.contact-area-contact-page .submit-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .submit-btn {
    margin-top: 40px;
  }
}

/* footer area style  */
.footer-area .footer-top-inner {
  padding-top: 92px;
  padding-bottom: 50px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 660px;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr;
  }
}
.footer-area .footer-top-inner .info-text .text {
  max-width: 510px;
  font-size: 30px;
  line-height: 1.26;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner .info-text .text {
    font-size: 22px;
  }
}
.footer-area .footer-top-inner .info-link a {
  font-size: 30px;
  line-height: 1.5;
  color: var(--black-2);
  position: relative;
}
.dark .footer-area .footer-top-inner .info-link a {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 22px;
  }
}
.footer-area .footer-top-inner .info-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
.footer-area .footer-top-inner .info-link a:hover {
  color: var(--black);
}
.dark .footer-area .footer-top-inner .info-link a:hover {
  color: var(--white);
}
.footer-area .footer-top-inner .info-link a:hover::before {
  width: 0;
}
.footer-area .footer-logo {
  margin-top: 8px;
  max-width: 657px;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-logo {
    max-width: 257px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-logo {
    max-width: 207px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-logo {
    max-width: 147px;
  }
}
.footer-area .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area .subscribe-form {
  max-width: 515px;
}
.footer-area .subscribe-form .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .footer-area .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
.footer-area .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area .subscribe-form .input-field input:-webkit-autofill, .footer-area .subscribe-form .input-field input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-area .subscription-text {
  margin-top: 23px;
}
.footer-area .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
.footer-area .subscription-text .text a {
  position: relative;
}
.footer-area .subscription-text .text a::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}
.dark .footer-area .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-box.newsletter {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.footer-area .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area .footer-nav-list li a a strong {
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.footer-area .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-text .text {
    font-size: 20px;
  }
}
.footer-area .copyright-text .text a {
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area .copyright-text .text a {
  color: #555555;
}
.footer-area .copyright-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area .copyright-text .text a:hover {
  color: var(--black);
}
.dark .footer-area .copyright-text .text a:hover {
  color: var(--white);
}
.footer-area .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 2 style  */
.footer-area-2 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area-2 .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-2 .subscribe-form {
  max-width: 515px;
}
.footer-area-2 .subscribe-form .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #f4ede7;
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area-2 .subscribe-form .input-field {
  background-color: #1d1d1d;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area-2 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.footer-area-2 .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-2 .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-2 .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-2 .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-2 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area-2 .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(252, 247, 243, 0.3);
}
.dark .footer-area-2 .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(252, 247, 243, 0.3);
}
.dark .footer-area-2 .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(252, 247, 243, 0.3);
}
.dark .footer-area-2 .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(252, 247, 243, 0.3);
}
.dark .footer-area-2 .subscribe-form .input-field input::placeholder {
  color: rgba(252, 247, 243, 0.3);
}
.footer-area-2 .subscribe-form .input-field input:-webkit-autofill, .footer-area-2 .subscribe-form .input-field input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-area-2 .subscription-text {
  margin-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscription-text {
    margin-top: 18px;
  }
}
.footer-area-2 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscription-text .text {
    font-size: 18px;
  }
}
.footer-area-2 .subscription-text .text a {
  position: relative;
}
.footer-area-2 .subscription-text .text a::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area-2 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area-2 .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
}
.dark .footer-area-2 .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-2 .footer-widget-box.newsletter {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area-2 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-2 .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.footer-area-2 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-2 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-2 .footer-nav-list li a a strong {
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.footer-area-2 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area-2 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-2 .copyright-text .text a {
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-2 .copyright-text .text a {
  color: #555555;
}
.footer-area-2 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area-2 .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-2 .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 3 style  */
.footer-area-3 .footer-widget-wrapper-box {
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area-3 .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-3 .subscribe-form {
  max-width: 515px;
}
.footer-area-3 .subscribe-form .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area-3 .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area-3 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.footer-area-3 .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-3 .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-3 .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-3 .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area-3 .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-3 .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-3 .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-3 .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area-3 .subscription-text {
  margin-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscription-text {
    margin-top: 18px;
  }
}
.footer-area-3 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscription-text .text {
    font-size: 18px;
  }
}
.footer-area-3 .subscription-text .text a {
  position: relative;
}
.footer-area-3 .subscription-text .text a::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area-3 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area-3 .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}
.dark .footer-area-3 .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-widget-box.newsletter {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area-3 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-3 .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-nav-list li {
    font-size: 18px;
  }
}
.footer-area-3 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-3 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-3 .footer-nav-list li a a strong {
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.footer-area-3 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area-3 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-3 .copyright-text .text a {
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-3 .copyright-text .text a {
  color: #555555;
}
.footer-area-3 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area-3 .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-3 .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 4 style  */
.footer-area-4 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .footer-widget-wrapper-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-4 .footer-widget-wrapper-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-area-4 .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-4 .footer-widget-wrapper {
    gap: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-4 .footer-logo img {
  max-width: 120px;
}
.footer-area-4 .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-nav-list {
    gap: 5px 30px;
  }
}
.footer-area-4 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-4 .footer-nav-list li {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-nav-list li {
    font-size: 18px;
  }
}
.footer-area-4 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-4 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-4 .footer-nav-list li a a strong {
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.footer-area-4 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding-top: 36px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .copyright-area-inner {
    padding-top: 31px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .copyright-area-inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.footer-area-4 .copyright-text .text {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-4 .copyright-text .text a {
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-4 .copyright-text .text a {
  color: #555555;
}
.footer-area-4 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area-4 .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-4 .copyright-text .text a:hover::before {
  width: 100%;
}

.footer-area-6-inner {
  padding-bottom: 40px;
  padding-top: 134px;
}
@media only screen and (max-width: 991px) {
  .footer-area-6-inner {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .footer-area-6-inner {
    padding-top: 50px;
  }
}
.footer-area-6 .footer-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 80px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-area-6 .footer-widget-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-area-6 .footer-widget__media {
  margin-left: auto;
}
@media (max-width: 575px) {
  .footer-area-6 .footer-widget__media {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-area-6 .footer-widget__content {
  max-width: 1130px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget__content {
    max-width: 1000px;
  }
}
@media (max-width: 575px) {
  .footer-area-6 .footer-widget__content {
    max-width: 100%;
  }
}
.footer-area-6 .footer-widget__content-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 240px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-6 .footer-widget__content-wrapper {
    gap: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget__content-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget__content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-area-6 .footer-widget__content-item span {
  font-size: 14px;
  color: var(--primary);
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 45px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget__content-item span {
    margin-bottom: 20px;
  }
}
.footer-area-6 .footer-widget__content-item .description {
  max-width: 440px;
  color: var(--primary);
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget__content-item .description {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget__content-item .description {
    max-width: 100%;
    font-size: 22px;
  }
}
.footer-area-6 .footer-widget-title {
  font-size: 100px;
  line-height: 0.95;
  letter-spacing: -5px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget-title {
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-6 .footer-widget-title {
    font-size: 35px;
  }
}
.footer-area-6 .footer-widget-nav-list {
  padding-left: 27px;
}
.footer-area-6 .footer-widget-nav-list li {
  position: relative;
}
.footer-area-6 .footer-widget-nav-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 500px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  -webkit-transform: translate(-27px, 15px);
          transform: translate(-27px, 15px);
  margin-right: 30px;
}
.footer-area-6 .footer-widget-nav-list li:not(:last-child) {
  margin-bottom: 5px;
}
.footer-area-6 .footer-widget-nav-list li a {
  font-size: 30px;
  line-height: 36px;
  color: var(--primary);
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget-nav-list li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer-area-6 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding-top: 40px;
}
.footer-area-6 .copyright-socail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 10px 41px;
  position: relative;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .footer-area-6 .copyright-socail-list {
    gap: 10px 30px;
  }
}
.footer-area-6 .copyright-socail-list::before {
  width: 150px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--border);
}
.footer-area-6 .copyright-socail-list li {
  position: relative;
}
.footer-area-6 .copyright-socail-list li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 10px;
  right: -50%;
  position: absolute;
  background-color: #999999;
  -webkit-transform: translate(-10px, 3px);
          transform: translate(-10px, 3px);
}
.dark .footer-area-6 .copyright-socail-list li:not(:last-child)::before {
  background-color: #555555;
}
@media (max-width: 575px) {
  .footer-area-6 .copyright-socail-list li:not(:last-child)::before {
    -webkit-transform: translate(-17px, 3px);
            transform: translate(-17px, 3px);
  }
}
.footer-area-6 .copyright-socail-list li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
  position: relative;
}
.footer-area-6 .copyright-socail-list li a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area-6 .copyright-socail-list li a:hover {
  color: #999999;
}
.footer-area-6 .copyright-socail-list li a:hover::before {
  width: 100%;
}
.footer-area-6 .copyright-text {
  padding-top: 20px;
}
.footer-area-6 .copyright-text .text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
}
.footer-area-6 .copyright-text .text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer-area-6 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area-6 .copyright-text .text a:hover {
  color: #999999;
}
.footer-area-6 .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area inner page style  */
.footer-area-inner-page .footer-top-inner {
  padding-top: 50px;
  border-top: 1px solid var(--border);
  padding-bottom: 50px;
  margin-top: 50px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 660px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 470px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr;
  }
}
.footer-area-inner-page .footer-top-inner .info-text .text {
  max-width: 510px;
  font-size: 30px;
  line-height: 1.26;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 18px;
  }
}
.footer-area-inner-page .footer-top-inner .info-link a {
  font-size: 30px;
  line-height: 1.5;
  color: var(--black-2);
  position: relative;
}
.dark .footer-area-inner-page .footer-top-inner .info-link a {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner .info-link a {
    font-size: 22px;
  }
}
.footer-area-inner-page .footer-top-inner .info-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
.footer-area-inner-page .footer-top-inner .info-link a:hover {
  color: var(--primary);
}
.footer-area-inner-page .footer-top-inner .info-link a:hover::before {
  width: 0;
}
.footer-area-inner-page .footer-logo {
  margin-top: 8px;
  max-width: 657px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-logo {
    max-width: 257px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-logo {
    max-width: 207px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-logo {
    max-width: 147px;
  }
}
.footer-area-inner-page .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area-inner-page .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-inner-page .subscribe-form {
  max-width: 515px;
}
.footer-area-inner-page .subscribe-form .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 32px 30px;
  border-radius: 50px;
}
.dark .footer-area-inner-page .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
.footer-area-inner-page .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.footer-area-inner-page .subscribe-form .input-field input::-webkit-input-placeholder {
  line-height: 1;
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-inner-page .subscribe-form .input-field input::-moz-placeholder {
  line-height: 1;
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-inner-page .subscribe-form .input-field input:-ms-input-placeholder {
  line-height: 1;
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-inner-page .subscribe-form .input-field input::-ms-input-placeholder {
  line-height: 1;
  color: rgba(17, 17, 17, 0.3);
}
.footer-area-inner-page .subscribe-form .input-field input::placeholder {
  line-height: 1;
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area-inner-page .subscribe-form .input-field input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-inner-page .subscribe-form .input-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-inner-page .subscribe-form .input-field input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-inner-page .subscribe-form .input-field input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark .footer-area-inner-page .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area-inner-page .subscription-text {
  margin-top: 23px;
}
.footer-area-inner-page .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .subscription-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .subscription-text .text {
    font-size: 18px;
  }
}
.footer-area-inner-page .subscription-text .text a {
  position: relative;
}
.footer-area-inner-page .subscription-text .text a::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area-inner-page .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area-inner-page .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
}
.dark .footer-area-inner-page .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-widget-box.newsletter {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-inner-page .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area-inner-page .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-inner-page .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-nav-list li {
    font-size: 18px;
  }
}
.footer-area-inner-page .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-inner-page .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-inner-page .footer-nav-list li a a strong {
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.footer-area-inner-page .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area-inner-page .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-inner-page .copyright-text .text a {
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-inner-page .copyright-text .text a {
  color: #555555;
}
.footer-area-inner-page .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area-inner-page .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-inner-page .copyright-text .text a:hover::before {
  width: 100%;
}

/* ==============================
   Footer Area 9
============================== */
.footer-area-9 .footer-inner-9 {
  padding-top: 50px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  padding-bottom: 200px;
}
.dark .footer-area-9 .footer-inner-9 {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1399px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 40px;
  }
}
.footer-area-9 .footer-widget-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
}
@media only screen and (max-width: 1400px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: auto;
  }
}
.footer-area-9 .footer-logo {
  margin-top: 0px;
  max-width: 260px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-9 .footer-logo {
    max-width: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-9 .footer-logo {
    max-width: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-logo {
    max-width: 220px;
    margin-bottom: 32px;
  }
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 0 14px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::-webkit-input-placeholder {
  color: #999999;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::-moz-placeholder {
  color: #999999;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input:-ms-input-placeholder {
  color: #999999;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::-ms-input-placeholder {
  color: #999999;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::-webkit-input-placeholder {
  color: #555555;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::-moz-placeholder {
  color: #555555;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input:-ms-input-placeholder {
  color: #555555;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::-ms-input-placeholder {
  color: #555555;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box-content {
  margin-top: 0px;
}
.footer-area-9 .footer-widget-box-content:hover a {
  color: var(--white-2);
}
.footer-area-9 .footer-widget-box-content:hover a:hover {
  color: var(--primary);
}
.footer-area-9 .footer-widget-box-content a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 12px;
  color: var(--primary);
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.footer-area-9 .footer-widget-box .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: var(--font_dmsans);
}
.dark .footer-area-9 .footer-widget-box .title {
  color: #555555;
}
.footer-area-9 .footer-nav-list {
  display: inline-block;
}
.footer-area-9 .footer-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_dmsans);
  list-style: none;
}
.footer-area-9 .footer-nav-list li:not(:last-child) {
  margin-bottom: 4px;
}
.footer-area-9 .footer-nav-list li a {
  display: block;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.footer-area-9 .footer-nav-list li a a strong {
  opacity: 0;
  -webkit-transition: opacity 250ms, top 250ms;
  transition: opacity 250ms, top 250ms;
}
.footer-area-9 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-9 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-9 .footer-nav-list:hover li:hover a {
  opacity: 1;
}

/* ==============================
   Copyright Area 9
============================== */
.copyright-area-9 .copyright-logo img {
  max-width: 120px;
}
.copyright-area-9 .copyright-area-inner {
  display: grid;
  gap: 20px;
  padding: 34.5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 725px auto 110px;
}
@media only screen and (max-width: 1399px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: 625px auto 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: 525px auto 110px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: auto;
    gap: 10px;
    padding: 20.5px 0;
  }
}
.copyright-area-9 .copyright-text p,
.copyright-area-9 .copyright-privacy p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: var(--primary);
}
.copyright-area-9 .copyright-text p a:hover,
.copyright-area-9 .copyright-privacy p a:hover {
  color: var(--secondary);
}

/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 70px;
    gap: 20px;
  }
}
.header-area__inner > *:nth-child(2) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1800px) {
  .header-area .container.large {
    max-width: 1750px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #f9e6dc;
}
.header-area .header__logo {
  border: 1px solid var(--border);
  padding: 17px 30px;
  border-radius: 60px;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__logo {
    padding: 0;
    border: 0;
  }
}
.header-area .header__logo img {
  max-width: 95px;
}
.header-area .header__nav {
  border: 1px solid var(--border);
  border-radius: 60px;
  padding: 0 13px;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__nav {
    padding: 0;
    border: 0;
  }
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area .header__button {
    display: none;
  }
}
.header-area .rr-btn {
  font-size: 16px;
  padding: 22px 38px;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1199px) {
  .header-area .rr-btn {
    padding: 17px 33px;
  }
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--primary);
}

/* header area 2 style  */
.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-2__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-2__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.header-area-2 .sticky,
.header-area-2 .transformed {
  background-color: #fcf7f3;
}
.dark .header-area-2 .header__logo .light-logo {
  display: none;
}
.header-area-2 .header__logo .dark-logo {
  display: none;
}
.dark .header-area-2 .header__logo .dark-logo {
  display: block;
}
.header-area-2 .header__logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}
.header-area-2 .header__nav {
  margin-right: -50%;
}
.header-area-2 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area-2 .main-menu li a:hover {
  color: var(--action);
}
.header-area-2 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-2 .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area-2 .header__button {
    display: none;
  }
}
.header-area-2 .rr-btn {
  padding: 16px 28px;
  font-size: 16px;
  letter-spacing: -0.04em;
}
.header-area-2 .side-toggle {
  width: 50px;
  height: 50px;
  background-color: #f1e8e1;
  border-radius: 50%;
}
.header-area-2 .side-toggle i {
  font-size: 22px;
}

/* header area 3 style  */
.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-area-3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    padding-top: 25px;
  }
}
.header-area-3__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1850px) {
  .header-area-3 .container.large {
    max-width: 1850px;
  }
}
.header-area-3 .header__logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .header__logo img {
    max-width: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-3 .header__logo img {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-3 .header__logo img {
    max-width: 210px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area-3 .header__logo img {
    max-width: 200px;
  }
}
.header-area-3 .menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0;
  color: var(--white);
}
.header-area-3 .menu li a:hover {
  color: var(--beige);
}
.header-area-3 .menu > ul {
  display: block;
}
.header-area-3 .main-menu ul:hover li {
  opacity: 0.3;
}
.header-area-3 .main-menu ul li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.header-area-3 .main-menu ul li:hover {
  opacity: 1;
}
.header-area-3 .main-menu ul li:hover a strong {
  opacity: 1;
  top: -23px;
}
.header-area-3 .main-menu ul li a strong {
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.header-area-3 .side-toggle {
  width: 50px;
  height: 50px;
  background-color: #f1e8e1;
  border-radius: 50%;
}
.header-area-3 .side-toggle i {
  font-size: 22px;
}

/* header area 4 style  */
.header-area-4 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.header-area-4__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--black);
  padding-top: 20px;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-4__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-4__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1650px) {
  .header-area-4 .container.large {
    max-width: 1650px;
  }
}
.header-area-4 .header__logo img {
  max-width: 120px;
}
.header-area-4 .header__middel {
  margin-right: 320px;
}
@media only screen and (max-width: 1199px) {
  .header-area-4 .header__middel {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-4 .header__middel {
    display: none;
  }
}
.header-area-4 .header__middel p {
  text-transform: uppercase;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.header-area-4 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area-4 .main-menu li a:hover {
  color: var(--action);
}
.header-area-4 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-4 .header__meta {
    display: none;
  }
}
.header-area-4 .header__navicon button {
  text-transform: uppercase;
}

/* header area 5 style  */
.header-area-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-5__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 1199px) {
  .header-area-5__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-area-5__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.header-area-5 .header__logo img {
  max-width: 120px;
}
.header-area-5 .main-menu li a {
  padding: 31px 15px;
}
.header-area-5 .main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.header-area-5 .menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0;
  position: relative;
  color: var(--primary);
}
.header-area-5 .menu li a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-area-5 .menu li a:hover {
  color: var(--primary);
}
.header-area-5 .menu li a:hover::before {
  width: 100%;
}
.header-area-5 .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header-area-5 .side-toggle {
  width: 40px;
  height: 40px;
  background-color: #f1e8e1;
  border-radius: 50%;
}
.header-area-5 .side-toggle i {
  font-size: 22px;
}

/* header area 6 style  */
.header-area-6 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.header-area-6__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-6__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-6__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1870px) {
  .header-area-6 .container.large {
    max-width: 1870px;
  }
}
.header-area-6 .header__logo img {
  max-width: 120px;
}
.header-area-6 .header__middel {
  margin-right: 320px;
}
@media only screen and (max-width: 1199px) {
  .header-area-6 .header__middel {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-6 .header__middel {
    display: none;
  }
}
.header-area-6 .header__middel p {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.header-area-6 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area-6 .main-menu li a:hover {
  color: var(--action);
}
.header-area-6 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-6 .header__meta {
    display: none;
  }
}
.header-area-6 .header__navicon button {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary);
}

/* header area 8 style  */
.header-area-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-7__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-7__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-7__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1850px) {
  .header-area-7 .container.large {
    max-width: 1850px;
  }
}
.header-area-7 .sticky,
.header-area-7 .transformed {
  background-color: #fcf7f3;
}
.header-area-7 .header__logo img {
  max-width: 95px;
}
.header-area-7 .header__nav {
  margin-right: -50%;
}
.header-area-7 .main-menu > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 21px 25px;
  text-transform: uppercase;
  color: var(--white);
}
.header-area-7 .main-menu > ul > li > a:hover {
  opacity: 0.8;
}
.header-area-7 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-7 .header__meta {
    display: none;
  }
}
.header-area-7 .side-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--white);
}
.header-area-7 .side-toggle i {
  font-size: 22px;
}

/* header area 8 style  */
.header-area-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-8__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-8__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-8__inner > *:nth-child(1) {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1850px) {
  .header-area-8 .container.large {
    max-width: 1850px;
  }
}
.header-area-8 .sticky,
.header-area-8 .transformed {
  background-color: #fcf7f3;
}
.header-area-8 .header__logo img {
  max-width: 120px;
}
.header-area-8 .header__nav {
  margin-right: -50%;
}
.header-area-8 .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 21px 21px;
  text-transform: uppercase;
}
.header-area-8 .main-menu li a:hover {
  color: var(--action);
}
.header-area-8 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-8 .header__meta {
    display: none;
  }
}
.header-area-8 .side-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
}
.header-area-8 .side-toggle i {
  font-size: 22px;
}

.portfolio {
  width: 100vw;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .portfolio {
    height: 100dvh;
  }
}
.portfolio__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
@media only screen and (max-width: 991px) {
  .portfolio__item {
    height: 100dvh;
  }
}
.portfolio__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio__content {
    left: 30px;
    bottom: 100px;
    top: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.portfolio__content-title {
  opacity: 0;
  font-size: 75px;
  line-height: 1.1;
  color: var(--white);
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
  max-width: 35vw;
}
.portfolio__content-title a:hover {
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .portfolio__content-title {
    max-width: 45vw;
    font-size: 65px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio__content-title {
    max-width: 50vw;
    font-size: 60px;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio__content-title {
    max-width: 45vw;
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio__content-title {
    max-width: 60vw;
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio__content-title {
    max-width: 70vw;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio__content-title {
    max-width: 90%;
    font-size: 45px;
    line-height: 1;
  }
}
.portfolio__list {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.portfolio__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio .swiper-slide {
  overflow: hidden;
}
.portfolio-activ {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .portfolio-activ {
    height: 100dvh;
  }
}
.portfolio .slide-inner {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .portfolio .slide-inner {
    height: 100dvh;
  }
}
.portfolio .swiper-slide-active .portfolio__item {
  -webkit-animation-name: qodef-animate-slide-out;
          animation-name: qodef-animate-slide-out;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.portfolio .swiper-slide-active .portfolio__content-title {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2200ms ease;
  transition: all 2200ms ease;
}
.portfolio .swiper-slide-active .portfolio__list {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.portfolio__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio__slider__arrow {
    left: 30px;
  }
}
.portfolio__slider__arrow-prev, .portfolio__slider__arrow-next {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
}
.portfolio .portfolio-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 575px) {
  .portfolio .portfolio-pagination {
    left: 30px;
  }
}
.portfolio .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
@media (max-width: 575px) {
  .portfolio .swiper-pagination-bullet {
    width: 40px;
  }
}
.portfolio .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-2 .line-effect {
  top: 0;
  left: 0;
  gap: 10px;
  width: 100vh;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translateY(-100%) rotate(90deg);
          transform: translateY(-100%) rotate(90deg);
}
@media (max-width: 575px) {
  .portfolio-2 .line-effect {
    gap: 1px;
  }
}
.portfolio-2 .line:nth-child(1) {
  height: 1px;
}
.portfolio-2 .line:nth-child(2) {
  height: 5px;
}
.portfolio-2 .line:nth-child(3) {
  height: 10px;
}
.portfolio-2 .line:nth-child(4) {
  height: 20px;
}
.portfolio-2 .line:nth-child(5) {
  height: 30px;
}
.portfolio-2 .line:nth-child(6) {
  height: 40px;
}
.portfolio-2 .line:nth-child(7) {
  height: 50px;
}
.portfolio-2 .line:nth-child(8) {
  height: 60px;
}
.portfolio-2 .line:nth-child(9) {
  height: 70px;
}
.portfolio-2 .line:nth-child(10) {
  height: 80px;
}
.portfolio-2 .line:nth-child(11) {
  height: 90px;
}
.portfolio-2 .line:nth-child(12) {
  height: 100px;
}
.portfolio-2 .line:nth-child(13) {
  height: 100px;
}
.portfolio-2 .line:nth-child(14) {
  height: 100px;
}
.portfolio-2 .line:nth-child(15) {
  height: 100px;
}
.portfolio-2 .line:nth-child(16) {
  height: 100px;
}
.portfolio-2 .line:nth-child(17) {
  height: 100px;
}
.portfolio-2 .line:nth-child(18) {
  height: 100px;
}
.portfolio-2 .line:nth-child(19) {
  height: 100px;
}
.portfolio-2 .line:nth-child(20) {
  height: 100px;
}
.portfolio-2 .line {
  width: 100%;
  background: #fff;
  -webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: height 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, height 0.5s ease-in-out;
  transition: transform 0.8s ease-in-out, height 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.portfolio-2 .swiper-slide-active .line {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.portfolio-2 .swiper-slide-active .line-effect {
  -webkit-transform: scaleY(-50px);
          transform: scaleY(-50px);
}
.portfolio-2__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
.portfolio-2__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-2__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-2__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}
.portfolio-2__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-2__content-title {
    font-size: 60px;
  }
}
.portfolio-2__list {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.portfolio-2__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-2 .swiper-slide-active .portfolio-2__item {
  -webkit-animation-name: qodef-animate-slide-out;
          animation-name: qodef-animate-slide-out;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.portfolio-2 .swiper-slide-active .portfolio-2__content-title {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2200ms ease;
  transition: all 2200ms ease;
}
.portfolio-2 .swiper-slide-active .portfolio-2__list {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.portfolio-2__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-2__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-2__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-2__slider__arrow {
    left: 30px;
  }
}
.portfolio-2__slider__arrow-prev, .portfolio-2__slider__arrow-next {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
}
.portfolio-2 .portfolio-2-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 575px) {
  .portfolio-2 .portfolio-2-pagination {
    left: 30px;
  }
}
.portfolio-2 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-2 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-2 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-2 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-2 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-2 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-2 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-3__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
.portfolio-3 .grid-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.portfolio-3 .grid-mask div {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.portfolio-3 .swiper-slide-active .grid-mask div {
  opacity: 0;
}
.portfolio-3__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-3__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-3__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}
.portfolio-3__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-3__content-title {
    font-size: 60px;
  }
}
.portfolio-3__list {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.portfolio-3__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-3 .swiper-slide-active .portfolio-3__item {
  -webkit-animation-name: qodef-animate-slide-out;
          animation-name: qodef-animate-slide-out;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.portfolio-3 .swiper-slide-active .portfolio-3__content-title {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2200ms ease;
  transition: all 2200ms ease;
}
.portfolio-3 .swiper-slide-active .portfolio-3__list {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.portfolio-3__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-3__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-3__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-3__slider__arrow {
    left: 30px;
  }
}
.portfolio-3__slider__arrow-prev, .portfolio-3__slider__arrow-next {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
}
.portfolio-3 .portfolio-3-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 575px) {
  .portfolio-3 .portfolio-3-pagination {
    left: 30px;
  }
}
.portfolio-3 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-3 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-3 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-3 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-4 .slider {
  min-height: 50vh;
}
.portfolio-4 .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-4 .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.portfolio-4 .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.portfolio-4 .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.portfolio-4__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-4__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-4__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}
.portfolio-4__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-4__content-title {
    font-size: 60px;
  }
}
.portfolio-4__list {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.portfolio-4__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-4 .swiper-slide-active .portfolio-4__item {
  -webkit-animation-name: qodef-animate-slide-out;
          animation-name: qodef-animate-slide-out;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.portfolio-4 .swiper-slide-active .portfolio-4__content-title {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2200ms ease;
  transition: all 2200ms ease;
}
.portfolio-4 .swiper-slide-active .portfolio-4__list {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.portfolio-4__slider {
  width: 100vw;
  height: 100vh;
}
.portfolio-4__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-4__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-4__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-4__slider__arrow {
    left: 30px;
  }
}
.portfolio-4__slider__arrow-prev, .portfolio-4__slider__arrow-next {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
}
.portfolio-4 .portfolio-4-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  -webkit-transform: inherit;
          transform: inherit;
}
@media (max-width: 575px) {
  .portfolio-4 .portfolio-4-pagination {
    left: 30px;
  }
}
.portfolio-4 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-4 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-4 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-4 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-5 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-width: 100vw;
}
.portfolio-5__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-5__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-5__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-5__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
}
.portfolio-5__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-5__content-title {
    font-size: 60px;
  }
}
.portfolio-5__list {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.portfolio-5__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-5 .swiper-slide-active .portfolio-5__item {
  -webkit-animation-name: qodef-animate-slide-out;
          animation-name: qodef-animate-slide-out;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.portfolio-5 .swiper-slide-active .portfolio-5__content-title {
  -webkit-transition: all 2200ms ease;
  transition: all 2200ms ease;
  -webkit-animation: slideFadeIn 2.2s ease forwards;
          animation: slideFadeIn 2.2s ease forwards;
}
.portfolio-5 .swiper-slide-active .portfolio-5__list {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.portfolio-5__slider {
  width: 100vw;
  height: 100vh;
}
.portfolio-5__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-5__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-5__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-5__slider__arrow {
    left: 30px;
  }
}
.portfolio-5__slider__arrow-prev, .portfolio-5__slider__arrow-next {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
}
.portfolio-5 .swiper {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-width: 100vw;
}
.portfolio-5 img {
  margin: 0 !important;
  padding: 0 !important;
}
.portfolio-5 .swiper-slicer-image {
  max-width: unset;
}
.portfolio-5 .portfolio-5-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  -webkit-transform: inherit;
          transform: inherit;
}
@media (max-width: 575px) {
  .portfolio-5 .portfolio-5-pagination {
    left: 30px;
  }
}
.portfolio-5 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-5 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-5 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-5 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

/* faq page css */
.faq-area-faq-page .section-header,
.about-area-details .section-header {
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .section-header,
  .about-area-details .section-header {
    padding-top: 7px;
  }
}
.faq-area-faq-page .section-title-wrapper,
.about-area-details .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .section-title-wrapper,
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .section-title-wrapper,
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area-faq-page .section-title-wrapper,
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .section-title-wrapper,
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.faq-area-faq-page .subtitle-wrapper,
.about-area-details .subtitle-wrapper {
  margin-top: 8px;
}
.faq-area-faq-page .section-title,
.about-area-details .section-title {
  max-width: 1005px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .section-title,
  .about-area-details .section-title {
    max-width: 805px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .section-title,
  .about-area-details .section-title {
    max-width: 605px;
  }
}
.faq-area-faq-page .accordion-wrapper,
.about-area-details .accordion-wrapper {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 93px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-wrapper,
  .about-area-details .accordion-wrapper {
    margin-top: 63px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .accordion-wrapper,
  .about-area-details .accordion-wrapper {
    margin-top: 43px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area-faq-page .accordion-wrapper,
  .about-area-details .accordion-wrapper {
    max-width: 750px;
  }
}
.faq-area-faq-page .accordion,
.about-area-details .accordion {
  border-top: 1px solid var(--border);
  counter-reset: accordion;
}
.faq-area-faq-page .accordion-button,
.about-area-details .accordion-button {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: var(--primary);
  padding: 30px 0 33px;
  border-radius: 0 !important;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-button,
  .about-area-details .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-button,
  .about-area-details .accordion-button {
    font-size: 20px;
  }
}
.faq-area-faq-page .accordion-button::after,
.about-area-details .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  width: auto;
  height: auto;
}
.faq-area-faq-page .accordion-button:not(.collapsed),
.about-area-details .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.faq-area-faq-page .accordion-button:not(.collapsed)::after,
.about-area-details .accordion-button:not(.collapsed)::after {
  content: "-";
}
.faq-area-faq-page .accordion-item,
.about-area-details .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  position: relative;
  padding-left: 130px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .accordion-item,
  .about-area-details .accordion-item {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-item,
  .about-area-details .accordion-item {
    padding-left: 50px;
  }
}
.faq-area-faq-page .accordion-item:before,
.about-area-details .accordion-item:before {
  counter-increment: accordion;
  content: counter(accordion, decimal-leading-zero);
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-item:before,
  .about-area-details .accordion-item:before {
    top: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-item:before,
  .about-area-details .accordion-item:before {
    font-size: 20px;
  }
}
.faq-area-faq-page .accordion-body,
.about-area-details .accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--secondary);
  padding: 4px 0 43px;
  border: none;
}

/* sercices page css */
.service-area-service-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .service-area-service-page .section-header {
    padding-top: 7px;
  }
}
.service-area-service-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-area-service-page .subtitle-wrapper {
  margin-top: 8px;
}
.service-area-service-page .section-title {
  max-width: 800px;
}
@media only screen and (max-width: 1919px) {
  .service-area-service-page .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area-service-page .section-title {
    max-width: 500px;
  }
}
.service-area-service-page .services-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .service-area-service-page .services-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area-service-page .services-wrapper-box {
    margin-top: 44px;
  }
}
.service-area-service-page .service-content-wrapper {
  background-color: transparent;
}
.service-area-service-page .service-content-wrapper .service-content .text.text-invert > div {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(17, 17, 17)), color-stop(51%, rgba(17, 17, 17, 0.3)));
  background-image: linear-gradient(to right, rgb(17, 17, 17) 50%, rgba(17, 17, 17, 0.3) 51%);
}
.dark .service-area-service-page .service-content-wrapper .service-content .text.text-invert > div {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(51%, rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 51%);
}
.service-area-service-page .services-wrapper-2 .service-box {
  background-color: var(--white);
  border-color: var(--border);
}
.dark .service-area-service-page .services-wrapper-2 .service-box {
  background-color: var(--black);
}
.service-area-service-page .services-wrapper-2 .service-box:last-child {
  border-color: var(--border);
}
.service-area-service-page .services-wrapper-2 .service-box-wrapper {
  background-color: var(--border);
}
.service-area-service-page .services-wrapper-2 .service-box .number {
  color: var(--primary);
}
.service-area-service-page .services-wrapper-2 .service-box .title {
  color: var(--primary);
}
.service-area-service-page .services-wrapper-2 .service-box .text {
  color: var(--primary);
}
.service-area-service-page .capabilities-area-2 .capability-box .title {
  font-family: var(--font_thunder);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.85;
  text-transform: uppercase;
}

/* client area service-page style  */
.client-area-service-page .section-title {
  max-width: 1430px;
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .section-title {
    max-width: 1130px;
  }
}
.client-area-service-page .section-title span {
  color: var(--primary);
}
.client-area-service-page .section-content {
  margin-top: 20px;
}
.client-area-service-page .section-content .text-wrapper {
  max-width: 505px;
  margin-top: 133px;
  margin-left: 545px;
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 83px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 63px;
    margin-left: 345px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 43px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-service-page .section-content .text-wrapper {
    max-width: 100%;
    margin-top: 23px;
  }
}
.client-area-service-page .client-capsule-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-top: -200px;
  height: 633px;
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 533px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 483px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 433px;
  }
}
.client-area-service-page .client-capsule-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  -webkit-transition: none;
  transition: none;
}
.client-area-service-page .client-box {
  width: 215px;
  height: 100px;
  padding: 10px 20px;
  background-color: var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-transform: translate(-50%, -50%) rotate(0rad);
          transform: translate(-50%, -50%) rotate(0rad);
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .client-box {
    width: 165px;
    height: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .client-box {
    width: 135px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-service-page .client-box {
    width: 105px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-service-page .client-box {
    width: 85px;
    height: 30px;
  }
}
.client-area-service-page .client-box img {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}
.client-area-service-page .line {
  border-bottom: 1px solid var(--primary);
}
.client-area-service-page .lines-wrapper {
  display: grid;
  gap: 5px 0;
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .lines-wrapper {
    gap: 3px 0;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-service-page .lines-wrapper {
    gap: 1px 0;
  }
}

/* ----------------------------------------
START: Service Area 5
---------------------------------------- */
.service-area-5 {
  /* ================= HEADER ================= */
}
.service-area-5 .section-header {
  padding-top: 35px;
}
.service-area-5 .section-header .subtitle-wrapper {
  margin-top: 9px;
}
.service-area-5 .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 1015px;
  gap: 60px;
}
@media (max-width: 1919px) {
  .service-area-5 .section-title-wrapper {
    grid-template-columns: 1fr 815px;
  }
}
@media (max-width: 1399px) {
  .service-area-5 .section-title-wrapper {
    grid-template-columns: 1fr 700px;
  }
}
@media (max-width: 1199px) {
  .service-area-5 .section-title-wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media (max-width: 991px) {
  .service-area-5 .section-title-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media (max-width: 767px) {
  .service-area-5 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .service-area-5 .section-title-wrapper {
    row-gap: 30px;
  }
}
.service-area-5 .section-title {
  max-width: 750px;
}
@media only screen and (max-width: 1919px) {
  .service-area-5 .section-title {
    max-width: 650px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area-5 .section-title {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area-5 .section-title {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area-5 .section-title {
    max-width: 100%;
  }
}
.service-area-5 {
  /* ================= CONTENT ================= */
}
.service-area-5 .services-wrapper-box {
  margin-top: 87px;
  display: grid;
  grid-template-columns: 1fr 1015px;
  gap: 60px;
}
@media (max-width: 1919px) {
  .service-area-5 .services-wrapper-box {
    grid-template-columns: 1fr 815px;
  }
}
@media (max-width: 1399px) {
  .service-area-5 .services-wrapper-box {
    grid-template-columns: 1fr 700px;
  }
}
@media (max-width: 1199px) {
  .service-area-5 .services-wrapper-box {
    grid-template-columns: 1fr 600px;
  }
}
@media (max-width: 991px) {
  .service-area-5 .services-wrapper-box {
    grid-template-columns: 1fr 430px;
  }
}
@media (max-width: 767px) {
  .service-area-5 .services-wrapper-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1919px) {
  .service-area-5 .services-wrapper-box {
    margin-top: 57px;
  }
}
@media (max-width: 1199px) {
  .service-area-5 .services-wrapper-box {
    margin-top: 47px;
  }
}
@media (max-width: 767px) {
  .service-area-5 .services-wrapper-box {
    row-gap: 30px;
  }
}
.service-area-5 .services-wrapper-box .info-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 32px;
  max-width: 885px;
}
@media (max-width: 1919px) {
  .service-area-5 .services-wrapper-box .info-text {
    max-width: 785px;
  }
}
@media (max-width: 1399px) {
  .service-area-5 .services-wrapper-box .info-text {
    max-width: 585px;
  }
}
@media (max-width: 1199px) {
  .service-area-5 .services-wrapper-box .info-text {
    max-width: 455px;
  }
}
@media (max-width: 991px) {
  .service-area-5 .services-wrapper-box .info-text {
    max-width: 100%;
  }
}
@media (max-width: 1399px) {
  .service-area-5 .services-wrapper-box .info-text {
    font-size: 18px;
  }
}

/* ----------------------------------------
SERVICES LIST (items)
---------------------------------------- */
.services-wrapper-5 {
  border-top: 1px solid var(--border);
  margin-top: 6px;
}
.services-wrapper-5 .service-box {
  border-bottom: 1px solid var(--border);
  padding: 21px 0 29px;
  display: grid;
  gap: 15px 30px;
  grid-template-columns: 120px 1fr 295px;
  pointer-events: auto;
}
@media (max-width: 1919px) {
  .services-wrapper-5 .service-box {
    padding: 11px 0 19px;
  }
}
@media (max-width: 1399px) {
  .services-wrapper-5 .service-box {
    grid-template-columns: 80px 1fr 225px;
  }
}
@media (max-width: 1199px) {
  .services-wrapper-5 .service-box {
    grid-template-columns: 60px 1fr 205px;
  }
}
@media (max-width: 575px) {
  .services-wrapper-5 .service-box {
    grid-template-columns: 1fr;
  }
}
.services-wrapper-5 .service-box:hover .thumb img {
  max-width: 100%;
}
.services-wrapper-5 .service-box:hover .text {
  opacity: 1;
  max-height: 100%;
}
.services-wrapper-5 .service-box .number {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1919px) {
  .services-wrapper-5 .service-box .number {
    font-size: 16px;
  }
}
.services-wrapper-5 .service-box .title {
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: -0.05em;
}
@media (max-width: 1919px) {
  .services-wrapper-5 .service-box .title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .services-wrapper-5 .service-box .title {
    font-size: 24px;
  }
}
.services-wrapper-5 .service-box .text {
  font-size: 20px;
  line-height: 26px;
  margin-top: 28px;
  opacity: 0;
  max-height: 0;
  max-width: 370px;
  -webkit-transition: opacity 0.3s ease, max-height 0.5s ease;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}
@media (max-width: 1919px) {
  .services-wrapper-5 .service-box .text {
    margin-top: 20px;
  }
}
@media (max-width: 1399px) {
  .services-wrapper-5 .service-box .text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .services-wrapper-5 .service-box .text {
    opacity: 1;
    max-height: 100%;
  }
}
.services-wrapper-5 .service-box .thumb {
  margin-top: 8px;
  text-align: right;
}
@media (max-width: 575px) {
  .services-wrapper-5 .service-box .thumb {
    text-align: left;
  }
}
.services-wrapper-5 .service-box .thumb img {
  border-radius: 15px;
  width: 100%;
  max-width: 165px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* service-9 style */
.service-9 .service-9-inner {
  border-top: none;
}
.dark .service-9 .service-9-inner {
  border-color: rgba(255, 255, 255, 0.2);
}
.service-9__content {
  gap: 50px;
  display: grid;
  grid-template-columns: 750px 1fr;
}
@media only screen and (max-width: 1399px) {
  .service-9__content {
    grid-template-columns: 550px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .service-9__content {
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.service-9__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 94px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .service-9__info {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991px) {
  .service-9__info {
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .service-9__info {
    padding-top: 60px;
  }
}
.service-9__info .designation {
  max-width: 301px;
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .service-9__info .designation {
    max-width: 100%;
  }
}
.service-9__info .media {
  margin-top: auto;
}
@media only screen and (max-width: 1399px) {
  .service-9__info .media {
    margin-top: 40px;
  }
}
.service-9__wrapper {
  position: relative;
}
.service-9__wrap {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-9__wrap {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__wrap {
    padding-top: 0;
  }
}
.service-9__wrap .title {
  font-size: 40px;
  font-weight: 400;
  max-width: 800px;
  line-height: 1.1;
  margin-bottom: 60px;
  color: var(--primary);
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 1199px) {
  .service-9__wrap .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-9__wrap .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .service-9__wrap .title {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 34px;
  }
}
.service-9__wrap .btn-wrapper {
  text-align: right;
  margin-top: 230px;
}
@media only screen and (max-width: 1919px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 80px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 40px;
  }
}
.service-9__wrap .btn-explore {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
}
.service-9__wrap .btn-explore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--primary);
}
.service-9__wrap .btn-explore:hover {
  color: var(--secondary);
}
.service-9__wrap .btn-explore:hover::before {
  width: 0;
}
.service-9 .service-9-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #cfcfcf;
}
.dark .service-9 .service-9-list {
  border-color: #545454;
}
.service-9__item {
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: var(--primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  -webkit-transition: background-color 0.3s ease, 0.3s -webkit-transform ease-in-out;
  transition: background-color 0.3s ease, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease, 0.3s -webkit-transform ease-in-out;
}
.dark .service-9__item {
  border-color: #545454;
}
@media (max-width: 575px) {
  .service-9__item {
    font-size: 16px;
    padding: 12px 2px;
  }
}
.service-9__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px;
  gap: 6rem;
}
.service-9__item a i {
  rotate: -45deg;
  font-size: 15px;
  color: var(--primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-9__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-9__item-location {
  display: block;
  font-size: 16px;
  color: #888;
}
.service-9 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #f1f1f1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.dark .service-9 .active-bg {
  background-color: #1f1f1f;
}

.service-9--aligned .service-9__content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1045px;
}
@media only screen and (max-width: 1919px) {
  .service-9--aligned .service-9__content {
    grid-template-columns: 1fr 845px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-9--aligned .service-9__content {
    grid-template-columns: 1fr 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-9--aligned .service-9__content {
    grid-template-columns: 1fr 585px;
  }
}
@media only screen and (max-width: 991px) {
  .service-9--aligned .service-9__content {
    grid-template-columns: 1fr;
  }
}
.service-9--aligned .service-9__wrap {
  grid-column: 2;
}
@media only screen and (max-width: 991px) {
  .service-9--aligned .service-9__wrap {
    grid-column: 1;
  }
}

/* service details page css */
.hero-area-service-details .service-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  margin-top: 27px;
}
.hero-area-service-details .service-meta .serial {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .next-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.hero-area-service-details .service-meta .next-item--desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 575px) {
  .hero-area-service-details .service-meta .next-item--desktop {
    display: none;
  }
}
.hero-area-service-details .service-meta .next-item--mobile {
  display: none;
}
@media (max-width: 575px) {
  .hero-area-service-details .service-meta .next-item--mobile {
    display: inline-block;
    font-size: 14px;
  }
}
.hero-area-service-details .section-header {
  margin-top: 84px;
  display: grid;
  grid-template-columns: 1045px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 845px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 585px;
    margin-top: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .section-content-wrapper {
  margin-top: 94px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1045px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 845px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 585px;
    margin-top: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details {
  /* moving gallery style  */
}
.hero-area-service-details .wrapper-gallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  padding: 0;
}
.hero-area-service-details .moving-gallery li {
  width: 40vw;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .moving-gallery li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.hero-area-service-details .moving-gallery li img {
  height: auto;
  margin: 0px;
  width: 100%;
}
.hero-area-service-details .moving-gallery li:first-child {
  padding-left: 0px;
}
.hero-area-service-details .moving-gallery li:last-child {
  padding-right: 0px;
}
.hero-area-service-details .moving-gallery li:nth-child(1) {
  width: 30vw;
}
@media (max-width: 575px) {
  .hero-area-service-details .moving-gallery li:nth-child(1) {
    width: 60vw;
  }
}
.hero-area-service-details .moving-gallery li:nth-child(2) {
  width: 25vw;
}
@media (max-width: 575px) {
  .hero-area-service-details .moving-gallery li:nth-child(2) {
    width: 50vw;
  }
}
.hero-area-service-details .moving-gallery li:nth-child(3) {
  width: 20vw;
}
@media (max-width: 575px) {
  .hero-area-service-details .moving-gallery li:nth-child(3) {
    width: 40vw;
  }
}
.hero-area-service-details .moving-gallery li:nth-child(4) {
  width: 25vw;
}
@media (max-width: 575px) {
  .hero-area-service-details .moving-gallery li:nth-child(4) {
    width: 50vw;
  }
}
.hero-area-service-details .moving-gallery li:nth-child(5) {
  width: 30vw;
}
@media (max-width: 575px) {
  .hero-area-service-details .moving-gallery li:nth-child(5) {
    width: 60vw;
  }
}
.hero-area-service-details .section-title {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.hero-area-service-details .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 580px;
}
.hero-area-service-details .section-thumb img {
  width: 100%;
}
.hero-area-service-details .feature-list {
  margin-top: 26px;
}
.hero-area-service-details .feature-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-area-service-details .feature-list li:before {
  content: "+";
  margin-right: 5px;
}

/* approach area service details style  */
.approach-area-service-details-page .section-header {
  margin-top: 32px;
}
.approach-area-service-details-page .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1125px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 905px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 575px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach-area-service-details-page .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  text-transform: unset;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .section-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .section-subtitle {
    font-size: 18px;
  }
  .approach-area-service-details-page .section-subtitle br {
    display: none;
  }
}
.approach-area-service-details-page .section-title {
  max-width: 875px;
}
@media (min-width: 1200px) {
  .approach-area-service-details-page .section-title {
    font-size: 50px;
    line-height: 1;
  }
}
.approach-area-service-details-page .approach-wrapper-box {
  margin-top: 94px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1125px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 905px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 575px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
}
.approach-area-service-details-page .approach-wrapper-box .steps {
  font-family: var(--font_sequelsansromanbody);
  font-size: 265px;
  font-weight: 310;
  line-height: 0.65;
  letter-spacing: -0.07em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    font-size: 205px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    font-size: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    display: none;
  }
}
.approach-area-service-details-page .approach-wrapper {
  border-top: 1px dashed #878482;
}
.approach-area-service-details-page .approach-box {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 60px 1fr 595px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #878482;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-box {
    gap: 10px 30px;
  }
}
@media (max-width: 575px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 30px 1fr;
  }
}
.approach-area-service-details-page .approach-box .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box .number {
    grid-row: span 2;
  }
}
.approach-area-service-details-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box .title {
    font-size: 24px;
  }
}
.approach-area-service-details-page .approach-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/* feature area style  */
.feature-area {
  background-color: var(--bg);
}
.feature-area .features-wrapper-box {
  margin-top: 44px;
}
.feature-area .features-wrapper {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .feature-area .features-wrapper {
    gap: 60px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-area .features-wrapper > *:nth-child(2n) .thumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper > *:nth-child(2n) .thumb {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.feature-area .feature-box {
  position: relative;
  display: grid;
  gap: 175px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box {
    gap: 95px;
  }
}
@media only screen and (max-width: 1399px) {
  .feature-area .feature-box {
    gap: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-area .feature-box {
    gap: 45px;
  }
}
.feature-area .feature-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: -30px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box:before {
    left: -20px;
  }
}
.feature-area .feature-box .thumb img {
  height: 80px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .thumb img {
    height: 60px;
  }
}
.feature-area .feature-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .title {
    font-size: 24px;
  }
}
.feature-area .feature-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white-2);
  margin-top: 30px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .text {
    font-size: 18px;
    margin-top: 20px;
  }
}

/* value area style  */
.value-area {
  background-color: var(--bg);
}
.value-area .section-content-wrapper {
  margin-top: 32px;
  margin-bottom: 45px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 605px 905px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr 770px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.value-area .section-thumb {
  margin-top: 11px;
  max-width: 660px;
}
.value-area .section-thumb img {
  width: 100%;
}
.value-area .section-title {
  letter-spacing: -0.07em;
  color: var(--white);
  max-width: 660px;
}
@media (min-width: 1200px) {
  .value-area .section-title {
    font-size: 50px;
    font-weight: 315;
    line-height: 55px;
  }
}
.value-area .values-wrapper {
  margin-top: 56px;
}
@media only screen and (max-width: 991px) {
  .value-area .values-wrapper {
    margin-top: 36px;
  }
}
.value-area .value-box {
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 330px 1fr;
}
@media only screen and (max-width: 1919px) {
  .value-area .value-box {
    grid-template-columns: 230px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .value-area .value-box {
    grid-template-columns: 130px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .value-box {
    grid-template-columns: 1fr;
  }
}
.value-area .value-box:not(:first-child) {
  margin-top: 68px;
}
@media only screen and (max-width: 991px) {
  .value-area .value-box:not(:first-child) {
    margin-top: 38px;
  }
}
.value-area .value-box .number {
  font-size: 100px;
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: var(--white);
  padding-top: 17px;
  border-top: 1px solid rgba(252, 247, 243, 0.2);
  margin-top: 6px;
}
@media only screen and (max-width: 1919px) {
  .value-area .value-box .number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .value-area .value-box .number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .value-area .value-box .number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .value-box .number {
    font-size: 35px;
  }
}
.value-area .value-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white-2);
}
@media only screen and (max-width: 1919px) {
  .value-area .value-box .text {
    font-size: 18px;
  }
}

/* faq area style  */
.faq-area .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .faq-area .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.faq-area .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.faq-area .subtitle-wrapper {
  margin-top: 8px;
}
.faq-area .section-title {
  max-width: 1005px;
}
@media only screen and (max-width: 1919px) {
  .faq-area .section-title {
    max-width: 905px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-title {
    max-width: 705px;
  }
}
.faq-area .accordion-wrapper {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 93px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-wrapper {
    margin-top: 63px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area .accordion-wrapper {
    margin-top: 43px;
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .accordion-wrapper {
    max-width: 750px;
  }
}
.faq-area .accordion {
  border-top: 1px solid var(--border);
  counter-reset: accordion;
}
.faq-area .accordion-button {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding: 30px 0 33px;
  border-radius: 0 !important;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-button {
    font-size: 20px;
  }
}
.faq-area .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  width: auto;
  height: auto;
}
.faq-area .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "-";
}
.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  position: relative;
  padding-left: 130px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .faq-area .accordion-item {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-item {
    padding-left: 50px;
  }
}
.faq-area .accordion-item:before {
  counter-increment: accordion;
  content: counter(accordion, decimal-leading-zero);
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-item:before {
    top: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-item:before {
    font-size: 20px;
  }
}
.faq-area .accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--secondary);
  padding: 4px 0 43px;
  border: none;
}

/* work page css */
.work-area-work-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .work-area-work-page .section-header {
    padding-top: 7px;
  }
}
.work-area-work-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-area-work-page .subtitle-wrapper {
  margin-top: 8px;
}
.work-area-work-page .section-title {
  max-width: 800px;
}
@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-title {
    max-width: 640px;
  }
}
.work-area-work-page .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 490px;
}
.work-area-work-page .info-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-area-work-page .info-list li:before {
  content: "+";
  margin-right: 5px;
}
.work-area-work-page .section-content-wrapper {
  margin-top: 84px;
  margin-bottom: 93px;
  max-width: 1235px;
  margin-left: auto;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 200px 1fr;
}
@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-content-wrapper {
    margin-top: 54px;
    margin-bottom: 53px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-content-wrapper {
    margin-top: 44px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-work-page .section-content-wrapper {
    margin-bottom: 43px;
    max-width: 750px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-work-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-area-work-page .works-wrapper-box .container.large {
  max-width: 1850px;
}
@media (min-width: 992px) {
  .work-area-work-page .work-area-2-inner {
    padding-top: 0px !important;
  }
}

.works-wrapper-8 {
  display: grid;
  gap: 68px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-8 {
    gap: 48px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-8 {
    gap: 38px 20px;
  }
}
@media (max-width: 575px) {
  .works-wrapper-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-wrapper-8 > * .image {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.works-wrapper-8 > *:nth-child(2n) .image {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.works-wrapper-8 .work-box .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.works-wrapper-8 .work-box .thumb:hover .t-btn {
  opacity: 1;
}
.works-wrapper-8 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.works-wrapper-8 .work-box .thumb .image img {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.works-wrapper-8 .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.works-wrapper-8 .work-box .thumb .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: white;
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: -25px 0 0 -65px;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.works-wrapper-8 .work-box .content {
  margin-top: 14px;
}
.works-wrapper-8 .work-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-8 .work-box .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-8 .work-box .title {
    font-size: 20px;
  }
}
.works-wrapper-8 .work-box .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.works-wrapper-8 .work-box .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-wrapper-8 .work-box .meta span:not(:first-child):before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

/* ==============================
   Work Area 4
============================== */
.work-area-4 .section-header {
  border-top: none;
  /* 1px solid var(--border); */
  padding-top: 35px;
}
.work-area-4 .section-header .btn-wrapper {
  margin-top: 44px;
}
@media only screen and (max-width: 1919px) {
  .work-area-4 .section-header .btn-wrapper {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-4 .section-header .btn-wrapper {
    margin-top: 24px;
  }
}
.work-area-4 .section-header .subtitle-wrapper {
  margin-top: 9px;
}
.work-area-4 .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1015px;
}
@media only screen and (max-width: 1919px) {
  .work-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 815px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-4 .section-title-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-4 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-area-4 .section-title {
  max-width: 750px;
}
@media only screen and (max-width: 1919px) {
  .work-area-4 .section-title {
    max-width: 650px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-4 .section-title {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-4 .section-title {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-4 .section-title {
    max-width: 100%;
  }
}
.work-area-4 .works-wrapper-box {
  margin-top: 29px;
}
@media only screen and (max-width: 1399px) {
  .work-area-4 .works-wrapper-box {
    margin-top: 9px;
  }
}

/* ==============================
   Works Wrapper 4
============================== */
.works-wrapper-4 {
  display: grid;
  gap: 85px 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-4 {
    gap: 65px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-4 {
    gap: 45px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-wrapper-4 > * .image {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.works-wrapper-4 > *:nth-child(2n) .image {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.works-wrapper-4 .work-box .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.works-wrapper-4 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.works-wrapper-4 .work-box .thumb .image img {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.works-wrapper-4 .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.works-wrapper-4 .work-box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-4 .work-box .content {
    margin-top: 14px;
  }
}
.works-wrapper-4 .work-box .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-4 .work-box .title {
    font-size: 18px;
  }
}
.works-wrapper-4 .work-box .tag,
.works-wrapper-4 .work-box .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-4 .work-box .tag,
  .works-wrapper-4 .work-box .date {
    font-size: 18px;
  }
}

/* work details page css */
.work-details-area .section-header {
  margin-top: 17px;
}
.work-details-area .section-title-wrapper {
  display: grid;
  gap: 20px 29px;
  grid-template-columns: 315px 1fr;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 245px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 195px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-title-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-details-area .section-title-wrapper .title-thumb {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  margin-top: 13px;
  max-width: 315px;
}
@media only screen and (max-width: 1399px) {
  .work-details-area .section-title-wrapper .title-thumb {
    margin-top: 5px;
  }
}
.work-details-area .meta-wrapper {
  margin-top: 51px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .meta-wrapper {
    margin-top: 41px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .meta-wrapper {
    gap: 30px 40px;
    margin-top: 31px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .meta-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.work-details-area .meta-item {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.work-details-area .meta-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.work-details-area .meta-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
  margin-top: 4px;
}
.work-details-area .section-info {
  margin-top: 59px;
  margin-bottom: 93px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 825px;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-info {
    margin-top: 49px;
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr 550px;
    margin-top: 29px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr;
  }
}
.work-details-area .section-info .title {
  font-size: 50px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 440px;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-info .title {
    font-size: 38px;
    max-width: 340px;
  }
}
@media (max-width: 575px) {
  .work-details-area .section-info .title {
    font-size: 28px;
  }
}
.work-details-area .section-info .content {
  margin-top: 2px;
}
.work-details-area .section-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.work-details-area .section-info .feature-list {
  margin-top: 28px;
}
.work-details-area .section-info .feature-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-details-area .section-info .feature-list li:before {
  content: "+";
  margin-right: 6px;
}
.work-details-area .gallery-wrapper {
  padding: 0 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper {
    padding: 0 10px;
  }
}
.work-details-area .gallery-wrapper > *:nth-child(1) {
  grid-column: span 2;
}
.work-details-area .gallery-wrapper > *:nth-child(3) {
  grid-column: span 3;
}
.work-details-area .gallery-wrapper .image {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper .image {
    border-radius: 5px;
  }
}
.work-details-area .details-info .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 27px;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .title {
    font-size: 24px;
  }
}
.work-details-area .details-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .text {
    font-size: 18px;
  }
}
.work-details-area .section-details {
  margin-top: 41px;
  margin-bottom: 93px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr;
  max-width: 1120px;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-details {
    margin-top: 41px;
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-details {
    margin-top: 31px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .work-details-area .section-details {
    grid-template-columns: 1fr;
  }
}
.work-details-area .gallery-wrapper-2 {
  padding: 0 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper-2 {
    padding: 0 10px;
  }
}
.work-details-area .gallery-wrapper-2 .image {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper-2 .image {
    border-radius: 5px;
  }
}
.work-details-area .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1px;
}
.work-details-area .pagination a {
  border: 1px solid var(--border);
  width: 170px;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 90px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .work-details-area .pagination a {
    width: 150px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .pagination a {
    width: 120px;
    height: 50px;
  }
}
.work-details-area .pagination a:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white);
}
.dark .work-details-area .pagination a:hover {
  color: var(--black);
}
.work-details-area .pagination a:hover svg * {
  fill: var(--white);
}
.dark .work-details-area .pagination a:hover svg * {
  fill: var(--black);
}
.work-details-area .pagination a svg * {
  fill: var(--primary);
}

/* team area team page style  */
.team-area-team-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .section-header {
    padding-top: 7px;
  }
}
.team-area-team-page .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 325px 1fr;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 275px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-area-team-page .subtitle-wrapper {
  margin-top: 8px;
}
.team-area-team-page .section-title {
  max-width: 530px;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title {
    max-width: 430px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .section-title {
    max-width: 350px;
  }
}
.team-area-team-page .team-info {
  margin-top: 13px;
}
.team-area-team-page .team-info .team-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-area-team-page .team-info .team-group img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: 3px solid var(--white);
}
.dark .team-area-team-page .team-info .team-group img {
  outline-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .team-info .team-group img {
    width: 50px;
    height: 50px;
  }
}
.team-area-team-page .team-info .team-group img:not(:first-child) {
  margin-left: -10px;
}
.team-area-team-page .team-info .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  max-width: 275px;
}
.team-area-team-page .team-info .text span {
  font-weight: 500;
  color: var(--primary);
}
.team-area-team-page .team-info .text-wrapper {
  margin-top: 16px;
}
.team-area-team-page .title-wrapper .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 580px;
  margin-top: 54px;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 24px;
  }
}

/* cta area team page style  */
.cta-area-team-page .section-content {
  margin-top: 32px;
  text-align: center;
}
.cta-area-team-page .section-content .btn-wrapper {
  margin-top: 45px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .cta-area-team-page .section-content .btn-wrapper {
    margin-top: 35px;
  }
}
.cta-area-team-page .section-title {
  max-width: 920px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .cta-area-team-page .section-title {
    font-size: 50px;
    line-height: 50px;
  }
}

/* team list area style  */
.team-list-area .team-box {
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  gap: 15px 25px;
  grid-template-columns: 100px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dark .team-list-area .team-box {
  border-color: #292929;
}
@media only screen and (max-width: 1919px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .team-list-area .team-box {
    grid-template-columns: 80px 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area .team-box {
    grid-template-columns: 80px 300px auto;
  }
}
.team-list-area .team-box:hover {
  background-color: #FAFAFA;
}
.dark .team-list-area .team-box:hover {
  background-color: #1D1C1C;
}
.team-list-area .team-box:hover .thumb {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.team-list-area .team-box:hover .name {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.team-list-area .team-box:hover .t-btn-normal {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.team-list-area .team-box .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .team-list-area .team-box .thumb {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area .team-box .thumb {
    grid-column: span 3;
  }
}
.team-list-area .team-box .thumb img {
  width: 100%;
}
.team-list-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .team-list-area .team-box .name {
    font-size: 24px;
  }
}
.team-list-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}
.team-list-area .team-wrapper-box {
  margin-top: 90px;
}
@media only screen and (max-width: 1399px) {
  .team-list-area .team-wrapper-box {
    margin-top: 70px;
  }
}
.team-list-area .team-wrapper {
  border-top: 1px solid #E1E1E1;
}
.dark .team-list-area .team-wrapper {
  border-color: #292929;
}

/* team area style  */
.team-area .section-header {
  margin-top: 59px;
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .team-area .section-header {
    grid-template-columns: 1fr;
  }
}
.team-area .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 375px;
}
.team-area .section-header .section-title-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 991px) {
  .team-area .section-header .section-title-wrapper {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.team-area .team-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-area .team-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area .team-wrapper-box {
    margin-top: 44px;
  }
}
.team-area .team-wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-area .team-box:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-area .team-box .thumb {
  overflow: hidden;
}
.team-area .team-box .thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .team-area .team-box .name {
    font-size: 24px;
  }
}
.team-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}
.team-area .team-box .content {
  margin-top: 19px;
}/*# sourceMappingURL=style.css.map */