@charset "UTF-8";
@font-face {
  font-family: "MessinaSansWeb Light";
  src: url("../../src/files/fonts/MessinaSansWeb-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MessinaSansWeb Regular";
  src: url("../../src/files/fonts/MessinaSansWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.addtoany_share_save_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 53px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  color: #24272C;
  position: relative;
}
.addtoany_share_save_container:before {
  content: "Share";
}
.addtoany_share_save_container .a2a_button_linkedin {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 20px;
  font-size: 16px !important;
  color: #24272C !important;
  text-decoration: none !important;
  background: url("http://2781012.gx409800.web.hosting-test.net/wp-content/uploads/2023/11/linkedin.svg") center center/contain no-repeat;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.addtoany_share_save_container .a2a_button_linkedin span {
  display: none !important;
}
.addtoany_share_save_container .a2a_button_linkedin:hover {
  background: url("http://2781012.gx409800.web.hosting-test.net/wp-content/uploads/2023/11/linkedin.svg") center center/contain no-repeat;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.addtoany_share_save_container .addtoany_share {
  display: none !important;
}

canvas {
  z-index: 5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:visited {
  color: #24272C;
}

main.page-template {
  padding-top: 150px;
  padding-bottom: 25px;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 33px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 1024px) {
  main.page-template {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
main.page-template .wrap {
  max-width: 781px;
}
main.page-template h1 {
  margin-bottom: 50px;
  font-size: 69px;
  line-height: 85px;
}
@media (max-width: 1024px) {
  main.page-template h1 {
    line-height: 1;
  }
}
main.page-template h2 {
  margin-bottom: 25px;
}
main.page-template h3, main.page-template h4, main.page-template h5, main.page-template h6 {
  margin-bottom: 25px;
}
main.page-template p {
  color: #ffffff;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
main.page-template p strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-weight: 400;
}
main.page-template a {
  color: #ffffff;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
main.page-template a:hover {
  color: #E1FF00;
}
main.page-template.error-404.not-found {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #24272C;
  color: #ffffff;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-width: 360px;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.animate__animated {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}

.wrap {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

input, textarea {
  outline: none !important;
}
input:focus, textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.btn {
  white-space: nowrap;
  display: block;
  max-width: 188px;
  width: 100%;
  padding: 6px 33px;
  background: rgb(225, 255, 0);
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  color: #24272C;
  text-align: center;
  border-radius: 27px;
}
.btn:not(.btn_arrow) {
  position: relative;
  overflow: hidden;
}
.btn:not(.btn_arrow) span {
  position: relative;
  z-index: 1;
}
.btn:not(.btn_arrow):before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: top 0.3s linear, right 0.3s linear, bottom 0.3s linear, left 0.3s ease-in-out;
  -o-transition: top 0.3s linear, right 0.3s linear, bottom 0.3s linear, left 0.3s ease-in-out;
  transition: top 0.3s linear, right 0.3s linear, bottom 0.3s linear, left 0.3s ease-in-out;
}
.btn:not(.btn_arrow):hover:before {
  top: 0;
}
.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 7px 4px 25px;
  overflow: hidden;
  font-size: 15px;
  line-height: 36px;
}
.btn_arrow span:nth-child(1) {
  position: relative;
  z-index: 1;
}
.btn_arrow span.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.btn_arrow span.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border-radius: 27px;
  -webkit-transition: top 0.3s linear, right 0.3s linear, bottom 0.3s linear, left 0.3s ease-in-out;
  -o-transition: top 0.3s linear, right 0.3s linear, bottom 0.3s linear, left 0.3s ease-in-out;
  transition: top 0.3s linear, right 0.3s linear, bottom 0.3s linear, left 0.3s ease-in-out;
}
.btn_arrow svg, .btn_arrow img {
  width: 14px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.btn_arrow:hover span.arrow:before {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -250px;
}
.btn:hover {
  cursor: pointer;
}
.btn br {
  display: none !important;
}

form br {
  display: none !important;
}
form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 33px;
  font-weight: 300;
  color: #ffffff;
}
form .wpcf7-not-valid-tip {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}

/* --- */
/* op-page */
body.page-id-8 .header:not(.header-sticky) .logo path,
body.page-id-15 .header:not(.header-sticky) .logo path,
body.single.single-post .header:not(.header-sticky) .logo path {
  fill: #24272C;
}
body.page-id-8 .header:not(.header-sticky) .menu .current-menu-item > a,
body.page-id-15 .header:not(.header-sticky) .menu .current-menu-item > a,
body.single.single-post .header:not(.header-sticky) .menu .current-menu-item > a {
  color: #ffffff;
}
body.page-id-8 .header:not(.header-sticky) .menu .current-menu-item > a:hover,
body.page-id-15 .header:not(.header-sticky) .menu .current-menu-item > a:hover,
body.single.single-post .header:not(.header-sticky) .menu .current-menu-item > a:hover {
  color: #24272C;
}
body.page-id-8 .header:not(.header-sticky) .menu a,
body.page-id-15 .header:not(.header-sticky) .menu a,
body.single.single-post .header:not(.header-sticky) .menu a {
  color: #24272C;
}
body.page-id-8 .header:not(.header-sticky) .menu a:hover,
body.page-id-15 .header:not(.header-sticky) .menu a:hover,
body.single.single-post .header:not(.header-sticky) .menu a:hover {
  color: #ffffff;
}
body.page-id-8 .header:not(.header-sticky) .btn,
body.page-id-15 .header:not(.header-sticky) .btn,
body.single.single-post .header:not(.header-sticky) .btn {
  background: #24272C;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.page-id-8 .header:not(.header-sticky) .btn:hover,
body.page-id-15 .header:not(.header-sticky) .btn:hover,
body.single.single-post .header:not(.header-sticky) .btn:hover {
  background: transparent;
  color: #24272C;
}
body.page-id-8 .circle,
body.page-id-15 .circle,
body.single.single-post .circle {
  background: #24272C;
}

/* end */
/* header */
.header {
  max-width: 100%;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(225, 255, 0);
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .header .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
  }
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 100px;
  width: 100%;
  height: 50px;
}
.header .logo img, .header .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .menu {
  margin: 22px 64px 0 auto;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .header .menu {
    display: none;
  }
}
.header .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
.header .menu .current-menu-item > a {
  color: #E1FF00;
}
.header .menu .current-menu-item > a:hover {
  color: #ffffff;
}
.header .menu a {
  white-space: nowrap;
  line-height: 1;
  text-align: left;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .menu a:hover {
  color: #E1FF00;
}
.header .btn {
  max-width: 135px;
}
@media (max-width: 1024px) {
  .header .btn {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 550px) {
  .header .btn {
    display: none;
  }
}
.header .burger {
  display: block;
  max-width: 30px;
  width: 100%;
  height: 20px;
  margin-left: 50px;
  position: relative;
}
@media (min-width: 1025px) {
  .header .burger {
    display: none;
  }
}
@media (max-width: 550px) {
  .header .burger {
    margin-left: 20px;
  }
}
.header .burger span {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.header .burger:before, .header .burger:after {
  content: "";
  display: block;
  max-width: 100%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header .burger:before {
  position: absolute;
  top: 0;
}
.header .burger:after {
  position: absolute;
  bottom: 0;
}
.header .burger.active span {
  display: none;
}
.header .burger.active:before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .burger.active:after {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .mobile-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 15px 30px;
  background: #ECEAE7;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.header .mobile-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .mobile-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 18px;
}
.header .mobile-menu .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
.header .mobile-menu .menu li {
  margin-bottom: 20px;
}
.header .mobile-menu .menu li:last-child {
  margin-bottom: 0;
}
.header .mobile-menu .menu a {
  padding: 0;
  color: #24272C;
}
.header .mobile-menu .btn {
  display: none;
  margin: 0;
}
@media (max-width: 550px) {
  .header .mobile-menu .btn {
    display: block;
  }
}
.header-sticky {
  padding-top: 20px;
  position: fixed;
  top: -150px;
  right: 0;
  left: 0;
  background: rgba(36, 39, 44, 0.7);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-sticky.show {
  top: 0;
}
.header-sticky .menu {
  margin-top: 0;
}

/* end */
/* footer */
.footer {
  padding-top: 110px;
  padding-bottom: 64px;
  background: #24272C;
}
.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 140px;
  width: 100%;
  height: 70px;
}
@media (max-width: 1024px) {
  .footer .top .logo {
    margin-bottom: 46px;
  }
}
.footer .top .logo img, .footer .top .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 155px;
}
@media (max-width: 1024px) {
  .footer .top > div {
    max-width: 100%;
    width: 100%;
    gap: 0 50px;
  }
}
@media (max-width: 768px) {
  .footer .top > div {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .top .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 100px;
}
@media (max-width: 768px) {
  .footer .top .menu {
    max-width: 100%;
    width: 100%;
    margin-bottom: 46px;
    gap: 0 50px;
  }
}
@media (max-width: 550px) {
  .footer .top .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
  }
}
.footer .top .menu .current-menu-item > a {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  color: #E1FF00;
}
.footer .top .menu .current-menu-item > a:hover {
  color: #ffffff;
}
.footer .top .menu a {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 300;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .top .menu a:hover {
  color: #E1FF00;
}
.footer .top .end {
  max-width: 108px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .top .end .follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .footer .top .end .follow-us {
    margin-bottom: 23px;
  }
}
.footer .top .end .follow-us a img, .footer .top .end .follow-us a svg {
  margin-right: 12.6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .top .end .follow-us a:hover img, .footer .top .end .follow-us a:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .top .end p {
  margin-bottom: 23px;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  color: #F5F5F5;
}
.footer .top .end p a {
  color: #F5F5F5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .top .end p a:hover {
  color: #E1FF00;
}
.footer .top .end p strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #F5F5F5;
}
.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #BFB8AF;
}
.footer .bottom a {
  text-decoration: underline;
  color: #BFB8AF;
}
.footer .bottom a:hover {
  color: #E1FF00;
}

/* end */
/* hero */
.hero {
  position: relative;
  overflow: hidden;
}
.hero canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.hero .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E1FF00;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.hero.text-anim .circle {
  width: 8px;
  height: 8px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.hero.text-anim:not(.home-text-anim) h1 {
  opacity: 0;
}
.hero.text-anim.home-text-anim .wrap {
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .wrap {
  min-height: 100vh;
  padding-bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero h1 {
  font-family: "Punto", sans-serif;
  color: #E1FF00;
  font-size: 114px;
  line-height: 131px;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 64px;
    line-height: 1;
  }
}
.hero-what-we-do {
  overflow: hidden;
}
.hero-what-we-do .wrap {
  padding-top: 168px;
  padding-bottom: 111px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .hero-what-we-do .wrap {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.hero-what-we-do .wrap > svg, .hero-what-we-do .wrap > .circle-line {
  max-width: 100%;
  width: 100%;
  margin: 80px 0;
}
.hero-what-we-do .wrap > div:not(.circle-line) {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .hero-what-we-do .wrap > div:not(.circle-line) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .hero-what-we-do .wrap > div:not(.circle-line) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero-what-we-do .wrap > div:not(.circle-line) h4 {
    margin-bottom: 20px;
  }
}
.hero-what-we-do h1 {
  max-width: 976px;
  text-align: left;
}
.hero-what-we-do p {
  max-width: 505px;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 29px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1024px) {
  .hero-what-we-do p {
    margin-bottom: 20px;
  }
}
.hero-what-we-do h4 {
  font-family: "Punto", sans-serif;
  color: #E1FF00;
  font-size: 114px;
  line-height: 107px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 1024px) {
  .hero-what-we-do h4 {
    font-size: 69px;
    line-height: 1;
    text-align: left;
  }
}
.hero-op {
  background: #E1FF00;
}
.hero-op .wrap {
  min-height: auto;
  padding-top: 262px;
  padding-bottom: 53px;
}
.hero-op h1 {
  margin-bottom: 118px;
  font-family: "Punto", sans-serif;
  font-size: 69px;
  line-height: 85px;
  font-weight: 400;
  color: #24272C;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero-op h1 {
    line-height: 1;
  }
}
.hero-op p {
  max-width: 560px;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
  text-align: center;
}
.hero-op p strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.hero-op > img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.hero-ow {
  background: #24272C;
}
.hero-ow .wrap {
  min-height: auto;
  padding-top: 262px;
  padding-bottom: 53px;
}
.hero-ow h1 {
  margin-bottom: 118px;
  font-family: "Punto", sans-serif;
  font-size: 69px;
  line-height: 85px;
  font-weight: 400;
  color: #E1FF00;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero-ow h1 {
    line-height: 1;
  }
}
.hero-ow p {
  max-width: 625px;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.hero-ow strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
.hero-service .wrap {
  padding-top: 260px;
  padding-bottom: 215px;
}
.hero-service h1 {
  margin-bottom: 0;
}
.hero-blog .wrap {
  padding-top: 262px;
  padding-bottom: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media (max-width: 1440px) {
  .hero-blog .wrap {
    padding-bottom: 65px;
  }
}
@media (max-width: 550px) {
  .hero-blog .wrap {
    padding-top: 115px;
  }
}
.hero-blog h1 {
  text-align: left;
  font-family: Punto, sans-serif;
  font-size: 69px;
  line-height: 71px;
  font-weight: 400;
  color: #E1FF00;
}
@media (max-width: 1440px) {
  .hero-blog h1 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .hero-blog h1 {
    line-height: 1;
  }
}
.hero-blog .hero-post__content .hero-post__image {
  display: block;
  margin-bottom: 28px;
}
@media (min-width: 1441px) {
  .hero-blog .hero-post__content .hero-post__image {
    display: none;
  }
}
.hero-blog .hero-post__text {
  max-width: 460px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .hero-blog .hero-post__text {
    max-width: 720px;
    margin: auto;
  }
}
.hero-blog .hero-post__title {
  display: block;
  margin-bottom: 29px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .hero-blog .hero-post__title {
    text-align: center;
  }
}
.hero-blog .hero-post__title:hover {
  color: #E1FF00;
}
.hero-blog .hero-post__description {
  margin-bottom: 28px;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .hero-blog .hero-post__description {
    text-align: center;
  }
}
.hero-blog .hero-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #E1FF00;
}
@media (max-width: 1440px) {
  .hero-blog .hero-post__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-blog .hero-post__meta > div {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.hero-blog .hero-post__meta > div:after {
  content: "·";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hero-blog .hero-post__meta > div:last-child:after {
  display: none;
}
.hero-blog .hero-post__image {
  max-width: 1054px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hero-blog .hero-post__image {
    display: none;
  }
}
.hero-blog .hero-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero-blog .hero-post__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hero-single-post {
  background: #E1FF00;
}
.hero-single-post h1 {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto 314px;
  font-family: Punto, sans-serif;
  font-size: 69px;
  line-height: 85px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1024px) {
  .hero-single-post h1 {
    margin-bottom: 150px;
    font-size: 34.5px;
    line-height: 1;
  }
}
.hero-single-post .posts-item__meta {
  margin-bottom: 0;
}
.hero-single-post .posts-item__meta > div {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
.hero-single-post .posts-item__meta > div:last-child {
  margin-right: 0;
  padding-right: 0;
}
.hero-cs h1 {
  margin-bottom: 113px;
}
.hero-cs h3 {
  text-align: center;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #F5F5F5;
}
.hero-cs h3 span, .hero-cs h3 strong {
  display: block;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F5F5F5;
}

@media (max-width: 1024px) {
  main.page-template .hero-404 h1 {
    font-size: 64px;
    line-height: 1;
  }
}

/* end */
/* what-we-do */
.what-we-do {
  padding-top: 131px;
  padding-bottom: 128px;
  background: #ECEAE7;
  color: #24272C;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .what-we-do {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.what-we-do .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.what-we-do__content {
  max-width: 50%;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
  text-align: left;
}
@media (max-width: 1024px) {
  .what-we-do__content {
    max-width: 100%;
  }
}
.what-we-do__content p {
  margin-bottom: 38px;
}
.what-we-do__content strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.what-we-do-service {
  padding-top: 124px;
  padding-bottom: 124px;
  background: #E1FF00;
}
.what-we-do-service .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .what-we-do-service .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.what-we-do-service .what-we-do__title {
  max-width: 340px;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 1024px) {
  .what-we-do-service .what-we-do__title {
    max-width: 100%;
    margin-bottom: 38px;
  }
}
.what-we-do-service a {
  display: inline-block;
  margin-top: 38px;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 1024px) {
  .what-we-do-service a {
    margin-top: 0;
  }
}
.what-we-do-service_center {
  padding-top: 224.8px;
  padding-bottom: 224.8px;
}
@media (max-width: 1024px) {
  .what-we-do-service_center {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}
.what-we-do-service_center .what-we-do__content {
  max-width: 830px;
  margin: auto;
  text-align: center;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #24272C;
}
.what-we-do-cs-img {
  padding-top: 130px;
  padding-bottom: 117px;
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .what-we-do-cs-img {
    padding-top: 92px;
    padding-bottom: 77px;
  }
}
.what-we-do-cs-img .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439px) {
  .what-we-do-cs-img .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.what-we-do-cs-img .what-we-do__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 508px;
  width: 100%;
  padding: 78px;
  border: 2px solid #FFFFFF;
  border-radius: 0;
}
@media (max-width: 1439px) {
  .what-we-do-cs-img .what-we-do__title {
    margin-bottom: 40px;
  }
}
.what-we-do-cs-img .what-we-do__title img, .what-we-do-cs-img .what-we-do__title svg {
  max-width: 265px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.what-we-do-cs-img .what-we-do__content {
  max-width: 781px;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #24272C;
}
.what-we-do-cs-img .what-we-do__content p:last-child {
  margin-bottom: 0;
}
.what-we-do-cs {
  padding-top: 113px;
  padding-bottom: 92px;
  background: #ECEAE7;
}
@media (max-width: 991px) {
  .what-we-do-cs {
    padding-top: 92px;
    padding-bottom: 77px;
  }
}
.what-we-do-cs .what-we-do__title {
  max-width: calc(100% - 706px);
  width: 100%;
  margin-bottom: 46px;
  padding-left: 66px;
  padding-right: 20px;
  font-family: "Punto", sans-serif;
  font-size: 38px;
  line-height: 41px;
  font-weight: 400;
  color: #24272C;
  position: relative;
}
.what-we-do-cs .what-we-do__title:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #E1FF00;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.what-we-do-cs .what-we-do__content {
  max-width: 781px;
  width: 100%;
  padding-right: 15px;
}
.what-we-do-cs .what-we-do__content p {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .what-we-do-cs .what-we-do__content p {
    margin-bottom: 24px !important;
  }
}
.what-we-do-cs .what-we-do__content p:last-child {
  margin-bottom: 0;
}
.what-we-do-cs .what-we-do__content p a {
  margin: 0;
  color: #817A70;
  text-decoration: underline;
}
.what-we-do-cs .what-we-do__content ul {
  margin: 0 0 48px;
  padding: 0;
}
@media (max-width: 1024px) {
  .what-we-do-cs .what-we-do__content ul {
    margin-bottom: 24px;
  }
}
.what-we-do-cs .what-we-do__content ul li {
  margin: 0 0 10px;
  padding: 0 0 0 71px;
  position: relative;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 33px;
  font-weight: 300;
  color: #817A70;
}
@media (max-width: 1024px) {
  .what-we-do-cs .what-we-do__content ul li {
    padding-left: 30px;
  }
}
.what-we-do-cs .what-we-do__content ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #E1FF00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.what-we-do-cs .what-we-do__content ul li a {
  text-decoration: underline;
  margin: 0;
}
.what-we-do-text {
  padding-top: 89px;
  padding-bottom: 85px;
}
.what-we-do-text .what-we-do__title {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.what-we-do-text .what-we-do__content p {
  margin-bottom: 0;
}

/* end */
/* our-work */
.our-work {
  padding-top: 167px;
  padding-bottom: 130px;
  background: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our-work {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.our-work h2, .our-work .title {
  margin-bottom: 28px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.our-work .swiper.swiper-our-work {
  margin-bottom: 83px;
  overflow: visible;
}
.our-work .swiper-button-prev {
  max-width: 48px;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 9.5px;
  border-radius: 50%;
  border: 5px solid #F5F5F5;
  top: calc(100% + 87px);
  right: 54px;
  left: auto;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our-work .swiper-button-prev {
    top: calc(100% + 82px);
  }
}
.our-work .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  background: #E1FF00;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-work .swiper-button-prev:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.our-work .swiper-button-prev img, .our-work .swiper-button-prev svg {
  width: 14px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.our-work .swiper-button-prev:after {
  display: none;
}
.our-work .swiper-button-next {
  max-width: 48px;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 9.5px;
  border-radius: 50%;
  border: 5px solid #F5F5F5;
  top: calc(100% + 87px);
  right: 0;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our-work .swiper-button-next {
    top: calc(100% + 82px);
  }
}
.our-work .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  background: #E1FF00;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-work .swiper-button-next:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.our-work .swiper-button-next img, .our-work .swiper-button-next svg {
  width: 14px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.our-work .swiper-button-next:after {
  display: none;
}
.our-work-item__image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
}
.our-work-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-work-item__title {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.our-work-item__description {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
.our-work-ow {
  background: #FFFFFF;
  padding-top: 149px;
  padding-bottom: 173px;
}
@media (max-width: 1024px) {
  .our-work-ow {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.our-work-ow .our-work__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 82px 40px;
}
@media (max-width: 1024px) {
  .our-work-ow .our-work__list {
    gap: 65px 30px;
  }
}
@media (max-width: 768px) {
  .our-work-ow .our-work__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 65px 15px;
  }
}
.our-work-ow .our-work-item__image {
  max-width: 100%;
  width: 100%;
  height: 470px;
  margin-bottom: 25px;
  background: #F5F5F5;
  position: relative;
}
@media (max-width: 768px) {
  .our-work-ow .our-work-item__image {
    height: 235px;
    margin-bottom: 10px;
  }
}
.our-work-ow .our-work-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-work-ow .our-work-item__image:hover {
  cursor: pointer;
}
.our-work-ow .our-work-item__image:hover .our-work-item__hide-desc {
  opacity: 1;
}
.our-work-ow .our-work-item__hide-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  opacity: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 32px 24px;
  border-bottom: 6px solid #E1FF00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 39, 44, 0.9);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .our-work-ow .our-work-item__hide-desc {
    padding: 15px;
  }
}
.our-work-ow .our-work-item__hide-desc .our-work-item__name {
  font-family: "Punto", sans-serif;
  font-size: 68px;
  line-height: 1;
  font-weight: 400;
  color: #E1FF00;
}
@media (max-width: 1024px) {
  .our-work-ow .our-work-item__hide-desc .our-work-item__name {
    font-size: 34px;
  }
}
.our-work-ow .our-work-item__hide-desc .our-work-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.our-work-ow .our-work-item__hide-desc .our-work-item__tags .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  /* 10px; */
  font-size: 15px;
}
@media (max-width: 1024px) {
  .our-work-ow .our-work-item__hide-desc .our-work-item__tags .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .our-work-ow .our-work-item__hide-desc .our-work-item__tags .btn {
    padding: 5px 13px;
  }
}
.our-work-ow .our-work-item__hide-desc .our-work-item__tags .btn:last-child {
  margin-right: 0;
}
.our-work-ow .our-work-item__hide-desc .our-work-item__tags .btn:hover:before {
  display: none;
}
.our-work-ow .our-work-item__title {
  margin-bottom: 19px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #24272C;
}
.our-work-ow .our-work-item__description {
  max-width: 600px;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
.our-work-ow .our-work-item > .btn {
  margin-top: 20px;
}
.our-work-service {
  padding-top: 157px;
  padding-bottom: 182px;
}
.our-work-service .title {
  margin-bottom: 63px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1024px) {
  .our-work-service .title {
    margin-bottom: 28px;
  }
}
.our-work-service .our-work__list {
  margin-bottom: 55px;
  gap: 39px;
}
/* end */
/* proactive-and */
.proactive-and {
  padding-top: 241px;
  padding-bottom: 51px;
  background: #E1FF00;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .proactive-and {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.proactive-and .wrap {
  text-align: center;
}
.proactive-and h2 {
  margin-bottom: 150px;
  font-family: "Punto", sans-serif;
  font-size: 69px;
  line-height: 120px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 550px) {
  .proactive-and h2 {
    margin-bottom: 75px;
    font-size: 34.5px;
    line-height: 1;
  }
}
.proactive-and h4 {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #24272C;
}

/* end */
/* partners */
.partners {
  padding-top: 175px;
  padding-bottom: 191px;
  background: #24272C;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .partners {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.partners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  gap: 43px 39px;
}
@media (max-width: 1024px) {
  .partners__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .partners__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .partners__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px;
  background: #292B31;
  height: 112px;
}
@media (max-width: 768px) {
  .partners-item {
    padding: 30px;
  }
}
@media (max-width: 550px) {
  .partners-item {
    padding: 20px;
    height: auto;
  }
}
.partners-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.partners-item img, .partners-item svg {
  width: 100%;
  height: 100%;
  max-height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partners-item:hover img, .partners-item:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* end */
/* creating-connections */
.creating-connections {
  padding-top: 161px;
  padding-bottom: 176px;
  background: #BFB8AF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .creating-connections {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.creating-connections .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .creating-connections .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.creating-connections__content {
  max-width: 50%;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 768px) {
  .creating-connections__content {
    max-width: 100%;
  }
}
.creating-connections h2 {
  margin-bottom: 46px;
  padding-left: 66px;
  font-family: "Punto", sans-serif;
  font-size: 38px;
  line-height: 41px;
  font-weight: 400;
  color: #24272C;
  position: relative;
}
.creating-connections h2:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #E1FF00;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.creating-connections div {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
.creating-connections div strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.creating-connections .btn {
  margin-top: 31px;
}
.creating-connections-op {
  background: #ECEAE7;
}
.creating-connections-op h2 {
  max-width: 476px;
  width: 100%;
}
.creating-connections-service {
  padding-top: 160px;
  padding-bottom: 175px;
  background: #24272C;
}
.creating-connections-service .creating-connections__content h2 {
  color: #E1FF00;
}
.creating-connections-service .creating-connections__content div {
  max-width: 555px;
  width: 100%;
  color: #ffffff;
}

/* end */
/* gallery */
.gallery {
  overflow: hidden;
}
.gallery img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.gallery-col-1 {
  background: #FFFFFF;
  padding-top: 113px;
  padding-bottom: 92px;
}
@media (max-width: 991px) {
  .gallery-col-1 {
    padding-top: 92px;
    padding-bottom: 77px;
  }
}
.gallery-col-1 img {
  max-width: 100%;
  width: 100%;
}
.gallery-col-2 {
  background: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 92px;
}
@media (max-width: 991px) {
  .gallery-col-2 {
    padding-bottom: 77px;
  }
}
.gallery-col-2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-col-2 img {
  max-width: calc(50% - 20px);
  width: 100%;
}
@media (max-width: 768px) {
  .gallery-col-2 img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.gallery-col-2 + .gallery-col-1 {
  padding-top: 0;
  margin-top: -50px;
}

/* end */
/* want-to-find */
.want-to-find {
  padding-top: 101px;
  padding-bottom: 101px;
  background: #E1FF00;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .want-to-find {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.want-to-find h2 {
  max-width: 675px;
  width: 100%;
  margin-bottom: 43px;
  font-family: "Punto", sans-serif;
  font-size: 114px;
  line-height: 120px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1024px) {
  .want-to-find h2 {
    font-size: 34.5px;
    line-height: 1;
  }
}
.want-to-find .btn {
  max-width: 286px;
  padding: 7px 10px 6px 33px;
  background: #FFFFFF;
  font-size: 22px;
  line-height: 53px;
  border-radius: 49px;
}
.want-to-find .btn span {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.want-to-find .btn span.arrow {
  width: 58px;
  height: 58px;
  background: #24272C;
  border-radius: 49px;
}
.want-to-find .btn span.arrow:before {
  background: #24272C;
  border-radius: 49px;
}
.want-to-find .btn img {
  width: 19px;
  height: 27px;
}
.want-to-find .btn svg text {
  fill: #E1FF00;
}
.want-to-find .btn:hover span:nth-child(1) {
  color: #ffffff;
}
.want-to-find-wwd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.want-to-find-wwd h2 {
  max-width: 735px;
  margin-bottom: 46.8px;
  font-size: 69px;
  line-height: 85px;
}
@media (max-width: 1024px) {
  .want-to-find-wwd h2 {
    font-size: 34.5px;
    line-height: 1;
  }
}
.want-to-find-wwd .btn {
  max-width: 188px;
  padding: 4px 7px 4px 25px;
  font-size: 15px;
  line-height: 36px;
}
.want-to-find-wwd .btn img {
  width: 14px;
  height: 19px;
}
.want-to-find-wwd .btn span.arrow {
  width: 38px;
  height: 38px;
}
.want-to-find-wwd.want-to-find-sp h2 {
  max-width: 550px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
}
.want-to-find-op h2 {
  max-width: 800px;
}

/* end */
/* our-services */
.our-services {
  overflow: hidden;
}
.our-services h2 {
  padding-top: 79px;
  padding-bottom: 77px;
  background: #ECEAE7;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1024px) {
  .our-services h2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.our-services-item {
  padding: 52px 0;
  background: #F5F5F5;
  border-bottom: 1px solid #ECEAE7;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .our-services-item {
    padding: 25px 0;
  }
}
.our-services-item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .our-services-item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.our-services-item__title {
  max-width: calc(100% - 700px);
  width: 100%;
  padding-right: 30px;
  font-family: "Punto", sans-serif;
  font-size: 68px;
  line-height: 75px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1024px) {
  .our-services-item__title {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 37.5px;
  }
}
.our-services-item__description {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 1024px) {
  .our-services-item__description {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .our-services-item__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 550px) {
  .our-services-item__description {
    opacity: 1;
  }
}
.our-services-item__description > div {
  padding-right: 85px;
}
@media (max-width: 1024px) {
  .our-services-item__description > div {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .our-services-item__description > div {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.our-services-item__description .btn {
  max-width: 158px;
  background: #ffffff;
  font-size: 15px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.our-services-item__description .btn .arrow {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #F5F5F5;
}
.our-services-item__description .btn .arrow img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.our-services-item__description .btn .arrow .hover {
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.our-services-item__description .btn .arrow:before {
  background: #F5F5F5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.our-services-item__description .btn:hover {
  color: #ffffff;
}
.our-services-item:hover {
  cursor: pointer;
  background: #E1FF00;
  border-bottom-color: #E1FF00;
}
.our-services-item:hover .our-services-item__description {
  opacity: 1;
}
.our-services-item:hover .our-services-item__description .btn .arrow {
  background: #24272C;
}
.our-services-item:hover .our-services-item__description .btn .arrow img {
  opacity: 0;
}
.our-services-item:hover .our-services-item__description .btn .arrow .hover {
  opacity: 1;
}
.our-services-item:hover .our-services-item__description .btn .arrow:before {
  background: #24272C;
}
.our-services_service .our-services-item {
  padding-top: 92px;
  padding-bottom: 77px;
  background: #FFFFFF;
}
.our-services_service .our-services-item:hover {
  background: #ECEAE7;
  border-bottom-color: #ECEAE7;
}
.our-services_service .our-services-item .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our-services_service .our-services-item__description {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
.our-services_service .our-services-item__description strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
.our-services_service .our-services-item__description p {
  margin-bottom: 20px;
}
.our-services_service .our-services-item__description p:last-child {
  margin-bottom: 0;
}

/* end */
/* op-desc */
.op-desc {
  padding-top: 172px;
  padding-bottom: 190px;
  background: #24272C;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .op-desc {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.op-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .op-desc-item {
    margin-bottom: 28.5px;
  }
}
@media (max-width: 768px) {
  .op-desc-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.op-desc-item:last-child {
  margin-bottom: 0;
}
.op-desc-item__description {
  max-width: 50%;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.16;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .op-desc-item__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .op-desc-item__description {
    max-width: 100%;
  }
}
.op-desc-item__description .p {
  max-width: 508px;
  width: 100%;
}
@media (max-width: 768px) {
  .op-desc-item__description .p {
    max-width: 100%;
  }
}
.op-desc-item__title {
  max-width: 50%;
  width: 100%;
  font-family: "Punto", sans-serif;
  font-size: 114px;
  line-height: 131px;
  font-weight: 400;
  color: #BFB8AF;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .op-desc-item__title {
    font-size: 38px;
    line-height: 41px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .op-desc-item__title {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
}
.op-desc-item:hover {
  cursor: pointer;
}
.op-desc-item:hover .op-desc-item__description {
  opacity: 1;
}
.op-desc-item:hover .op-desc-item__title {
  color: #E1FF00;
  opacity: 1;
}

/* end */
/* op-text */
.op-text {
  padding: 75px 0;
  background: #E1FF00;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .op-text {
    padding: 65px 0;
  }
}
.op-text .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.op-text__content {
  max-width: 50%;
  width: 100%;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 1024px) {
  .op-text__content {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.op-text__content p {
  max-width: 508px;
  width: 100%;
}

/* end */
/* op-team */
.op-team {
  padding-top: 150px;
  padding-bottom: 180px;
  background: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .op-team {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.op-team__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 129px 75px;
}
@media (max-width: 1024px) {
  .op-team__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 65px 30px;
  }
}
@media (max-width: 768px) {
  .op-team__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
.op-team-item {
  max-width: 100%;
  width: 100%;
}
.op-team-item__image {
  max-width: 100%;
  width: 100%;
  height: 478px;
  margin-bottom: 22px;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .op-team-item__image {
    height: 239px;
    margin-bottom: 10px;
  }
}
.op-team-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.op-team-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.op-team-item__description a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.op-team-item__description a:hover {
  cursor: pointer;
  color: #E1FF00;
}
.op-team-item__content {
  max-width: calc(100% - 22.85px);
  width: 100%;
}
.op-team-item__name {
  max-width: 100%;
  width: 100%;
  margin-bottom: 7px;
  padding-right: 10px;
  text-align: left;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 768px) {
  .op-team-item__name {
    font-size: 14px;
    line-height: 21px;
  }
}
.op-team-item__position {
  max-width: 100%;
  width: 100%;
  margin-bottom: 7px;
  text-align: left;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 768px) {
  .op-team-item__position {
    font-size: 13px;
    line-height: 19px;
  }
}
.op-team-item__email {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 6px;
  text-align: left;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817A70;
}
@media (max-width: 768px) {
  .op-team-item__email {
    font-size: 10px;
    line-height: 15px;
  }
}
.op-team-item__phone {
  display: block;
  max-width: 100%;
  width: 100%;
  text-align: left;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #BFB8AF;
}
@media (max-width: 768px) {
  .op-team-item__phone {
    font-size: 10px;
    line-height: 15px;
  }
}
.op-team-item__social {
  max-width: 22.85px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.op-team-item__social a {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.85px;
  height: 22.85px;
  overflow: hidden;
  position: relative;
}
.op-team-item__social a:last-child {
  margin-bottom: 0;
}
.op-team-item__social a:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}
.op-team-item__social a img, .op-team-item__social a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.op-team-item__social a img path, .op-team-item__social a svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.op-team-item__social a:hover:before {
  background: #24272c;
}
.op-team-item__social a:hover path {
  fill: #E1FF00;
}

/* end */
/* contact */
.contact {
  padding-top: 175px;
  padding-bottom: 158px;
  background: #24272C;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .contact {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contact .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .contact .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contact__content_left {
  max-width: 508px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1440px) {
  .contact__content_left {
    max-width: 720px;
    margin: auto;
  }
}
.contact__content_left .contact-content-left__top {
  max-width: 100%;
  width: 100%;
  margin-bottom: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .contact__content_left .contact-content-left__top {
    margin-bottom: 31px;
  }
}
.contact__title {
  font-family: Punto, sans-serif;
  font-size: 28px;
  line-height: 41px;
  font-weight: 400;
  color: #E1FF00;
}
@media (max-width: 1440px) {
  .contact__title {
    display: none;
  }
}
.contact__contacts {
  max-width: 180px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #E1FF00;
}
@media (max-width: 1440px) {
  .contact__contacts {
    max-width: 100%;
  }
}
.contact__contacts li {
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1440px) {
  .contact__contacts li {
    max-width: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.contact__contacts li:last-child {
  margin-bottom: 0;
}
.contact__contacts li span {
  color: #ffffff;
}
.contact__contacts li a {
  color: #E1FF00;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact__contacts li a:hover {
  color: #817A70;
}
.contact__map {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.contact__map img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__map:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.contact__content_right {
  max-width: 780px;
  width: 100%;
}
@media (max-width: 1440px) {
  .contact__content_right {
    max-width: 720px;
    margin: 0 auto 80px;
  }
}
.contact__content_right .contact-content-right__title {
  margin-bottom: 15px;
  padding-bottom: 70px;
  padding-left: 76px;
  border-bottom: 0.5px solid #ECEAE7;
  position: relative;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #ffffff;
}
.contact__content_right .contact-content-right__title span {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #ffffff;
}
.contact__content_right .contact-content-right__title:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #E1FF00;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
}
.contact__content_right input::-webkit-input-placeholder, .contact__content_right textarea::-webkit-input-placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 33px !important;
  font-weight: 300 !important;
  font-family: "MessinaSansWeb Light" !important;
}
.contact__content_right input::-moz-placeholder, .contact__content_right textarea::-moz-placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 33px !important;
  font-weight: 300 !important;
  font-family: "MessinaSansWeb Light" !important;
}
.contact__content_right input:-ms-input-placeholder, .contact__content_right textarea:-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 33px !important;
  font-weight: 300 !important;
  font-family: "MessinaSansWeb Light" !important;
}
.contact__content_right input::-ms-input-placeholder, .contact__content_right textarea::-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 33px !important;
  font-weight: 300 !important;
  font-family: "MessinaSansWeb Light" !important;
}
.contact__content_right [type=text],
.contact__content_right [type=email],
.contact__content_right textarea,
.contact__content_right input::placeholder,
.contact__content_right textarea::placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 33px !important;
  font-weight: 300 !important;
  font-family: "MessinaSansWeb Light" !important;
}
.contact__content_right [type=text],
.contact__content_right [type=email],
.contact__content_right textarea {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  padding: 12px 0 28px !important;
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 0.5px solid #ECEAE7 !important;
  border-radius: 0 !important;
  height: auto;
}
.contact__content_right textarea {
  height: 180px;
  margin-bottom: 37.5px;
}
.contact__content_right [type=submit] {
  max-width: 188px !important;
  width: 100% !important;
  border: none !important;
}
@media (max-width: 1440px) {
  .contact__content_right [type=submit] {
    margin: auto !important;
  }
}

/* end */
/* posts */
.posts {
  padding-top: 160px;
  padding-bottom: 118px;
  background: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .posts {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 125px 40px;
}
@media (max-width: 1024px) {
  .posts__list {
    gap: 65px 30px;
  }
}
@media (max-width: 768px) {
  .posts__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 15px;
  }
}
.posts-item {
  text-align: left;
}
.posts-item__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 470px;
  margin-bottom: 25px;
  background: #F5F5F5;
  overflow: hidden;
}
@media (max-width: 768px) {
  .posts-item__image {
    height: 235px;
    margin-bottom: 10px;
  }
}
.posts-item__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts-item__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.posts-item__title {
  display: block;
  margin-bottom: 17px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 768px) {
  .posts-item__title {
    margin-bottom: 10px;
  }
}
.posts-item__title:hover {
  color: #E1FF00;
}
.posts-item__meta {
  margin-bottom: 21px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817A70;
}
@media (max-width: 768px) {
  .posts-item__meta {
    margin-bottom: 10px;
  }
}
.posts-item__meta > div {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.posts-item__meta > div:after {
  content: "·";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.posts-item__meta > div:last-child:after {
  display: none;
}
.posts-item__description {
  padding-right: 50px;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 768px) {
  .posts-item__description {
    display: none;
  }
}

/* end */
/* more-posts */
.more-posts {
  padding-bottom: 122px;
  background: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .more-posts {
    padding-bottom: 65px;
  }
}
.more-posts__title {
  padding-top: 89.5px;
  padding-bottom: 89.5px;
  background: #BFB8AF;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1024px) {
  .more-posts__title {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.more-posts__title span {
  position: relative;
  padding-left: 60px;
}
.more-posts__title span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #24272C;
  border-radius: 50%;
}
.more-posts-item {
  display: block;
  padding-top: 49.7px;
  padding-bottom: 44px;
  background: #FFFFFF;
  border-bottom: 1px solid #ECEAE7;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .more-posts-item {
    padding-top: 25px;
    padding-bottom: 22px;
  }
}
.more-posts-item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more-posts-item__title {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #24272C;
}
.more-posts-item__link {
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.more-posts-item__link img, .more-posts-item__link svg {
  width: 42px;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
.more-posts-item:hover {
  background: #E1FF00;
  border-bottom-color: #E1FF00;
}
.more-posts-item:hover .more-posts-item__link {
  opacity: 1;
}

/* end */
/* single post */
.hero-single-post .wrap {
  padding-top: 150px;
  padding-bottom: 60px;
}

.single-post-content {
  padding-top: 166px;
  padding-bottom: 175px;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .single-post-content {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.single-post-content .wrap {
  max-width: 781px;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #24272C;
}
.single-post-content p {
  margin-bottom: 20px;
}
.single-post-content strong {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #24272C;
}
.single-post-content ul li {
  padding-left: 20px;
  position: relative;
}
.single-post-content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background: #E1FF00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.single-post-content ol li {
  padding-left: 10px;
}
.single-post-content a {
  color: #817A70;
  text-decoration: underline;
}
.single-post-content img {
  margin: 20px 0;
}
.single-post-content-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 53px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  color: #24272C;
}
.single-post-content-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 20px;
}
.single-post-content-share a img, .single-post-content-share a svg {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-content-share a:hover img, .single-post-content-share a:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.next-single-post {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #24272C;
  border-bottom: 9px solid #E1FF00;
}
.next-single-post .wrap {
  max-width: 781px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .next-single-post .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.next-single-post .btn {
  padding: 4px 7px 4px 25px;
  background: #E1FF00;
}
.next-single-post__title {
  max-width: 390px;
  width: 100%;
  margin-left: 62px;
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .next-single-post__title {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* end */
/* service-review */
.service-review {
  padding-top: 178px;
  padding-bottom: 60px;
  background: #F5F5F5;
  overflow: hidden;
}
.service-review .swiper-service-review {
  padding-bottom: 110px;
  overflow: visible;
}
.service-review .swiper-service-review .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service-review .swiper-service-review .swiper-slide {
  height: auto;
}
.service-review .swiper-button-prev,
.service-review .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 5px solid #E1FF00;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.service-review .swiper-button-prev img, .service-review .swiper-button-prev svg,
.service-review .swiper-button-next img,
.service-review .swiper-button-next svg {
  width: 14px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-review .swiper-button-prev:after,
.service-review .swiper-button-next:after {
  display: none;
}
.service-review .swiper-button-prev {
  top: auto;
  right: 55px;
  bottom: 0;
  left: auto;
}
.service-review .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 0;
}
.service-review-item__content {
  height: calc(100% - 234px);
  padding: 80px 70px 75px;
  background: #E1FF00;
  font-family: "Punto", sans-serif;
  font-size: 38px;
  line-height: 52px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 1550px) {
  .service-review-item__content {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .service-review-item__content {
    padding: 20px;
    height: 430px;
  }
}
.service-review-item__bottom {
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .service-review-item__bottom {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.service-review-item__bottom > div {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .service-review-item__bottom > div {
    max-width: 100%;
  }
}
.service-review-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 54px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .service-review-item__text {
    padding: 20px;
  }
}
.service-review-item__name {
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 768px) {
  .service-review-item__name {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-review-item__position {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  color: #24272C;
}
@media (max-width: 768px) {
  .service-review-item__position {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-review-item__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 70px;
  background: #24272C;
}
@media (max-width: 1440px) {
  .service-review-item__logo {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .service-review-item__logo {
    padding: 20px;
    height: 100px;
  }
}
.service-review-item__logo img, .service-review-item__logo svg {
  max-width: 100%;
  width: 100%;
  max-height: 70px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-review-col-small {
  padding-top: 113px;
  padding-bottom: 92px;
}
@media (max-width: 991px) {
  .service-review-col-small {
    padding-top: 92px;
    padding-bottom: 77px;
  }
}
.service-review-col-small .wrap {
  max-width: 781px;
}
.service-review-col-small .service-review-item__content {
  min-height: 520px;
  padding: 82px 92px 77px 73px;
  font-family: "Punto", sans-serif;
  font-size: 38px;
  line-height: 52px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 991px) {
  .service-review-col-small .service-review-item__content {
    min-height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
.service-review-col-full {
  padding-top: 113px;
  padding-bottom: 92px;
}
@media (max-width: 991px) {
  .service-review-col-full {
    padding-top: 92px;
    padding-bottom: 77px;
  }
}
.service-review-col-full .wrap {
  max-width: 1600px;
  width: 100%;
}
.service-review-col-full .service-review-item__content {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 82px 87px 62px 73px;
  font-family: "Punto", sans-serif;
  font-size: 38px;
  line-height: 52px;
  font-weight: 400;
  color: #24272C;
}
@media (max-width: 991px) {
  .service-review-col-full .service-review-item__content {
    min-height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
.service-review-col-full .service-review-item__content p {
  margin-bottom: 52px;
}
.service-review-col-full .service-review-item__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .service-review-col-full .service-review-item__content p {
    margin-bottom: 30px;
  }
}
.service-review-col-full .service-review-item__bottom {
  max-width: 780px;
  margin: 0 0 0 auto;
}
.service-review-col-full .service-review-item__logo img, .service-review-col-full .service-review-item__logo svg {
  max-width: 274px;
}

/* end */
/* cky */
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none !important;
}

.cky-consent-container .cky-consent-bar {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
}
.cky-consent-container .cky-consent-bar .cky-notice {
  max-width: 1660px;
  margin: 0 auto;
  padding: 15px 30px !important;
}
.cky-consent-container .cky-consent-bar .cky-title {
  display: none !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-des a {
  color: #E1FF00;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cky-consent-container .cky-consent-bar .cky-notice-des a:hover {
  color: #ffffff;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button {
  white-space: nowrap;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 6px 33px;
  background: rgb(225, 255, 0);
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  color: #24272C;
  text-align: center;
  border-radius: 27px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:hover {
  opacity: 1;
  background: #FFFFFF !important;
  border-color: #ffffff !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.cky-btn-customize {
  background: #ECEAE7 !important;
  border-color: #ECEAE7 !important;
  color: #54514B;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.cky-btn-reject {
  color: #54514B;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.cky-btn-accept {
  color: #24272C !important;
}

.cky-modal {
  font-family: "MessinaSansWeb Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
}
.cky-modal p a {
  color: #E1FF00;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cky-modal p a:hover {
  color: #ffffff;
}
.cky-modal .cky-prefrence-btn-wrapper button {
  white-space: nowrap;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 6px 33px;
  background: rgb(225, 255, 0);
  font-family: "MessinaSansWeb Regular", sans-serif;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  color: #24272C;
  text-align: center;
  border-radius: 27px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cky-modal .cky-prefrence-btn-wrapper button:hover {
  opacity: 1;
  background: #FFFFFF !important;
  border-color: #ffffff !important;
}
.cky-modal .cky-prefrence-btn-wrapper button.cky-btn-reject {
  color: #54514B !important;
}
.cky-modal .cky-prefrence-btn-wrapper button.cky-btn-preferences {
  color: #54514B !important;
  border-color: #54514B !important;
  background: #000000 !important;
}
.cky-modal .cky-prefrence-btn-wrapper button.cky-btn-preferences:hover {
  background: #ffffff !important;
}
.cky-modal .cky-prefrence-btn-wrapper button.cky-btn-accept {
  color: #24272C !important;
}
