.title h3 {
  font-size: 56px;
  line-height: 63px;
  padding-bottom: 50px;
}

#hero {
  padding: 146px 0 168px 0;
}

#hero::before {
  content:"";
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:1518px;
  height:784px;
  position:absolute;
  background-image: url(../../images/splash.png);
  background-image: -webkit-image-set(url("../../images/splash.png") 1x, url("../../images/splash@2x.png") 2x);
  transform:translateX(300px);
  opacity:0.63;
}

#hero .container {
  width: 1650px;
}

#hero .left {
  padding-right: 24px;
}

#hero .left .inner {
  width: fit-content;
  margin-left: auto;
}

#hero img {
  max-width: 520px;
}

#hero h1 {
  font-size: 68px;
  line-height: 76px;
  margin-top: 16px;
}

#hero .text {
  max-width: 640px;
  margin: 21px auto 0 auto;
  font-size: 18px;
  line-height: 27px;
}

#hero .button {
  margin-top: 22px;
}

#hero .right {
  padding-left: 59px;
}

#hero .gform_footer {
  margin-top: 9px;
}

#pressure {
  padding: 70px 0 87px 0;
}

#pressure h4 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 15px;
}

#pressure p {
  font-size: 18px;
  line-height: 27px;
}

#services {
  margin-top: 80px;
}

#services .title h3 {
  padding-bottom: 28px;
  color: #001822;
}

#services .item {
  width: 398px;
  height: 398px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 35px;
  overflow: hidden;
  border-radius: 10px;
}

#services .item * {
  position: relative;
  z-index: 2;
}

#services .item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #061E31 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}

#services h4 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 8px;
}

#services .button2 {
  letter-spacing: 0.04em;
  font-size: 18px;
}

#services .swiper-slide {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#services .swiper-button-next,
#services .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 45px;
  --swiper-navigation-sides-offset: -23px;
}

#services .swiper-button-next:after,
#services .swiper-rtl .swiper-button-prev:after,
#services .swiper-button-prev:after,
#services .swiper-rtl .swiper-button-next:after {
  font-size: 15px;
  font-weight: bold;
}

#advantage {
  margin-top: 111px;
}

#advantage h3 {
  margin-bottom: 40px;
}

#advantage .text {
  display: none;
}

#work p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
  max-width: 634px;
}

#work .title h3 {
  padding-bottom: 20px;
}

#why {
  margin-top: 120px;
}

#why .title h3 {
  color: #123E5A;
  line-height: 72px;
  padding-bottom: 61px;
}

#why .accordion-item,
#why .accordion-item .acc-head,
#why .accordion-item .desc,
#why .items {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

#why .accordion-item .arrow {
  transition: 0.25s ease;
  background: url(../../images/acc-arrow.svg);
  width: 22px;
  height: 13px;
  transform: rotate(-90deg);
  margin-top: 8px;
  right: 0px;
  top: 25px;
  position: absolute;
}

#why .accordion-item.acc_active .arrow {
  transform: rotate(0);
}

#why .accordion-item .desc {
  display: none;
  padding-right: 40px;
}

#why .accordion-item h4 {
  font-size: 24px;
}

#why .accordion-item p {
  font-size: 18px;
  line-height: 27px;
  max-width: 1226px;
  padding-bottom: 25px;
}

#why .accordion-item .active h4,
#why .accordion-item .acc-head:hover {
  text-decoration: underline;
}

#why .accordion-item .acc-head {
  padding: 25px 0 15px 0;
  border-top: 1px solid #c7c7c7;
}

#why .accordion-item:last-child {
  border-bottom: 1px solid #c7c7c7;
}

#why .inner {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 74px 140px 70px 140px;
}

#contact {
  margin-top: 74px;
  padding: 80px 0;
}

#contact h4 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 46px;
}

#contact p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
  max-width: 588px;
}

#contact .button {
  background: var(--white);
  color: var(--blue);
}

@media screen and (max-width: 1200px) {
  #why .inner {
    padding: 70px 50px;
  }
}

@media screen and (max-width: 1100px) {
  #hero .flex {
    flex-direction: column;
    text-align: center;
  }

  #hero .left .inner {
    margin: 0 auto;
  }

  #hero .col-6 {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  #pressure .flex {
    flex-direction: column;
  }

  #pressure .flex > div {
    width: 100%;
  }

  #pressure .flex .text {
    order: 1;
    padding-top: 30px;
  }

  #services .swiper {
    overflow: visible;
  }

  #services .swiper-slide {
    width: calc(max(35vw, 234px));
    height: auto;
  }

  #services .swiper-button-next, #services .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 768px ) {
  #services h4 {
    font-size: 14px;
    margin-bottom: -8px;
  }

  #services .button2 {
    font-size: 14px;
  }

  #services .item {
    padding: 14px 20px;
  }
}

@media screen and (max-width: 567px) {
  #hero {
    padding: 45px 0 120px 0;
  }

  #hero .logo {
    max-width: 77%;
  }

  #hero h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 4px;
  }

  #hero .text {
    font-size: 12px;
    line-height: 18px;
    max-width: 270px;
    margin-top: 3px;
  }

  #hero .button {
    margin-top: 15px;
  }

  #advantage .title h3 {
      margin-bottom: 0;
      padding-bottom: 0;
  }

  #pressure {
    padding: 40px 0 20px 0;
  }

  #pressure h4 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  #pressure p {
    font-size: 12px;
    line-height: 18px;
  }

  #pressure a {
    margin-top: 20px;
  }

  #pressure .flex .text {
    padding-top: 15px;
  }

  #services {
    margin-top: 20px;
  }

  #advantage {
    margin-top: 20px;
  }

  .title h3 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  #work p {
    font-size: 12px;
    line-height: 18px;
  }

  #work .title h3 {
    max-width: 234px;
    margin: 0 auto;
  }

  #work .flex {
    flex-direction: column;
  }

  #work .flex > div {
    margin-bottom: 30px;
  }

  #work .flex > div:nth-child(1) {
    order: 1;
  }

  #work .flex > div:nth-child(0) {
    order: 2;
  }

  #work .flex > div:nth-child(2) {
    order: 0;
    transform: scale(0.6);
    margin: -30px 0 0 0;
  }

  #why {
    margin-top: 30px;
  }

  #why .title h3 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 30px;
  }

  #why .inner {
    padding: 50px 15px;
  }

  #why .accordion-item h4 {
    font-size: 16px;
  }

  #why .accordion-item p {
    font-size: 12px;
    line-height: 18px;
  }

  #why .accordion-item .arrow {
    width: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #contact {
    padding: 50px 0;
    margin-top: 50px;
  }

  #contact h4 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    max-width:270px;
    margin-left:auto;
    margin-right:auto;
  }

  #contact p {
    font-size: 12px;
    line-height: 18px;
    max-width:307px;
    margin-left:auto;
    margin-right:auto;
  }

  #contact p br {
    display:none;
  }

  #contact a {
    margin: 10px 20px;
  }

  #contact .text-center {
    margin-top: 10px;
  }
}