* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: pretty;
}

p {
  text-wrap: pretty;
}

.cursor {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  pointer-events: none;
  display: none;
}
.cursor .txt {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 120%;
  text-align: center;
}

.modal-backdrop {
  background-color: #ffffff;
  --bs-backdrop-opacity: 1;
}

.title_wrap h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 991px) {
  .title_wrap h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.title_wrap h2 span {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: italic;
}
.title_wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .title_wrap p {
    font-size: 16px;
  }
}

.title h2 {
  font-weight: 500;
  font-size: 100px;
  line-height: 96%;
  color: #000000;
  margin: 0;
}
.title h2 span {
  font-family: "ivypresto-display", serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .title h2 br {
    display: none;
  }
}

#videoShowreel .modal-dialog {
  max-width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: #000000;
}
#videoShowreel .modal-dialog .modal-content {
  padding: 0;
  border: none;
  border-radius: 0;
}
#videoShowreel .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 0;
  --bs-btn-close-bg: none;
  background-image: url("../../assets/img/home/x.svg");
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  #videoShowreel .modal-dialog .modal-content .btn-close {
    top: -280px;
  }
}
#videoShowreel .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#videoShowreel .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap {
  position: relative;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap video {
  width: 100%;
  height: 100%;
  display: block;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls {
  position: absolute;
  bottom: 56px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls {
    bottom: -80%;
  }
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play {
  position: absolute;
  left: 24px;
}
@media screen and (max-width: 767px) {
  #videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play {
    left: 12px;
    top: -192px;
  }
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: absolute;
  top: -754px;
  left: -24px;
}
@media screen and (max-width: 767px) {
  #videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play::after {
    height: 27vh;
    top: -200px;
    left: -12px;
  }
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play::before {
  content: "";
  background-image: url("../../assets/img/home/pause.svg");
  width: 41px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play::before {
    width: 24px;
    height: 24px;
  }
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play.paused::before {
  background-image: url("../../assets/img/home/play.svg");
  content: "";
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .play.playing::before {
  background-image: url("../../assets/img/home/pause.svg");
  content: "";
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .mute {
  position: absolute;
  right: 80px;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .mute::before {
  content: "";
  background-image: url("../../assets/img/home/mute.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .mute.unmuted::before {
  background-image: url("../../assets/img/home/mute.svg");
  content: "";
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .mute.muted::before {
  background-image: url("../../assets/img/home/unmute.svg");
  content: "";
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar {
  position: relative;
  width: calc(100% - 340px);
  height: 4px;
  cursor: pointer;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar {
    width: calc(100% - 160px);
  }
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress {
  position: relative;
  width: 156px;
  height: 30px;
  background: #ffffff;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  border-radius: 20px;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-radius: 4px;
  height: 30px;
  background: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress .time::after, #videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress .time::before {
  content: "";
  background-image: url("../../assets/img/home/right.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress .time::after {
  right: 85%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#videoShowreel .modal-dialog .modal-content .modal-body .video_wrap .floating_controls .controls .progress_bar .progress .time span {
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.contactBtn_wrap {
  position: fixed;
  z-index: 6;
  top: 90%;
  width: 64px;
  height: 64px;
  margin: 0 16px 16px auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contactBtn_wrap {
    right: 16px;
    margin-bottom: 16px;
  }
}
.contactBtn_wrap .callUs_btn .icon {
  width: 100%;
  height: 100%;
  -webkit-animation: mailscale 1.5s alternate infinite ease-in;
          animation: mailscale 1.5s alternate infinite ease-in;
}
@-webkit-keyframes mailscale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes mailscale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.mar-4 {
  margin-top: -4px;
}

.title_content {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .title_content {
    margin-bottom: 24px;
  }
}

.iti {
  display: block;
  width: 0px;
}

.phoneCode {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.phone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone_code {
  width: 40px;
  padding-left: 60px;
  border: 0px;
}

.phone_input_bs {
  padding-left: 90px !important;
}
@media screen and (max-width: 991px) {
  .phone_input_bs {
    padding-left: 104px !important;
  }
}

.iti__selected-flag {
  background-color: #fff !important;
}

.iti__country-list {
  margin: 0px auto;
  width: 250px !important;
}
@media screen and (max-width: 767px) {
  .iti__country-list {
    min-width: 100% !important;
  }
}

.iti-mobile .iti--container {
  left: 30% !important;
}
@media screen and (max-width: 1400px) {
  .iti-mobile .iti--container {
    left: 28% !important;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .iti-mobile .iti--container {
    min-width: 100% !important;
    left: 20% !important;
  }
}
@media screen and (max-width: 991px) {
  .iti-mobile .iti--container {
    min-width: 80% !important;
    left: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .iti-mobile .iti--container {
    min-width: 80% !important;
    left: 6% !important;
  }
}

.navbar__header {
  position: sticky;
  top: 0;
  z-index: 1024;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
.navbar__header .navbar_wrap {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar__header .navbar_wrap {
    padding: 20px 0;
  }
}
.navbar__header .navbar_wrap .logo {
  display: inline-block;
}
.navbar__header .navbar_wrap .logo .icon {
  width: 148px;
  height: 26px;
}
.navbar__header .navbar_wrap .nav_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .navbar__header .navbar_wrap .nav_contents .navbar_list {
    display: none;
  }
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item {
  display: inline-block;
  margin-right: 66px;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link .swipe {
  overflow: hidden;
  position: relative;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link .swipe span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  transition: transform 0.75s cubic-bezier(0.025, 0.9, 0.45, 1), opacity 0.75s cubic-bezier(0.025, 0.9, 0.45, 1), -webkit-transform 0.75s cubic-bezier(0.025, 0.9, 0.45, 1);
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link .swipe span:first-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link .swipe span:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link:hover .swipe span:first-child {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item .nav_link:hover .swipe span:last-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.navbar__header .navbar_wrap .nav_contents .navbar_list .nav_item:last-child {
  margin-right: 0;
}
.navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger {
  margin-left: 142px;
  position: relative;
  width: 63px;
  height: 62px;
  background-image: url(../../assets/img/icons/menu-circle.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger {
    width: 100%;
    height: 100%;
    margin-left: 0;
    background-image: none;
  }
}
.navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger span {
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
  height: 24px;
}
@media screen and (max-width: 991px) {
  .navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger span {
    left: 0;
    top: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger span:nth-child(2) {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger span:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger span:nth-child(1) {
    display: none;
  }
}
.navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger:hover {
  background-color: #000000;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger:hover {
    background-color: transparent;
  }
}
.navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger:hover span {
  color: #ffffff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 991px) {
  .navbar__header .navbar_wrap .nav_contents .nav_wrap .nav_humbuger:hover span {
    left: 0;
    color: #000000;
  }
}
.navbar__header .humbuger__contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 14px 0 0 0;
  z-index: 1024;
  -webkit-animation: humbuger 0.8s ease-in-out;
          animation: humbuger 0.8s ease-in-out;
}
@-webkit-keyframes humbuger {
  0% {
    height: -100vh;
  }
  100% {
    height: 100vh;
  }
}
@keyframes humbuger {
  0% {
    height: -100vh;
  }
  100% {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents {
    padding: 20px 0 0 0;
  }
}
.navbar__header .humbuger__contents .navbar_humbugerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_humbugerFlex {
    margin-bottom: 64px;
    height: auto;
  }
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .logo {
  display: inline-block;
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .logo .icon {
  width: 148px;
  height: 26px;
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .nav_contactBtn {
  padding: 8px 24px;
  border-width: 1.5px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 80px;
  color: #c1c1c1;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  margin-right: 46px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .nav_contactBtn {
    display: none;
  }
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .nav_contactBtn:hover {
  border-color: #ff3014;
  color: #ff3014;
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .closeBtn {
  margin-left: 16px;
  position: relative;
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .closeBtn::before {
  content: "";
  background-image: url(../../assets/img/icons/x.svg);
  position: absolute;
  top: 0;
  left: -65px;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .closeBtn::before {
    left: -40px;
  }
}
.navbar__header .humbuger__contents .navbar_humbugerFlex .humbuger_item .closeBtn:hover:before {
  background-image: url(../../assets/img/icons/x-red.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navbar__header .humbuger__contents .navbar_listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 72px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(100vh - 130px);
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left {
  position: relative;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap {
  margin: 0;
  padding: 0;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item {
    margin-bottom: 16px;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 350px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link {
    min-width: 320px;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link .title {
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link .title {
    font-size: 48px;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link .icon {
  width: 64px;
  height: 72px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(-40px, 56px);
          transform: translate(-40px, 56px);
  position: absolute;
  left: -66px;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link:hover .title {
  -webkit-transform: translate(56px, 0);
          transform: translate(56px, 0);
  color: #ff3014;
  padding-left: 16px;
  z-index: 1024;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link:hover .icon {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item .list_link:hover .icon {
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_left .list_wrap .item:last-child {
  margin-bottom: 0;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact {
    margin-bottom: 0;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact .contact_item {
  margin-right: 32px;
}
@media screen and (max-width: 320px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact .contact_item {
    margin-right: 10px;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact .contact_item h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact .contact_item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #c1c1c1;
  margin-bottom: 8px;
  display: inline-block;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_contact .contact_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #c1c1c1;
  margin-bottom: 8px;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_social {
    display: none;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_social h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 24px;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .flex_social .social_item {
  margin-bottom: 16px;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .social_mediaList {
  display: none;
  padding: 0 0 18px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #2d2f31;
}
@media screen and (max-width: 991px) {
  .navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .social_mediaList {
    display: block;
  }
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .social_mediaList .item {
  display: inline-block;
  margin-right: 16px;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .social_mediaList .item .link {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.navbar__header .humbuger__contents .navbar_listFlex .flex_item_right .social_mediaList .item .link .icon {
  width: 24px;
  height: 24px;
}
.navbar__header .humbuger__contents.humbugerOpen {
  display: block;
  background-color: #000000;
}
.navbar__header .humbuger__contents.humbugerOpen .humbuger__contents {
  -webkit-animation: humbuger 0.8s ease-in-out;
          animation: humbuger 0.8s ease-in-out;
}
@keyframes humbuger {
  0% {
    height: -100vh;
  }
  100% {
    height: 100vh;
  }
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_left .item:first-child {
  -webkit-animation: fadeInRight 1.2s ease-in-out;
          animation: fadeInRight 1.2s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_left .item:nth-child(2) {
  -webkit-animation: fadeInRight 1.4s ease-in-out;
          animation: fadeInRight 1.4s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_left .item:nth-child(3) {
  -webkit-animation: fadeInRight 1.6s ease-in-out;
          animation: fadeInRight 1.6s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_left .item:nth-child(4) {
  -webkit-animation: fadeInRight 1.8s ease-in-out;
          animation: fadeInRight 1.8s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_left .item:nth-child(5) {
  -webkit-animation: fadeInRight 2s ease-in-out;
          animation: fadeInRight 2s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_left .item:nth-child(6) {
  -webkit-animation: fadeInRight 2.2s ease-in-out;
          animation: fadeInRight 2.2s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_contact .contact_item:first-child {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_contact .contact_item:nth-child(2) {
  -webkit-animation: fadeInLeft 1.2s ease-in-out;
          animation: fadeInLeft 1.2s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_social h4 {
  -webkit-animation: fadeInLeft 1.4s ease-in-out;
          animation: fadeInLeft 1.4s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_social .social_item:first-child {
  -webkit-animation: fadeInLeft 1.4s ease-in-out;
          animation: fadeInLeft 1.4s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_social .social_item:nth-child(1) {
  -webkit-animation: fadeInLeft 1.6s ease-in-out;
          animation: fadeInLeft 1.6s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_social .social_item:nth-child(2) {
  -webkit-animation: fadeInLeft 1.6s ease-in-out;
          animation: fadeInLeft 1.6s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .flex_social .social_item:nth-child(3) {
  -webkit-animation: fadeInLeft 2s ease-in-out;
          animation: fadeInLeft 2s ease-in-out;
}
.navbar__header .humbuger__contents.humbugerOpen .navbar_listFlex .flex_item_right .social_mediaList {
  -webkit-animation: fadeInRight 2s ease-in-out;
          animation: fadeInRight 2s ease-in-out;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 0%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    left: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 0%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    left: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: -8%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    right: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: -8%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    right: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-toggle::after {
  content: "";
  background-image: url(../../assets/images/nav-dropdown.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  border: 0;
  top: 0;
  right: -24px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-menu {
  padding: 24px 24px 28px 24px;
  -webkit-box-shadow: 0px 144px 58px rgba(0, 0, 0, 0.01), 0px 81px 49px rgba(0, 0, 0, 0.05), 0px 36px 36px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 144px 58px rgba(0, 0, 0, 0.01), 0px 81px 49px rgba(0, 0, 0, 0.05), 0px 36px 36px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 0;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-menu li {
  margin-bottom: 24px;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-menu li .dropdown-item {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000000;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-toggle {
  text-align: left;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-toggle:after {
  display: none;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-toggle .title {
  position: relative;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-toggle .title::after {
  content: "";
  background-image: url(../../assets/images/nav-dropdown.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  border: 0;
  top: 8px;
  right: -28px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-toggle[aria-expanded=true] .title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-menu {
  position: relative !important;
  background-color: transparent;
  padding: 0;
  -webkit-transform: translate(0, 16px) !important;
          transform: translate(0, 16px) !important;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-menu li {
  margin-bottom: 6px;
}
.navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-menu li .dropdown-item {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .navbar__header .humbuger__contents.humbugerOpen .nav_dropdown.dropdown_humbuger .dropdown-menu li .dropdown-item {
    font-size: 16px;
  }
}

.rb__footerMain {
  background-color: #000000;
  padding-top: 70px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rb__footerMain {
    padding-top: 56px;
  }
}
.rb__footerMain .f_icon img {
  width: 131px;
  height: 23px;
}
.rb__footerMain h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .rb__footerMain h3 {
    margin: 20px 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .rb__footerMain .downloads {
    width: 100%;
    margin: 0;
  }
}
.rb__footerMain .footer_contentsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 678px;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .rb__footerMain .footer_contentsFlex {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .rb__footerMain .footer_contentsFlex {
    margin: 56px 0;
  }
}
@media screen and (max-width: 767px) {
  .rb__footerMain .footer_contentsFlex .footer_item:nth-child(4) a, .rb__footerMain .footer_contentsFlex .footer_item:nth-child(5) a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .rb__footerMain .footer_contentsFlex .footer_item {
    width: 50%;
    margin-bottom: 68px;
  }
}
.rb__footerMain .footer_contentsFlex .footer_item .footer_list {
  margin: 0;
  padding: 0;
}
.rb__footerMain .footer_contentsFlex .footer_item .footer_list .footer_link {
  margin-bottom: 12px;
}
.rb__footerMain .footer_contentsFlex .footer_item .footer_list .footer_link a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.rb__footerMain .footer_contentsFlex .footer_item .footer_list .footer_link a.link {
  font-size: 16px;
  font-weight: 400;
}
.rb__footerMain .footer_contentsFlex .footer_item .footer_list .footer_link a:hover {
  color: #FF3014;
}
.rb__footerMain .footer_contentsFlex .footer_item .footer_list .footer_link:last-child {
  margin-bottom: 0;
}
.rb__footerMain .footer_contentsFlex .footer_item:nth-child(n+3) {
  margin-bottom: 0;
}
.rb__footerMain .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 18px 0;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .rb__footerMain .contents_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 18px 0;
    margin: 0;
  }
}
.rb__footerMain .contents_flex h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rb__footerMain .contents_flex h6 {
    margin-bottom: 40px;
    max-width: 280px;
  }
}
.rb__footerMain .contents_flex .media_list {
  margin: 0;
  padding: 0;
}
.rb__footerMain .contents_flex .media_list li {
  display: inline-block;
  margin-right: 24px;
}
.rb__footerMain .contents_flex .media_list li a .icon {
  width: 24px;
  height: 24px;
}
.rb__footerMain .contents_flex .media_list li:last-child {
  margin-right: 0;
}
.rb__footerMain .contact_us_wrap .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rb__footerMain .contact_us_wrap .flex_wrap .item h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .rb__footerMain .contact_us_wrap .flex_wrap .item h4 {
    font-size: 18px;
  }
}
.rb__footerMain .contact_us_wrap .flex_wrap .item ul {
  padding: 0;
  margin: 0;
}
.rb__footerMain .contact_us_wrap .flex_wrap .item ul li {
  margin-bottom: 8px;
}
.rb__footerMain .contact_us_wrap .flex_wrap .item ul li a {
  color: #C1C1C1;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.72px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rb__footerMain .contact_us_wrap .flex_wrap .item ul li a {
    font-size: 16px;
  }
}
.rb__footerMain .contact_us_wrap .flex_wrap .item ul li:last-child {
  margin-bottom: 0;
}

.bg__footer {
  background-color: #000000;
  padding: 124px 0 54px 0;
  position: sticky;
  bottom: -56px;
}
@media screen and (max-width: 767px) {
  .bg__footer {
    padding: 56px 0;
  }
}
.bg__footer .img_wrap {
  height: 228px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .bg__footer .img_wrap {
    height: 212px;
  }
}
@media screen and (max-width: 1200px) {
  .bg__footer .img_wrap {
    height: 192px;
  }
}
@media screen and (max-width: 1024px) {
  .bg__footer .img_wrap {
    height: 174px;
  }
}
@media screen and (max-width: 991px) {
  .bg__footer .img_wrap {
    height: 128px;
  }
}
@media screen and (max-width: 767px) {
  .bg__footer .img_wrap {
    height: 64px;
  }
}
@media screen and (max-width: 414px) {
  .bg__footer .img_wrap {
    height: 66px;
  }
}
@media screen and (max-width: 360px) {
  .bg__footer .img_wrap {
    height: 58px;
  }
}
@media screen and (max-width: 320px) {
  .bg__footer .img_wrap {
    height: 54px;
  }
}
.bg__footer .img_wrap .l_img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bg__footer .img_wrap .l_img:hover {
  -webkit-transform: translateY(-238px);
          transform: translateY(-238px);
}
@media screen and (max-width: 1400px) {
  .bg__footer .img_wrap .l_img:hover {
    -webkit-transform: translateY(-212px);
            transform: translateY(-212px);
  }
}
@media screen and (max-width: 1200px) {
  .bg__footer .img_wrap .l_img:hover {
    -webkit-transform: translateY(-202px);
            transform: translateY(-202px);
  }
}
@media screen and (max-width: 991px) {
  .bg__footer .img_wrap .l_img:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.bg__footer .img_wrap .m_img {
  width: 100%;
  height: 100%;
}

.bordered_btn {
  padding: 12px 24px;
  border-width: 1.5px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #c1c1c1;
  display: inline-block;
  min-width: 160px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bordered_btn:last-child {
  margin-right: 0;
}
.bordered_btn .img {
  overflow: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 12px;
}
.bordered_btn .img .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
}
.bordered_btn .img .icon:nth-child(2) {
  -webkit-transform: translate(-110%, 110%);
          transform: translate(-110%, 110%);
}
.bordered_btn.br_black {
  color: #000000;
  font-size: 16px;
  border: 1.5px solid #000000;
  border-radius: 24px;
}
.bordered_btn.br_white {
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}
.bordered_btn.bg_white {
  background-color: #ffffff;
  border: none;
}
.bordered_btn.downloads {
  color: #ffffff;
  font-size: 16px;
}
.bordered_btn.downloads .img {
  height: 20px;
}
.bordered_btn.downloads .img::after {
  content: "";
  background-image: url(../../assets/img/icons/download-pattern.svg);
  width: 20px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bordered_btn.downloads .img .icon {
  width: 10px;
  height: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bordered_btn.downloads .img .icon:nth-child(2) {
  -webkit-transform: translate(0%, -102%);
          transform: translate(0%, -102%);
}
.bordered_btn.downloads_black {
  color: #000000;
  border-color: #000000;
  margin-top: 20px;
}
.bordered_btn.downloads_black .img::after {
  background-image: url(../../assets/img/icons/download-pattern-black.svg);
}
.bordered_btn.downloads_black[disabled] {
  opacity: 0.5;
}
.bordered_btn:hover {
  border-color: #ff3014;
  color: #ff3014;
}
.bordered_btn:hover.br_black {
  border-color: #000000;
  color: #000000;
}
.bordered_btn:hover.downloads .img::after {
  background-image: url(../../assets/img/icons/download-pattern-red.svg);
}
.bordered_btn:hover.downloads .img .icon:nth-child(1) {
  -webkit-transform: translate(0, -102%);
          transform: translate(0, -102%);
  visibility: hidden;
}
.bordered_btn:hover .img .icon:nth-child(1) {
  -webkit-transform: translate(90%, -75%);
          transform: translate(90%, -75%);
}
.bordered_btn:hover .img .icon:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.submit_btn {
  border: 1.5px solid #000000;
  border-radius: 64px;
  padding: 10px 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: auto;
}
.submit_btn::before {
  content: "";
  background-color: #000000;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: -1;
}
.submit_btn .icons {
  overflow: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 12px;
}
.submit_btn .icons .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
}
.submit_btn .icons .icon:nth-child(2) {
  -webkit-transform: translate(-84%, 0);
          transform: translate(-84%, 0);
}
.submit_btn:hover {
  color: #ffffff;
}
.submit_btn:hover::before {
  width: 100%;
}
.submit_btn:hover .icons .icon:nth-child(1) {
  -webkit-transform: translate(90%, 0%);
          transform: translate(90%, 0%);
}
.submit_btn:hover .icons .icon:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.submit_btn[disabled] {
  color: #000000;
  opacity: 0.5;
}
.submit_btn[disabled]::before {
  display: none;
}
.submit_btn[disabled] .icons .icon:nth-child(1) {
  -webkit-transform: none;
          transform: none;
}
.submit_btn[disabled] .icons .icon:nth-child(2) {
  -webkit-transform: translate(-84%, 0);
          transform: translate(-84%, 0);
}

.reddot__swiper .reddotSwiper {
  background-color: #fdebe4;
  padding: 10px 0;
  width: 100%;
}
.reddot__swiper .reddotSwiper .slider_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reddot__swiper .reddotSwiper .slider_card img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.reddot__swiper .reddotSwiper .slider_card h4 {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  letter-spacing: -0.8px;
  margin: 0;
  white-space: nowrap;
}
.reddot__swiper .reddotSwiper .slider_card h4 span {
  color: #ed1c24;
}
.reddot__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.banner__video {
  padding: 130px 0 0 0;
}
@media screen and (max-width: 767px) {
  .banner__video {
    padding: 56px 0 0 0;
  }
}
.banner__video h1 {
  font-weight: 500;
  font-size: 100px;
  line-height: 104%;
  color: #000000;
  margin-bottom: 56px;
  max-width: 1090px;
}
@media screen and (max-width: 767px) {
  .banner__video h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 430px) {
  .banner__video h1 {
    max-width: 100%;
  }
}
.banner__video h1 span {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 1025px) {
  .banner__video .breakLine {
    display: none;
  }
}
.banner__video .textType {
  position: relative;
}
.banner__video .textType::after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 20px;
  bottom: 0;
  height: 80%;
  width: 3px;
  background-color: #ff3014;
  animation: type 0.5s infinite;
  -webkit-animation: type 0.5s infinite;
}
@media screen and (max-width: 767px) {
  .banner__video .textType::after {
    top: 24px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .banner__video .textType::after {
    top: 10px;
    right: -10px;
  }
}
@-webkit-keyframes type {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes type {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.human__experience {
  padding: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .human__experience {
    padding: 0 0 56px 0;
  }
}
@media screen and (max-width: 768px) {
  .human__experience .bordered_btn {
    margin-bottom: 34px;
  }
}
.human__experience .experience_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 96px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .human__experience .experience_flex {
    gap: 34px;
  }
}
.human__experience .experience_flex .experience_card {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .human__experience .experience_flex .experience_card {
    width: 100%;
  }
}
.human__experience .experience_flex .experience_card .flex_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .human__experience .experience_flex .experience_card .flex_title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.human__experience .experience_flex .experience_card .flex_title h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin: 0 8px 0 0;
}
.human__experience .experience_flex .experience_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
  height: 96px;
}
@media screen and (max-width: 991px) {
  .human__experience .experience_flex .experience_card p {
    height: 100%;
  }
}
.human__experience .experience_flex .bordered_btn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .human__experience .experience_flex .bordered_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.human__experience .exp__banner {
  width: 100%;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .human__experience .exp__banner {
    margin-top: 34px;
  }
}
.human__experience .exp__banner .wrap {
  height: 100%;
  width: 100%;
}
.human__experience .exp__banner .wrap img {
  width: 100%;
  height: 100%;
}
.human__experience .exp__banner .wrap h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 104%;
  letter-spacing: -2.56px;
  color: #ffffff;
  position: absolute;
  bottom: 72px;
  margin: 0;
  max-width: 890px;
}
@media screen and (max-width: 1024px) {
  .human__experience .exp__banner .wrap h2 {
    bottom: 56px;
  }
}
@media screen and (max-width: 991px) {
  .human__experience .exp__banner .wrap h2 {
    font-size: 32px;
    bottom: 16px;
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .human__experience .exp__banner .wrap h2 {
    max-width: 100%;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .designing__method .title_wrap {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .designing__method .title_wrap h2 {
    margin-bottom: 16px;
  }
}
.designing__method .designing_accordion {
  --bs-accordion-border-width: 0;
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button {
  padding: 44px 0 14px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .designing__method .designing_accordion .accordion-item .accordion-header .accordion-button {
    padding: 24px 0 14px;
  }
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url(../../assets/img/icons/acco-plus.svg);
  width: 28px;
  height: 28px;
  background-size: 100%;
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button sup {
  margin-right: 2px;
  font-size: 12px;
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button.br_top-0:before {
  border-top: none;
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.designing__method .designing_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/img/icons/acco-minus.svg);
}
.designing__method .designing_accordion .accordion-item .accordion-body {
  padding: 0 0 10px 0;
}
.designing__method .designing_accordion .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
  max-width: 496px;
}
.designing__method .growing_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 126px;
  margin: 126px 0 80px 0;
}
@media screen and (max-width: 991px) {
  .designing__method .growing_flex {
    margin: 56px 0;
  }
}
@media screen and (max-width: 767px) {
  .designing__method .growing_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .designing__method .growing_flex .title_wrap {
    margin-bottom: 0;
  }
}
.designing__method .growing_flex .title_wrap h2 {
  max-width: 384px;
}
.designing__method .growing_flex .right {
  max-width: 526px;
}
@media screen and (max-width: 1366px) {
  .designing__method .growing_flex .right {
    max-width: 446px;
  }
}
.designing__method .growing_flex .right p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #2d2f31;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .designing__method .growing_flex .right p {
    max-width: 458px;
  }
}
@media screen and (max-width: 991px) {
  .designing__method .growing_flex .right p {
    max-width: 344px;
  }
}
@media screen and (max-width: 767px) {
  .designing__method .growing_flex .right p {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.designing__method .banner_wrap {
  width: 100%;
  height: 100%;
}
.designing__method .banner_wrap img {
  width: 100%;
  height: 100%;
}

.video__banner__wrpapper {
  margin: 0 0 200px 0;
}
@media screen and (max-width: 991px) {
  .video__banner__wrpapper {
    padding: 0 0 56px 0;
  }
}
.video__banner__wrpapper .video_player .videoButton_wrap video {
  width: 100%;
  height: 100%;
}
.video__banner__wrpapper .video_player .videoButton_wrap .video_cta {
  cursor: none;
  display: block;
}
.video__banner__wrpapper #custom-cursor {
  position: fixed;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.video__banner__wrpapper #custom-cursor::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -56px;
  left: -16px;
  background-color: #ffffff;
  width: 140px;
  height: 140px;
  z-index: -1;
  opacity: 0;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.video__banner__wrpapper #custom-cursor span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  line-height: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.video__banner__wrpapper:hover #custom-cursor.active {
  opacity: 1;
}
.video__banner__wrpapper:hover #custom-cursor::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.video__banner__wrpapper:hover #custom-cursor span {
  opacity: 1;
}

.partners__wrapper {
  overflow: hidden;
  padding-bottom: 240px;
}
@media screen and (max-width: 991px) {
  .partners__wrapper {
    padding-bottom: 56px;
  }
}
.partners__wrapper .container {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .partners__wrapper .container .title_wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .partners__wrapper .container .title_wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .partners__wrapper .container .title_wrap h2 br {
    display: none;
  }
}
.partners__wrapper .container .partnersSwiper {
  margin-top: 80px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .partners__wrapper .container .partnersSwiper {
    margin-top: 56px;
    padding-bottom: 24px;
  }
}
.partners__wrapper .container .partnersSwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .partners__wrapper .container .partnersSwiper .swiper-wrapper .swiper-slide {
    gap: 40px;
  }
}
.partners__wrapper .container .partnersSwiper .swiper-wrapper .swiper-slide .card_icon .icon {
  width: 160px;
  height: 58px;
}
.partners__wrapper .container .partnersSwiper .swiper-wrapper .swiper-slide .card_icon h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
  height: 78px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partners__wrapper .container .partnersSwiper .swiper-wrapper .swiper-slide .card_icon h6 {
    height: 100%;
  }
}
.partners__wrapper .container .swiper_next,
.partners__wrapper .container .swiper_prev {
  width: 48px;
  height: 48px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .partners__wrapper .container .swiper_next,
  .partners__wrapper .container .swiper_prev {
    display: none;
  }
}
.partners__wrapper .container .swiper_next::after,
.partners__wrapper .container .swiper_prev::after {
  content: "";
  background-image: url(../../assets/img/icons/swiper-arrow.svg);
  font-family: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.partners__wrapper .container .swiper_next {
  right: 0;
}
.partners__wrapper .container .swiper_prev {
  left: 0;
}
.partners__wrapper .container .swiper_prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.partners__wrapper .container .partners_pagination {
  height: 1px;
  display: none;
}
@media screen and (max-width: 767px) {
  .partners__wrapper .container .partners_pagination {
    width: 100%;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 100%;
  }
}
.partners__wrapper .container .partners_pagination .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000000;
}

.testimonial__wrapper {
  padding: 192px 0 274px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .testimonial__wrapper {
    padding: 56px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents {
    padding: 0 10px 0 10px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: #000000;
  position: relative;
  margin-bottom: 32px;
  padding-top: 48px;
  height: 334px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
    height: 324px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
    height: 326px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3 {
    font-size: 24px;
    margin-bottom: 24px;
    height: 278px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents h3:before {
  content: "";
  background-image: url(../../assets/img/home/testimonial/symbol.svg);
  width: 43px;
  height: 27px;
  position: absolute;
  top: 0;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info {
    padding-bottom: 62px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .img {
    width: 40px;
    height: 40px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .details {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .details {
    margin-left: 8px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .details h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .details h5 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #777777;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_contents .flex_info .details p {
    font-size: 14px;
  }
}
.testimonial__wrapper .testimonialSwiper .navigation_controls {
  width: 280px;
  height: 100px;
  position: absolute;
  top: 76%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .navigation_controls {
    width: 100%;
  }
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_next,
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_prev {
  width: 48px;
  height: 48px;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_next,
  .testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_prev {
    display: none;
  }
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_next::after,
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_prev::after {
  content: "";
  background-image: url(../../assets/img/icons/swiper-arrow.svg);
  font-family: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_next {
  right: 0;
  left: 28%;
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_pagination {
  height: 1px;
  top: 90%;
  width: 100%;
  background: #7d7d7d;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_pagination {
    width: 100%;
    right: 0;
    margin: 0 auto;
  }
}
.testimonial__wrapper .testimonialSwiper .navigation_controls .testimonial_pagination .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000000;
}

.awards__wrapper {
  overflow: hidden;
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .awards__wrapper {
    padding-bottom: 56px;
  }
}
.awards__wrapper .container {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .awards__wrapper .container .title_wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .awards__wrapper .container .title_wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .awards__wrapper .container .title_wrap h2 br {
    display: none;
  }
}
.awards__wrapper .container .awardsSwiper {
  margin-top: 80px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .awards__wrapper .container .awardsSwiper {
    margin-top: 56px;
    padding-bottom: 24px;
  }
}
.awards__wrapper .container .awardsSwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .awards__wrapper .container .awardsSwiper .swiper-wrapper .swiper-slide {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .awards__wrapper .container .awardsSwiper .swiper-wrapper .swiper-slide .card_icon {
    text-align: center;
  }
}
.awards__wrapper .container .awardsSwiper .swiper-wrapper .swiper-slide .card_icon p {
  margin: 16px 0 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
}
.awards__wrapper .container .awardsSwiper .swiper-wrapper .swiper-slide .card_icon h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
}
.awards__wrapper .container .navigation_controls {
  width: 280px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .awards__wrapper .container .navigation_controls {
    top: 100%;
    height: auto;
    width: 100%;
  }
}
.awards__wrapper .container .navigation_controls .awards_next,
.awards__wrapper .container .navigation_controls .awards_prev {
  width: 48px;
  height: 48px;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .awards__wrapper .container .navigation_controls .awards_next,
  .awards__wrapper .container .navigation_controls .awards_prev {
    display: none;
  }
}
.awards__wrapper .container .navigation_controls .awards_next::after,
.awards__wrapper .container .navigation_controls .awards_prev::after {
  content: "";
  background-image: url(../../assets/img/icons/swiper-arrow.svg);
  font-family: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.awards__wrapper .container .navigation_controls .awards_next {
  right: 0;
  left: 28%;
}
.awards__wrapper .container .navigation_controls .awards_prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.awards__wrapper .container .navigation_controls .awards_pagination {
  height: 1px;
  top: 90%;
}
@media screen and (max-width: 767px) {
  .awards__wrapper .container .navigation_controls .awards_pagination {
    width: 94%;
    right: 0;
    margin: 0 auto;
  }
}
.awards__wrapper .container .navigation_controls .awards_pagination .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000000;
}

.resources__wrapper {
  padding: 0 0 160px 0;
}
@media screen and (max-width: 767px) {
  .resources__wrapper {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .resources__wrapper .title_wrap {
    margin-bottom: 56px;
  }
}
.resources__wrapper .title_wrap h2 {
  margin-bottom: 12px;
  line-height: 106%;
}
@media screen and (max-width: 767px) {
  .resources__wrapper .title_wrap h2 {
    margin-bottom: 16px;
  }
}
.resources__wrapper .title_wrap p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .resources__wrapper .title_wrap p {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.resources__wrapper .blogs_news_card {
  display: block;
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .resources__wrapper .blogs_news_card {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .resources__wrapper .blogs_news_card {
    margin-bottom: 32px;
  }
}
.resources__wrapper .blogs_news_card .flex_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .resources__wrapper .blogs_news_card .flex_title {
    margin-bottom: 8px;
  }
}
.resources__wrapper .blogs_news_card .flex_title h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  max-width: 474px;
  margin-bottom: 0;
  max-width: 420px;
}
@media screen and (max-width: 1024px) {
  .resources__wrapper .blogs_news_card .flex_title h5 {
    max-width: 434px;
  }
}
@media screen and (max-width: 991px) {
  .resources__wrapper .blogs_news_card .flex_title h5 {
    max-width: 312px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .resources__wrapper .blogs_news_card .flex_title h5 {
    max-width: 270px;
    font-weight: 500;
  }
}
@media screen and (max-width: 415px) {
  .resources__wrapper .blogs_news_card .flex_title h5 {
    font-weight: 500;
  }
}
.resources__wrapper .blogs_news_card .flex_title .icon {
  overflow: hidden;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
}
.resources__wrapper .blogs_news_card .flex_title .icon .icons {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
}
.resources__wrapper .blogs_news_card .flex_title .icon .icons:nth-child(2) {
  -webkit-transform: translate(-110%, 110%);
          transform: translate(-110%, 110%);
}
.resources__wrapper .blogs_news_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
}
.resources__wrapper .blogs_news_card:hover .flex_title .icon .icons:nth-child(1) {
  -webkit-transform: translate(90%, -75%);
          transform: translate(90%, -75%);
}
.resources__wrapper .blogs_news_card:hover .flex_title .icon .icons:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.resources__wrapper .blogs_news_card:last-child {
  margin-bottom: 0;
}

.about__banner {
  padding: 130px 0 204px 0;
}
@media screen and (max-width: 991px) {
  .about__banner {
    padding: 56px 0;
  }
}
@media screen and (max-width: 991px) {
  .about__banner .title .title_design {
    line-height: 110%;
  }
}
.about__banner .story_banner .img {
  margin: 64px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .about__banner .story_banner .img {
    margin: 24px 0 0 0;
  }
}
.about__banner .story_banner .img img {
  width: 100%;
  height: 100%;
}
.about__banner h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .about__banner h4 {
    margin-top: 56px;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.about__banner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about__banner p {
    margin-bottom: 32px;
  }
}
.about__banner .flex_story {
  display: grid;
  grid-template-columns: auto auto;
  gap: 36px 24px;
}
.about__banner .flex_story .item h3 {
  font-size: 32px;
  margin-bottom: 12px;
}

.leaders__wrapper {
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .leaders__wrapper {
    padding-bottom: 80px;
  }
}
.leaders__wrapper .title_wrap {
  margin-bottom: 60px;
}
.leaders__wrapper .title_wrap h2 {
  line-height: 110%;
}
.leaders__wrapper .title_wrap p {
  font-size: 18px;
}
.leaders__wrapper .leaderSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.leaders__wrapper .leaderSwiper .swiper-slide h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 16px 0 0 0;
  text-align: left;
}
.leaders__wrapper .leaderSwiper .swiper-slide h3 {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  margin: 6px 0 0 0;
  text-align: left;
}
.leaders__wrapper .leaderSwiper.mrb_68 {
  margin-bottom: 68px;
}
.leaders__wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .our__value .title_wrap {
    margin-bottom: 32px;
  }
}
.our__value .title_wrap h2 {
  color: #000000;
  font-weight: 500;
  text-wrap: balance;
}
@media screen and (max-width: 1024px) {
  .our__value .title_wrap h2 {
    max-width: 100%;
  }
}
.our__value .title_wrap p {
  margin-bottom: 24px;
  font-size: 18px;
  color: #2d2f31;
}
.our__value .card_value {
  margin-bottom: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .our__value .card_value {
    margin-bottom: 36px;
  }
}
.our__value .card_value h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 12px;
  height: 40px;
}
.our__value .card_value p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
  max-width: 258px;
}
@media screen and (max-width: 767px) {
  .our__value .card_value p {
    max-width: 100%;
    color: #2d2f31;
  }
}

.dew__wrapper .bg {
  width: 100%;
  height: 100%;
}
.dew__wrapper .contents {
  position: relative;
}
.dew__wrapper .contents h2 {
  font-weight: 600;
  font-size: 128px;
  line-height: 88%;
  color: #ffffff;
  max-width: 940px;
  margin: 0;
  position: absolute;
  bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .dew__wrapper .contents h2 {
    font-size: 72px;
    max-width: 530px;
  }
}
@media screen and (max-width: 991px) {
  .dew__wrapper .contents h2 {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .dew__wrapper .contents h2 {
    font-size: 32px;
    max-width: 212px;
    bottom: 24px;
  }
}
.dew__wrapper .contents .br_white {
  position: absolute;
  bottom: 72px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .dew__wrapper .contents .br_white {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .dew__wrapper .contents .br_white {
    bottom: 24px;
    padding: 6px 14px;
    min-width: 138px;
  }
}
.dew__wrapper .contents .br_white:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.culture__wrapper {
  padding: 72px 0 142px 0;
}
@media screen and (max-width: 768px) {
  .culture__wrapper {
    padding: 56px 0;
  }
}
.culture__wrapper .title_wrap h2 {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .culture__wrapper .title_wrap h2 {
    margin-bottom: 16px;
  }
}
.culture__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .culture__wrapper p {
    font-size: 16px;
  }
}
.culture__wrapper .cultureSwiper {
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  .culture__wrapper .cultureSwiper {
    margin-top: 32px;
  }
}
.culture__wrapper .cultureSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.culture__wrapper .cultureSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.den__banner__wrapper {
  padding: 130px 0 0 0;
}
@media screen and (max-width: 767px) {
  .den__banner__wrapper {
    padding: 56px 0 0 0;
  }
}
.den__banner__wrapper .title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .den__banner__wrapper .title {
    margin-bottom: 40px;
  }
}
.den__banner__wrapper .title h2 {
  margin: 0;
}

.our__initiatives__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .our__initiatives__wrapper {
    padding: 56px 0;
  }
}
.our__initiatives__wrapper .title_wrap {
  margin-bottom: 36px;
}
.our__initiatives__wrapper .initiatives_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .our__initiatives__wrapper .initiatives_flex {
    overflow-x: scroll;
    padding-bottom: 40px;
  }
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card {
  width: 33.3333333333%;
  height: 508px;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .our__initiatives__wrapper .initiatives_flex .initiatives_card {
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .our__initiatives__wrapper .initiatives_flex .initiatives_card {
    height: 310px;
    min-width: 280px;
  }
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card .flex_inner p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .our__initiatives__wrapper .initiatives_flex .initiatives_card .flex_inner p {
    font-size: 16px;
  }
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card .flex_inner h3 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .our__initiatives__wrapper .initiatives_flex .initiatives_card .flex_inner h3 {
    font-size: 24px;
  }
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card.bg_1 {
  background-color: #B5FF56;
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card.bg_2 {
  background-color: #9694FF;
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card.bg_3 {
  background-color: #FF80B6;
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card:first-child {
  margin-left: 12px;
}
.our__initiatives__wrapper .initiatives_flex .initiatives_card:last-child {
  margin-right: 12px;
}
.our__initiatives__wrapper .initiatives_flex::-webkit-scrollbar {
  height: 3px;
  display: block;
  min-width: 200px;
}
.our__initiatives__wrapper .initiatives_flex::-webkit-scrollbar-track {
  background: rgba(45, 47, 49, 0.2);
  border-radius: 10px;
}
.our__initiatives__wrapper .initiatives_flex::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.rangmanch__wrapper {
  position: relative;
}
.rangmanch__wrapper::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(143.12%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 143.12%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 356px;
}
.rangmanch__wrapper img {
  width: 100%;
  height: 100%;
}
.rangmanch__wrapper .contents {
  position: absolute;
  bottom: 10%;
  max-width: 400px;
}
.rangmanch__wrapper .contents h4 {
  font-size: 64px;
  font-weight: 500;
  line-height: 104%;
  letter-spacing: -2.56px;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .rangmanch__wrapper .contents h4 {
    font-size: 32px;
  }
}
.rangmanch__wrapper .contents p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.standout__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .standout__wrapper {
    padding: 56px 0;
  }
}
.standout__wrapper .title_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .standout__wrapper .title_wrap {
    margin-bottom: 40px;
  }
}
.standout__wrapper .standout_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .standout__wrapper .standout_flex {
    overflow-x: scroll;
    padding-bottom: 40px;
  }
}
.standout__wrapper .standout_flex .standout_card {
  padding: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .standout__wrapper .standout_flex .standout_card {
    min-width: 286px;
  }
}
.standout__wrapper .standout_flex .standout_card .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
.standout__wrapper .standout_flex .standout_card .inner_flex h3 {
  color: #000000;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin: 0;
}
.standout__wrapper .standout_flex .standout_card .inner_flex p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin: 0;
}
.standout__wrapper .standout_flex .standout_card.bg_1 {
  background-color: #ff8a4a;
}
.standout__wrapper .standout_flex .standout_card.bg_2 {
  background-color: #ffd12f;
}
.standout__wrapper .standout_flex .standout_card.bg_3 {
  background-color: #64e3ff;
}
.standout__wrapper .standout_flex::-webkit-scrollbar {
  height: 3px;
  display: block;
  min-width: 200px;
}
.standout__wrapper .standout_flex::-webkit-scrollbar-track {
  background: rgba(45, 47, 49, 0.2);
  border-radius: 10px;
}
.standout__wrapper .standout_flex::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.den__i__wrapper {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .den__i__wrapper {
    padding-bottom: 80px;
  }
}
.den__i__wrapper .title_wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .den__i__wrapper .title_wrap {
    margin-bottom: 40px;
  }
}
.den__i__wrapper .den_i_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .den__i__wrapper .den_i_flex {
    overflow-x: scroll;
    padding-bottom: 40px;
  }
}
.den__i__wrapper .den_i_flex .den_card {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .den__i__wrapper .den_i_flex .den_card {
    min-width: 286px;
  }
}
.den__i__wrapper .den_i_flex::-webkit-scrollbar {
  height: 3px;
  display: block;
  min-width: 200px;
}
.den__i__wrapper .den_i_flex::-webkit-scrollbar-track {
  background: rgba(45, 47, 49, 0.2);
  border-radius: 10px;
}
.den__i__wrapper .den_i_flex::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.let__collaborate {
  background-image: url(../../assets/img/about/pattern-white.png);
  background-size: cover;
  width: 100%;
  height: 384px;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .let__collaborate {
    background-size: cover;
    height: 100%;
    margin-bottom: 56px;
  }
}
.let__collaborate .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 384px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.let__collaborate .contents h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .let__collaborate .contents h3 {
    font-size: 40px;
  }
}
.let__collaborate .contents .br_black {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
}

.service__title {
  padding: 130px 0 0 0;
}
@media screen and (max-width: 768px) {
  .service__title {
    padding: 56px 0 0 0;
  }
}
.service__title .title h2 {
  margin-bottom: 16px;
}

.tabs__wrapper {
  position: sticky;
  top: 90px;
  background-color: #ffffff;
  padding: 80px 0 40px 0;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .tabs__wrapper {
    padding: 24px 0;
    top: 62px;
  }
}
.tabs__wrapper .tab_listing {
  padding-left: 0;
  margin: 0;
  overflow: scroll;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tabs__wrapper .tab_listing {
    white-space: initial;
    overflow: none;
  }
}
.tabs__wrapper .tab_listing li {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .tabs__wrapper .tab_listing li {
    margin-bottom: 16px;
    margin-right: 8px;
  }
}
.tabs__wrapper .tab_listing li .link {
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: #000000;
  padding: 8px 16px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tabs__wrapper .tab_listing li .link {
    font-size: 16px;
  }
}
.tabs__wrapper .tab_listing li .link .swipe {
  overflow: hidden;
  position: relative;
}
.tabs__wrapper .tab_listing li .link .swipe span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  transition: transform 0.75s cubic-bezier(0.025, 0.9, 0.45, 1), opacity 0.75s cubic-bezier(0.025, 0.9, 0.45, 1), -webkit-transform 0.75s cubic-bezier(0.025, 0.9, 0.45, 1);
}
.tabs__wrapper .tab_listing li .link .swipe span:first-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.tabs__wrapper .tab_listing li .link .swipe span:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.tabs__wrapper .tab_listing li .link:hover .swipe span:first-child {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.tabs__wrapper .tab_listing li .link:hover .swipe span:last-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.tabs__wrapper .tab_listing li:last-child {
  margin-right: 0;
}
.tabs__wrapper .tab_listing li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.tabs__wrapper .tab_listing li.active .link {
  background-color: #000000;
  color: #ffffff;
}

.service__banner {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .service__banner {
    padding-bottom: 80px;
  }
}
.service__banner .bg {
  width: 100%;
  height: 100%;
}

.common__section {
  padding-bottom: 260px;
}
@media screen and (max-width: 768px) {
  .common__section {
    padding-bottom: 82px;
  }
}
.common__section .bg {
  width: 100%;
  height: 768px;
  margin: 120px 0;
}
@media screen and (max-width: 1024px) {
  .common__section .bg {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common__section .bg {
    padding: 32px 0 24px 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .common__section .bg.desktop {
    display: none;
  }
}
.common__section .bg.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__section .bg.mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .common__section .bg.mb_0 {
    margin-bottom: 0;
  }
}
.common__section .title_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common__section .title_wrap {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .common__section .title_wrap h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .common__section .title_wrap p {
    font-size: 24px;
  }
}
.common__section .accordion__common {
  --bs-accordion-border-width: 0;
}
@media screen and (max-width: 768px) {
  .common__section .accordion__common {
    margin-top: 32px;
  }
}
.common__section .accordion__common .accordion-item {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .common__section .accordion__common .accordion-item {
    border-bottom: 0.8px solid #EDEDED;
  }
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button {
  padding: 44px 0 14px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .common__section .accordion__common .accordion-item .accordion-header .accordion-button {
    padding: 24px 0 14px;
    font-size: 20px;
  }
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button:after {
  background-image: url(../../assets/img/icons/acco-plus.svg);
  width: 28px;
  height: 28px;
  background-size: 100%;
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button sup {
  margin-right: 2px;
  font-size: 12px;
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button.br_top-0:before {
  border-top: none;
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.common__section .accordion__common .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/img/icons/acco-minus.svg);
}
.common__section .accordion__common .accordion-item .accordion-body {
  padding: 0 0 10px 0;
}
.common__section .accordion__common .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
  max-width: 496px;
}
.common__section.last {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .common__section.last {
    padding-bottom: 82px;
  }
}

.back_link {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .back_link {
    margin-top: 28px;
  }
}
.back_link .previous_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
}
.back_link .previous_link .icon {
  width: 24px;
  height: 24px;
}
.back_link .previous_link span {
  color: #000;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .back_link .previous_link span {
    font-size: 16px;
  }
}

.services__banner {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .services__banner {
    padding-top: 56px;
  }
}
.services__banner .title {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .services__banner .title {
    margin-bottom: 24px;
  }
}
.services__banner .title h2 {
  text-wrap: balance;
}
.services__banner .bg {
  width: 100%;
  height: 100%;
}

.brand__experience {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .brand__experience {
    padding: 24px 0 80px 0;
  }
}
.brand__experience .title_wrap {
  margin-bottom: 32px;
}
.brand__experience .flex_wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .brand__experience .flex_wrap {
    grid-template-columns: auto;
    gap: 32px;
  }
}
.brand__experience .flex_wrap .flex_item h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 12px;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .brand__experience .flex_wrap .flex_item h4 {
    font-size: 20px;
  }
}
.brand__experience .flex_wrap .flex_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}

.accordion__services_wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .accordion__services_wrapper {
    padding: 0 0 56px 0;
  }
}
.accordion__services_wrapper .title_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .accordion__services_wrapper .title_wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .accordion__services_wrapper .title_wrap h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.accordion__services_wrapper .accordion__common {
  --bs-accordion-border-width: 0;
}
@media screen and (max-width: 991px) {
  .accordion__services_wrapper .accordion__common {
    margin-top: 32px;
  }
}
.accordion__services_wrapper .accordion__common .accordion-item {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .accordion__services_wrapper .accordion__common .accordion-item {
    border-bottom: 0.8px solid #EDEDED;
  }
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button {
  padding: 44px 0 14px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button {
    padding: 24px 0 14px;
    font-size: 20px;
  }
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button:after {
  background-image: url(../../assets/img/icons/acco-plus.svg);
  width: 28px;
  height: 28px;
  background-size: 100%;
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button sup {
  margin-right: 2px;
  font-size: 12px;
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button.br_top-0:before {
  border-top: none;
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/img/icons/acco-minus.svg);
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-body {
  padding: 0 0 10px 0;
}
.accordion__services_wrapper .accordion__common .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
  max-width: 496px;
}
.accordion__services_wrapper.last {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .accordion__services_wrapper.last {
    padding-bottom: 82px;
  }
}

.other__services {
  padding: 0 0 120px 0;
}
@media screen and (max-width: 991px) {
  .other__services {
    padding: 0 0 56px 0;
  }
}
.other__services .service_card {
  display: block;
  padding-bottom: 92px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .other__services .service_card {
    padding-bottom: 44px;
  }
}
.other__services .service_card::before {
  content: "";
  border-bottom: 1px solid #EDEDED;
  position: absolute;
  bottom: 40%;
  width: 100%;
}
.other__services .service_card::after {
  content: "";
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: none repeat scroll 0 0 #ff3014;
  display: block;
  height: 1px;
  width: 0;
  bottom: 48px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .other__services .service_card::after {
    bottom: 30px;
  }
}
.other__services .service_card .flex_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other__services .service_card .flex_title h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  max-width: 474px;
  margin-bottom: 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .other__services .service_card .flex_title h5 {
    font-size: 20px;
  }
}
.other__services .service_card .flex_title .icon {
  overflow: hidden;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
}
.other__services .service_card .flex_title .icon .icons {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
}
.other__services .service_card .flex_title .icon .icons:nth-child(2) {
  -webkit-transform: translate(-110%, 110%);
          transform: translate(-110%, 110%);
}
.other__services .service_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
}
.other__services .service_card:hover .flex_title .icon .icons:nth-child(1) {
  -webkit-transform: translate(90%, -75%);
          transform: translate(90%, -75%);
}
.other__services .service_card:hover .flex_title .icon .icons:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.other__services .service_card:last-child {
  margin-bottom: 0;
}
.other__services .service_card:hover::after {
  width: 100%;
}

.value__added__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .value__added__wrapper {
    padding: 0 0 56px 0;
  }
}
@media screen and (max-width: 991px) {
  .value__added__wrapper .value_added .title_wrap {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .value__added__wrapper .value_added .title_wrap h2 {
    font-size: 32px;
  }
}
.value__added__wrapper .value_added .counter {
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .value__added__wrapper .value_added .counter {
    margin-bottom: 40px;
  }
}
.value__added__wrapper .value_added .counter h2 {
  font-size: 56px;
  color: #000000;
  line-height: 100%;
  letter-spacing: -2.24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .value__added__wrapper .value_added .counter h2 {
    font-size: 40px;
  }
}
.value__added__wrapper .value_added .counter p {
  font-size: 16px;
  color: #2D2F31;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}
.value__added__wrapper .value_added .counter:last-child {
  margin-bottom: 0;
}

.explore__work__wrapper {
  overflow: hidden;
  padding-bottom: 120px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .explore__work__wrapper {
    padding-bottom: 56px;
    margin-top: 40px;
  }
}
.explore__work__wrapper .title_wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .explore__work__wrapper .title_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .explore__work__wrapper .title_wrap h2 {
    margin: 0;
  }
}
.explore__work__wrapper .exploreWorkSwiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .explore__work__wrapper .exploreWorkSwiper {
    padding-bottom: 30px;
  }
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card {
  display: block;
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card .img {
  overflow: hidden;
  height: 462px;
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card .contents h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 24px 0 8px 0;
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card .contents p {
  color: #2d2f31;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.explore__work__wrapper .exploreWorkSwiper .swiper-wrapper .swiper-slide .explore_card:hover h4 {
  text-decoration: underline;
}
.explore__work__wrapper .exploreWorkSwiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .explore__work__wrapper .exploreWorkSwiper .swiper-pagination {
    display: block;
    top: 99%;
    height: 1.5px;
  }
}
.explore__work__wrapper .exploreWorkSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000000;
}

.work__listing__wrapper {
  padding: 130px 0 66px 0;
}
@media screen and (max-width: 991px) {
  .work__listing__wrapper {
    padding: 56px 0 56px 0;
  }
}
.work__listing__wrapper .title {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .work__listing__wrapper .title {
    margin-bottom: 40px;
  }
}
.work__listing__wrapper .title h2 {
  margin: 0;
  text-wrap: balance;
}
.work__listing__wrapper .listing_card {
  overflow: hidden;
  margin-bottom: 100px;
  display: block;
}
@media screen and (max-width: 991px) {
  .work__listing__wrapper .listing_card {
    margin-bottom: 56px;
  }
}
.work__listing__wrapper .listing_card .img {
  overflow: hidden;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .work__listing__wrapper .listing_card .img {
    height: 356px;
  }
}
@media screen and (max-width: 991px) {
  .work__listing__wrapper .listing_card .img {
    height: 402px;
  }
}
.work__listing__wrapper .listing_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work__listing__wrapper .listing_card .img::after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work__listing__wrapper .listing_card .description h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 24px 0 4px 0;
}
.work__listing__wrapper .listing_card .description p {
  color: #2D2F31;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}
.work__listing__wrapper .listing_card:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.work__listing__wrapper .listing_card:hover .img::after {
  opacity: 0.4;
}
.work__listing__wrapper .listing_card:hover .cursor {
  display: block;
}
.work__listing__wrapper .card_content h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .work__listing__wrapper .card_content h2 {
    font-size: 24px;
  }
}
.work__listing__wrapper .filter_wrap .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DADADA;
}
.work__listing__wrapper .filter_wrap .filter button {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.work__listing__wrapper .filter_wrap .filter .clearbtn {
  display: none;
}
.work__listing__wrapper .filter_wrap .filter .clearbtn.hide {
  display: block;
}
.work__listing__wrapper .filter_wrap .filter_tab {
  display: none;
}
.work__listing__wrapper .filter_wrap .filter_tab h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}
.work__listing__wrapper .filter_wrap .filter_tab .filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.work__listing__wrapper .filter_wrap .filter_tab .filter_list .filterBtn {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  border-radius: 20px;
  padding: 8px 16px;
  border: 1px solid #000;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.work__listing__wrapper .filter_wrap .filter_tab .filter_list .filterBtn.active {
  color: #ffffff;
  background-color: #000000;
}
.work__listing__wrapper .filter_wrap .filter_tab.show {
  display: block;
}
.work__listing__wrapper .filter_contents {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .work__listing__wrapper .filter_contents {
    margin-top: 56px;
  }
}

.detail__banner__wrapper {
  padding: 130px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .detail__banner__wrapper {
    padding: 80px 0 40px 0;
  }
}
.detail__banner__wrapper .logo {
  width: 196px;
  height: auto;
}
.detail__banner__wrapper h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  color: #2d2f31;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .detail__banner__wrapper h4 {
    font-size: 16px;
  }
}
.detail__banner__wrapper h3 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.304px;
  margin-bottom: 8px;
}
.detail__banner__wrapper p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.304px;
  margin-bottom: 0;
}
.detail__banner__wrapper .detail_list {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .detail__banner__wrapper .detail_list {
    margin-bottom: 24px;
  }
}
.detail__banner__wrapper .detail_list li {
  margin-bottom: 8px;
}
.detail__banner__wrapper .detail_list li img {
  width: 100%;
  height: 100%;
}
.detail__banner__wrapper .detail_list li:last-child {
  margin: 0;
}
.detail__banner__wrapper .detail_content {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .detail__banner__wrapper .detail_content {
    margin: 0;
  }
}
.detail__banner__wrapper .detail_content .content {
  margin-bottom: 40px;
}
.detail__banner__wrapper .detail_content .content h3 {
  margin: 0;
}
.detail__banner__wrapper .detail_content .content:last-child {
  margin: 0;
}
.detail__banner__wrapper .banner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .detail__banner__wrapper .banner {
    margin-top: 56px;
  }
}

.value__added {
  padding: 200px 0;
}
@media screen and (max-width: 991px) {
  .value__added {
    padding: 80px 0;
  }
}
.value__added h3 {
  color: #000000;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .value__added h3 {
    font-size: 32px;
  }
}
.value__added p {
  color: #2d2f31;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .value__added p {
    margin-bottom: 72px;
  }
}
.value__added .counter {
  margin-bottom: 72px;
}
.value__added .counter h2 {
  font-size: 56px;
  color: #000000;
  line-height: 100%;
  letter-spacing: -2.24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .value__added .counter h2 {
    font-size: 40px;
  }
}
.value__added .counter p {
  margin: 0;
}
.value__added .counter:last-child {
  margin-bottom: 0;
}

.image__banner__wrapper img {
  width: 100%;
  height: 100%;
}

.detail__description__wrapper {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .detail__description__wrapper {
    padding-top: 80px;
  }
}
.detail__description__wrapper .heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .detail__description__wrapper .heading {
    margin-bottom: 56px;
  }
}
.detail__description__wrapper .heading h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.28px;
  margin-bottom: 16px;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .detail__description__wrapper .heading h2 {
    font-size: 24px;
  }
}
.detail__description__wrapper .heading p {
  font-size: 16px;
  color: #2d2f31;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.64px;
  margin: 0;
}
.detail__description__wrapper .image_video_wrap .video_bg {
  width: 100%;
  height: 100%;
}
.detail__description__wrapper .image_video_wrap .img_bg img {
  width: 100%;
  height: 100%;
}

.counter__card__wrapper {
  padding: 80px 0 120px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .counter__card__wrapper {
    padding: 56px 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 991px) {
  .counter__card__wrapper .card_counter {
    margin-bottom: 32px;
  }
}
.counter__card__wrapper .card_counter h3 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.6px;
  margin-bottom: 16px;
}
.counter__card__wrapper .card_counter p {
  color: #2d2f31;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.64px;
  max-width: 196px;
  margin: 0 auto;
}
.counter__card__wrapper .card_counter:last-child {
  margin-bottom: 0;
}

.bg_yours {
  background-color: #f1fbf3;
}

.career__banner__wrapper {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .career__banner__wrapper {
    padding-top: 56px;
  }
}
.career__banner__wrapper .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .career__banner__wrapper .title {
    margin-bottom: 32px;
  }
}
.career__banner__wrapper .title h2 {
  text-wrap: balance;
}
.career__banner__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.club__red__wrapper {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .club__red__wrapper {
    padding-top: 56px;
  }
}
.club__red__wrapper .main_wrap {
  position: relative;
}
.club__red__wrapper .main_wrap h3 {
  color: #000000;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .club__red__wrapper .main_wrap h3 {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .club__red__wrapper .main_wrap h3 {
    font-size: 40px;
  }
}
.club__red__wrapper .main_wrap h3 span {
  font-family: "ivypresto-display", serif;
  font-style: italic;
}
@media screen and (max-width: 1400px) {
  .club__red__wrapper .main_wrap h3 br {
    display: none;
  }
}
.club__red__wrapper .main_wrap h3:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .club__red__wrapper .main_wrap h3:after {
    display: none;
  }
}
.club__red__wrapper .main_wrap .reasons_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 156px;
}
@media screen and (max-width: 1280px) {
  .club__red__wrapper .main_wrap .reasons_flex {
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .club__red__wrapper .main_wrap .reasons_flex {
    grid-template-columns: auto;
    gap: 56px;
  }
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card {
  cursor: pointer;
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.2px;
  margin-bottom: 12px;
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card p {
    margin-bottom: 32px;
  }
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img {
  position: absolute;
  left: 0;
  top: 24%;
  width: 470px;
  height: 470px;
}
@media screen and (max-width: 1400px) {
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img {
    width: 356px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
  }
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img img {
  width: 100%;
  height: 100%;
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_1,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_2,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_3,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_4,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_5,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_6 {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 991px) {
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_1,
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_2,
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_3,
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_4,
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_5,
  .club__red__wrapper .main_wrap .reasons_flex .reasons_card .img .floating_6 {
    opacity: 1;
  }
}
.club__red__wrapper .main_wrap .reasons_flex .reasons_card:hover .img .floating_1,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card:hover .img .floating_2,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card:hover .img .floating_3,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card:hover .img .floating_4,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card:hover .img .floating_5,
.club__red__wrapper .main_wrap .reasons_flex .reasons_card:hover .img .floating_6 {
  opacity: 1;
}

.career__keka__form__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .career__keka__form__wrapper {
    padding: 56px 0;
  }
}
.career__keka__form__wrapper .kh-main-container {
  font-family: "Inter", sans-serif !important;
  color: #000000 !important;
}
.career__keka__form__wrapper .kh-footer {
  display: none !important;
}

.handShek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .handShek {
    display: none;
  }
}
.handShek .slideIn {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.handShek .slideIn .slide-in-content {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 2s cubic-bezier(0.65, 0.05, 0.36, 1);
  max-width: 100%;
  height: 432px;
}
.handShek .slideIn .slide-in-content img {
  width: 100%;
  height: 100%;
}
.handShek .slideIn.from-left .slide-in-content {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.handShek .slideIn.from-right .slide-in-content {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.handShek .slideIn.show .slide-in-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.resource__title {
  padding: 130px 0 0 0;
}
@media screen and (max-width: 768px) {
  .resource__title {
    padding: 66px 0 0 0;
  }
}
.resource__title .title h2 {
  margin: 0;
}

.resource__wrapper {
  padding: 66px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .resource__wrapper {
    padding: 24px 0 56px 0;
  }
}
.resource__wrapper .resources_list {
  margin: 0;
  padding: 0;
}
.resource__wrapper .resources_list li {
  cursor: pointer;
}
.resource__wrapper .resources_list li .content {
  margin-bottom: 40px;
  max-height: 28px;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
}
@media screen and (max-width: 991px) {
  .resource__wrapper .resources_list li .content {
    overflow: visible;
    max-height: 100%;
  }
}
.resource__wrapper .resources_list li.active .content {
  max-height: 120px;
}
.resource__wrapper h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .resource__wrapper h4 {
    font-size: 18px;
  }
}
.resource__wrapper p {
  color: #2D2F31;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 16px 0 0 0;
}
.resource__wrapper .flex_wrap {
  display: grid;
  gap: 116px 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .resource__wrapper .flex_wrap {
    grid-template-columns: auto;
  }
}
.resource__wrapper .flex_wrap .resource_card {
  display: block;
}
.resource__wrapper .flex_wrap .resource_card .img {
  overflow: hidden;
}
.resource__wrapper .flex_wrap .resource_card .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resource__wrapper .flex_wrap .resource_card h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 16px 0 0 0;
}
.resource__wrapper .flex_wrap .resource_card:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.resource__wrapper .content_wrap .tab_content {
  display: none;
}
.resource__wrapper .content_wrap .tab_content.show {
  display: block;
}
.resource__wrapper .accordion_list {
  margin: 0;
  padding: 0;
}
.resource__wrapper .accordion_list .accordion_item {
  max-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #EBECF0;
}
.resource__wrapper .accordion_list .accordion_item h4 {
  padding: 24px 16px;
  position: relative;
}
.resource__wrapper .accordion_list .accordion_item h4::after {
  content: "";
  background-image: url(../../assets/img/icons/accodion-arrow.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.resource__wrapper .accordion_list .accordion_item .card_wrap {
  padding-bottom: 24px;
}
.resource__wrapper .accordion_list .accordion_item .card_wrap .flex_wrap {
  gap: 56px 24px;
}
.resource__wrapper .accordion_list .accordion_item .card_wrap p {
  margin: 0 0 40px 0;
  padding: 0 16px;
}
.resource__wrapper .accordion_list .accordion_item.open {
  max-height: 100%;
}
.resource__wrapper .accordion_list .accordion_item.open h4::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.resource__detail__wrapper .heading_wrap h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 40px 0 24px;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .heading_wrap h2 {
    font-size: 32px;
  }
}
.resource__detail__wrapper .heading_wrap .users_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .heading_wrap .users_detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.resource__detail__wrapper .heading_wrap .users_detail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.resource__detail__wrapper .heading_wrap .users_detail .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .heading_wrap .users_detail .inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.resource__detail__wrapper .heading_wrap .users_detail .inner_flex h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0 24px 0 16px;
}
.resource__detail__wrapper .heading_wrap .users_detail .inner_flex p {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .heading_wrap .users_detail .inner_flex p {
    margin: 16px 0 16px 16px;
  }
}
.resource__detail__wrapper .heading_wrap .users_detail .tags_wrap {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .heading_wrap .users_detail .tags_wrap {
    margin-left: 58px;
  }
}
.resource__detail__wrapper .heading_wrap .users_detail .tags_wrap span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.81);
  padding: 8px;
  background: rgba(204, 204, 204, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  display: inline-block;
  margin-right: 12px;
}
.resource__detail__wrapper img {
  width: 100%;
  height: 100%;
}
.resource__detail__wrapper .resource_contents {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .resource_contents {
    padding-top: 34px;
  }
}
.resource__detail__wrapper .resource_contents p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin-bottom: 24px;
}
.resource__detail__wrapper .resource_contents p a {
  color: #4d0ad0;
  text-decoration: underline;
}
.resource__detail__wrapper .resource_contents h2,
.resource__detail__wrapper .resource_contents h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 40px 0 24px;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .resource__detail__wrapper .resource_contents h2,
  .resource__detail__wrapper .resource_contents h3 {
    font-size: 32px;
  }
}
.resource__detail__wrapper .resource_contents img {
  width: 100%;
  height: auto;
  margin-top: 56px;
  margin-bottom: 24px;
}
.resource__detail__wrapper .resource_contents h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.resource__detail__wrapper .resource_contents h4 a {
  color: #4d0ad0;
}
.resource__detail__wrapper .resource_contents .tabs_wrap {
  position: sticky;
  top: 220px;
}
.resource__detail__wrapper .resource_contents .tabs_wrap .tab_listing {
  position: relative;
  margin: 0;
  padding: 0;
}
.resource__detail__wrapper .resource_contents .tabs_wrap .tab_listing::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c1c1c1;
  position: absolute;
  left: -24px;
}
.resource__detail__wrapper .resource_contents .tabs_wrap .tab_listing li {
  cursor: pointer;
  list-style: none;
}
.resource__detail__wrapper .resource_contents .tabs_wrap .tab_listing li .links {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  display: block;
  margin-bottom: 24px;
  cursor: pointer;
  text-decoration: none;
}
.resource__detail__wrapper .resource_contents .tabs_wrap .tab_listing li.active .links {
  color: #ff3014;
}
.resource__detail__wrapper .resource_contents .tabs_wrap .tab_listing li.active .links::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  background-color: #ff3014;
  left: -24px;
}
.resource__detail__wrapper .resource_contents ul {
  margin: 24px 0;
}
.resource__detail__wrapper .resource_contents ul li {
  list-style-type: disc;
  color: #000000;
}
.resource__detail__wrapper .resource_contents ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #4d0ad0;
  text-decoration: underline;
}
.resource__detail__wrapper .resource_contents ol {
  margin: 24px 0;
}
.resource__detail__wrapper .resource_contents ol li {
  list-style: auto;
  color: #000000;
}
.resource__detail__wrapper .resource_contents ol li a {
  font-size: 16px;
  font-weight: 700;
  color: #4d0ad0;
}
.resource__detail__wrapper .resource_contents blockquote {
  position: relative;
  padding: 0 22px;
}
.resource__detail__wrapper .resource_contents blockquote::after {
  content: "";
  background-image: url(../../assets/img/icons/block-quote.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: cover;
  top: -22px;
  left: -4px;
}
.resource__detail__wrapper .resource_contents blockquote::before {
  content: "";
  background-image: url(../../assets/img/icons/block-quote.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 4px;
  bottom: -22px;
}
.resource__detail__wrapper .resource_contents .social_media {
  margin-bottom: 160px;
}
.resource__detail__wrapper .resource_contents .social_media h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 24px;
}
.resource__detail__wrapper .resource_contents .social_media .media_list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.resource__detail__wrapper .resource_contents .social_media .media_list li {
  list-style: none;
}
.resource__detail__wrapper .resource_contents .social_media .media_list li a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 80%;
  letter-spacing: -0.04em;
  color: #000000;
  text-decoration: none;
}
.resource__detail__wrapper .resource_contents .social_media .media_list li a img {
  width: 24px;
  height: 24px;
  margin: 0;
}

.related__blogs__wrapper {
  overflow: hidden;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .related__blogs__wrapper {
    padding-bottom: 56px;
  }
}
.related__blogs__wrapper .title_wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .related__blogs__wrapper .title_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .related__blogs__wrapper .title_wrap h2 {
    margin: 0;
  }
}
.related__blogs__wrapper .relatedBlogsSwiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .related__blogs__wrapper .relatedBlogsSwiper {
    padding-bottom: 30px;
  }
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card {
  display: block;
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card .img {
  overflow: hidden;
  height: 358px;
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card .contents h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 24px 0 8px 0;
  height: 58px;
  overflow: hidden;
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card .contents p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2d2f31;
  margin: 0;
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-wrapper .swiper-slide .related_blogs_card:hover h4 {
  text-decoration: underline;
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .related__blogs__wrapper .relatedBlogsSwiper .swiper-pagination {
    display: block;
    top: 99%;
    height: 1.5px;
  }
}
.related__blogs__wrapper .relatedBlogsSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 1.5px;
  background: #000000;
}

.industries__title {
  padding: 130px 0 76px 0;
}
@media screen and (max-width: 767px) {
  .industries__title {
    padding: 56px 0 46px 0;
  }
}
.industries__title h2 {
  margin: 0;
}
.industries__title.category {
  padding-top: 40px;
}

.industries__cards__wrapper .industries_card {
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .industries__cards__wrapper .industries_card {
    margin-bottom: 56px;
  }
}
.industries__cards__wrapper .industries_card .img {
  overflow: hidden;
}
.industries__cards__wrapper .industries_card .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.industries__cards__wrapper .industries_card h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin: 30px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .industries__cards__wrapper .industries_card h4 {
    margin: 16px 0 12px 0;
  }
}
.industries__cards__wrapper .industries_card p {
  color: #2D2F31;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
}
.industries__cards__wrapper .industries_card:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.form_group {
  position: relative;
  margin-bottom: 32px;
}
.form_group .form_control {
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 10px 16px 10px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.form_group .form_control::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group .form_control::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group .form_control:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group .form_control::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group .form_control::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form_group .form_control:not(:-moz-placeholder-shown).form_control:not(:focus) + label {
  top: -24%;
  font-size: 12px;
}
.form_group .form_control:not(:-ms-input-placeholder).form_control:not(:focus) + label {
  top: -24%;
  font-size: 12px;
}
.form_group .form_control:focus + label, .form_group .form_control:not(:placeholder-shown).form_control:not(:focus) + label {
  top: -24%;
  font-size: 12px;
}
.form_group .form_control:not(:-moz-placeholder-shown).form_control:not(:focus) + .label_msg {
  top: -10%;
}
.form_group .form_control:not(:-ms-input-placeholder).form_control:not(:focus) + .label_msg {
  top: -10%;
}
.form_group .form_control:focus + .label_msg, .form_group .form_control:not(:placeholder-shown).form_control:not(:focus) + .label_msg {
  top: -10%;
}
.form_group label {
  color: #2d2f31;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form_group label sup {
  color: #ff3014;
}
.form_group label.label_msg {
  top: 16px;
}
.form_group label.phone_label {
  left: 28%;
}
@media screen and (max-width: 767px) {
  .form_group label.phone_label {
    left: 28%;
  }
}
@media screen and (max-width: 350px) {
  .form_group label.phone_label {
    left: 30%;
  }
}
.form_group .invalid-feedback {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff3014;
}

input[type=checkbox] {
  position: relative;
  border: 1.5px solid #000000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
}

input[type=checkbox]:checked {
  background-color: #000000;
  opacity: 1;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.invalid {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff3014;
}

.form_group label.phone_label_bs {
  left: 28%;
}
@media screen and (max-width: 767px) {
  .form_group label.phone_label_bs {
    left: 30% !important;
  }
}
@media screen and (max-width: 350px) {
  .form_group label.phone_label_bs {
    left: 38% !important;
  }
}

.phone_input_bs {
  padding-left: 102px !important;
}
@media screen and (max-width: 991px) {
  .phone_input_bs {
    padding-left: 104px !important;
  }
}

.btnDisable {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact__title {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    padding-top: 56px;
  }
}
.contact__title .title h2 {
  margin-bottom: 0;
}
.contact__title .form_tabs_wrap {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__title .form_tabs_wrap {
    margin-top: 32px;
  }
}
.contact__title .form_tabs_wrap .tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px 0;
  padding: 0;
}
.contact__title .form_tabs_wrap .tabs_list li {
  border: 1px solid #000000;
  padding: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.72px;
  width: 136px;
  cursor: pointer;
}
.contact__title .form_tabs_wrap .tabs_list li.active {
  background: #000000;
  color: #ffffff;
}
.contact__title .form_tabs_wrap .tabs_list li:first-child {
  border-radius: 4px 0 0 4px;
}
.contact__title .form_tabs_wrap .tabs_list li:last-child {
  border-radius: 0 4px 4px 0;
}
.contact__title .form_tabs_wrap .tab_content {
  display: none;
}
.contact__title .form_tabs_wrap .tab_content.tab_show {
  display: block;
}
.contact__title .select_wrap {
  position: relative;
  margin-bottom: 32px;
}
.contact__title .select_wrap .select_dropdown {
  height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  position: relative;
}
.contact__title .select_wrap .select_dropdown .selected_text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.contact__title .select_wrap .select_dropdown .selected_text sup {
  color: #ff3014;
}
.contact__title .select_wrap .select_dropdown .icon {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 25px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.contact__title .select_wrap .select_dropdown .invalid-feedback {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff3014;
}
.contact__title .select_wrap .select_dropdown.open .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.contact__title .select_wrap .select_dropdown.open ~ .checkbox_wrap {
  display: block;
}
.contact__title .select_wrap .checkbox_wrap {
  position: absolute;
  top: 28px;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1019607843);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  z-index: 2;
  width: 100%;
}
.contact__title .select_wrap .checkbox_wrap::-webkit-scrollbar {
  display: block;
  width: 4px;
  height: 0;
}
.contact__title .select_wrap .checkbox_wrap::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 24px;
}
.contact__title .select_wrap .checkbox_wrap .item_check {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contact__title .select_wrap .checkbox_wrap .item_check label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  width: 100%;
  cursor: pointer;
}

.uploadFile {
  width: 100%;
  overflow: hidden;
  position: relative;
  resize: none;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
  padding: 1rem 1rem 1rem;
}
.uploadFile .title {
  padding-top: 18px;
}
.uploadFile .title .txt {
  font-size: 16px;
  font-weight: 400;
  color: #2d2f31;
  line-height: 120%;
}
.uploadFile .title .txtSub {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #bdbdbd;
}
.uploadFile .filename {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .uploadFile .filename {
    position: relative;
    top: unset;
    right: unset;
  }
}

.banner__bg {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .banner__bg {
    padding: 56px 0;
  }
}
.banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locate__wrapper {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .locate__wrapper {
    padding-bottom: 56px;
  }
}
.locate__wrapper .tabs_list_locate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px 0;
  padding-left: 50px;
  margin-bottom: 84px;
}
@media screen and (max-width: 1400px) {
  .locate__wrapper .tabs_list_locate {
    gap: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .locate__wrapper .tabs_list_locate {
    gap: 52px;
  }
}
@media screen and (max-width: 991px) {
  .locate__wrapper .tabs_list_locate {
    gap: 52px 80px;
  }
}
@media screen and (max-width: 767px) {
  .locate__wrapper .tabs_list_locate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 24px;
    width: 100%;
    margin-top: 32px;
    padding: 0 0 24px 0;
    margin-bottom: 0;
  }
}
.locate__wrapper .tabs_list_locate::-webkit-scrollbar {
  display: block;
  width: 4px;
  height: 0;
}
.locate__wrapper .tabs_list_locate::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 24px;
}
.locate__wrapper .tabs_list_locate .locate_link {
  cursor: pointer;
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  .locate__wrapper .tabs_list_locate .locate_link {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .locate__wrapper .tabs_list_locate .locate_link {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .locate__wrapper .tabs_list_locate .locate_link {
    min-width: 250px;
  }
}
.locate__wrapper .tabs_list_locate .locate_link h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.2px;
  margin-bottom: 12px;
}
.locate__wrapper .tabs_list_locate .locate_link p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.locate__wrapper .tabs_list_locate .locate_link.active {
  background-color: #F5F4F4;
}
.locate__wrapper .tabs_list_locate .locate_link.active h4 {
  color: #ff3014;
}
.locate__wrapper .tabs_list_locate::-webkit-scrollbar {
  display: block;
  width: 100%;
  height: 3px;
}
.locate__wrapper .tabs_list_locate::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 24px;
}
.locate__wrapper .tabs_list_locate::-webkit-scrollbar-track-piece {
  background-color: #e0dede;
}
.locate__wrapper .locate_contents {
  display: none;
}
.locate__wrapper .locate_contents.tabOpen {
  display: block;
}

.text-danger {
  font-size: 12px;
  color: #ff3014 !important;
}

#thankYouMessage {
  display: none;
  background-color: #000000;
  padding: 12px 24px;
  max-width: 340px;
  border-radius: 8px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16%;
}
#thankYouMessage .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#thankYouMessage .text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
#thankYouMessage .text img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

#thankYouBusiness {
  display: none;
  background-color: #000000;
  padding: 12px 24px;
  max-width: 340px;
  border-radius: 8px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16%;
}
@media screen and (max-width: 991px) {
  #thankYouBusiness {
    bottom: 0;
  }
}
#thankYouBusiness .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#thankYouBusiness .text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
#thankYouBusiness .text img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.modal-dialog {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-dialog {
  max-width: 636px;
}

.modal-content {
  padding: 72px;
}
@media screen and (max-width: 991px) {
  .modal-content {
    padding: 48px 24px 24px 24px;
  }
}
.modal-content .thankyou_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.modal-content .thankyou_wrap h1 {
  color: #000;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  /* 66.56px */
  letter-spacing: -2.56px;
}
@media screen and (max-width: 991px) {
  .modal-content .thankyou_wrap h1 {
    font-size: 40px;
  }
}
.modal-content .thankyou_wrap p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.96px;
}
@media screen and (max-width: 991px) {
  .modal-content .thankyou_wrap p {
    font-size: 16px;
  }
}
.modal-content .thankyou_wrap .doneBtn {
  border-radius: 58.754px;
  border: 1px solid #000;
  background: #fff;
  padding: 18px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .modal-content .thankyou_wrap .doneBtn {
    padding: 12px 24px;
  }
}
.modal-content .thankyou_wrap .doneBtn span {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 17.311px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 20.774px */
  letter-spacing: -0.692px;
}

.modal-header {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 991px) {
  .modal-header {
    top: 12px;
  }
}
.modal-header .btn-close {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.captcha_wrap {
  margin: 0 0 32px 0;
  position: relative;
}
.captcha_wrap .captcha-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 220px;
  background-color: #f9f9f9;
}
.captcha_wrap .captcha-box span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.captcha_wrap .captcha-box .captcha-input {
  width: 100px;
  margin-right: 10px;
  padding: 6px 12px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #000000;
  border-radius: 8px;
}
.captcha_wrap .captcha-box .captcha-button {
  padding: 6px 16px;
  background-color: #000000;
  color: #fff;
  border: none;
  border-radius: 64px;
  cursor: pointer;
}
.captcha_wrap #captcha-feedback {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}

.download__form__wrapper {
  padding-bottom: 256px;
}
@media screen and (max-width: 991px) {
  .download__form__wrapper {
    padding-bottom: 80px;
  }
}
.download__form__wrapper .title {
  margin: 56px 0 80px 0;
}

.policy__terms__wrapper {
  padding: 66px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .policy__terms__wrapper {
    padding: 56px 0 80px 0;
  }
}
.policy__terms__wrapper .title {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .policy__terms__wrapper .title {
    margin-bottom: 32px;
  }
}
.policy__terms__wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin-bottom: 8px;
}
.policy__terms__wrapper h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000;
  margin: 72px 0 16px;
}
.policy__terms__wrapper h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin-bottom: 6px;
}
.policy__terms__wrapper ol li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin-bottom: 0;
}
.policy__terms__wrapper ul {
  margin: 0;
  padding-left: 16px;
}
.policy__terms__wrapper ul li {
  list-style: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin-bottom: 0;
}
.policy__terms__wrapper ul li ol {
  padding-left: 16px;
}
.policy__terms__wrapper ul li ol li {
  list-style: disc;
}
.policy__terms__wrapper h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
}
.policy__terms__wrapper h4 span {
  font-weight: 400;
}
.policy__terms__wrapper h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin-bottom: 16px;
}
.policy__terms__wrapper.terms ul {
  padding-left: revert;
}
.policy__terms__wrapper.terms ul li {
  list-style: auto;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.policy__terms__wrapper.terms ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2d2f31;
  margin: 16px 0 24px;
}

.not__found {
  background-image: url(../../assets/img/not-found/grid.png);
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-color: #000000;
}
.not__found .logo {
  margin-top: 46px;
}
.not__found .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 70px);
}
.not__found .contents .heading {
  overflow: hidden;
  position: relative;
}
.not__found .contents .heading h2 {
  font-size: 240px;
  color: #F5F5F5;
  font-weight: 600;
  line-height: 104%;
  margin-bottom: 46px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .not__found .contents .heading h2 {
    font-size: 100px;
    margin-bottom: 24px;
  }
}
.not__found .contents .heading .img_pattern {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.not__found .contents .heading .img_pattern img {
  max-width: 450px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .not__found .contents .heading .img_pattern img {
    max-width: 100%;
  }
}
.not__found .contents p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  max-width: 306px;
  text-align: center;
  margin: 82px 0 0 0;
}
@media screen and (max-width: 767px) {
  .not__found .contents p {
    margin: 24px 0 0 0;
  }
}
.not__found .contents .page_list {
  margin: 40px 0 0 0;
  padding: 0;
}
.not__found .contents .page_list li {
  display: inline-block;
  margin-right: 24px;
}
.not__found .contents .page_list li:last-child {
  margin-right: 0;
}
.not__found .contents .page_list li .links {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 80px;
}
.not__found .contents .page_list li .links .swipe {
  overflow: hidden;
  position: relative;
}
.not__found .contents .page_list li .links .swipe span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  transition: transform 0.75s cubic-bezier(0.025, 0.9, 0.45, 1), opacity 0.75s cubic-bezier(0.025, 0.9, 0.45, 1), -webkit-transform 0.75s cubic-bezier(0.025, 0.9, 0.45, 1);
}
.not__found .contents .page_list li .links .swipe span:first-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.not__found .contents .page_list li .links .swipe span:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.not__found .contents .page_list li .links:hover .swipe span:first-child {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.not__found .contents .page_list li .links:hover .swipe span:last-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}

.row_videos {
  height: 100%;
  width: 100%;
  padding-block: 100px 24px;
}
@media screen and (max-width: 991px) {
  .row_videos {
    padding-block: 54px 0px;
  }
}
.row_videos .video_wrap {
  width: 100%;
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .row_videos .video_wrap {
    margin-bottom: 0px;
  }
}
.row_videos .video_wrap .video_tag {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row_images {
  height: 100%;
  width: 100%;
  padding-block: 100px 24px;
}
@media screen and (max-width: 991px) {
  .row_images {
    padding-block: 54px 0px;
  }
}
.row_images .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .row_images .title_wrap {
    padding-bottom: 40px;
  }
}
.row_images .title_wrap h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 991px) {
  .row_images .title_wrap h2 {
    font-size: 24px;
  }
}
.row_images .title_wrap p {
  text-align: center;
  margin: 0px;
  max-width: 636px;
  font-family: "Inter", sans-serif;
}
.row_images .img_wrap {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .row_images .img_wrap {
    padding-bottom: 24px;
  }
}
.row_images .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.single_video_wrap {
  width: 100%;
  height: 100%;
  padding-block: 100px 0px;
}
@media screen and (max-width: 991px) {
  .single_video_wrap {
    padding-block: 0px 24px;
  }
}
.single_video_wrap .video_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .single_video_wrap .video_title {
    padding-bottom: 0px;
    padding-top: 24px;
  }
}
.single_video_wrap .video_title h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 991px) {
  .single_video_wrap .video_title h2 {
    font-size: 24px;
  }
}
.single_video_wrap .video_title p {
  text-align: center;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  max-width: 636px;
}
.single_video_wrap .single_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .single_video_wrap .single_video {
    margin-top: 24px;
  }
}

.video_grid_section {
  padding-block: 100px 24px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .video_grid_section {
    padding-block: 54px 24px;
  }
}
.video_grid_section .video_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .video_grid_section .video_grid {
    gap: 12px;
  }
}
.video_grid_section .video_grid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_grid_section .video_one {
  grid-column: 1/2;
  grid-row: 1/2;
}
.video_grid_section .video_two {
  grid-column: 2/3;
  grid-row: 1/3;
}
.video_grid_section .video_three {
  grid-column: 1/2;
  grid-row: 2/3;
}

.tredence_video_wrap {
  height: 100%;
  width: 100%;
  padding-block: 0px 24px;
}
@media screen and (max-width: 991px) {
  .tredence_video_wrap {
    padding-block: 0px 0px;
  }
}
.tredence_video_wrap .tredence_heading {
  padding-block: 100px 0px;
}
@media screen and (max-width: 767px) {
  .tredence_video_wrap .tredence_heading {
    padding-block: 54px 0px;
  }
}
.tredence_video_wrap .tredence_video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tredence_video_wrap .tredence_video {
    height: 100%;
    width: 100%;
    padding-bottom: 24px;
  }
}
.tredence_video_wrap .tredence_video .video_wrap {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.tredence_mb {
  margin-block: 0px 24px;
}
@media screen and (max-width: 991px) {
  .tredence_mb {
    margin-block: 0px 0px;
  }
}

.single__image {
  height: 100%;
  width: 100%;
  padding-block: 24px 24px;
}
@media screen and (max-width: 991px) {
  .single__image {
    padding-block: 24px 24px;
  }
}
.single__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.new-content {
  padding-block: 120px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .new-content {
    padding: 56px 12px 32px 12px;
  }
}
.new-content h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: -1.28px;
  margin-bottom: 16px;
  max-width: 636px;
}
@media screen and (max-width: 767px) {
  .new-content h2 {
    font-size: 24px;
    max-width: 328px;
  }
}
.new-content p {
  color: #2d2f31;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.304px;
  margin: 0px;
  max-width: 636px;
}
@media screen and (max-width: 767px) {
  .new-content p {
    font-size: 16px;
    padding-inline: 16px;
  }
}

.new__video__image {
  width: 100%;
  height: 100%;
  margin-bottom: -8px;
}
.new__video__image .img_desktop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .new__video__image .img_desktop {
    display: none;
  }
}
.new__video__image .img_mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 767px) {
  .new__video__image .img_mobile {
    display: block;
  }
}
.new__video__image .video_desktop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .new__video__image .video_desktop {
    display: none;
  }
}
.new__video__image .video_mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 767px) {
  .new__video__image .video_mobile {
    display: block;
  }
}

.value__content {
  padding-block: 40px 120px;
}
@media screen and (max-width: 991px) {
  .value__content {
    padding-block: 12px 32px;
  }
}
.value__content h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: -1.92px;
}
@media screen and (max-width: 767px) {
  .value__content h2 {
    font-size: 24px;
  }
}
.value__content .value__right {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .value__content .value__right {
    padding-top: 32px;
  }
}
.value__content .value__right h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.456px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .value__content .value__right h4 {
    font-size: 16px;
  }
}
.value__content .value__right p {
  color: #2d2f31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.304px;
  padding-block: 10px 24px;
  margin: 0;
}

.entropic_video_wrap {
  width: 100%;
  height: 100%;
  padding-block: 100px 0px;
}
@media screen and (max-width: 991px) {
  .entropic_video_wrap {
    padding-block: 0px 24px;
  }
}
.entropic_video_wrap .video_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .entropic_video_wrap .video_title {
    padding-bottom: 0px;
    padding-top: 24px;
  }
}
.entropic_video_wrap .video_title h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 991px) {
  .entropic_video_wrap .video_title h2 {
    font-size: 24px;
  }
}
.entropic_video_wrap .video_title p {
  text-align: center;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  max-width: 636px;
}
.entropic_video_wrap .single_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .entropic_video_wrap .single_video {
    margin-top: 24px;
  }
}


.aitool_banner {
  padding-block: 150px;
    background-image: url(../../assets/img/about/pattern-white.png);
  background-size: cover;
  width: 100%;
  height: 384px;
}
@media screen and (max-width: 767px) {
  .aitool_banner {
    padding-block: 30px;
  }
}
.aitool_banner .aitool_ban_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aitool_banner .aitool_ban_content_wrap .aitool_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.aitool_banner .aitool_ban_content_wrap .aitool_content h2 {
  margin-bottom: 12px;
}

.two_images {
  padding-block: 0px 60px;
}
@media screen and (max-width: 767px) {
  .two_images {
    padding-block: 0px 30px;
  }
}

.two_images .img_wrap {
  display: block;
}
@media screen and (max-width: 991px) {
  .two_images .img_wrap {
    padding-block: 0px 60px;
  }
}

.two_images .img_wrap h3 {
  color: #000000;
  padding-block: 10px 0px;
}

.filter_icon {
  cursor: pointer;
}

.filters_section_wrap {
  padding-block: 60px;
}
.filters_section_wrap .filter_drop_main_wrap {
  display: none;
}
.filters_section_wrap .filter_drop_main_wrap.active {
  display: block;
}
.filters_section_wrap .search_main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filters_section_wrap .search_main_wrap img {
  cursor: pointer;
}
.filters_section_wrap .search_main_wrap .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 600px;
}
.filters_section_wrap .search_main_wrap .search_form .search_input {
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 12px;
  width: 100%;
}
.filters_section_wrap .search_main_wrap .search_form .search_btn {
  padding: 12px;
  border-radius: 12px;
  position: absolute;
  right: 16px;
}
.filters_section_wrap .search_main_wrap .search_form .search_btn .search_icon {
  height: 24px;
  width: 24px;
}
.filters_section_wrap .select_wrap {
  position: relative;
  margin-bottom: 32px;
}
.filters_section_wrap .select_wrap .select_dropdown {
  height: 40px;
  cursor: pointer;
  border: 1px solid #000000;
  padding-inline: 12px;
  border-radius: 12px;
  position: relative;
}
.filters_section_wrap .select_wrap .select_dropdown .selected_text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.filters_section_wrap .select_wrap .select_dropdown .icon {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 25px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.filters_section_wrap .select_wrap .select_dropdown.open .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filters_section_wrap .select_wrap .select_dropdown.open ~ .checkbox_wrap {
  display: block;
}
.filters_section_wrap .select_wrap .checkbox_wrap {
  position: absolute;
  top: 28px;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1019607843);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  z-index: 2;
  width: 100%;
}
.filters_section_wrap .select_wrap .checkbox_wrap::-webkit-scrollbar {
  display: block;
  width: 4px;
  height: 0;
}
.filters_section_wrap .select_wrap .checkbox_wrap::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 24px;
}
.filters_section_wrap .select_wrap .checkbox_wrap .item_check {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.filters_section_wrap .select_wrap .checkbox_wrap .item_check label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  width: 100%;
  cursor: pointer;
}
.filters_section_wrap .filtered_applied_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
.filters_section_wrap .filtered_applied_wrap .filtered_card {
  border-radius: 20px;
  padding: 8px 16px;
  border: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.filters_section_wrap .filtered_applied_wrap .filtered_card p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 0;
}
.filters_section_wrap .filtered_applied_wrap .filtered_card .cross {
  cursor: pointer;
}
.filters_section_wrap .filtered_applied_wrap .filtered_card .cross img {
  height: 24px;
  width: 24px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.filters_section_wrap .filtered_applied_wrap .reset_all {
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.filters_section_wrap .filtered_applied_wrap .reset_all p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 0;
}
.filters_section_wrap .search_main_wrap {
  padding-block: 20px;
}
.filters_section_wrap .filter_contents {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .filters_section_wrap .filter_contents {
    margin-top: 56px;
  }
}
.filters_section_wrap .listing_card {
  overflow: hidden;
  margin-bottom: 40px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .filters_section_wrap .listing_card {
    margin-bottom: 56px;
  }
}
.filters_section_wrap .listing_card .img {
  overflow: hidden;
  position: relative;
  height: 340px;
}
@media screen and (max-width: 1024px) {
  .filters_section_wrap .listing_card .img {
    height: 356px;
  }
}
.filters_section_wrap .listing_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filters_section_wrap .listing_card .img::after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filters_section_wrap .listing_card .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filters_section_wrap .listing_card .description h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 24px 0 4px 0;
}
.filters_section_wrap .listing_card .description .category_tag {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding: 8px;
  border-radius: 20px;
  display: inline-block;
  margin-block: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters_section_wrap .listing_card .description .sec_tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.81);
  padding: 8px;
  background: rgba(204, 204, 204, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters_section_wrap .listing_card .description .price_type_tag {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding: 8px;
  border-radius: 20px;
  display: inline-block;
  margin-block: 6px 12px;
  border: 1px solid #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters_section_wrap .listing_card .description p {
  color: #2d2f31;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0;
  height: 180px;
}
@media screen and (max-width: 991px) {
  .filters_section_wrap .listing_card .description p {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .filters_section_wrap .listing_card .description p {
    height: auto;
  }
}
.filters_section_wrap .listing_card:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.filters_section_wrap .listing_card:hover .img::after {
  opacity: 0.4;
}
.filters_section_wrap .listing_card:hover .cursor {
  display: block;
}
.filters_section_wrap .pagination_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filters_section_wrap .pagination_wrap .page-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filters_section_wrap .pagination_wrap .page-item .page-link {
  border: none;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin: 0;
}
.filters_section_wrap .pagination_wrap .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filters_section_wrap .pagination_wrap .page-item.active .page-link {
  background-color: #000000;
  color: #fff;
  border-radius: 12px;
}


