@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 300;
  src: url("../font/Syne-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Syne-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Syne-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  src: url("../font/Syne-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  src: url("../font/Syne-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: maneli;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Maneli.ttf") format("truetype");
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "Syne" !important;
}

body {
  font-family: "Syne" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1930px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body {
  background-color: #0d0d0d;
  --token-4fdd7769-e1d0-45b2-8e3d-fe484baba321: #fbb517;
  --token-4a53df1c-d18e-4663-ad1f-89eb63b52f8a: #ed991d;
  --token-2f560859-5998-4075-847c-9f666c5cfc0b: #095d5d;
  --token-620fac81-7c2e-4342-b93a-72603d1fc89e: #0d0d0d;
  --token-16cecdcd-c5a5-4884-abaa-e0abd93e3514: #ffffff1a;
  --token-31d2d8ec-6073-495b-98cd-5e142f56bc63: #ffffff26;
  --token-8c47652b-dea5-4767-a9f2-5d952dcce49a: #ffffff4d;
  --token-8296390c-3e4f-4c48-afd6-ee4e9808dfbe: #ffffff80;
  --token-d9d01f21-7a47-443c-a8bc-56cdb453de6f: #fffc;
  --token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d: #fff;
}

a.generalBtn {
  padding: 3px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom-width: 0px;
  border-color: rgba(255, 255, 255, 0.5019607843);
  border-left-width: 2px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 2px;
  backdrop-filter: blur(15px);
  background: linear-gradient(112deg, var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)) 0%, rgba(255, 255, 255, 0.11) 100%);
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  height: 100%;
  will-change: auto;
  transform: none;
  transform-origin: 50% 50% 0px;
  position: relative;
  overflow: hidden;
}
a.generalBtn::after {
  content: "";
  border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
  border-color: var(--border-color, none);
  border-style: var(--border-style, none);
  box-sizing: border-box;
  border-radius: inherit;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
a.generalBtn > div {
  align-items: center;
  gap: 0;
  height: 100%;
  padding: 6px 33px 7px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  border-bottom-width: 0px;
  border-color: rgba(255, 255, 255, 0);
  border-left-width: 2px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 2px;
  backdrop-filter: blur(13px);
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 30px;
  border: 0;
  transition: all 0.4s linear;
}
a.generalBtn span:nth-child(1) {
  flex: none;
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.generalBtn span:nth-child(1) div {
  height: 8px;
  width: 8px;
  background: #ff000d;
  border: 1px solid #530004;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  animation: pulse 1s ease-in-out infinite;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}
a.generalBtn span:nth-child(2) {
  background: radial-gradient(127.9% 258% at -40.3% 0%, #ee8932 51.6956953472%, var(--token-4a53df1c-d18e-4663-ad1f-89eb63b52f8a, rgb(201, 145, 109)) 75.4062281851%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(255, 99, 111)) 100%);
  background: radial-gradient(127.9% 258% at -40.3% 0%, #ee8932 51.6956953472%, var(--token-4a53df1c-d18e-4663-ad1f-89eb63b52f8a, rgb(251, 181, 23)) 75.4062281851%, #fbb517 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s linear;
  opacity: 1;
  visibility: visible;
  border-radius: 50px;
}
a.generalBtn span:nth-child(3) {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8509803922);
}
a.generalBtn:hover > div {
  padding-left: 10px;
}
a.generalBtn:hover span:nth-child(1) div {
  opacity: 1;
  visibility: visible;
}
a.generalBtn:hover span:nth-child(2) {
  height: 0%;
  width: 0%;
  top: 24px;
  left: 26px;
  opacity: 0;
  visibility: hidden;
}

.backDropSubMeno {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(25px);
  z-index: 20;
  display: none;
}

.backDropSearch {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  z-index: 100;
  display: none;
}

.menuMobilesection {
  height: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  display: none;
}
@media (max-width: 1000px) {
  .menuMobilesection {
    display: flex;
  }
}
.menuMobilesection .downerNav {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.menuMobilesection ul.menu {
  padding: 0 32px;
}
.menuMobilesection ul.menu > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.menuMobilesection ul.menu > li > a a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.menuMobilesection ul.menu ul {
  width: 100%;
  padding: 0 20px;
  display: none;
}
.menuMobilesection ul.menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menuMobilesection ul.menu li > svg path {
  stroke: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  transition: all 0.2s linear;
}
.menuMobilesection ul.menu a {
  display: block;
  width: calc(100% - 40px);
  position: relative;
  color: #ffffff !important;
  font-weight: 300 !important;
  padding: 0px 0px 16px;
}
.menuMobilesection ul.menu svg {
  margin: auto;
}
.menuMobilesection .menuSideBarMenumobile svg {
  transition: all 0.2s linear;
}
.menuMobilesection .buttonNavMobile {
  background: #fff;
  color: #212121;
  border-radius: 50px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s linear;
  margin-top: 60px;
  margin-bottom: 20px;
}
.menuMobilesection .buttonNavMobile a {
  color: #212121;
  font-size: 16px;
}
.menuMobilesection .buttonNavMobile:hover {
  background: #fbb517;
  color: #fff;
}

.menuMobilesection.active {
  height: 480px;
}

header#masthead {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding-top: 30px;
}
header#masthead .mianSectionHeader {
  max-width: 1024px;
  width: calc(100% - 30px);
  backdrop-filter: blur(9px);
  background-color: rgba(13, 13, 13, 0.2);
  border-radius: 42px;
  padding: 6px 7px 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  header#masthead .mianSectionHeader {
    flex-wrap: wrap;
  }
}
header#masthead .logoSide {
  width: 152px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear 0.5s;
}
header#masthead .logoSide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header#masthead .logoSide a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header#masthead .leftSideBar {
  margin-left: auto;
}
@media (max-width: 1000px) {
  header#masthead .leftSideBar {
    display: none;
  }
}
header#masthead .iconCloseParent {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}
@media (max-width: 1000px) {
  header#masthead .iconCloseParent {
    position: relative;
    height: 44px;
    width: 44px;
  }
}
header#masthead .iconCloseParent > svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  padding: 5px;
  display: none;
}
header#masthead .iconCloseParent > svg:first-child {
  background: var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1));
}
header#masthead .iconCloseParent > svg path {
  stroke: white;
}
@media (max-width: 1000px) {
  header#masthead .iconCloseParent > svg:first-child {
    display: block;
  }
}
@media (max-width: 1000px) {
  header#masthead .iconCloseParent svg.active svg:first-child {
    display: none;
  }
  header#masthead .iconCloseParent svg.active svg:last-child {
    display: block;
  }
}
header#masthead .iconCloseParent > div {
  background: #fff;
  color: #212121;
  border-radius: 50px;
  height: 44px;
  width: 44px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s linear;
}
header#masthead .iconCloseParent > div > svg {
  height: 100%;
  width: 100%;
}
header#masthead .iconCloseParent > div > svg path {
  stroke: #2b2a2a;
  transition: all 0.3s linear;
}
header#masthead .iconCloseParent > div > svg:hover path {
  stroke: #ffffff;
}
header#masthead .iconCloseParent > div:hover {
  background: #fbb517;
  color: #fff;
}
@media (max-width: 1000px) {
  header#masthead .iconCloseParent > div {
    display: none;
  }
}

body:not(.home) header#masthead .mianSectionHeader {
  background-color: rgba(192, 192, 192, 0.17) !important;
}

p.beforeBlogArchiveBody {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.932);
  max-width: 760px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
}

.mianSectionHeader.active .iconCloseParent {
  transform: translate(-16px, 16px);
  transition: all 0.4s linear 0.5s !important;
}
.mianSectionHeader.active .logoSide {
  transform: translate(10px, 16px);
  transition: all 0.4s linear 0.5s !important;
}

.menuSideBarMenumobile {
  width: 100%;
  padding: 0 24px;
  height: 100%;
  margin: auto;
}
.menuSideBarMenumobile .menu {
  padding: 0 !important;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
.menuSideBarMenumobile .menu > .menu-item-has-children {
  margin-right: 12px;
}
.menuSideBarMenumobile .menu > .menu-item-has-children > .sub-menu {
  top: 40px !important;
}
.menuSideBarMenumobile .menu .menu-item-has-children {
  position: relative;
}
.menuSideBarMenumobile .menu .menu-item-has-children::before {
  position: absolute;
  transition: all linear 0.2s;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 4.5 6 7.5l-3.5-3' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: -13px;
  top: 3px;
  opacity: 0.3;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  margin: auto;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu {
  padding: 5px 9px;
  list-style: none;
  list-style-type: none;
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  height: -moz-max-content;
  height: max-content;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 0px;
  opacity: 0;
  box-shadow: 0px 9px 68px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: translate(0px, 28px);
  transition: all ease-in 0.4s;
  z-index: 99;
  background: #0d0d0d;
  list-style-type: none;
  top: -10px;
  box-shadow: 0px 2px 20px -5px rgba(153, 153, 153, 0.2), -4px -4px 7px -1px rgba(245, 245, 245, 0.02);
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu .sub-menu {
  left: 200px;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > .menu-item-has-children::before {
  right: -2px;
  top: 7px;
  opacity: 0.3;
  bottom: 0;
  margin: auto;
  height: -moz-min-content;
  height: min-content;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  right: 195px;
  transform: translate(0px, 22px);
  transition: all ease-in 0.4s;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > li {
  padding: 9px 0;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > li > a {
  font-size: 12.8px;
  line-height: 2em;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 400;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > li > a:hover {
  color: #fbb517 !important;
}
.menuSideBarMenumobile .menu .menu-item-has-children > .sub-menu > li:last-of-type {
  border-bottom: none;
}
.menuSideBarMenumobile .menu .menu-item-has-children:hover::before {
  transform: rotateZ(180deg) translateY(4px) !important;
  opacity: 0.5;
  top: 3px;
}
.menuSideBarMenumobile .menu .menu-item-has-children:hover .sub-menu {
  transform: translate(0px, 12px);
  visibility: visible;
  opacity: 1;
}
.menuSideBarMenumobile .menu > li > a {
  position: relative;
  padding: 10px;
  transition: all 0.4s linear;
  backdrop-filter: unset;
  background: rgba(255, 255, 255, 0);
  border-radius: 50px;
}
.menuSideBarMenumobile .menu > li > a::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fbb517;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s linear;
  width: 0%;
}
.menuSideBarMenumobile .menu > li:hover > a {
  background: rgba(255, 255, 255, 0.0705882353);
  backdrop-filter: blur(4px);
}
.menuSideBarMenumobile .menu > li:hover a::before {
  width: 60%;
}
.menuSideBarMenumobile .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.menuSideBarMenumobile .menu li a {
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.menuSideBarMenumobile .menu li:hover > a {
  color: #fbb517 !important;
}

header#masthead .menuSideBarMenumobile .menu > .menu-item-has-children > ul a {
  color: #ffffff;
  overflow: hidden;
}
header#masthead .menuSideBarMenumobile .menu .menu-item-has-children::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 4.5 6 7.5l-3.5-3' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1;
}

footer#colophon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  padding: 100px 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  footer#colophon {
    padding: 40px 0 0px;
  }
}
footer#colophon .mainFooterChild {
  border-radius: 40px;
  background: radial-gradient(132.5% 150% at 3.7% 0%, #fbb517 0%, rgba(255, 255, 255, 0.03) 37.6389496638%);
  padding: 20px;
  text-align: center;
}
@media (max-width: 1000px) {
  footer#colophon .mainFooterChild {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
footer#colophon .mainFooterChild .footerMainLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 0 20px;
}
@media (max-width: 1000px) {
  footer#colophon .mainFooterChild .footerMainLogo {
    height: 80px;
    order: 1;
  }
}
footer#colophon .mainFooterChild .footerMainLogo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer#colophon .mainFooterChild .footerMainLogo a img,
footer#colophon .mainFooterChild .footerMainLogo a svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer#colophon .upperMainFooter {
  padding: 47px 58px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 40px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3019607843) rgba(255, 255, 255, 0.3);
}
@media (max-width: 1000px) {
  footer#colophon .upperMainFooter {
    border-color: transparent;
    background-color: transparent;
    order: 2;
    padding-bottom: 10px;
    padding: 20px 0px 0px;
  }
}
footer#colophon .upperMainFooter h2 {
  color: #fff;
  font-size: 68px;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 1000px) {
  footer#colophon .upperMainFooter h2 {
    font-size: 30px;
  }
}
footer#colophon .upperMainFooter p {
  color: #fff;
  font-size: 26px;
  margin-bottom: 32px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  font-weight: 400;
  opacity: 0.7;
}
@media (max-width: 1000px) {
  footer#colophon .upperMainFooter p {
    font-size: 20px;
  }
}
footer#colophon .upperMainFooter a.FooterBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(50% 50% at 4.7% 0%, rgba(251, 181, 23, 0.8588235294) 0%, rgba(251, 181, 23, 0.968627451) 100%);
  border: 1px solid white;
  border-radius: 54px;
  max-width: 650px;
  margin: auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 400;
  overflow: hidden;
  height: 80px;
  transition: all 0.4s linear;
}
@media (max-width: 1000px) {
  footer#colophon .upperMainFooter a.FooterBtn {
    background: radial-gradient(107.7% 333.3% at -11.8% 0%, #fbb517 33.3333333333%, rgb(251, 181, 23) 52.0658345231%, var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)) 69.3504745978%);
  }
}
footer#colophon .upperMainFooter a.FooterBtn > span {
  transition: all 0.4s linear;
  width: 170px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 1000px) {
  footer#colophon .upperMainFooter a.FooterBtn > span {
    margin-left: 20px;
    width: calc(100% - 100px);
  }
}
footer#colophon .upperMainFooter a.FooterBtn > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  transform: rotate(90deg);
  transition: all 0.4s linear;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  footer#colophon .upperMainFooter a.FooterBtn > div {
    background-color: rgba(255, 255, 255, 0.04);
    height: 70px;
    width: 70px;
    padding: 20px;
    transform: rotate(45deg);
  }
}
footer#colophon .upperMainFooter a.FooterBtn:hover {
  background: radial-gradient(107.7% 333.3% at -11.8% 0%, #fbb517 33.3333333333%, rgb(251, 181, 23) 52.0658345231%, var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)) 69.3504745978%);
}
footer#colophon .upperMainFooter a.FooterBtn:hover > span {
  width: calc(100% - 130px);
}
footer#colophon .upperMainFooter a.FooterBtn:hover > div {
  background-color: rgba(255, 255, 255, 0.04);
  height: 70px;
  width: 70px;
  padding: 20px;
  transform: rotate(45deg);
}
footer#colophon .downerMainFooter {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  footer#colophon .downerMainFooter {
    flex-direction: column;
    order: 4;
  }
}
footer#colophon .downerMainFooter > div {
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 40px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3019607843) rgba(255, 255, 255, 0.3);
  width: calc(50% - 5px);
  padding: 38px 50px;
}
@media (max-width: 1000px) {
  footer#colophon .downerMainFooter > div {
    width: 100%;
    padding: 32px 24px;
  }
}
footer#colophon .downerMainFooter .downerMainFootLeft {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeft {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
  gap: 6px;
}
@media (max-width: 768px) {
  footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeft {
    align-items: start;
    margin-bottom: 10px;
  }
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeft span:first-child {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 22px;
  font-weight: 600;
  text-align: start;
  min-width: 110px;
  max-width: 110px;
}
@media (max-width: 768px) {
  footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeft span:first-child {
    font-size: 16px;
    min-width: 90px;
    max-width: 90px;
  }
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeft span:last-child {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.9;
  text-align: left;
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm {
  width: 100%;
  text-align: justify;
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  line-height: 150%;
  font-weight: 500;
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm form {
  display: flex;
  justify-content: start;
  gap: 10px;
}
@media (max-width: 1000px) {
  footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm form {
    flex-direction: column;
  }
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm .gform-body.gform_body {
  width: 80%;
}
@media (max-width: 1000px) {
  footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm .gform-body.gform_body {
    width: 100%;
  }
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm .gform-footer {
  width: calc(20% - 0px);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm .gform-footer {
    width: 100%;
  }
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm input[type=submit] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  background: #fbb517 !important;
  border: 1px solid #fbb517 !important;
  width: 100% !important;
  padding: 15px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  color: #ffffff !important;
  outline: 0 !important;
  transition: all 0.4s linear;
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm input[type=submit]:hover {
  background: white !important;
  color: #fbb517 !important;
}
footer#colophon .downerMainFooter .downerMainFootLeft .itemsMainLeftForm input[type=email] {
  padding: 13px !important;
  border-radius: 50px !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.1019607843) !important;
  color: rgb(147, 147, 147) !important;
  font-size: 15px !important;
  letter-spacing: -0.02em !important;
  line-height: 22px !important;
  font-weight: 200 !important;
  height: unset !important;
  outline: 0 !important;
}
footer#colophon .downerMainFooter .downerMainFootright {
  display: flex;
  justify-content: start;
  align-items: start;
}
footer#colophon .downerMainFooter .downerMainFootright > div {
  text-align: left;
  width: 50%;
  padding-right: 30px;
}
footer#colophon .downerMainFooter .downerMainFootright > div h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  line-height: 22px;
  font-weight: 600;
}
footer#colophon .downerMainFooter .downerMainFootright > div li a {
  display: list-item;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  transition: all 0.4s linear;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
footer#colophon .downerMainFooter .downerMainFootright > div li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fbb517;
  transition: all 0.4s linear;
}
footer#colophon .downerMainFooter .downerMainFootright > div li:hover a {
  color: #fbb517;
}
footer#colophon .downerMainFooter .downerMainFootright > div li:hover a::before {
  width: 100%;
}
footer#colophon .socialMediaBox {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  footer#colophon .socialMediaBox {
    order: 3;
  }
}
footer#colophon .socialMediaBox a {
  width: calc(50% - 5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
  border-radius: 54px;
  border: 1px solid;
  border-color: transparent;
  transition: all 0.4s linear;
  overflow: hidden;
}
@media (max-width: 1000px) {
  footer#colophon .socialMediaBox a {
    width: 100%;
  }
}
footer#colophon .socialMediaBox a .socialMediaBoxInn {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  width: calc(100% - 60px);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 0px 0px 0px 20px;
  height: 60px;
  border-radius: 54px 0 0 54px;
  transition: all 0.4s linear;
}
footer#colophon .socialMediaBox a .socialMediaBoxInn span:first-child {
  height: 25px;
  width: 25px;
}
footer#colophon .socialMediaBox a .socialMediaBoxInn span:first-child svg {
  transition: all 0.4s linear;
}
footer#colophon .socialMediaBox a .socialMediaBoxInn span:last-child {
  transition: all 0.4s linear;
}
footer#colophon .socialMediaBox a > span:last-child {
  height: 60px;
  width: 60px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 54px 54px 0 0;
  transform: rotate(90deg);
  transition: all 0.4s linear;
}
footer#colophon .socialMediaBox a:hover {
  border-color: rgba(255, 255, 255, 0.3019607843) rgba(255, 255, 255, 0.3);
}
footer#colophon .socialMediaBox a:hover .socialMediaBoxInn {
  border-radius: 54px 54px 54px 54px;
  width: calc(100% - 80px);
}
footer#colophon .socialMediaBox a:hover .socialMediaBoxInn span:first-child svg {
  fill: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgba(255, 255, 255, 0.8)) !important;
  color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgba(255, 255, 255, 0.8)) !important;
  transform: scale(1.3) translate(4px, 0px);
}
footer#colophon .socialMediaBox a:hover .socialMediaBoxInn span:last-child {
  transform: translate(10px, 0px);
}
footer#colophon .socialMediaBox a:hover > span:last-child {
  transform: scale(0.9) rotate(45deg);
  border-radius: 54px 54px;
}

article .entry-content {
  max-width: 860px;
  margin: auto;
  padding: 100px 30px;
  transform: translateY(-10px);
  position: relative;
  z-index: 10;
}

.entry-content strong {
  font-weight: 600;
  color: white;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.8);
  margin: auto;
  margin-bottom: 24px;
  text-align: center;
}
.entry-content h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .entry-content h2 {
    font-size: 22px;
  }
}
.entry-content h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content h4 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .entry-content h4 {
    font-size: 18px;
  }
}
.entry-content h5 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content h5 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .entry-content h5 {
    font-size: 15px;
  }
}
.entry-content table {
  width: 100%;
  border-radius: 8px;
}
.entry-content td {
  padding: 10px;
  text-align: center;
}
.entry-content tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5803921569);
  color: white;
}
.entry-content tr:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.3411764706);
  color: white;
}
.entry-content > p {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  margin: 0;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .entry-content > p {
    font-size: 16px;
  }
}
.entry-content p:has(img) {
  text-align: center;
}
.entry-content div:has(video) {
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}
.entry-content img,
.entry-content video {
  border-radius: 8px;
}
.entry-content video {
  margin-bottom: 32px;
}
.entry-content blockquote {
  padding: 30px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
  margin-bottom: 32px;
}
.entry-content blockquote p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.entry-content ul li,
.entry-content ol li {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.entry-content ul li::marker,
.entry-content ol li::marker {
  font-size: 20px;
  color: whitesmoke;
}
.entry-content ul,
.entry-content ol {
  padding-right: 30px;
  margin: 48px 0;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol li {
  list-style: upper-roman;
}
.entry-content a {
  color: #fbb517;
  transition: all 0.3s linear;
}
.entry-content a:hover {
  text-decoration: underline;
}

.blogSingleHeader {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.blogSingleHeader .post-thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogSingleHeader .post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogSingleHeader .blSinHeadCont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(13, 13, 13) 100%);
  padding: 50px;
}
.blogSingleHeader .blSinHeadCont h1 {
  font-size: 96px;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1em;
  color: white;
  margin: 0;
  text-align: left;
  max-width: 1900px;
  margin: auto;
}
@media (max-width: 768px) {
  .blogSingleHeader .blSinHeadCont h1 {
    font-size: 48px;
  }
}
.blogSingleHeader .blSinHeadCont .blSinHeadContItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1900px;
  margin: auto;
  margin-top: 32px;
}
.blogSingleHeader .blSinHeadCont .blSinHeadContItems > div {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2em;
  color: white;
}

main#primary + div#homeBlogSectionBack {
  margin-bottom: -200px;
}
main#primary + div#homeBlogSectionBack .mainHeadingSite {
  opacity: 0;
}
main#primary + div#homeBlogSectionBack .swiper-slide-blog {
  opacity: 0;
}
main#primary + div#homeBlogSectionBack .swiper-slide-portofolio {
  opacity: 0;
}

.stuioSwiperParent .mainHeadingSite p {
  margin: 8px auto 32px;
  max-width: 800px;
}

.blogSingleHeader2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding-top: 180px;
  margin-bottom: 120px;
  max-width: 1440px;
}
.blogSingleHeader2 .blSinHeadCont h1 {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1em;
  color: white;
  margin: 0;
  text-align: center;
  max-width: 1900px;
  margin: auto;
}
@media (max-width: 768px) {
  .blogSingleHeader2 .blSinHeadCont h1 {
    font-size: 48px;
  }
}
.blogSingleHeader2 .blSinHeadCont .blSinHeadContItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1900px;
  margin: auto;
  margin-top: 32px;
}
.blogSingleHeader2 .blSinHeadCont .blSinHeadContItems > div {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2em;
  color: white;
}

.blogSingleHeader1 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding-top: 140px;
  margin-bottom: 80px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .blogSingleHeader1 {
    padding-top: 120px;
    margin-bottom: 50px;
  }
}
.blogSingleHeader1 h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1em;
  color: white;
  margin: 0;
  text-align: left;
  max-width: 1900px;
  margin: auto;
}
@media (max-width: 768px) {
  .blogSingleHeader1 h1 {
    font-size: 32px;
  }
}

.mainPortfolioParent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  flex-direction: column;
  max-width: 1104px;
  margin: auto;
}
.mainPortfolioParent .swiper {
  height: 100%;
  width: 100%;
}
.mainPortfolioParent > div {
  width: 100%;
  max-height: 800px;
}
.mainPortfolioParent .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.mainPortfolioParent img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .mainPortfolioParent img {
    border-radius: 16px;
  }
}
.mainPortfolioParent .imageside {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 40px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  aspect-ratio: 6/4;
  transition: all 0.3s linear;
  gap: 24px;
}
@media (max-width: 768px) {
  .mainPortfolioParent .imageside {
    padding: 12px;
    border-radius: 16px;
    gap: 8px;
  }
}
.mainPortfolioParent .imageside > div,
.mainPortfolioParent .imageside .post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mainPortfolioParent .imageside:has(.imagesideMainSingle) {
  aspect-ratio: 16/9;
}
.mainPortfolioParent .imageside .imagesideMainSingle {
  width: 100%;
}
.mainPortfolioParent .imageside .post-thumbnail {
  width: 100%;
}
.mainPortfolioParent .imageside .imagesideMain {
  width: 70%;
}
.mainPortfolioParent .imageside .imagesideSecondary {
  width: 30%;
}
.mainPortfolioParent .blSinHeadContItems {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8196078431);
}
.mainPortfolioParent .explainationBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 12px 20px;
}
.mainPortfolioParent .explainationBox .explainationBoxInn {
  width: calc(50% - 10px);
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 24px 18px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 12px;
  color: #c8c8c8;
  gap: 12px;
}
@media (max-width: 768px) {
  .mainPortfolioParent .explainationBox .explainationBoxInn {
    width: 100%;
  }
}
.mainPortfolioParent .explainationBox .explainationBoxInn span {
  width: 50%;
}

.headerofSingleServ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  flex-direction: row;
  max-width: 1104px;
  margin: auto;
  margin-top: 180px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .headerofSingleServ {
    margin-top: 120px;
    flex-direction: column;
  }
}
.headerofSingleServ img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .headerofSingleServ img {
    border-radius: 16px;
  }
}
.headerofSingleServ .contentSide {
  width: calc(65% - 40px);
}
@media (max-width: 768px) {
  .headerofSingleServ .contentSide {
    width: 100%;
  }
}
.headerofSingleServ .titleSideBox h1 {
  margin-bottom: 32px;
  color: white;
  font-size: 48px;
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .headerofSingleServ .titleSideBox h1 {
    font-size: 32px;
  }
}
.headerofSingleServ .imageside {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s linear;
  width: 35%;
}
@media (max-width: 768px) {
  .headerofSingleServ .imageside {
    padding: 12px;
    border-radius: 16px;
    gap: 8px;
    width: 100%;
  }
}
.headerofSingleServ .imageside > div,
.headerofSingleServ .imageside .post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.headerofSingleServ .imageside .post-thumbnail {
  width: 100%;
}
.headerofSingleServ .imageside .imagesideMain {
  width: 70%;
}
.headerofSingleServ .imageside .imagesideSecondary {
  width: 30%;
}
.headerofSingleServ .blSinHeadContItems {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8196078431);
}
.headerofSingleServ .explainationBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 12px 20px;
}
.headerofSingleServ .explainationBox .explainationBoxInn {
  width: calc(50% - 10px);
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 24px 18px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 12px;
  color: #c8c8c8;
  gap: 12px;
}
@media (max-width: 768px) {
  .headerofSingleServ .explainationBox .explainationBoxInn {
    width: 100%;
  }
}
.headerofSingleServ .explainationBox .explainationBoxInn span {
  width: 50%;
}

.stuioSwiperParent {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 80px;
  max-width: 1720px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  padding: 40px 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .stuioSwiperParent {
    padding: 20px 10px;
    margin: 50px auto 40px;
  }
}
.stuioSwiperParent .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0.65);
  transition: all 0.4s linear;
  transform: scale(0.8) !important;
  border-radius: 24px;
  overflow: visible;
}
.stuioSwiperParent .swiper-slide img {
  transition: all 0.6s ease-in-out;
}
.stuioSwiperParent .swiper-slide h3 {
  position: absolute;
  top: 10px;
  left: -90px;
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1000px) {
  .stuioSwiperParent .swiper-slide h3 {
    top: 30px;
    left: 40px;
  }
}
.stuioSwiperParent .swiper-slide-active {
  opacity: 1;
  filter: brightness(0.8);
  transform: scale(1) !important;
}
.stuioSwiperParent .swiper-slide > div {
  display: flex;
  height: 540px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .stuioSwiperParent .swiper-slide > div {
    height: unset;
    aspect-ratio: 16/8;
  }
}
.stuioSwiperParent .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 140px);
  width: 100%;
}
.stuioSwiperParent .swiper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1000px) {
  .stuioSwiperParent .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stuioSwiperParent .nextPrevBtn {
  position: absolute;
  top: 20%;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 70%;
  left: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .stuioSwiperParent .nextPrevBtn {
    display: none;
  }
}
.stuioSwiperParent .nextPrevBtn > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 100;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .stuioSwiperParent .nextPrevBtn > div {
    height: 30px;
    width: 30px;
    font-size: 16px;
  }
}
.stuioSwiperParent .nextPrevBtn > div path {
  fill: white;
}
.stuioSwiperParent .swiper-button-prev-swiperStudio {
  left: -20px;
}
@media (max-width: 768px) {
  .stuioSwiperParent .swiper-button-prev-swiperStudio {
    left: -10px;
  }
}
.stuioSwiperParent .swiper-button-next-swiperStudio {
  right: -20px;
}
@media (max-width: 768px) {
  .stuioSwiperParent .swiper-button-next-swiperStudio {
    right: -10px;
  }
}
.stuioSwiperParent .swiper-slide:hover img {
  transform: translate(0px, -40px);
}
.stuioSwiperParent .swiper-slide:hover h3 {
  top: 50px;
}

.nextPrevBtnpagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transform: translateY(-30px);
  margin-top: -10px;
  position: relative;
  z-index: 4;
  backdrop-filter: blur(1px);
  padding: 8px 4px;
  border-radius: 40px;
  background-color: rgba(13, 13, 13, 0.2901960784);
}
.nextPrevBtnpagination > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nextPrevBtnpagination > div span {
  height: 7px;
  width: 7px;
  margin: 0px 5px !important;
  background-color: #ffffff !important;
  opacity: 0.4;
}
.nextPrevBtnpagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.twwoqParent {
  padding: 0 24px;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .twwoqParent {
    margin-bottom: 100px;
  }
}

.swiper-slide-studio {
  position: relative;
}

.swiper-slide-studio > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  margin-bottom: 120px;
  max-width: 1440px;
  height: 600px;
}
@media (max-width: 768px) {
  .swiper-slide-studio > a {
    height: unset;
    flex-direction: column;
    gap: 24px;
  }
}
.swiper-slide-studio > a .blogCardTitles h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .swiper-slide-studio > a .blogCardTitles h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.swiper-slide-studio > a .servicesExperts p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.5215686275);
}
@media (max-width: 768px) {
  .swiper-slide-studio > a .servicesExperts p {
    font-size: 14px;
  }
}

.swiper-slide-studio .imageSide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .swiper-slide-studio .imageSide {
    width: 100%;
    position: static;
    aspect-ratio: 16/9;
    height: 50%;
  }
}
.swiper-slide-studio .imageSide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.swiper-slide-studio .imageSide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-studio .contentDide {
  width: 50%;
  margin-left: auto;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .swiper-slide-studio .contentDide {
    width: 100%;
    padding-left: 20px;
  }
}
.swiper-slide-studio .contentDide .postAuthorBox {
  display: flex;
  gap: 20px 40px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.7803921569);
}
@media (max-width: 768px) {
  .swiper-slide-studio .contentDide .postAuthorBox {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
}

.blogArchiveHeader {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.blogArchiveHeader::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13)) 12.2077922078%, rgba(255, 255, 255, 0) 39.4805194805%);
  z-index: 1;
}
.blogArchiveHeader::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(73deg, var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13)) 34.5453892885%, rgba(255, 255, 255, 0) 63.2481819834%);
}
.blogArchiveHeader .imageBligArheader {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogArchiveHeader .imageBligArheader > div,
.blogArchiveHeader .imageBligArheader a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.blogArchiveHeader .imageBligArheader img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogArchiveHeader .contentBligArheader {
  position: relative;
  z-index: 3;
  max-width: 1900px;
  margin-right: auto;
  padding-left: 42px;
}
@media (max-width: 1000px) {
  .blogArchiveHeader .contentBligArheader {
    padding-left: 16px;
    padding-right: 16px;
    bottom: 90px;
    position: absolute;
    left: 0;
  }
}
.blogArchiveHeader .contentBligArheader h1 {
  font-size: 96px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(160deg, var(--token-5e392320-6dc2-4ced-ada4-6b8aba2f2b33, rgb(255, 255, 255)) 66.9064426677%, rgba(0, 0, 0, 0) 94.2195452108%);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1000px) {
  .blogArchiveHeader .contentBligArheader h1 {
    font-size: 40px;
  }
}
.blogArchiveHeader .contentBligArheader p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.932);
  max-width: 760px;
}
@media (max-width: 1000px) {
  .blogArchiveHeader .contentBligArheader p {
    font-size: 20px;
  }
}

.swiper-slide-studio:nth-child(2n) a .contentDide {
  margin-right: auto;
  margin-left: unset;
  padding-left: 20px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .swiper-slide-studio:nth-child(2n) a .contentDide {
    padding-right: 20px;
  }
}
.swiper-slide-studio:nth-child(2n) a .imageSide {
  left: unset;
  right: 0;
}

.servicesSecondSection {
  margin-bottom: 120px;
}
.servicesSecondSection .counterSecMain {
  width: 100%;
  margin: auto;
  max-width: 1063px;
}
@media (max-width: 1000px) {
  .servicesSecondSection .counterSecMain {
    width: 100%;
  }
}
.servicesSecondSection .counterSecMain .countersectionIn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.servicesSecondSection .counterSecMain .countersectionIn > div {
  width: calc(50% - 40px);
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1000px) {
  .servicesSecondSection .counterSecMain .countersectionIn > div {
    width: 100%;
  }
}
.servicesSecondSection .counterSecMain .countersectionIn > div > p {
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 21px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicesSecondSection .counterSecMain .countersectionIn > div .spansCS {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  transform: translateY(-20px);
}
.servicesSecondSection .counterSecMain .countersectionIn > div .spansCS span {
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 70px;
  color: var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255));
  text-decoration: none;
  background: linear-gradient(289deg, hsla(0, 0%, 100%, 0) -42.4829451993%, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.servicesSecondSection .mainHeadingSiteEx2 {
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .servicesSecondSection .mainHeadingSiteEx2 {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
  }
}
.servicesSecondSection .mainHeadingSiteEx2 h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
}
@media (max-width: 1000px) {
  .servicesSecondSection .mainHeadingSiteEx2 h2 {
    font-size: 24px;
  }
}
.servicesSecondSection .mainHeadingSiteEx2 p {
  font-size: 16px;
  line-height: 1.5em;
  color: white;
  margin-top: 24px;
  opacity: 0.7;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
.servicesSecondSection .mainHeadingSiteEx2 a {
  margin-bottom: 32px;
}
.servicesSecondSection .countersectionsecond.counterItems {
  position: relative;
}
.servicesSecondSection .countersectionsecond.counterItems::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 100%;
  border: 24px dotted rgba(255, 255, 255, 0.031372549);
}
.servicesSecondSection .boxCS {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: rgba(255, 255, 255, 0.4509803922);
  font-size: 36px;
  max-width: 420px;
  margin-bottom: 124px;
}
@media (max-width: 768px) {
  .servicesSecondSection .boxCS {
    font-size: 24px;
    max-width: 260px;
    margin-bottom: 24px;
  }
}
.servicesSecondSection .boxCS:nth-child(2n) {
  margin-left: auto;
}

.secondSmallPara {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .secondSmallPara {
    font-size: 16px;
  }
}

.firstBigerPara {
  color: rgba(255, 255, 255, 0.48);
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .firstBigerPara {
    font-size: 24px;
    margin-top: 24px;
  }
}
.firstBigerPara b,
.firstBigerPara strong {
  color: #fff;
  font-weight: 400;
}

.swiperHomeBlogParent .swiper-slide-blog,
.blogArchiveBody .swiper-slide-blog {
  width: calc(33% - 22px);
  transition: all 0.4s linear;
}
.swiperHomeBlogParent .swiper-slide-blog .postCardHomeImage,
.blogArchiveBody .swiper-slide-blog .postCardHomeImage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
  aspect-ratio: 16/12;
  position: relative;
}
.swiperHomeBlogParent .swiper-slide-blog .postCardHomeImage img,
.blogArchiveBody .swiper-slide-blog .postCardHomeImage img {
  height: 120%;
  width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.swiperHomeBlogParent .swiper-slide-blog .postCardHomeImage::after,
.blogArchiveBody .swiper-slide-blog .postCardHomeImage::after {
  content: "READ BLOG";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4392156863);
  color: rgba(255, 255, 255, 0.8509803922);
  left: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  bottom: -50px;
  top: 0;
  margin: auto;
  transition: all 0.4s linear;
}
.swiperHomeBlogParent .swiper-slide-blog span.post-category,
.blogArchiveBody .swiper-slide-blog span.post-category {
  padding-left: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2em;
  color: var(--extracted-r6o4lv, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(255, 122, 59)));
  opacity: 0.7;
}
.swiperHomeBlogParent .swiper-slide-blog .blogCardTitles,
.blogArchiveBody .swiper-slide-blog .blogCardTitles {
  padding-left: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 150%;
  color: white;
  margin: 10px 0;
  max-height: 54px;
  min-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .swiperHomeBlogParent .swiper-slide-blog .blogCardTitles,
  .blogArchiveBody .swiper-slide-blog .blogCardTitles {
    font-size: 16px;
    max-height: 50px;
    min-height: 50px;
  }
}
.swiperHomeBlogParent .swiper-slide-blog .postAuthorBox,
.blogArchiveBody .swiper-slide-blog .postAuthorBox {
  padding-left: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2em;
  color: #ffffff;
  opacity: 0.5;
}
.swiperHomeBlogParent .swiper-slide-blog .postAuthorBox .postAuthorParent,
.blogArchiveBody .swiper-slide-blog .postAuthorBox .postAuthorParent {
  position: relative;
}
.swiperHomeBlogParent .swiper-slide-blog .postAuthorBox .postAuthorParent::before,
.blogArchiveBody .swiper-slide-blog .postAuthorBox .postAuthorParent::before {
  content: "";
  background: white;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}
.swiperHomeBlogParent .swiper-slide-blog:hover,
.blogArchiveBody .swiper-slide-blog:hover {
  transform: translateY(-14px);
}
.swiperHomeBlogParent .swiper-slide-blog:hover .postCardHomeImage img,
.blogArchiveBody .swiper-slide-blog:hover .postCardHomeImage img {
  filter: grayscale(1);
  transform: translate(0px, 26px);
}
.swiperHomeBlogParent .swiper-slide-blog:hover .postCardHomeImage::after,
.blogArchiveBody .swiper-slide-blog:hover .postCardHomeImage::after {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.swiperHomeBlogParent .swiper-slide-portofolio,
.blogArchiveBody .swiper-slide-portofolio {
  width: 100%;
  transition: all 0.4s linear;
}
.swiperHomeBlogParent .swiper-slide-portofolio > a,
.blogArchiveBody .swiper-slide-portofolio > a {
  background: rgba(255, 255, 255, 0.0117647059);
  padding: 8px;
  display: block;
  border-radius: 26px;
  position: relative;
  transition: all 0.4s linear;
}
.swiperHomeBlogParent .swiper-slide-portofolio .postCardHomeImage,
.blogArchiveBody .swiper-slide-portofolio .postCardHomeImage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
  aspect-ratio: 16/12;
  position: relative;
}
.swiperHomeBlogParent .swiper-slide-portofolio .postCardHomeImage img,
.blogArchiveBody .swiper-slide-portofolio .postCardHomeImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.swiperHomeBlogParent .swiper-slide-portofolio .blogCardTitles,
.blogArchiveBody .swiper-slide-portofolio .blogCardTitles {
  padding-left: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 150%;
  color: white;
  margin: 10px 0;
  max-height: 54px;
  min-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .swiperHomeBlogParent .swiper-slide-portofolio .blogCardTitles,
  .blogArchiveBody .swiper-slide-portofolio .blogCardTitles {
    font-size: 16px;
    max-height: 50px;
    min-height: 50px;
  }
}
.swiperHomeBlogParent .swiper-slide-portofolio .blogCardExpert,
.blogArchiveBody .swiper-slide-portofolio .blogCardExpert {
  padding-left: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.02em;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.431372549);
  margin: 10px 0;
  max-height: 44px;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .swiperHomeBlogParent .swiper-slide-portofolio .blogCardExpert,
  .blogArchiveBody .swiper-slide-portofolio .blogCardExpert {
    font-size: 12.5px;
    max-height: 40px;
    min-height: 40px;
  }
}
.swiperHomeBlogParent .swiper-slide-portofolio .btnSeeMoreProfolio,
.blogArchiveBody .swiper-slide-portofolio .btnSeeMoreProfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  color: white;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 20px;
  padding: 12px;
  font-size: 17px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
}
.swiperHomeBlogParent .swiper-slide-portofolio .btnSeeMoreProfolio::after,
.blogArchiveBody .swiper-slide-portofolio .btnSeeMoreProfolio::after {
  content: "";
  position: absolute;
  height: 200%;
  backdrop-filter: blur(5px);
  transform: rotate(9deg);
  width: 70px;
  left: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(114deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) rgb(255, 255, 255);
  opacity: 0.12;
  transition: all 1s ease-in-out;
}
.swiperHomeBlogParent .swiper-slide-portofolio .postDateParentAbs,
.blogArchiveBody .swiper-slide-portofolio .postDateParentAbs {
  position: absolute;
  top: 20px;
  right: 20px;
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 12px;
  color: #c7c7c7;
  background: rgba(255, 255, 255, 0.1019607843);
}
.swiperHomeBlogParent .swiper-slide-portofolio:hover > a,
.blogArchiveBody .swiper-slide-portofolio:hover > a {
  background: rgba(255, 255, 255, 0.04);
}
.swiperHomeBlogParent .swiper-slide-portofolio:hover .btnSeeMoreProfolio::after,
.blogArchiveBody .swiper-slide-portofolio:hover .btnSeeMoreProfolio::after {
  left: 120%;
}
.swiperHomeBlogParent .swiper-slide-portofolio:hover .postCardHomeImage img,
.blogArchiveBody .swiper-slide-portofolio:hover .postCardHomeImage img {
  transform: scale(1.04);
}

.blogArchiveBodyProject {
  background-color: #0d0d0d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1860px;
  margin: auto;
  padding: 0 30px;
  gap: 60px 20px;
}
@media (max-width: 1000px) {
  .blogArchiveBodyProject {
    grid-template-columns: repeat(3, 1fr);
  }
}
@includesm {
  .blogArchiveBodyProject {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blogArchiveBodyProject {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blogArchiveBodyProject .postCardHomeImage::before {
  content: "See More";
  position: absolute;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 10px;
  color: white;
  background: rgba(28, 28, 28, 0.1882352941);
  width: 100%;
  backdrop-filter: blur(4px);
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.blogArchiveBodyProject .swiper-slide-portofolio {
  width: 100%;
  transition: all 0.4s linear;
}
.blogArchiveBodyProject .swiper-slide-portofolio > a {
  background: rgba(255, 255, 255, 0.0117647059);
  padding: 8px;
  display: block;
  border-radius: 26px;
  position: relative;
  transition: all 0.4s linear;
}
.blogArchiveBodyProject .swiper-slide-portofolio .postCardHomeImage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
  aspect-ratio: 16/12;
  position: relative;
}
.blogArchiveBodyProject .swiper-slide-portofolio .postCardHomeImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.blogArchiveBodyProject .swiper-slide-portofolio .blogCardTitles {
  padding-left: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 150%;
  color: white;
  margin: 10px 0;
  max-height: 54px;
  min-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .blogArchiveBodyProject .swiper-slide-portofolio .blogCardTitles {
    font-size: 16px;
    max-height: 50px;
    min-height: 50px;
  }
}
.blogArchiveBodyProject .swiper-slide-portofolio .blogCardExpert {
  padding-left: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.02em;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.431372549);
  margin: 10px 0;
  max-height: 44px;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .blogArchiveBodyProject .swiper-slide-portofolio .blogCardExpert {
    font-size: 12.5px;
    max-height: 40px;
    min-height: 40px;
  }
}
.blogArchiveBodyProject .swiper-slide-portofolio .btnSeeMoreProfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  color: white;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 20px;
  padding: 12px;
  font-size: 17px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
}
.blogArchiveBodyProject .swiper-slide-portofolio .btnSeeMoreProfolio::after {
  content: "";
  position: absolute;
  height: 200%;
  backdrop-filter: blur(5px);
  transform: rotate(9deg);
  width: 70px;
  left: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(114deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) rgb(255, 255, 255);
  opacity: 0.12;
  transition: all 1s ease-in-out;
}
.blogArchiveBodyProject .swiper-slide-portofolio .postDateParentAbs {
  position: absolute;
  top: 20px;
  right: 20px;
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 12px;
  color: #c7c7c7;
  background: rgba(255, 255, 255, 0.1019607843);
}
.blogArchiveBodyProject .swiper-slide-portofolio:hover .postCardHomeImage img {
  transform: scale(1.04);
  filter: grayscale(0.6);
}
.blogArchiveBodyProject .swiper-slide-portofolio:hover .postCardHomeImage::before {
  opacity: 1;
  visibility: visible;
}

.postDateParentAbs1 {
  color: white;
  padding-left: 8px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-slide-services {
  width: 100%;
  transition: all 0.4s linear;
}
@media (max-width: 768px) {
  .swiper-slide-services {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
  }
}
.swiper-slide-services > a {
  padding: 8px;
  display: block;
  border-radius: 26px;
  position: relative;
  transition: all 0.4s linear;
  text-align: center;
}
.swiper-slide-services .postCardHomeImage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
  aspect-ratio: 16/12;
  position: relative;
}
.swiper-slide-services .postCardHomeImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.swiper-slide-services .blogCardTitles {
  padding-left: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 150%;
  color: white;
  margin: 10px 0;
  max-height: 54px;
  min-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .swiper-slide-services .blogCardTitles {
    font-size: 16px;
    max-height: 50px;
    min-height: 50px;
  }
}
.swiper-slide-services .blogCardExpert {
  padding-left: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.02em;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.431372549);
  margin: 10px 0;
  max-height: 44px;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .swiper-slide-services .blogCardExpert {
    font-size: 14px;
    max-height: 40px;
    min-height: 40px;
  }
}
.swiper-slide-services .btnSeeMoreProfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  color: white;
  border-radius: 20px;
  padding: 12px;
  font-size: 17px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.swiper-slide-services .btnSeeMoreProfolio::after {
  content: "";
  position: absolute;
  height: 200%;
  backdrop-filter: blur(5px);
  transform: rotate(9deg);
  width: 70px;
  left: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(114deg, rgb(236, 114, 56) 0%, rgb(229, 111, 55) 100%) rgb(234, 113, 56);
  opacity: 0.12;
  transition: all 1s ease-in-out;
}
.swiper-slide-services .postDateParentAbs {
  position: absolute;
  top: 20px;
  right: 20px;
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 12px;
  color: #c7c7c7;
  background: rgba(255, 255, 255, 0.1019607843);
}
.swiper-slide-services:hover .btnSeeMoreProfolio {
  color: #fbb517;
}
.swiper-slide-services:hover .btnSeeMoreProfolio::after {
  left: 120%;
}
.swiper-slide-services:hover .postCardHomeImage img {
  transform: scale(1.04);
}

.blogArchiveBody {
  background-color: #0d0d0d;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1860px;
  margin: auto;
  padding: 0 30px;
  gap: 100px 40px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .blogArchiveBody {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .blogArchiveBody {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blogArchiveBody .swiper-slide-blog {
  width: 100%;
}

.blogArchiveBody2 {
  background-color: #0d0d0d;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1860px;
  margin: auto;
  padding: 0 30px;
  gap: 100px 40px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .blogArchiveBody2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 40px;
  }
}
.blogArchiveBody2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  margin: auto;
}
@media (max-width: 768px) {
  .blogArchiveBody2::after {
    display: none;
  }
}
.blogArchiveBody2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 2px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  margin: auto;
}
@media (max-width: 768px) {
  .blogArchiveBody2::before {
    display: none;
  }
}
.blogArchiveBody2 .swiper-slide-services {
  width: 100%;
}

.mainContactUsBack {
  position: relative;
  margin: 200px 0 -100px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
}
.mainContactUsBack .mainContactUs > .mainView {
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .mainContactUsBack .mainContactUs > .mainView {
    padding: 0 15px;
  }
}
.mainContactUsBack .mainContactUs .upperExtraText {
  text-align: center;
}
.mainContactUsBack .mainContactUs .upperExtraText h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin: auto;
  margin-bottom: 24px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .upperExtraText h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.mainContactUsBack .mainContactUs .upperExtraText p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7490196078);
  max-width: 800px;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .upperExtraText p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.mainContactUsBack .mainContactUs .upperExtraText span {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.968627451);
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .upperExtraText span {
    font-size: 20px;
  }
}
.mainContactUsBack .gform-footer {
  margin-top: 16px !important;
}
.mainContactUsBack .gform-footer input[type=submit] {
  background-color: #fbb517 !important;
  color: #212121 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 20px !important;
  border: 1px solid #fbb517 !important;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  outline: 0 !important;
}
.mainContactUsBack .gform-footer input[type=submit]:hover {
  color: #fbb517 !important;
  background-color: rgba(255, 121, 59, 0) !important;
}

.mainContactUsForm {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  margin: 80px 0 0;
  padding: 50px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .mainContactUsForm {
    margin: 40px 0 0;
    flex-direction: column;
    padding: 32px 24px;
  }
}
.mainContactUsForm .leftSide h2,
.mainContactUsForm .rightSide h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .mainContactUsForm .leftSide h2,
  .mainContactUsForm .rightSide h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.mainContactUsForm .leftSide {
  width: calc(44% - 40px);
}
@media (max-width: 1000px) {
  .mainContactUsForm .leftSide {
    width: 100%;
  }
}
.mainContactUsForm .leftSide .mainFormItems {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.631372549);
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mainContactUsForm .leftSide .mainFormItems {
    font-size: 16px;
  }
}
.mainContactUsForm .leftSide .mainFormItems svg {
  height: 30px !important;
  width: 30px !important;
  margin-right: 12px;
}
.mainContactUsForm .rightSide {
  width: 56%;
}
@media (max-width: 1000px) {
  .mainContactUsForm .rightSide {
    width: 100%;
  }
}
.mainContactUsForm .rightSide > p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7490196078);
  margin: 0;
  margin-bottom: 24px;
  max-width: 600px;
}
@media (max-width: 1000px) {
  .mainContactUsForm .rightSide > p {
    font-size: 14px;
  }
}
.mainContactUsForm .rightSide form div#gform_fields_2 {
  gap: 16px 20px;
}
.mainContactUsForm .rightSide form div:has(> label) {
  position: relative !important;
}
.mainContactUsForm .rightSide form input:not([type=submit]),
.mainContactUsForm .rightSide form textarea,
.mainContactUsForm .rightSide form select {
  background-color: rgba(187, 187, 187, 0.15) !important;
  border: 1px solid rgba(136, 136, 136, 0.1) !important;
  border-radius: 20px !important;
  outline: unset !important;
  color: #999999 !important;
  padding: 4px 14px !important;
  height: unset !important;
  width: 100%;
  outline: 0 !important;
}
.mainContactUsForm .rightSide form input:not([type=submit]),
.mainContactUsForm .rightSide form select {
  height: 42px !important;
}
.mainContactUsForm .rightSide form textarea {
  height: 134px !important;
}
.mainContactUsForm .rightSide form label {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.5em !important;
  color: rgb(136, 136, 136) !important;
  margin: 0;
  margin-bottom: 8px !important;
}
.mainContactUsForm .rightSide form label span.gfield_required {
  position: relative;
  color: transparent !important;
}
.mainContactUsForm .rightSide form label span.gfield_required::before {
  content: "";
  height: 3px;
  width: 3px;
  background: red;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  bottom: 0;
  left: 4px;
  margin: auto;
  animation: pulse1 1s ease-in-out infinite;
}
.mainContactUsForm .rightSide form textarea {
  padding: 12px 14px !important;
}
.mainContactUsForm .gform-body.gform_body {
  width: 100%;
}
@media (max-width: 1000px) {
  .mainContactUsForm .gform-body.gform_body {
    width: 100%;
  }
}
.mainContactUsForm .gform-footer {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .mainContactUsForm .gform-footer {
    width: 100%;
  }
}
.mainContactUsForm input[type=submit] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  background: #fbb517 !important;
  width: 100% !important;
  padding: 15px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  color: #ffffff !important;
  outline: 0 !important;
}
.mainContactUsForm input[type=email] {
  padding: 13px !important;
  border-radius: 50px !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.1019607843) !important;
  color: rgb(147, 147, 147) !important;
  font-size: 15px !important;
  letter-spacing: -0.02em !important;
  line-height: 22px !important;
  font-weight: 200 !important;
  height: unset !important;
  outline: 0 !important;
}

.mainContactUsiframe {
  margin-top: 80px;
  height: 480px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  filter: brightness(0.6) grayscale(1);
}

@keyframes pulse1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.contactWhyUsBack {
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack {
    padding: 0 15px;
    margin-top: -230px;
  }
}
.contactWhyUsBack .contactWhyUs {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  padding: 50px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs {
    padding: 32px 24px;
  }
}
.contactWhyUsBack .contactWhyUs .upperSide {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .upperSide {
    flex-direction: column;
  }
}
.contactWhyUsBack .contactWhyUs .upperSide .image {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
  aspect-ratio: 16/9;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .upperSide .image {
    width: 100%;
  }
}
.contactWhyUsBack .contactWhyUs .upperSide .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactWhyUsBack .contactWhyUs .upperSide .contents {
  width: calc(50% - 20px);
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .upperSide .contents {
    width: 100%;
  }
}
.contactWhyUsBack .contactWhyUs .upperSide .contents h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .upperSide .contents h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack .contactWhyUs .upperSide .contents p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7490196078);
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .upperSide .contents p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack .contactWhyUs .upperSide .contents p:last-child {
  margin-bottom: 0;
}
.contactWhyUsBack .contactWhyUs .upperSide .contents span {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.968627451);
  margin: 0;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .upperSide .contents span {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack .contactWhyUs .downerSide {
  margin-top: 48px;
}
.contactWhyUsBack .contactWhyUs .downerSide h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin: auto;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .downerSide h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
  margin-top: 36px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio {
    gap: 40px;
  }
}
.contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  width: calc(33.3% - 20px);
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems {
    width: 100%;
  }
}
.contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems .svg {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems div:last-child {
  width: calc(100% - 50px);
}
.contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.968627451);
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7490196078);
}
@media (max-width: 1000px) {
  .contactWhyUsBack .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems p {
    font-size: 14px;
  }
}

.sw.gl--box.swiper-rtl {
  margin: 40px auto 40px;
}
.sw.gl--box.swiper-rtl .Swiper {
  padding-bottom: 60px;
}
.sw.gl--box.swiper-rtl .swiper-slide {
  width: 100%;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw.gl--box.swiper-rtl .swiper-slide div,
.sw.gl--box.swiper-rtl .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw.gl--box.swiper-rtl .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.sw.gl--box.swiper-rtl .swiper-pagination {
  position: static;
  margin-top: 16px;
}
.sw.gl--box.swiper-rtl .swiper-pagination span {
  background-color: #fbb517;
  border-radius: 10px !important;
  transition: all 0.4s linear;
  height: 10px !important;
  width: 10px;
}
.sw.gl--box.swiper-rtl .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px !important;
}

div#contactusFirst {
  scroll-margin-top: 120px;
}

section.error-404.not-found {
  padding: 180px;
}
section.error-404.not-found header.page-header {
  margin-bottom: 60px;
}
section.error-404.not-found header.page-header h1 {
  color: #fff;
  font-size: 58px;
  margin-bottom: 32px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  section.error-404.not-found header.page-header h1 {
    font-size: 32px;
  }
}

.backDropSubMeno {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(25px);
  z-index: 20;
  display: none;
}

.backDropSearch {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  z-index: 10001;
  display: none;
}

#SearchsContainer {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  overflow: auto;
}
@media (max-width: 1000px) {
  #SearchsContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#SearchsContainer input::-moz-placeholder, #SearchsContainer textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input::placeholder,
#SearchsContainer textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input#search-input {
  max-width: 846px;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3607843137);
  padding-bottom: 18px;
  padding-left: 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.4509803922);
}
#SearchsContainer span#closeSea {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #SearchsContainer span#closeSea {
    margin-top: 24px;
  }
}
#SearchsContainer span#closeSea svg path {
  transition: all 0.2s linear;
}
#SearchsContainer span#closeSea:hover svg path {
  fill: #d3ac69;
}
#SearchsContainer .searchResults {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-top: 64px;
  max-width: 846px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #SearchsContainer .searchResults {
    flex-direction: column;
    margin-top: 32px;
    gap: 32px;
  }
}
#SearchsContainer .searchResults .no-found-search-result {
  text-align: center;
  color: white;
  font-weight: 300;
  margin-top: 30px;
  font-size: 14px;
}
#SearchsContainer .searchResultsChild {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  #SearchsContainer .searchResultsChild {
    width: 100%;
  }
}
#SearchsContainer .searchResultsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#SearchsContainer .searchResultsHead span {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: white;
}
#SearchsContainer .searchResultsHead a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #d3ac69;
  transition: all 0.2s linear;
}
#SearchsContainer .searchResultsHead a:hover {
  transform: translate(-4px, 0px);
}
#SearchsContainer .search-item a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  width: 55%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a span {
    max-width: 170px;
    font-size: 12px;
  }
}
#SearchsContainer .search-item a img {
  width: 33%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s linear;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a img {
    width: 84px;
  }
}
#SearchsContainer .search-item a {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px 13px;
  height: 100%;
  width: 100%;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.2588235294);
  border-radius: 12px;
}
#SearchsContainer .search-item a:hover span {
  color: #d3ac69;
}
#SearchsContainer .search-item {
  width: 100%;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item {
    height: 72px;
    margin-bottom: 14px;
  }
}
#SearchsContainer .search-input-div {
  width: 100%;
  max-width: 846px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#SearchsContainer .search-input-div svg {
  position: absolute;
  left: 2px;
  top: 0;
}

#SearchsContainer .searchResultsHead a svg {
  margin-right: 8px;
}

#SearchsContainer.active,
.menuMobilesection.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear 0.5s;
}

article .mainContactUsForm {
  margin-top: -120px !important;
  width: calc(100% - 30px);
  margin: auto;
}

.FAQSectionStudio {
  margin-bottom: -120px;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .FAQSectionStudio {
    margin-bottom: -80px;
    margin-top: -40px;
  }
}

.contactWhyUsBack2 {
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 {
    padding: 0 15px;
  }
}
.contactWhyUsBack2 .swiper::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.5) 50%, rgb(13, 13, 13) 100%);
  bottom: 0;
  margin: auto;
}
.contactWhyUsBack2 .swiper::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: linear-gradient(90deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.5) 50%, rgb(13, 13, 13) 100%);
  top: 0;
  bottom: 0;
  right: 0;
}
.contactWhyUsBack2 .contactWhyUs {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.contactWhyUsBack2 .contactWhyUs .upperSide {
  width: 60%;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .upperSide {
    width: 100%;
  }
}
.contactWhyUsBack2 .contactWhyUs .downerSide {
  width: calc(40% - 40px);
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .downerSide {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs {
    padding: 32px 24px;
    flex-direction: column;
  }
}
.contactWhyUsBack2 .contactWhyUs .upperSide {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .upperSide {
    flex-direction: column;
  }
}
.contactWhyUsBack2 .contactWhyUs .upperSide .swiper {
  position: absolute;
  bottom: 40px;
  width: 50%;
  left: 40px;
  height: 200px;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .upperSide .swiper {
    width: 100%;
    position: static;
    height: 200px;
    margin-top: -20px;
    z-index: -1;
    opacity: 0.6;
  }
}
.contactWhyUsBack2 .contactWhyUs .upperSide .image {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 6/9;
  height: 100%;
}
.contactWhyUsBack2 .contactWhyUs .upperSide .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactWhyUsBack2 .contactWhyUs .upperSide .contents {
  width: 100%;
}
.contactWhyUsBack2 .contactWhyUs .upperSide .contents h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .upperSide .contents h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack2 .contactWhyUs .upperSide .contents p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7490196078);
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .upperSide .contents p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack2 .contactWhyUs .upperSide .contents p:last-child {
  margin-bottom: 0;
}
.contactWhyUsBack2 .contactWhyUs .upperSide .contents span {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.968627451);
  margin: 0;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .upperSide .contents span {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .downerSide {
    margin-top: 48px;
  }
}
.contactWhyUsBack2 .contactWhyUs .downerSide h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: white;
  margin: auto;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .downerSide h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio {
    gap: 40px;
    margin-top: 36px;
  }
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  width: 100%;
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems .svg {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-in-out;
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems div:last-child {
  width: calc(100% - 50px);
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.968627451);
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7490196078);
}
@media (max-width: 1000px) {
  .contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems p {
    font-size: 14px;
  }
}
.contactWhyUsBack2 .contactWhyUs .downerSide .mainWhyHlio .mainWhyHlioItems:hover .svg {
  transform: rotate(360deg);
}

.linkWhatsappParent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 100;
}
@media (max-width: 768px) {
  .linkWhatsappParent {
    bottom: 20px;
    right: 20px;
  }
}

.mainSvgWhatsapp {
  height: 80px;
  width: 80px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  padding: 20px;
  transition: all 0.4s linear;
}
@media (max-width: 768px) {
  .mainSvgWhatsapp {
    height: 60px;
    width: 60px;
    padding: 14px;
  }
}
.mainSvgWhatsapp svg {
  width: 100%;
  height: 100%;
}
.mainSvgWhatsapp svg path {
  fill: #67c15e;
  transition: all 0.4s linear;
}
.mainSvgWhatsapp:hover {
  background: rgba(255, 255, 255, 0.31);
}

.messageSvgWhatsapp::before {
  content: "";
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid rgba(255, 255, 255, 0.11);
  right: -10px;
  bottom: 10px;
  backdrop-filter: blur(4px);
}
@media (max-width: 1000px) {
  .messageSvgWhatsapp::before {
    right: -11px;
  }
}

.messageSvgWhatsapp {
  position: absolute;
  top: -70px;
  left: -200px;
  width: 180px;
  line-height: 30px;
  font-size: 18px;
  color: white;
  padding: 16px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.11);
}
@media (max-width: 768px) {
  .messageSvgWhatsapp {
    top: -40px;
    left: -160px;
    width: 140px;
    line-height: 22px;
    font-size: 13px;
    padding: 8px;
  }
}

.servicesArchiveBody .swiper-slide-studio:nth-child(2n+1) {
  transform: translateX(-100%);
}
.servicesArchiveBody .swiper-slide-studio:nth-child(2n) {
  transform: translateX(100%);
}/*# sourceMappingURL=global.css.map */