@import url("../fonts/stylesheet.css");
@import url("base.css");
@import url("modal.css");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.pointer {
	cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* -------------------------------------------------------------------------- */
/*                             splide-core.min.css                            */
/* -------------------------------------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* -------------------------------------------------------------------------- */
/*                                  Tabby JS                                  */
/* -------------------------------------------------------------------------- */
/*! tabbyjs v12.0.3 | (c) 2019 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/tabby */
[role=tablist] {
  border-bottom: 1px solid #d3d3d3;
  list-style: none;
  margin: 0;
  padding: 0;
}

[role=tablist] * {
  box-sizing: border-box;
}

@media (min-width: 30em) {
  [role=tablist] li {
    display: inline-block;
  }
}
[role=tab] {
  border: 1px solid transparent;
  border-top-color: #d3d3d3;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}

@media (min-width: 30em) {
  [role=tab] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px;
  }
}
[role=tab][aria-selected=true] {
  background-color: #d3d3d3;
}

@media (min-width: 30em) {
  [role=tab][aria-selected=true] {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-bottom-color: #fff;
  }
}
[role=tab]:hover:not([aria-selected=true]) {
  background-color: #f7f7f7;
}

@media (min-width: 30em) {
  [role=tab]:hover:not([aria-selected=true]) {
    border: 1px solid #d3d3d3;
  }
}
[hidden] {
  display: none;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Sarabun";
  font-weight: 400;
  font-size: 18px;
  background-color: #020202;
  color: #ffffff;
}

h1 {
  font-size: 62px;
  line-height: 1.1;
}

h2 {
  font-size: 46px;
  line-height: 1.1;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
}

h1 span,
h2 span,
h3 span,
h4 span {
  font-weight: 300;
}

.red-line {
  border-left: 5px solid #9F1F1D;
  padding-left: 32px;
}

.text-link {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  padding: 0px;
  gap: 8px;
  align-items: center;
  display: inline-flex;
}
.text-link .icon {
  width: 20px;
  height: 20px;
}
.text-link:hover, .text-link.visible {
  text-decoration: underline;
}

.text-black {
  color: #020202;
}

.text-white {
  color: #ffffff;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-4 {
  margin-left: 4px;
}
.ml-12 {
  margin-left: 12px;
}

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

.text-center {
  text-align: center;
}
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.text-grey {
  color: #B8B8B8;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}
.flex-1 {
  flex: 1;
}
.flex.v-center {
	align-items: center;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
  position: relative;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-dashboard {
  background-image: url("../img/icons/dashboard.svg");
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}
.icon.icon-file {
	background-image: url("../img/icons/file.svg");
}
.icon.icon-delete {
	background-image: url("../img/icons/trash.svg");
	width:18px;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background 0.25s, color 0.25s;
  gap: 12px;
}
.btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/arrow-r.svg") no-repeat center;
  background-size: 24px;
  display: block;
  flex: none;
  transform: rotate(-45deg);
  transition: transform 0.25s;
}
.btn.no-arrow::after {
  display: none;
}
.btn:hover {
  background-color: #020202;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn:hover::after {
  transform: rotate(0deg);
}
.btn.btn-primary {
  background-color: #9F1F1D;
}
.btn.btn-primary:hover {
  background-color: #741715;
}
.btn.next, .btn.prev {
  width: auto;
}
.btn.next::after, .btn.prev::after {
  background: url("../img/icons/chevron.svg") no-repeat center;
}
.btn.next::after {
  transform: rotate(-90deg);
}
.btn.prev::after {
  transform: rotate(90deg);
}

.btn-group .btn:not(:last-child) {
  margin-right: 12px;
}

.label {
  display: block;
  font-size: 16px;
  color: #595959;
}
.label.required::after {
  content: "*";
  margin-left: 4px;
}

.input {
  font-size: 16px;
  padding: 12px 0px;
  transition: border-color 0.25s;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input:focus {
  outline: none;
  border-bottom: 2px solid #020202;
}

select.input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}

.input-group {
  display: flex;
  gap: 20px;
}
.input-group > .input-wrapper, .input-group > .input {
  flex: 1;
}

.logo {
  width: 220px;
  height: 36px;
  background-image: url("../img/brand/logo-hi.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
}
.logo.logo-w {
  background-image: url("../img/brand/logo-w-hi.png");
}

.nav {
  width: 100%;
  height: 72px;
  top: -1px;
  position: sticky;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.25s ease-out, box-shadow 0.25s ease-out;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.7);
}
.nav .container {
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-right: 0px;
}
.nav .nav-menus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 36px;
}
.nav .menu-btn,
.nav .cta-tab {
  display: none;
}
.nav .nav-cta {
  height: 100%;
}
.nav .nav-cta .btn {
  padding: 12px 32px;
  height: inherit;
}
.nav .dropdown {
  gap: 4px;
}
.nav .dropdown:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/chevron.svg") no-repeat center;
  background-size: 24px;
  display: block;
}
.nav .dropdown + .dropdown-menu {
  display: none;
  background: #020202;
  position: absolute;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin-left: -20px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 2px 20px 60px rgba(255, 255, 255, 0.4);
}
.nav .dropdown.is-open::after {
  transform: rotate(180deg);
}
.nav .dropdown.is-open + .dropdown-menu {
  display: flex;
}

.caption-box {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.2) 65%, #ffffff 100%) 1;
     border-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.2) 65%, #ffffff 100%) 1;
  font-size: 20px;
}
.caption-box.clickable {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  transition: background 0.25s;
}
.caption-box.clickable:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.content-row {
  display: flex;
  gap: 50px;
}
.content-row .img-in {
  min-height: 240px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
}
.content-row .content-media {
  flex: 1;
  justify-content: center;
}
.content-row .content-text {
  flex: 1;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row.sticky-title {
  position: relative;
  align-items: flex-start;
}
.content-row.sticky-title .content-text {
  position: sticky;
  top: 90px;
}

.content-diagonal {
  display: flex;
}
.content-diagonal .content-text {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px;
  padding-right: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
}
.content-diagonal .content-text h2 {
  margin-bottom: 32px;
}
.content-diagonal .content-media {
  width: 40%;
  margin-left: -10px;
  flex: none;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.founded {
  margin-top: 60px;
  position: relative;
}
.founded .caption-box {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: absolute;
  top: 40px;
  left: 40px;
}
.founded .big-text {
  font-size: 90px;
  line-height: 100%;
  font-weight: 700;
}

.title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}
.title-wrapper.center {
  justify-content: center;
  text-align: center;
}
.title-wrapper.center .red-line {
  display: inline-block;
}
.title-wrapper.center p {
  margin-left: auto;
  margin-right: auto;
}
.title-wrapper .title {
  flex: 1;
}
.title-wrapper p {
  margin-top: 16px;
  max-width: 800px;
}

.section-hero {
  padding-top: 68px;
}
.section-hero h1 {
  width: 75%;
  z-index: 1;
  position: relative;
}
.section-hero .img {
  margin-top: -4px;
  height: 440px;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(100% 0%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0% 100%, 0% 144px, 80px 64px, 75% 64px, calc(75% + 80px) 0%, 100% 0%);
          clip-path: polygon(100% 0%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0% 100%, 0% 144px, 80px 64px, 75% 64px, calc(75% + 80px) 0%, 100% 0%);
}
.section-hero .caption-box {
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin-top: -100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-hero .caption-box.left {
  max-width: 540px;
  margin-left: 40px;
  margin-right: auto;
}
.section-hero .caption-box.right {
  margin-left: auto;
  margin-right: 40px;
}
.section-hero.home .img {
  height: 550px;
}

.section {
  padding: 100px 0px;
}

.card-wrapper {
  display: flex;
}
.card-wrapper.layout-1 {
  flex-wrap: wrap;
  gap: 28px;
}
.card-wrapper.layout-2 {
  gap: 28px;
  flex-wrap: wrap;
}
.card-wrapper.layout-2 .card {
  flex: 40%;
}
.card-wrapper.layout-3 {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.card-wrapper.layout-3 .card {
  min-height: 220px;
  border-left: 4px solid #9F1F1D;
}
.card-wrapper.layout-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.card-wrapper.layout-4 .card {
  justify-content: start;
}
.card-wrapper.layout-4 .card:nth-child(1) {
  grid-column: span 2;
  border-left: 4px solid #9F1F1D;
}
.card-wrapper.layout-4 .card:nth-child(2) {
  -webkit-clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
}
.card-wrapper.layout-4 .card:nth-child(3) {
  border-left: 4px solid #9F1F1D;
}
.card-wrapper.layout-4 .card:last-child {
  grid-column: span 3;
}
.card-wrapper.layout-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.card-wrapper.layout-5 .card {
  flex: 1;
  min-width: 300px;
}

.card {
  position: relative;
  flex: 1;
  display: flex;
}
.card.clickable {
  transition: 0.25s;
}
.card.alt-1 {
  flex-direction: column;
}
.card.alt-1 .img {
  height: 240px;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;
}
.card.alt-1 .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.card.alt-1 p {
  flex: 1;
  margin-bottom: 32px;
}
.card.alt-1.solid {
  background-color: #9F1F1D;
  justify-content: space-between;
  padding: 36px;
}
.card.alt-1.solid .long-arrow {
  position: absolute;
  bottom: 40px;
  left: 0px;
  height: 120px;
  background: url("../img/icons/long-arrow.svg") no-repeat left center;
  background-size: contain;
  width: calc(100% - 40px);
}
.card.alt-1.solid .request-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  gap: 8px;
}
.card.alt-1.solid .request-wrapper .arrow {
  background: url("../img/icons/arrow-r.svg") no-repeat center;
  background-size: contain;
  width: 80px;
  height: 80px;
  transform: rotate(-45deg);
  transition: 0.25s;
}
.card.alt-1.solid.clickable:hover {
  background-color: #741715;
}
.card.alt-1.solid.clickable:hover .arrow {
  transform: rotate(0deg);
}
.card.alt-2 {
  background-color: #f1f1f1;
  padding: 28px;
  flex-direction: row;
  gap: 28px;
}
.card.alt-2 .icon {
  width: 44px;
  height: 44px;
  flex: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card.alt-2 p {
  margin-top: 12px;
  color: #595959;
}
.card.alt-3 {
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  justify-content: center;
  padding: 36px;
}
.card.alt-3 .img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.card.alt-3 p {
  margin-top: 16px;
  color: #B8B8B8;
}
.card.alt-3 ul {
  margin-top: 16px;
}
.card.alt-4 {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 36px;
}
.card.alt-4 p {
  color: #B8B8B8;
  margin-top: 20px;
}
.card.alt-5 {
  display: block;
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.1);
}
.card.alt-5 .img {
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}
.card.alt-5 p {
  color: #B8B8B8;
  margin-top: 16px;
}

ul.lists li {
  display: block;
  position: relative;
  margin-left: 20px;
}
ul.lists li:not(:first-child) {
  margin-top: 12px;
}
ul.lists li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9F1F1D;
  position: absolute;
  left: -20px;
  top: 10px;
}

.lists-offset {
  margin-left: 40px;
}
.lists-offset .lists {
  margin-top: 20px;
}

.splide-industries .caption-box {
  width: 240px;
  height: 160px;
}

.interlude {
  display: flex;
  min-height: 240px;
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.2) 65%, #ffffff 100%) 1;
     border-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.2) 65%, #ffffff 100%) 1;
}
.interlude .img {
  width: 33.3%;
  background-size: cover;
  background-position: center;
}
.interlude .text {
  flex: 1;
  padding: 60px;
  font-size: 24px;
  color: #B8B8B8;
  display: flex;
  align-items: center;
}
.interlude.alt-2 {
  padding: 40px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.interlude.alt-2 .img {
  width: 100%;
  max-width: 500px;
  height: 240px;
}
.interlude.alt-2 .text {
  margin-top: 32px;
  flex: none;
  padding: 0px;
  max-width: 500px;
}

.panel {
  background-color: #ffffff;
  color: #020202;
  padding: 32px;
}
.panel.alt-1 {
  padding-top: 72px;
  -webkit-clip-path: polygon(50% 0%, calc(50% + 60px) 60px, calc(100% - 60px) 60px, 100% 120px, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(50% 0%, calc(50% + 60px) 60px, calc(100% - 60px) 60px, 100% 120px, 100% 100%, 0% 100%, 0% 0%);
}
.panel.alt-2 {
  -webkit-clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
}
.panel.alt-2 .title-wrapper {
  padding-right: 28px;
}

.upload-file {
  display: block;
  padding: 32px;
  border: 1px dashed #9F1F1D;
  background-color: #FCF8F8;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #9F1F1D;
}
.upload-file:focus, .upload-file:focus-within {
  outline: 2px solid #9F1F1D;
  outline-offset: 2px;
}
.upload-file .icon-upload {
  background: url("../img/icons/upload.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}
.upload-file .desc {
  font-size: 14px;
  color: #595959;
}
.upload-file input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.ready-to {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ready-to .title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
}
.ready-to p {
  margin-top: 40px;
  color: #B8B8B8;
  flex: 1;
}

.connect-us {
  padding-top: 0px;
  margin-top: -40px;
}
.connect-us .content-row {
  align-items: flex-end;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  color: #B8B8B8;
  font-size: 16px;
}

.service-tabs {
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  display: flex;
  overflow: auto;
}
.service-tabs li {
  display: block;
}
.service-tabs li:first-child {
  margin-left: auto;
}
.service-tabs li:last-child {
  margin-right: auto;
}
.service-tabs [role=tab] {
  white-space: nowrap;
  border: none;
  margin-bottom: 0px;
  display: block;
  border-radius: 0px;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 700;
}
.service-tabs [role=tab][aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.2);
}
.service-tabs [role=tab]:hover:not([aria-selected=true]) {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.faq-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.faq-wrapper .faq:not(:first-child) {
  margin-top: 12px;
}

.faq {
  padding: 24px 36px;
  background-color: rgba(255, 255, 255, 0.1);
  gap: 36px;
}
.faq .question {
  display: flex;
  gap: 20px;
}
.faq .title {
  flex: 1;
}
.faq .answer {
  display: none;
  margin-top: 8px;
}
.faq .faq-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.faq .faq-btn::after {
  background-image: url("../img/icons/plus-w.svg");
  transform: rotate(0deg);
}
.faq.is-open {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid #9F1F1D;
}
.faq.is-open .answer {
  display: block;
}
.faq.is-open .faq-btn::after {
  background-image: url("../img/icons/min-w.svg");
}

.overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.overview-links .caption-box {
  padding: 20px;
  min-height: 120px;
  min-width: 200px;
  flex: 30%;
}

.industry-list .content-row:not(:first-child) {
  margin-top: 140px;
}

.our-journey {
  position: relative;
  padding-top: 160px;
}
.our-journey .timeline {
  width: 50%;
  margin-left: auto;
}
.our-journey .timeline .title {
  font-size: 30px;
  font-weight: 700;
}
.our-journey .timeline .year {
  width: 80px;
  padding: 20px 0px;
  background-color: #020202;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.our-journey .timeline .story {
  padding-top: 20px;
  padding-left: 72px;
  padding-bottom: 40px;
  display: flex;
  gap: 28px;
}
.our-journey .timeline .lists {
  margin-top: 16px;
}
.our-journey .timeline .img {
  flex: none;
  height: 160px;
  width: 33%;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-position: center;
}
.our-journey .timeline:nth-child(even) {
  margin-left: 0px;
  margin-right: auto;
}
.our-journey .timeline:nth-child(even) .story {
  flex-direction: row-reverse;
  padding-left: 0px;
  padding-right: 72px;
}
.our-journey .overlay-wrapper {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  mix-blend-mode: multiply;
}
.our-journey .overlay-wrapper .overlay {
  height: 140px;
  position: sticky;
  top: 70px;
  background-color: #9F1F1D;
}
.our-journey::before {
  content: "";
  position: absolute;
  width: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  height: 100%;
  background-color: #ffffff;
}

.footer {
  font-size: 16px;
}
.footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 60px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .footer-group {
  flex: 1;
}
.footer .footer-group .header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer .footer-group .text-link {
  color: #B8B8B8;
  margin-bottom: 10px;
}
.footer .footer-bottom {
  padding: 28px 0px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.google-map {
	width: 100%;
	max-width: 500px;
	min-height: 300px;
}

@media only screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br {
    display: none;
  }
  .hide-tab {
    display: none !important;
  }
  .tab-only {
    display: block;
  }
  .nav .container {
    justify-content: center;
    padding: 0px;
  }
  .nav .nav-menus {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #020202;
    flex-direction: column;
    align-items: start;
    gap: 28px;
    height: 100vh;
    overflow: auto;
    z-index: -1;
    transition: all 0.25s;
    transform-origin: left;
    transform: translateX(-100%);
    visibility: hidden;
    padding: 24px;
    box-shadow: 2px 20px 60px rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    max-width: 400px;
  }
  .nav .nav-menus .text-link {
    font-size: 20px;
  }
  .nav .nav-menus .btn {
    width: 100%;
    font-size: 20px;
  }
  .nav .close-wrapper {
    z-index: 1;
    position: sticky;
    top: 0px;
    align-self: flex-end;
    margin-top: -28px;
    margin-right: -12px;
    transform: translateY(-12px);
  }
  .nav .close-btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 50px;
    height: 50px;
    background: url("../img/icons/close-w.svg") no-repeat center;
    background-size: 32px;
  }
  .nav .menu-btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .nav .menu-btn::after {
    display: none;
  }
  .nav .menu-btn:hover .navicon::before,
  .nav .menu-btn:hover .navicon::after,
  .nav .menu-btn:hover .navicon {
    background: #ffffff;
  }
  .nav .navicon {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
  }
  .nav .navicon::before {
    top: 7px;
  }
  .nav .navicon::after {
    top: -7px;
  }
  .nav .navicon::before, .nav .navicon::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav.menu-show {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .nav.menu-show::before {
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1;
  }
  .nav.menu-show .nav-menus {
    z-index: 99;
    visibility: visible;
    transform: translateX(0);
  }
  .nav.menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0);
  }
  .nav.menu-show .menu-btn .navicon::before, .nav.menu-show .menu-btn .navicon::after {
    top: 0px;
  }
  .nav.menu-show .menu-btn .navicon::before {
    transform: rotate(-45deg);
  }
  .nav.menu-show .menu-btn .navicon::after {
    transform: rotate(45deg);
  }
  .nav .nav-cta {
    position: absolute;
    left: 0px;
  }
  .nav .tab-cta {
    display: none;
  }
  .nav .dropdown + .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    margin-left: 0px;
    padding-top: 12px;
  }
  .section-hero h1 {
    width: auto;
  }
  .section-hero .img {
    margin-top: 20px;
  }
  .industry-list .content-row,
  .industry-list .content-row.reversed {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-row,
  .content-row.reversed {
    flex-direction: column;
    gap: 40px;
  }
  .content-row.sticky-title .content-text,
  .content-row.reversed.sticky-title .content-text {
    position: relative;
    top: 0px;
  }
	.connect-us .content-row {
		align-items: unset;
	}
  .card-wrapper .card.solid {
    flex: 100%;
    padding: 20px;
  }
  .card-wrapper .card.solid h2 {
    padding-right: 60px;
  }
  .card-wrapper .card.solid .long-arrow {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    height: 40px;
    width: 100%;
    background-position: right;
    background-image: url("../img/icons/arrow-r.svg");
    background-size: 40px;
  }
  .card-wrapper .card.solid .request-wrapper {
    margin-top: 28px;
    justify-content: end;
  }
  .card-wrapper .card.solid .request-wrapper .arrow {
    width: 40px;
    height: 40px;
  }
  .card-wrapper.layout-1 {
    flex-wrap: wrap;
  }
  .card-wrapper.layout-2 {
    flex-direction: column;
  }
  .card-wrapper.layout-3 .card {
    min-height: auto;
  }
  .card.alt-3 {
    padding: 32px;
  }
  .panel.alt-1 {
    padding-top: 40px;
    -webkit-clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
            clip-path: polygon(calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%, 0% 0%);
  }
  .ready-to .title {
    font-size: 62px;
  }
  .ready-to p {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .ready-to img {
    order: -1;
    margin-bottom: 24px;
  }
  .connect-us {
    margin-top: 0px;
    padding-top: 60px;
  }
  .card-wrapper.layout-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .card-wrapper.layout-4 .card {
    justify-content: start;
  }
  .card-wrapper.layout-4 .card:nth-child(1) {
    grid-column: span 1;
  }
  .card-wrapper.layout-4 .card:nth-child(5) {
    grid-column: span 2;
  }
	.card-wrapper.layout-4 .card:last-child {
		grid-column: span 2;
	}
  .service-tabs {
    position: sticky;
    background-color: #020202;
    z-index: 1;
    top: 70px;
  }
  .interlude.alt-2 {
    padding: 0px;
    flex-direction: row;
    align-items: stretch;
  }
  .interlude.alt-2 .img {
    width: 33.3%;
    height: auto;
    max-width: none;
  }
  .interlude.alt-2 .text {
    margin-top: 0px;
    flex: 1;
    max-width: none;
    padding: 60px;
  }
  .our-journey {
    padding-top: 0px;
    max-width: 800px;
    margin: auto;
  }
  .our-journey::before {
    left: 40px;
    transform: none;
  }
  .our-journey .timeline, .our-journey .timeline:nth-child(even) {
    width: 100%;
  }
  .our-journey .timeline .story, .our-journey .timeline:nth-child(even) .story {
    padding-left: 110px;
    padding-right: 0px;
    padding-bottom: 60px;
    flex-direction: row;
  }
  .our-journey .timeline .year, .our-journey .timeline:nth-child(even) .year {
    left: 0px;
    transform: none;
  }
  .our-journey .overlay-wrapper {
    left: 40px;
  }
  .footer .footer-top .logo-wrapper {
    flex: 100%;
    margin-bottom: 32px;
  }
  .footer .footer-top .logo {
    margin: auto;
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .btn {
    width: 100%;
  }
  .input-group {
    flex-direction: column;
  }
  .nav .logo {
    width: 180px;
  }
  .nav .nav-cta .menu-btn {
    padding: 24px;
    background-color: rgba(0, 0, 0, 0);
  }
  .red-line {
    padding-left: 20px;
  }
  .lists-offset {
    margin-left: 28px;
  }
  .caption-box {
    width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .section-hero {
    padding-top: 40px;
    overflow: hidden;
  }
  .section-hero.home .img, .section-hero .img {
    height: 400px;
    margin-top: -20px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .section-hero .caption-box {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: none;
  }
  .section {
    padding: 80px 0px;
  }
  .founded .caption-box {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
  }
  .founded .big-text {
    font-size: 32px;
  }
  .title-wrapper {
    margin-bottom: 40px;
  }
  .title-wrapper .btn-group {
    display: none;
  }
  .card-wrapper.layout-1 {
    flex-direction: column;
  }
  .card-wrapper.layout-4 {
    grid-template-columns: 1fr;
  }
  .card-wrapper.layout-4 .card {
    justify-content: start;
    border-left: 4px solid #9F1F1D;
  }
  .card-wrapper.layout-4 .card:nth-child(2) {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .card-wrapper.layout-4 .card:nth-child(5) {
    grid-column: span 1;
  }
	.card-wrapper.layout-4 .card:last-child {
		grid-column: span 1;
		border-left: none;
		max-width: 100%;
		overflow: hidden;
	}
  .card.alt-1 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .card.alt-1 .img {
    height: 200px;
  }
  .card.alt-1 .img,
  .card.alt-1 p {
    margin-bottom: 20px;
  }
  .card.alt-2 {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
  }
  .card.alt-3 {
    padding: 24px;
  }
  .interlude, .interlude.alt-2 {
    display: block;
  }
  .interlude .img, .interlude.alt-2 .img {
    width: 100%;
    height: 160px;
  }
  .interlude .text, .interlude.alt-2 .text {
    padding: 20px;
    font-size: inherit;
  }
  .panel {
    padding: 20px;
  }
  .ready-to .title {
    font-size: 38px;
    line-height: 1.3;
  }
  .content-diagonal {
    flex-direction: column-reverse;
  }
  .content-diagonal .content-text {
    padding: 20px;
    padding-top: 40px;
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% 100%);
  }
  .content-diagonal .content-text h2 {
    margin-top: 20px;
  }
  .content-diagonal .content-media {
    width: 100%;
    margin-left: 0px;
    height: 180px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 40px));
    margin-bottom: -20px;
  }
  .service-tabs {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
  }
  .service-tabs [role=tab] {
    padding: 12px 20px;
  }
  .faq {
    padding: 20px;
  }
  .faq .answer {
    margin-top: 16px;
  }
  .faq .faq-btn {
    width: 40px;
    height: 40px;
  }
  .overview-links .caption-box {
    min-height: auto;
  }
  .our-journey::before {
    left: 12px;
  }
  .our-journey .timeline {
    padding-left: 40px;
    position: relative;
    padding-bottom: 60px;
  }
  .our-journey .timeline::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 10px solid #020202;
    position: absolute;
    left: -6px;
    top: -1px;
  }
  .our-journey .timeline .title {
    font-size: 24px;
  }
  .our-journey .timeline .year {
    display: inline-block;
    position: relative;
    padding: 0px;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
  }
  .our-journey .timeline .story {
    padding: 0px !important;
    display: block;
  }
  .our-journey .timeline .img {
    margin-top: 20px;
    width: 100%;
  }
  .our-journey .overlay-wrapper {
    display: none;
    left: 14px;
    width: 20px;
  }
  .footer .footer-top {
    flex-direction: column;
  }
}