@charset "utf-8";
/* CSS Document */


section.main-wrapper-sticky {
  height: 735px;
}
@media only screen and (max-width: 1199px) {
  section.main-wrapper-sticky {
    height: auto;
  }
}
section.main-wrapper-sticky .sticky-statement1 {
  background: #F2F2F2;
  padding: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: sticky;
  top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transition: 0.3s;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement1 {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement1 {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
  }
}
section.main-wrapper-sticky .sticky-statement1 * {
  transition: 0.3s;
}
section.main-wrapper-sticky .sticky-statement1:hover {
  background-image: url("../images/service/2.jpg");
  background-position: center center;
}
section.main-wrapper-sticky .sticky-statement1:hover .left-side img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(100%);
}
section.main-wrapper-sticky .sticky-statement1:hover * {
  color: #fff;
}
section.main-wrapper-sticky .sticky-statement1:hover .right .arrow {
  background: #fff;
}
section.main-wrapper-sticky .sticky-statement1:hover .right .arrow i {
  color: #1C2539;
}
section.main-wrapper-sticky .sticky-statement1:last-child {
  top: 30px !important;
  margin-bottom: 0;
}
section.main-wrapper-sticky .sticky-statement1 .left-side {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-basis: 36%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  section.main-wrapper-sticky .sticky-statement1 .left-side {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  section.main-wrapper-sticky .sticky-statement1 .left-side {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement1 .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  section.main-wrapper-sticky .sticky-statement1 .left-side {
    gap: 18px;
  }
}
section.main-wrapper-sticky .sticky-statement1 .left-side .title {
  margin: 0;
}
section.main-wrapper-sticky .sticky-statement1 .right {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement1 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement1 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement1 .right {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
section.main-wrapper-sticky .sticky-statement1 .right p {
  margin: 0;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement1 .right p {
    max-width: 100%;
  }
}
section.main-wrapper-sticky .sticky-statement1 .right .arrow {
  height: 62px;
  width: 62px;
  background: #20282D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;	
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement1 .right .arrow {
    height: 40px;
    width: 40px;
  }
}
section.main-wrapper-sticky .sticky-statement1 .right .arrow i {
  font-size: 18px;
  color: #FFFFFF;
}

section.main-wrapper-sticky .sticky-statement1.narrow {
  position: static;
  border-radius: 10px;
}
section.main-wrapper-sticky .sticky-statement1.narrow .right {
  justify-content: flex-end !important;
  flex-basis: 10% !important;
}
section.main-wrapper-sticky .sticky-statement1.narrow .left-side .title {
  min-width: max-content;
}
section.main-wrapper-sticky .sticky-statement1.narrow .left-side {
  flex-basis: 67% !important;
}
section.main-wrapper-sticky .sticky-statement1.narrow .left-side img {
  min-width: 40px;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement1.narrow .left-side {
    flex-direction: column;
    align-items: flex-start;
  }
}



section.main-wrapper-sticky .sticky-statement2 {
  background: #F2F2F2;
  padding: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: sticky;
  top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transition: 0.3s;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement2 {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement2 {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
  }
}
section.main-wrapper-sticky .sticky-statement2 * {
  transition: 0.3s;
}
section.main-wrapper-sticky .sticky-statement2:hover {
  background-image: url("../images/service/3.jpg");
  background-position: center center;
}
section.main-wrapper-sticky .sticky-statement2:hover .left-side img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(100%);
}
section.main-wrapper-sticky .sticky-statement2:hover * {
  color: #fff;
}
section.main-wrapper-sticky .sticky-statement2:hover .right .arrow {
  background: #fff;
}
section.main-wrapper-sticky .sticky-statement2:hover .right .arrow i {
  color: #1C2539;
}
section.main-wrapper-sticky .sticky-statement2:last-child {
  top: 30px !important;
  margin-bottom: 0;
}
section.main-wrapper-sticky .sticky-statement2 .left-side {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-basis: 36%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  section.main-wrapper-sticky .sticky-statement2 .left-side {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  section.main-wrapper-sticky .sticky-statement2 .left-side {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement2 .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  section.main-wrapper-sticky .sticky-statement2 .left-side {
    gap: 18px;
  }
}
section.main-wrapper-sticky .sticky-statement2 .left-side .title {
  margin: 0;
}
section.main-wrapper-sticky .sticky-statement2 .right {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement2 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement2 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement2 .right {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
section.main-wrapper-sticky .sticky-statement2 .right p {
  margin: 0;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement2 .right p {
    max-width: 100%;
  }
}
section.main-wrapper-sticky .sticky-statement2 .right .arrow {
  height: 62px;
  width: 62px;
  background: #20282D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;	
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement2 .right .arrow {
    height: 40px;
    width: 40px;
  }
}
section.main-wrapper-sticky .sticky-statement2 .right .arrow i {
  font-size: 18px;
  color: #FFFFFF;
}

section.main-wrapper-sticky .sticky-statement2.narrow {
  position: static;
  border-radius: 10px;
}
section.main-wrapper-sticky .sticky-statement2.narrow .right {
  justify-content: flex-end !important;
  flex-basis: 10% !important;
}
section.main-wrapper-sticky .sticky-statement2.narrow .left-side .title {
  min-width: max-content;
}
section.main-wrapper-sticky .sticky-statement2.narrow .left-side {
  flex-basis: 67% !important;
}
section.main-wrapper-sticky .sticky-statement2.narrow .left-side img {
  min-width: 40px;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement2.narrow .left-side {
    flex-direction: column;
    align-items: flex-start;
  }
}


section.main-wrapper-sticky .sticky-statement3 {
  background: #F2F2F2;
  padding: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: sticky;
  top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transition: 0.3s;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement3 {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement3 {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
  }
}
section.main-wrapper-sticky .sticky-statement3 * {
  transition: 0.3s;
}
section.main-wrapper-sticky .sticky-statement3:hover {
  background-image: url("../images/service/4.jpg");
  background-position: center center;
}
section.main-wrapper-sticky .sticky-statement3:hover .left-side img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(100%);
}
section.main-wrapper-sticky .sticky-statement3:hover * {
  color: #fff;
}
section.main-wrapper-sticky .sticky-statement3:hover .right .arrow {
  background: #fff;
}
section.main-wrapper-sticky .sticky-statement3:hover .right .arrow i {
  color: #1C2539;
}
section.main-wrapper-sticky .sticky-statement3:last-child {
  top: 30px !important;
  margin-bottom: 0;
}
section.main-wrapper-sticky .sticky-statement3 .left-side {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-basis: 36%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  section.main-wrapper-sticky .sticky-statement3 .left-side {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  section.main-wrapper-sticky .sticky-statement3 .left-side {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement3 .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  section.main-wrapper-sticky .sticky-statement3 .left-side {
    gap: 18px;
  }
}
section.main-wrapper-sticky .sticky-statement3 .left-side .title {
  margin: 0;
}
section.main-wrapper-sticky .sticky-statement3 .right {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement3 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement3 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement3 .right {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
section.main-wrapper-sticky .sticky-statement3 .right p {
  margin: 0;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement3 .right p {
    max-width: 100%;
  }
}
section.main-wrapper-sticky .sticky-statement3 .right .arrow {
  height: 62px;
  width: 62px;
  background: #20282D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;	
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement3 .right .arrow {
    height: 40px;
    width: 40px;
  }
}
section.main-wrapper-sticky .sticky-statement3 .right .arrow i {
  font-size: 18px;
  color: #FFFFFF;
}

section.main-wrapper-sticky .sticky-statement3.narrow {
  position: static;
  border-radius: 10px;
}
section.main-wrapper-sticky .sticky-statement3.narrow .right {
  justify-content: flex-end !important;
  flex-basis: 10% !important;
}
section.main-wrapper-sticky .sticky-statement3.narrow .left-side .title {
  min-width: max-content;
}
section.main-wrapper-sticky .sticky-statement3.narrow .left-side {
  flex-basis: 67% !important;
}
section.main-wrapper-sticky .sticky-statement3.narrow .left-side img {
  min-width: 40px;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement3.narrow .left-side {
    flex-direction: column;
    align-items: flex-start;
  }
}


section.main-wrapper-sticky .sticky-statement4 {
  background: #F2F2F2;
  padding: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: sticky;
  top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transition: 0.3s;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement4 {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement4 {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
  }
}
section.main-wrapper-sticky .sticky-statement4 * {
  transition: 0.3s;
}
section.main-wrapper-sticky .sticky-statement4:hover {
  background-image: url("../images/service/5.jpg");
  background-position: center center;
}
section.main-wrapper-sticky .sticky-statement4:hover .left-side img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(100%);
}
section.main-wrapper-sticky .sticky-statement4:hover * {
  color: #fff;
}
section.main-wrapper-sticky .sticky-statement4:hover .right .arrow {
  background: #fff;
}
section.main-wrapper-sticky .sticky-statement4:hover .right .arrow i {
  color: #1C2539;
}
section.main-wrapper-sticky .sticky-statement4:last-child {
  top: 30px !important;
  margin-bottom: 0;
}
section.main-wrapper-sticky .sticky-statement4 .left-side {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-basis: 36%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  section.main-wrapper-sticky .sticky-statement4 .left-side {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  section.main-wrapper-sticky .sticky-statement4 .left-side {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement4 .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  section.main-wrapper-sticky .sticky-statement4 .left-side {
    gap: 18px;
  }
}
section.main-wrapper-sticky .sticky-statement4 .left-side .title {
  margin: 0;
}
section.main-wrapper-sticky .sticky-statement4 .right {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement4 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement4 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement4 .right {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
section.main-wrapper-sticky .sticky-statement4 .right p {
  margin: 0;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement4 .right p {
    max-width: 100%;
  }
}
section.main-wrapper-sticky .sticky-statement4 .right .arrow {
  height: 62px;
  width: 62px;
  background: #20282D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;	
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement4 .right .arrow {
    height: 40px;
    width: 40px;
  }
}
section.main-wrapper-sticky .sticky-statement4 .right .arrow i {
  font-size: 18px;
  color: #FFFFFF;
}

section.main-wrapper-sticky .sticky-statement4.narrow {
  position: static;
  border-radius: 10px;
}
section.main-wrapper-sticky .sticky-statement4.narrow .right {
  justify-content: flex-end !important;
  flex-basis: 10% !important;
}
section.main-wrapper-sticky .sticky-statement4.narrow .left-side .title {
  min-width: max-content;
}
section.main-wrapper-sticky .sticky-statement4.narrow .left-side {
  flex-basis: 67% !important;
}
section.main-wrapper-sticky .sticky-statement4.narrow .left-side img {
  min-width: 40px;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement4.narrow .left-side {
    flex-direction: column;
    align-items: flex-start;
  }
}


section.main-wrapper-sticky .sticky-statement5 {
  background: #F2F2F2;
  padding: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: sticky;
  top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transition: 0.3s;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement5 {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement5 {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
  }
}
section.main-wrapper-sticky .sticky-statement5 * {
  transition: 0.3s;
}
section.main-wrapper-sticky .sticky-statement5:hover {
  background-image: url("../images/service/6.jpg");
  background-position: center center;
}
section.main-wrapper-sticky .sticky-statement5:hover .left-side img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(100%);
}
section.main-wrapper-sticky .sticky-statement5:hover * {
  color: #fff;
}
section.main-wrapper-sticky .sticky-statement5:hover .right .arrow {
  background: #fff;
}
section.main-wrapper-sticky .sticky-statement5:hover .right .arrow i {
  color: #1C2539;
}
section.main-wrapper-sticky .sticky-statement5:last-child {
  top: 30px !important;
  margin-bottom: 0;
}
section.main-wrapper-sticky .sticky-statement5 .left-side {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-basis: 36%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  section.main-wrapper-sticky .sticky-statement5 .left-side {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  section.main-wrapper-sticky .sticky-statement5 .left-side {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement5 .left-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  section.main-wrapper-sticky .sticky-statement5 .left-side {
    gap: 18px;
  }
}
section.main-wrapper-sticky .sticky-statement5 .left-side .title {
  margin: 0;
}
section.main-wrapper-sticky .sticky-statement5 .right {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section.main-wrapper-sticky .sticky-statement5 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.main-wrapper-sticky .sticky-statement5 .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement5 .right {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
section.main-wrapper-sticky .sticky-statement5 .right p {
  margin: 0;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement5 .right p {
    max-width: 100%;
  }
}
section.main-wrapper-sticky .sticky-statement5 .right .arrow {
  height: 62px;
  width: 62px;
  background: #20282D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;	
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement5 .right .arrow {
    height: 40px;
    width: 40px;
  }
}
section.main-wrapper-sticky .sticky-statement5 .right .arrow i {
  font-size: 18px;
  color: #FFFFFF;
}

section.main-wrapper-sticky .sticky-statement5.narrow {
  position: static;
  border-radius: 10px;
}
section.main-wrapper-sticky .sticky-statement5.narrow .right {
  justify-content: flex-end !important;
  flex-basis: 10% !important;
}
section.main-wrapper-sticky .sticky-statement5.narrow .left-side .title {
  min-width: max-content;
}
section.main-wrapper-sticky .sticky-statement5.narrow .left-side {
  flex-basis: 67% !important;
}
section.main-wrapper-sticky .sticky-statement5.narrow .left-side img {
  min-width: 40px;
}
@media only screen and (max-width: 575px) {
  section.main-wrapper-sticky .sticky-statement5.narrow .left-side {
    flex-direction: column;
    align-items: flex-start;
  }
}