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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
}

a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.header .header__wrapper-padding {
  width: 100%;
  position: fixed;
  z-index: 25;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  padding: 0px 20px;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper {
  position: relative;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header__wrapper-padding .header__wrapper .header__logo .header__logo-link {
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper .header__nav-mobile {
  display: none;
}
.header .header__wrapper-padding .header__wrapper .header__nav {
  margin-left: auto;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list {
  display: flex;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item {
  display: flex;
  align-items: center;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item:not(:last-child) {
  margin-right: 30px;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.6;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link.active {
  opacity: 1;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
  opacity: 1;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area {
  position: relative;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link {
  width: 150px;
  padding: 15px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  transition: 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link svg {
  max-width: 10px;
  fill: #ffffff;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link.active {
  background-color: #ffffff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  opacity: 1;
  color: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link.active svg {
  fill: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link.active ~ .header__nav-item-customer-login {
  max-height: 500px;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link:hover {
  background-color: #ffffff;
  color: #1f3058;
  opacity: 1;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link:hover svg {
  fill: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login {
  position: absolute;
  bottom: 2px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(100%);
  background-color: #ffffff;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  transition: 0.3s ease;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form {
  padding: 15px;
  width: 100%;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box {
  border-radius: 9px;
  padding: 12px;
  display: flex;
  width: 100%;
  border: 1px solid #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box svg {
  fill: #1f3058;
  max-width: 10px;
  width: 100%;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box .header__nav-item-customer-login-form-input-item {
  font-size: 10px;
  margin-left: 5px;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-box .header__nav-item-customer-login-form-input-item::placeholder {
  color: #1f3058;
}
.header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-item-customer-login .header__nav-item-customer-login-form .header__nav-item-customer-login-form-input-button {
  width: 100%;
  border-radius: 9px;
  padding: 12px;
  text-align: center;
  outline: none;
  border: none;
  background-color: #1f3058;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}
.header .header__wrapper-padding.active {
  background-color: #ffffff;
}
.header .header__wrapper-padding.active .header__wrapper {
  border-bottom: 1px solid rgba(22, 38, 78, 0.2);
}
.header .header__wrapper-padding.active .header__wrapper .header__logo .header__logo-link {
  color: #16264e;
}
.header .header__wrapper-padding.active .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
  color: #16264e;
}
.header .header__wrapper-padding.active .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area svg {
  fill: #16264e;
}

main {
  position: relative;
  padding: 130px 20px 0 20px;
  background-color: #fafafa;
}
main .cs-hero__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
main .cs-hero__bg .cs-hero__bg-image {
  height: 720px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
main .cs-hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #1f6098;
  opacity: 0.9;
}
main .cs-hero {
  position: relative;
  z-index: 10;
}
main .cs-hero .cs-hero__info-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__case-study {
  color: #1a325c;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__written-by {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-right {
  margin-top: 10px;
  text-align: right;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-right .info-box-right__info-text {
  display: inline-block;
  color: #1a325c;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 6px;
}
main .cs-hero .cs-hero__info-box .cs-hero__info-box-right .info-box-right__info {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 13px;
}
main .cs-hero .cs-hero__content {
  background-color: #ffffff;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav {
  background-color: #1a325c;
  color: #ffffff;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list {
  display: flex;
  text-decoration: none;
  padding: 15px 0;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item .cs-hero__content-nav-list-item-link {
  color: #ffffff;
  transition: 0.3s ease;
  top: -250px;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item .cs-hero__content-nav-list-item-link:hover {
  opacity: 0.7;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:first-child {
  margin-left: 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:not(:last-child) {
  margin-right: 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:not(:last-child):after {
  content: "|";
  margin-left: 20px;
  display: inline-block;
}
main .cs-hero .cs-hero__content .cs-hero__content-main {
  padding: 10px 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-title {
  color: #1a325c;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text-subtitle {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text {
  color: #1a325c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-text-light {
  color: #1a325c;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-list {
  color: #1a325c;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 15px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-list .cs-hero__content-list-item {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-list .cs-hero__content-list-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-row {
  display: flex;
  gap: 30px;
}
main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-row .cs-hero__content-column {
  width: 100%;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer {
  width: 100%;
  background-color: #1f6098;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-image {
  flex: 0 0 auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content {
  color: #ffffff;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info {
  position: relative;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-name {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-title {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 50px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  transition: 0.3s ease;
  padding-left: 30px;
  font-size: 22px;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  content: "\f0e0";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel:hover {
  opacity: 0.7;
}
main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-desc {
  display: block;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
}
main .cs-hero .cs-hero__related {
  padding: 40px 0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
main .cs-hero .cs-hero__related .cs-hero__related-card {
  background-color: #ffffff;
  padding: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-case {
  font-family: "Libre Baskerville", serif;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a325c;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-title {
  font-family: "Libre Baskerville", serif;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f6098;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-info {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a325c;
  margin-bottom: 20px;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f6098;
  border: 1px solid black;
  padding: 10px 40px 10px 20px;
  transition: 0.3s ease;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn:hover {
  background-color: #1f6098;
  color: #ffffff;
}
main .cs-hero .cs-hero__related .cs-hero__related-card .cs-hero__related-card-btn:before {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0%, -44%);
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.footer {
  position: relative;
  z-index: 20;
  background-color: #242424;
}
.footer.career {
  background-color: #1f3058;
}
.footer .footer__wrapper {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.footer .footer__wrapper .footer__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__wrapper .footer__upper .footer__upper-logo {
  color: #ffffff;
}
.footer .footer__wrapper .footer__upper .footer__upper-logo .footer__upper-logo-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
  margin-bottom: 10px;
}
.footer .footer__wrapper .footer__upper .footer__upper-logo .footer__upper-logo-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.footer .footer__wrapper .footer__upper .footer__upper-email {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-text {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  transition: 0.3s ease;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link svg {
  fill: #ffffff;
  width: 20px;
  transition: 0.3s ease;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link:hover {
  background-color: #ffffff;
  color: #16264e;
}
.footer .footer__wrapper .footer__upper .footer__upper-email .footer__upper-email-link:hover svg {
  fill: #16264e;
}
.footer .footer__wrapper .footer__lower {
  display: flex;
  justify-content: space-between;
}
.footer .footer__wrapper .footer__lower .footer__lower-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer__wrapper .footer__lower .footer__lower-link {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 1;
  transition: 0.3s ease;
}
.footer .footer__wrapper .footer__lower .footer__lower-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  .header .header__wrapper-padding {
    background-color: #ffffff;
  }
  .header .header__wrapper-padding .header__wrapper {
    border-bottom: 1px solid rgba(22, 38, 78, 0.2);
  }
  .header .header__wrapper-padding .header__wrapper .header__logo .header__logo-link {
    color: #16264e;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    cursor: pointer;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile span {
    display: block;
    width: 22px;
    height: 3px;
    background-color: #16264e;
    border-radius: 5px;
    opacity: 1;
    transition: 0.3s ease;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile.active span:nth-child(1) {
    transform: translate(0px, 7px) rotate(45deg);
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav-mobile.active span:nth-child(3) {
    transform: translate(0px, -7px) rotate(-45deg);
  }
  .header .header__wrapper-padding .header__wrapper .header__nav {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    transform: translateY(100%);
    max-height: 0;
    transition: 0.4s ease;
    overflow: hidden;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list {
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item {
    width: 100%;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item:not(:last-child) {
    margin-right: 0;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
    width: 100%;
    padding: 20px;
    opacity: 1;
    justify-content: center;
    color: #16264e;
    font-size: 16px;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
    background-color: rgba(22, 38, 78, 0.1);
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link {
    margin: 50px auto 20px;
    width: 100%;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav .header__nav-list .header__nav-item.customer-area .header__nav-link svg {
    fill: #16264e;
  }
  .header .header__wrapper-padding .header__wrapper .header__nav.active {
    max-height: 700px;
  }
  main {
    padding: 130px 0 0 0;
  }
  main .cs-hero__bg .cs-hero__bg-image {
    height: 650px;
    object-fit: cover;
    object-position: center;
  }
  main .cs-hero .cs-hero__info-box {
    padding: 0 20px;
    flex-direction: column;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__case-study {
    color: #1a325c;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__title {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 400;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-left .info-box-left__written-by {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-right {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
  }
  main .cs-hero .cs-hero__info-box .cs-hero__info-box-right .cs-hero__info-box-right-wrap:last-child {
    text-align: right;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-nav {
    display: none;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list {
    flex-direction: column;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-nav .cs-hero__content-nav-list .cs-hero__content-nav-list-item:not(:last-child):after {
    content: "";
    display: none;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-main .cs-hero__content-row {
    flex-direction: column;
    gap: 0;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-title {
    margin-bottom: 0px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 40px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    content: "\f095";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-tel:hover {
    opacity: 0.7;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail {
    position: absolute;
    top: 10px;
    right: 0;
    color: #ffffff;
    transition: 0.3s ease;
    padding-left: 30px;
    font-size: 22px;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    content: "\f0e0";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-info .cs-hero__content-writer-info-mail:hover {
    opacity: 0.7;
  }
  main .cs-hero .cs-hero__content .cs-hero__content-writer .cs-hero__content-writer-content .cs-hero__content-writer-desc {
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.6;
  }
  main .cs-hero .cs-hero__related {
    flex-direction: column;
  }
  .footer .footer__wrapper {
    padding: 50px 20px;
    gap: 50px;
    text-align: center;
  }
  .footer .footer__wrapper .footer__upper {
    flex-direction: column;
  }
  .footer .footer__wrapper .footer__upper .footer__upper-logo {
    margin-bottom: 20px;
  }
  .footer .footer__wrapper .footer__upper .footer__upper-email {
    flex-direction: column;
  }
  .footer .footer__wrapper .footer__lower {
    flex-direction: column;
  }
  .footer .footer__wrapper .footer__lower .footer__lower-text {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=case-study-dw2r70e8.css.map */
