@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --bs-secondary:#535459;
  --bs-gray: #A6A49F;
  --bs-border: #383933;
  --bs-white: #ffffff;
  --bs-black: #16151B;
  --bs-body-font-family: "Albert Sans", sans-serif;
  --bs-font-monospace: "DM Sans", sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-bg: #f3f3f3;
  --bs-yellow: #E3E7CD;
  --bs-purple: #02133A;
  --bs-blue: #23212B;
  --bs-text-light: #A1A3AD;
}

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  /*Wordpress Image Hack*/
}

img.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

img.aligncenter {
  margin: 15px auto;
  float: none;
  display: block;
}

img.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

/**
 * Basic styles for links
 */
a {
  color: var(--bs-black);
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: var(--bs-black);
  text-decoration: none;
  outline: 0;
}

label {
  cursor: pointer;
}

mark.d-inline-block {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border-radius: 0;
}

body {
  font-family: var(--bs-body-font-family);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--bs-title);
}

/**
/**
 * Clear inner floats
 */
.clear::after {
  content: "";
  display: block;
  clear: both;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.clear::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 1374px;
}

.btn {
  --bs-btn-font-size: 16px;
  --bs-btn-font-weight: 500;
  --bs-btn-padding-x: 18px;
  --bs-btn-padding-y: 12px;
  --bs-btn-focus-box-shadow: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 1920px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .btn {
    --bs-btn-padding-x: 31px;
    --bs-btn-padding-y: 16px;
  }
}
.btn-primary {
  border: 0;
  color: var(--bs-primary);
  background-color: var(--bs-white);
  --bs-btn-active-bg: none;
  border-color: transparent;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
  border-color: transparent;
  box-shadow: none;
}

.btn-primary--dark {
  background-color: var(--bs-black);
  --bs-btn-active-bg: none;
  border: 2px solid var(--bs-black);
  box-shadow: 0px 3px 0px var(--bs-black);
  padding-left: 59px;
  padding-right: 59px;
  color: var(--bs-white);
}

.btn-primary--dark:hover {
  color: var(--bs-black);
  transform: scale(1.02);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary--white {
  background-color: var(--bs-white);
  --bs-btn-active-bg: none;
  border: 2px solid var(--bs-black);
  box-shadow: 0px 3px 0px var(--bs-black);
  padding-left: 59px;
  padding-right: 59px;
  color: var(--bs-black);
}

.btn-primary--white:hover {
  color: var(--bs-black);
  transform: scale(1.02);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary--white:focus {
  border: transparent;
}

.btn-primary--btn-outline-primary {
  color: var(--bs-white);
  background-color: transparent;
  --bs-btn-active-bg: none;
  border: 2px solid #fff;
  box-shadow: 0px 3px 0px #fff;
}

.btn-primary--btn-outline-primary:hover {
  color: var(--bs-white);
  border-color: var(--bs-white);
  box-shadow: none;
}

.btn-primary--btn-outline-primary:active {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border-color: transparent;
}

svg:hover {
  color: var(--bs-white);
}

.form-control {
  border-radius: 6px;
  background-color: rgba(240, 240, 240, 0.4);
  color: var(--bs-white) !important;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  font-size: 16px;
  border: none;
  padding: 0 16px;
  height: 42px;
}

@media (min-width: 992px) {
  .form-control {
    border-radius: 8px;
    height: 48px;
  }
}
@media (min-width: 1800px) {
  .form-control {
    border-radius: 12px;
    height: 52px;
  }
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-white);
}

.form-control:-moz-placeholder {
  color: var(--bs-white);
}

.form-control::-moz-placeholder {
  color: var(--bs-white);
}

.form-control:-ms-input-placeholder {
  color: var(--bs-white);
}

.form-control:focus {
  border: 1px solid #5cb3fd;
  outline: 0;
  box-shadow: none;
  background-color: rgba(240, 240, 240, 0.4);
}

@media (min-width: 1700px) {
  .form-control {
    font-size: 18px;
  }
}
.select {
  background-color: rgba(240, 240, 240, 0.4) !important;
  color: #fff;
}

.select:focus {
  border: none;
}

.select::-webkit-input-placeholder {
  color: var(--bs-white);
}

.select .option[disabled] {
  color: white;
}

.custom-select {
  background: url("../images/select-arrow.svg") calc(100% - 15px) center no-repeat;
  background-size: 14px auto;
  background-color: rgba(240, 240, 240, 0.4) !important;
  color: var(--bs-white) !important;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select * {
  color: var(--bs-gray);
}

.custom-select:focus {
  background: url("../images/select-arrow.svg") calc(100% - 15px) center no-repeat;
  background-size: 14px auto;
  background-color: rgba(240, 240, 240, 0.4) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error {
  position: relative;
  color: #ff907d;
  font-size: 16px;
  font-weight: 500;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 123px;
  padding-top: 10px;
}

blockquote {
  margin: 12px 0 12px 20px;
  position: relative;
  padding: 10px 60px 10px 30px;
  font-size: 16px;
  line-height: 1.5;
}

blockquote:before {
  top: 6px;
  left: 0;
  content: "“";
}

blockquote:after {
  bottom: 0;
  right: 0;
  content: "”";
}

blockquote:before, blockquote:after {
  position: absolute;
  width: 60px;
  color: #133C43;
  height: 60px;
  font-size: 60px;
  line-height: 1;
}

@media (min-width: 992px) {
  blockquote {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  blockquote {
    font-size: 20px;
  }
}
.accordion {
  --bs-accordion-btn-padding-x: 12px;
  --bs-accordion-btn-padding-y: 23px;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 992px) {
  .accordion {
    --bs-accordion-btn-padding-x: 25px;
  }
}
.accordion-item {
  border: 2px solid #EAEAEA !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 6px rgba(19, 18, 66, 0.1019607843);
}

.accordion-button {
  font-weight: 600;
  box-shadow: none !important;
  background-color: transparent !important;
  --bs-accordion-active-color: #232323;
  --bs-accordion-btn-color: #232323;
  font-size: 14px;
}

@media (min-width: 992px) {
  .accordion-button {
    font-size: 16px;
  }
}
.accordion-button:after {
  display: none;
}

.accordion-button::before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%230E0C12' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-right: 22px;
}

@media (min-width: 1200px) {
  .accordion-button::before {
    width: 24px;
    height: 24px;
  }
}
.accordion-button.collapsed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19M5 12H19' stroke='%230E0C12' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.accordion-body {
  padding-top: 0;
  padding-left: 23px;
}

/* Outer */
#outer {
  position: relative;
  width: 100%;
  min-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
  background-color: var(--bs-black);
}
@media (min-width: 1400px) {
  .header {
    padding-top: 25px;
    padding-bottom: 27px;
  }
}
.header--sticky {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header--sticky .header__sitelogo a img {
  max-width: 150px;
}
@media (min-width: 1400px) {
  .header--sticky .header__sitelogo a img {
    max-width: 200px;
  }
}
.header__sitelogo a {
  display: inline-block;
}
.header__sitelogo a img {
  max-width: 150px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .header__sitelogo a img {
    max-width: 180px;
  }
}
@media (min-width: 1400px) {
  .header__sitelogo a img {
    max-width: 209px;
  }
}
.header__sitelogo--mobile {
  padding: 15px 20px;
}

/* ContentBox */
#contentArea {
  overflow: hidden;
}

.banner {
  background: url(../images/banner-bg.png);
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #ececec;
}
@media (min-width: 992px) {
  .banner {
    padding-bottom: 76px;
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-top: 200px;
  }
}
@media (min-width: 1400px) {
  .banner {
    padding-top: 270px;
  }
}
.banner__wrapper {
  max-width: 986px;
  margin: 0 auto;
  text-align: center;
}
.banner__ttl {
  text-transform: uppercase;
  line-height: 1;
  color: #1E2D2B;
  letter-spacing: 1px;
  font-size: 36px;
  margin-bottom: 22px !important;
}
@media (min-width: 992px) {
  .banner__ttl {
    margin-bottom: 6px;
    font-size: 47px;
  }
}
.banner__ttl span {
  color: #1E2D2B;
  background-color: var(--bs-white);
  border-radius: 10px;
  margin-bottom: 12px;
  display: inline-block;
}
@media (min-width: 992px) {
  .banner__ttl span {
    border-radius: 20px;
  }
}
.banner__desc {
  font-family: var(--bs-font-monospace);
  margin: 0 auto;
  font-weight: 400;
  color: #16151b;
  margin-bottom: 18px;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .banner__desc {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .banner__desc {
    max-width: 667px;
  }
}
.banner__btnGroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__cta {
  padding-bottom: 57px;
}

.contentBox {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  background-color: var(--bs-black);
}
@media (min-width: 992px) {
  .contentBox {
    background-image: url("../images/content-box-bg1.png");
  }
}
.contentBox__mainImg {
  max-height: 500px;
}
@media (min-width: 992px) {
  .contentBox__mainImg {
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .contentBox__mainImg {
    max-height: 700px;
  }
}
.contentBox__topDesign {
  top: 100px;
}
.contentBox__btmDesign {
  top: 400px;
}
.contentBox_ttl {
  font-size: 28px;
  text-transform: uppercase;
  color: var(--bs-white);
  margin-bottom: 20px;
  font-weight: 600;
}
.contentBox_ttl span {
  background-color: var(--bs-white);
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 8px;
  height: 100%;
  color: var(--bs-black);
}
.contentBox__weStand {
  padding: 58px 0;
  background-color: var(--bs-black);
}
@media (min-width: 992px) {
  .contentBox__weStand {
    background-color: none;
  }
}
.contentBox__weStand_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.contentBox__weStand_list ul li {
  border: 1px solid var(--bs-border);
  padding: 33px 0;
  color: var(--bs-gray);
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
}
@media (min-width: 992px) {
  .contentBox__weStand_list ul li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media (min-width: 992px) {
  .contentBox__weStand_list ul li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (min-width: 992px) {
  .contentBox__weStand_list ul li {
    font-size: 21px;
    padding: 33px 86px;
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .contentBox__weStand_list ul li {
    margin-bottom: 0;
  }
}

.blackMark {
  background-color: var(--bs-black);
  color: var(--bs-white);
  display: inline-block;
  border-radius: 8px;
}

.whiteMark {
  background-color: var(--bs-white);
  color: var(--bs-black);
  display: inline-block;
  border-radius: 8px;
}

.agency {
  background: url(../images/agency-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .agency {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .agency {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.agency__innerWrap {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .agency__innerWrap {
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .agency__innerWrap {
    padding-top: 120px;
  }
}
.agency__innerWrap_ttl {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 768px) {
  .agency__innerWrap_ttl {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .agency__innerWrap_ttl {
    font-size: 46px;
    margin-bottom: 26px;
  }
}
.agency__innerWrap_ttl mark {
  background-color: var(--bs-black);
  color: var(--bs-white);
  display: inline-block;
  border-radius: 8px;
  max-width: 713px;
}
.agency__innerWrap_des {
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-black);
  line-height: 1;
}
@media (min-width: 768px) {
  .agency__innerWrap_des {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .agency__innerWrap_des {
    font-size: 20px;
    margin-bottom: 56px;
  }
}
.agency__innerWrap__boxWrap {
  position: relative;
  border-radius: 12px;
  padding: 18px 12px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .agency__innerWrap__boxWrap {
    padding: 22px 18px;
  }
}
@media (min-width: 1400px) {
  .agency__innerWrap__boxWrap {
    padding: 44px 32px;
  }
}
.agency__innerWrap__boxWrap--bgWhite {
  background-color: var(--bs-white);
}
.agency__innerWrap__boxWrap--bgYellow {
  background-color: var(--bs-yellow);
}
.agency__innerWrap__boxWrap--bgBlue {
  background-color: var(--bs-blue);
}
.agency__innerWrap__boxWrap--bgBlue b {
  color: var(--bs-white);
}
.agency__innerWrap__boxWrap b {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .agency__innerWrap__boxWrap b {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .agency__innerWrap__boxWrap b {
    margin-bottom: 64px;
  }
}
.agency__innerWrap__boxWrap_ttl {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .agency__innerWrap__boxWrap_ttl {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .agency__innerWrap__boxWrap_ttl {
    font-size: 28px;
  }
}
.agency__innerWrap__boxWrap_des {
  font-size: 14px;
  color: var(--bs-secondary);
  margin-bottom: 6px;
  text-align: justify;
}
@media (min-width: 1400px) {
  .agency__innerWrap__boxWrap_des {
    margin-bottom: 69px;
  }
}
.agency__innerWrap__boxWrap_des--white {
  color: var(--bs-white);
}
.agency__innerWrap__boxWrap_ctaBtn {
  color: var(--bs-black);
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .agency__innerWrap__boxWrap_ctaBtn {
    position: absolute;
    bottom: 45px;
  }
}
.agency__innerWrap__boxWrap_ctaBtn .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  background-color: var(--bs-purple);
  border-radius: 50%;
  padding: 12px;
}
.agency__innerWrap__boxWrap .iconwrapDark {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-black);
}

.market {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 28px;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .market {
    padding-top: 100px;
    padding-bottom: 98px;
    background-color: var(--bs-black);
    background-image: url(../images/market-banner.png);
  }
}
.market__card {
  background-color: var(--bs-white);
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .market__card {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .market__card {
    padding: 100px 60px;
  }
}
.market__card_ttl {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  .market__card_ttl {
    font-size: 36px;
    margin-bottom: 53px;
  }
}
@media (min-width: 1400px) {
  .market__card_ttl {
    font-size: 48px;
    margin-bottom: 83px;
  }
}
.market__card_desc {
  font-size: 16px;
  color: var(--bs-text-light);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .market__card_desc {
    font-size: 18px;
  }
}
.market__card_logowrap {
  gap: 30px;
}
@media (min-width: 992px) {
  .market__card_logowrap {
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  .market__card_logowrap {
    gap: 100px;
  }
}
.market__card_logo img {
  max-height: 20px;
}
@media (min-width: 992px) {
  .market__card_logo img {
    max-height: none;
  }
}

.reviews {
  background-color: var(--bs-black);
  padding-top: 31px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .reviews {
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .reviews {
    padding-bottom: 80px;
  }
}
.reviews__ttl {
  font-size: 20px;
  color: var(--bs-white);
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 992px) {
  .reviews__ttl {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .reviews__ttl {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  .reviews__ttl {
    font-size: 48px;
  }
}
.reviews__ttl mark {
  background-color: var(--bs-white);
  border-radius: 8px;
}
.reviews__des {
  margin-bottom: 80px;
  color: var(--bs-white);
}
@media (min-width: 768px) {
  .reviews__des {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px) {
  .reviews__des {
    margin-bottom: 48px;
  }
}
.reviews__slider .slick-arrow {
  top: -80px;
}
.reviews__slider .slick-arrow::before {
  display: none;
}
@media (min-width: 992px) {
  .reviews__slider .slick-arrow {
    top: -150px;
  }
}
.reviews__slider .slick-prev {
  left: calc(100% - 120px);
}
.reviews__slider .slick-next {
  right: 0;
}
.reviews .slick-arrow.slick-disabled svg {
  opacity: 0.7;
}
.reviews__item {
  background-color: var(--bs-yellow);
  border-radius: 24px;
  margin: 0 10px;
  padding: 19px 20px;
}
@media (min-width: 992px) {
  .reviews__item {
    padding: 39px 40px;
    margin: 0 20px;
  }
}
.reviews__item img {
  margin-bottom: 32px;
}
.reviews__item_quote {
  font-size: 18px;
  font-weight: 700;
  color: #131032;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .reviews__item_quote {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .reviews__item_quote {
    font-size: 22px;
  }
}
.reviews__item_des {
  min-height: 130px;
}
@media (min-width: 992px) {
  .reviews__item_des {
    font-size: 16px;
  }
}
.reviews__item_name {
  color: #131032;
  font-weight: 600;
}
@media (min-width: 992px) {
  .reviews__item_name {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .reviews__item_dsgn {
    font-size: 18px;
    color: #6D6D6D;
  }
}

.team {
  background-color: var(--bs-black);
  padding: 30px 0;
}
@media (min-width: 992px) {
  .team {
    padding: 50px 0;
  }
}
@media (min-width: 1400px) {
  .team {
    padding: 100px 0;
  }
}
.team__heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 783px;
  color: var(--bs-white);
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .team__heading {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .team__heading {
    margin-bottom: 38px;
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  .team__heading {
    margin-bottom: 48px;
    font-size: 48px;
  }
}
.team__item {
  border: 2px solid #A6A6A6;
  padding: 24px 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .team__item {
    padding: 24px 78px;
  }
}
.team__item_ttl {
  font-size: 30px;
  color: var(--bs-white);
  font-weight: 700;
}
@media (min-width: 992px) {
  .team__item_ttl {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .team__item_ttl {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .team__item_ttl {
    font-size: 60px;
  }
}
.team__item_ttl mark {
  background-color: var(--bs-white);
  border-radius: 8px;
}
.team__item_des {
  font-weight: 600;
  color: var(--bs-gray);
}
@media (min-width: 992px) {
  .team__item_des {
    font-size: 18px;
  }
}

.faq {
  background-color: var(--bs-black);
  padding: 40px 16px;
}
@media (min-width: 992px) {
  .faq {
    padding: 100px 57px;
  }
}
.faq__left {
  max-width: 516px;
}
.faq__ttl {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--bs-white);
  margin-bottom: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .faq__ttl {
    margin-bottom: 27px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .faq__ttl {
    margin-bottom: 37px;
    font-size: 56px;
  }
}
.faq__des {
  color: var(--bs-white);
}

.industry {
  background: url(../images/industry-bg.jpg);
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 20px;
  z-index: 9;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .industry {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .industry {
    padding-top: 72px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .industry {
    padding-top: 100px;
    padding-bottom: 92px;
  }
}
.industry__overlay {
  background: rgba(22, 21, 27, 0.9411764706);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.industry .container {
  z-index: 2;
}
.industry__ttl {
  max-width: 490px;
  font-size: 22px;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bs-white);
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .industry__ttl {
    font-size: 28px;
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .industry__ttl {
    font-size: 32px;
    margin-bottom: 52px;
  }
}
@media (min-width: 1400px) {
  .industry__ttl {
    font-size: 48px;
    margin-bottom: 82px;
  }
}
.industry__ttl mark {
  max-width: 460px;
  background-color: var(--bs-white);
  color: var(--bs-black);
  display: inline-block;
  border-radius: 8px;
  line-height: 1;
  margin-bottom: 8px;
}
.industry__wrapper_imageBox {
  border: 1px solid #788fa8;
  border-radius: 8px;
  height: 100%;
}
.industry__wrapper_imageBox img {
  width: 100%;
  display: block;
}
.industry__wrapper_imageBox_textWrap {
  padding: 20px 16px;
  background: linear-gradient(0.42deg, #070707 -18.65%, rgba(3, 3, 3, 0.66) 50.55%, rgba(0, 0, 0, 0) 71.43%);
  z-index: 9;
}
@media (min-width: 992px) {
  .industry__wrapper_imageBox_textWrap {
    padding: 40px 24px;
  }
}
.industry__wrapper_imageBox_textWrap_txt {
  text-transform: uppercase;
  color: var(--bs-white);
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 992px) {
  .industry__wrapper_imageBox_textWrap_txt {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .industry__wrapper_imageBox_textWrap_txt {
    font-size: 24px;
  }
}

.progress {
  background: #BDBDBD;
  height: 1px;
  width: 100%;
  overflow: visible;
  position: relative;
  display: block;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .progress {
    margin-bottom: 38px;
  }
}
@media (min-width: 1400px) {
  .progress {
    margin-bottom: 48px;
  }
}
.progress .fill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: auto;
  background-color: var(--bs-white);
  transition: all 0.5s ease-in-out;
}

.footer {
  background-color: var(--bs-black);
  background-image: url(../images/footer-bg-img.png);
  background-size: cover;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding-top: 130px;
  }
}
.footer__imgOne {
  top: 60px;
  right: 20px;
  max-height: 100px;
}
@media (min-width: 992px) {
  .footer__imgOne {
    right: 80px;
    max-height: 140px;
  }
}
@media (min-width: 1400px) {
  .footer__imgOne {
    max-height: none;
  }
}
.footer__imgTwo {
  top: 120px;
  left: 20px;
  max-height: 100px;
}
@media (min-width: 992px) {
  .footer__imgTwo {
    left: 60px;
    max-height: 150px;
  }
}
@media (min-width: 1400px) {
  .footer__imgTwo {
    max-height: none;
  }
}
.footer__imgThree {
  top: 280px;
  max-height: 120px;
}
@media (min-width: 992px) {
  .footer__imgThree {
    top: 43%;
    max-height: 150px;
  }
}
@media (min-width: 1400px) {
  .footer__imgThree {
    max-height: none;
  }
}
.footer__ttl {
  max-width: 680px;
  margin: 10px auto;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bs-black);
  line-height: 1.5;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .footer__ttl {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .footer__ttl {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .footer__ttl {
    font-size: 48px;
    margin-bottom: 56px;
  }
}
.footer__ttl mark {
  max-width: 500px;
  background-color: var(--bs-black);
  color: var(--bs-white);
  display: inline-block;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .footer__ttl mark {
    max-width: 629px;
    line-height: 1;
  }
}
.footer__des {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .footer__des {
    margin-bottom: 34px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .footer__des {
    margin-bottom: 54px;
    font-size: 24px;
  }
}
.footer__cta .btn {
  background-color: var(--bs-black);
  box-shadow: 0px 5px 0px var(--bs-white);
  border-color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer__cta .btn:hover {
  transform: scale(1.09);
}
.footer__bottom {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__bottom {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .footer__bottom {
    padding-top: 350px;
    padding-bottom: 60px;
  }
}
.footer__bottom_listBox {
  position: relative;
  z-index: 2;
}
.footer__bottom_darkLogo {
  margin-bottom: 16px;
  display: block;
}
@media (min-width: 992px) {
  .footer__bottom_darkLogo {
    margin-bottom: 24px;
  }
}
.footer__bottom_socialLinks {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__bottom_socialLinks li {
  height: 42px;
  width: 42px;
  background-color: #78767e;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer__bottom_socialLinks li:hover {
  background-color: var(--bs-black);
}
.footer__bottom_socialLinks li a img {
  width: 28px;
  height: 28px;
}
.footer__bottom_listTitle {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-left: auto;
}
.footer__bottom_listTitle_listItems {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__bottom_listTitle_listItems li {
  padding-top: 10px;
}
@media (min-width: 1400px) {
  .footer__bottom_listTitle_listItems li {
    padding-top: 32px;
  }
}
.footer__bottom_listTitle_listItems li a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: var(--bs-black);
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.footer__bottom_listTitle_listItems li a:hover {
  font-weight: 600;
}
@media (min-width: 992px) {
  .footer__bottom_listTitle_listItems li a {
    font-size: 18px;
  }
}
.footer__copyright {
  padding: 32px 0;
  color: var(--bs-text-light);
  border-top: 1px solid var(---black-8, rgba(0, 0, 0, 0.0784313725));
}
.footer__copyright span {
  display: block;
}

a.scrollup {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 100px;
  height: 46px;
  width: 46px;
  line-height: 44px;
  background: var(--bs-black);
  color: var(--bs-white);
  text-align: center;
  border-radius: 50%;
  margin-left: -24px;
  z-index: 9;
}
a.scrollup svg {
  transform: rotateX(180deg);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  width: 40px;
  height: 5px;
  border: 0;
  background-color: rgba(0, 77, 85, 0.6);
  outline: none;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
}
.slick-dots li.slick-active button {
  background-color: var(--bs-black);
  opacity: 1;
}/*# sourceMappingURL=theme.css.map */