@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-Variable.woff2") format("woff2");
  font-weight: 566;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 500 600;
}
.h1,
h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .h1,
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

.h2,
h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .h2,
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .h2,
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.h3,
h3 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .h3,
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.h4,
h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .h4,
  h4 {
    font-size: 15px;
    line-height: 21px;
  }
}

*,
::after,
::before {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Montserrat";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  background: #02090D;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 766px) {
  html,
  body {
    font-size: 14px;
    line-height: 17px;
  }
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  background: #02090D;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #10B94B;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: #10B94B;
}

.base-text {
  color: #02090D;
}

p {
  margin: 0 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
}

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

img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

img[data-src] {
  opacity: 0;
}

.noscroll {
  overflow: hidden !important;
}

.sprite-icons {
  display: none !important;
}

.parallax-images {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container {
  width: 100%;
  max-width: 1616px;
  padding: 0 58px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
}

.button, .button-dark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 16px;
  background: #18E560;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 16px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.button:hover, .button-dark:hover {
  background: #10B94B;
}
.button svg, .button-dark svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button-dark {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(25.03deg, #079539 27.5%, #18E560 88.45%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.button-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(25.03deg, #079539 8.84%, #18E560 69.79%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.button-dark:hover::before {
  opacity: 1;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.form .form-row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.form .form-row__title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.form .form-row__input {
  display: block;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #02090D;
  padding: 18.5px 15px;
  color: #02090D;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .form .form-row__input {
    font-size: 14px;
    line-height: 17px;
  }
}
.form .form-row__input::-webkit-input-placeholder {
  color: #02090D;
}
.form .form-row__input::-moz-placeholder {
  color: #02090D;
}
.form .form-row__input:-ms-input-placeholder {
  color: #02090D;
}
.form .form-row__input::-ms-input-placeholder {
  color: #02090D;
}
.form .form-row__input::placeholder {
  color: #02090D;
}
.form .form-row__input:focus {
  border-color: #10B94B;
}
.form .form-row__error {
  color: #DB1F1A;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.form .form-row .button, .form .form-row .button-dark {
  width: 100%;
}
.form .form-row--textarea .form-row__title {
  padding-left: 0;
}
.form .form-row.error .form-row__input {
  border-color: #DB1F1A;
}
.form .form-row.error .form-row__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .form-errors {
  width: 100%;
  color: #DB1F1A;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.form .form-errors__item {
  display: block;
  margin-top: 5px;
}

.reviews-card {
  border: 1px solid #10B94B;
  background: rgba(2, 9, 13, 0.6509803922);
  border-radius: 12px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  z-index: 3;
  position: relative;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 1280px) {
  .reviews-card {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1080px) {
  .reviews-card {
    max-width: 450px;
    min-width: 450px;
    width: 100%;
  }
}
@media (max-width: 766px) {
  .reviews-card {
    max-width: 300px;
    min-width: 300px;
    width: 100%;
  }
}
.reviews-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.reviews-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.reviews-card-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviews-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.reviews-card-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .reviews-card-name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .reviews-card-name {
    font-size: 15px;
    line-height: 21px;
  }
}
.reviews-card-position {
  color: #9CB7AA;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.reviews-card-text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .reviews-card-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.reviews-card-text {
  color: #9CB7AA;
}

:root {
  --swiper-theme-color: #02090D;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sg-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 90;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 766px) {
  .sg-header {
    background: #02090D;
  }
}
@media (max-width: 766px) {
  .sg-header .container {
    padding: 0 16px;
  }
}
.sg-header:before {
  content: "";
  height: 1px;
  background: linear-gradient(25.03deg, #079539 27.5%, #18E560 88.45%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media (max-width: 1280px) {
  .sg-header:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sg-header.open .header-bar-burger .open {
  display: none;
}
.sg-header.open .header-bar-burger .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-header.header-scroll {
  background: #02090D;
}
.sg-header .header-bar {
  width: 100%;
  position: relative;
  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: 20px 0;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media (max-width: 766px) {
  .sg-header .header-bar {
    padding: 8px 0;
  }
}
.sg-header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1440px) {
  .sg-header .header-info {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media (max-width: 1280px) {
  .sg-header .header-info {
    display: none;
  }
}
.sg-header .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(2, 9, 13, 0.6509803922);
  border-radius: 16px;
  border: 1px solid #10B94B;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10.5px 11px;
}
.sg-header .language .button-language {
  text-transform: uppercase;
  color: #18E560;
}
.sg-header .language a:hover {
  color: #10B94B;
}
.sg-header .language .active {
  color: #ffffff;
  text-transform: lowercase;
}
.sg-header .header-bar-logo {
  width: 220px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sg-header .header-bar-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sg-header .header-bar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(2, 9, 13, 0.6509803922);
  padding: 10.5px 12px;
  border: 1px solid #10B94B;
  border-radius: 16px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1280px) {
  .sg-header .header-bar-nav {
    display: none;
  }
}
.sg-header .header-bar-nav .link {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .sg-header .header-bar-nav .link {
    font-size: 14px;
    line-height: 17px;
  }
}
.sg-header .header-bar-nav .link:hover {
  color: #18E560;
}
.sg-header .header-bar-burger {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media (max-width: 1280px) {
  .sg-header .header-bar-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sg-header .header-bar-burger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.sg-header .header-bar-burger__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.sg-header .header-bar-burger .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-header .header-bar-burger .close {
  display: none;
}

.sg-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 87;
  background: #02090D;
  color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.sg-menu.open {
  height: 100vh;
}
.sg-menu .menu-wrapper {
  width: 100%;
  padding: 120px 30px 60px;
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 766px) {
  .sg-menu .menu-wrapper {
    padding: 62px 30px 60px;
  }
}
.sg-menu .menu-bar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.sg-menu .menu-bar-nav .link {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .sg-menu .menu-bar-nav .link {
    font-size: 14px;
    line-height: 17px;
  }
}
.sg-menu .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.sg-menu .language {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(2, 9, 13, 0.6509803922);
  border-radius: 16px;
  border: 1px solid #10B94B;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10.5px 11px;
}
.sg-menu .language .button-language {
  text-transform: uppercase;
  color: #18E560;
}
.sg-menu .language a:hover {
  color: #10B94B;
}
.sg-menu .language .active {
  color: #ffffff;
  text-transform: lowercase;
}
.sg-menu .menu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.sg-menu .menu-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-menu .menu-phone {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-menu .menu-phone {
    font-size: 20px;
    line-height: 26px;
  }
}
.sg-menu .menu-phone svg {
  width: 24px;
  height: 24px;
}
.sg-menu .menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.sg-menu .menu-contact .button-dark {
  min-height: 60px;
  padding: 18px;
}
.sg-menu .menu-contact .full {
  width: 100%;
}
.sg-menu .menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.sg-menu .menu-social .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #10B94B;
}
.sg-menu .menu-social .link:hover {
  color: grey;
}
.sg-menu .menu-social .link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  overflow-y: auto;
  display: none;
  color: #02090D;
}
.popup.open {
  display: block;
}
.popup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  min-height: 100vh;
}
.popup .popup-content {
  position: relative;
  width: 100%;
  max-width: 360px;
  z-index: 9;
  background: #ffffff;
  border-radius: 16px;
  padding: 69px 30px 30px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1490196078);
}
.popup .popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #02090D;
}
.popup .popup-close:hover {
  color: #10B94B;
}
.popup .popup-close svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.popup .popup-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .popup .popup-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .popup .popup-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.popup .popup-subtitle {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .popup .popup-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}
.popup .button, .popup .button-dark {
  width: 100%;
  min-height: 60px;
}
.popup .popup-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}
.popup .popup-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.popup .popup-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.sg-footer {
  position: relative;
  overflow: hidden;
}
.sg-footer .bg {
  position: absolute;
  left: 581px;
  top: 0;
  width: 1614px;
  height: 800px;
}
@media (max-width: 1280px) {
  .sg-footer .bg {
    width: 1123px;
    height: 556px;
    left: 335px;
  }
}
@media (max-width: 766px) {
  .sg-footer .bg {
    width: 437px;
    height: 217px;
    left: -1px;
  }
}
.sg-footer .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sg-footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 766px) {
  .sg-footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 58px;
    padding-top: 30px;
  }
}
.sg-footer .footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 24px;
  padding-bottom: 24px;
  max-width: 880px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-info {
    max-width: 471px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-info {
    max-width: 100%;
    padding-bottom: 15px;
    row-gap: 15px;
  }
}
.sg-footer .footer .footer-title {
  font-family: "Bounded";
  text-transform: uppercase;
  font-size: 80px;
  line-height: 112px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-title {
    font-size: 22px;
    line-height: 31px;
  }
}
.sg-footer .footer .footer-title {
  width: 100%;
}
.sg-footer .footer .footer-title span {
  color: #18E560;
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-title br {
    display: none;
  }
}
.sg-footer .footer .footer-descriptions {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-descriptions {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-descriptions {
    font-size: 18px;
    line-height: 24px;
  }
}
.sg-footer .footer .footer-descriptions {
  max-width: 611px;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-descriptions {
    max-width: 471px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-descriptions {
    max-width: 100%;
  }
}
.sg-footer .footer .footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  font-family: "Bounded";
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-phone {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-phone {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-phone {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.sg-footer .footer .footer-phone svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-phone svg {
    width: 24px;
    height: 24px;
  }
}
.sg-footer .footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.sg-footer .footer .footer-contact .button-dark {
  min-height: 60px;
  padding: 18px;
}
.sg-footer .footer .footer-contact .full {
  width: 260px;
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-contact .full {
    width: 100%;
  }
}
.sg-footer .footer .footer-copyright {
  margin-top: 144px;
  max-width: 295px;
  width: 100%;
  color: #9CB7AA;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-copyright {
    margin-top: 38px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-copyright {
    max-width: 100%;
    text-align: center;
    margin: 0;
  }
}
.sg-footer .footer .footer-logo {
  width: 600px;
  height: 600px;
}
@media (max-width: 1280px) {
  .sg-footer .footer .footer-logo {
    width: 372px;
    height: 372px;
  }
}
@media (max-width: 766px) {
  .sg-footer .footer .footer-logo {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }
}
.sg-footer .footer .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.sg-home-hero {
  position: relative;
  overflow: hidden;
  padding: 180px 0 100px;
}
@media (max-width: 1280px) {
  .sg-home-hero {
    padding: 144px 0 80px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero {
    padding: 76px 0 60px;
  }
}
.sg-home-hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sg-home-hero .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-hero .home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-home-hero .home-hero .label {
  background: rgba(2, 9, 13, 0.5019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 16px;
  border: 1px solid #10B94B;
  margin-bottom: 12px;
  padding: 10px 9px 8px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .label {
    margin-bottom: 15px;
  }
}
.sg-home-hero .home-hero .subtitle {
  margin-bottom: 12px;
  border: 1px solid #10B94B;
  background: rgba(2, 9, 13, 0.5019607843);
  padding: 10px;
  text-transform: uppercase;
  border-radius: 16px;
  text-align: center;
  margin-right: 45px;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .subtitle {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .subtitle {
    margin-bottom: 15px;
  }
}
.sg-home-hero .home-hero .title {
  font-family: "Bounded";
  text-align: center;
  margin-bottom: 100px;
  text-transform: uppercase;
  margin-right: 45px;
  font-size: 80px;
  line-height: 112px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .title {
    font-size: 22px;
    line-height: 31px;
  }
}
.sg-home-hero .home-hero .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .title {
    margin-right: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .title {
    margin-bottom: 30px;
  }
}
.sg-home-hero .home-hero .info {
  background: rgba(2, 9, 13, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1.5px solid #10B94B;
  border-radius: 24px;
  padding: 40px;
  max-width: 1246px;
  width: 100%;
  margin: 0 auto 50px;
  row-gap: 40px;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .info {
    margin-bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .sg-home-hero .home-hero .info {
    padding: 15px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info {
    padding: 15px;
    row-gap: 15px;
    margin-bottom: 30px;
  }
}
.sg-home-hero .home-hero .info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-head .button, .sg-home-hero .home-hero .info-head .button-dark {
    width: 100%;
  }
}
.sg-home-hero .home-hero .info-head-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .info-head-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-head-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.sg-home-hero .home-hero .info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }
}
.sg-home-hero .home-hero .info-list .item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.sg-home-hero .home-hero .info-list .item .video {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sg-home-hero .home-hero .info-list .item .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center, center;
     object-position: center, center;
}
.sg-home-hero .home-hero .info-list .item1 {
  grid-area: 1/1/2/3;
  width: 100%;
  max-width: 721px;
  height: 267px;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item1 {
    grid-area: 1/1/2/3;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item1 {
    height: 150px;
  }
}
.sg-home-hero .home-hero .info-list .item2 {
  grid-area: 2/1/3/3;
  width: 100%;
  max-width: 721px;
  height: 267px;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item2 {
    grid-area: 2/1/3/2;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.sg-home-hero .home-hero .info-list .item2:hover .video {
  opacity: 1;
  z-index: 4;
}
.sg-home-hero .home-hero .info-list .item2:before {
  background: radial-gradient(245.66% 66.55% at 68.89% 132.93%, rgba(16, 185, 129, 0.5) 0%, rgba(16, 185, 129, 0) 100%), #02090D;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.sg-home-hero .home-hero .info-list .item2 .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item2 .item-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sg-home-hero .home-hero .info-list .item2 .item-title {
  font-family: "Bounded";
  font-size: 90px;
  line-height: 110%;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item2 .item-title {
    font-size: 80px;
    line-height: 112px;
    font-weight: 200;
  }
}
@media (max-width: 1200px) and (max-width: 1280px) {
  .sg-home-hero .home-hero .info-list .item2 .item-title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) and (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .item-title {
    font-size: 22px;
    line-height: 31px;
  }
}
.sg-home-hero .home-hero .info-list .item2 .item-descriptions {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .info-list .item2 .item-descriptions {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .item-descriptions {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .item-descriptions {
    text-align: center;
  }
}
.sg-home-hero .home-hero .info-list .item2 .item-content {
  padding: 60px 55px;
  width: 100%;
  z-index: 5;
  position: relative;
  height: 100%;
  row-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item2 .item-content {
    padding: 30px 30px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .item-content {
    padding: 0 15px 27px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .item-content {
    padding: 0 15px 27px;
  }
}
.sg-home-hero .home-hero .info-list .item2 .item-content .images {
  position: absolute;
  right: 22px;
  top: -50px;
  width: 279px;
  height: 220px;
  z-index: 2;
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .info-list .item2 .item-content .images {
    right: -32px;
  }
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item2 .item-content .images {
    position: initial;
    width: auto;
    height: 120px;
    margin: 0 auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .item-content .images {
    width: 76px;
    height: 60px;
  }
}
.sg-home-hero .home-hero .info-list .item2 .item-content .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-hero .home-hero .info-list .item2 .video {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item2 .video {
    display: none;
  }
}
.sg-home-hero .home-hero .info-list .item3 {
  grid-area: 1/3/3/4;
  width: 405px;
  height: 574px;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .info-list .item3 {
    width: 375px;
  }
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item3 {
    grid-area: 2/2/3/3;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.sg-home-hero .home-hero .info-list .item3:hover .video {
  opacity: 1;
  z-index: 4;
}
.sg-home-hero .home-hero .info-list .item3:before {
  background: radial-gradient(249.41% 70.56% at 68.89% 132.93%, #22c98b 0%, rgba(34, 201, 139, 0) 100%), #02090d;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.sg-home-hero .home-hero .info-list .item3 .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item3 .item-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sg-home-hero .home-hero .info-list .item3 .item-title {
  font-family: "Bounded";
  font-size: 90px;
  line-height: 110%;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item3 .item-title {
    font-size: 80px;
    line-height: 112px;
    font-weight: 200;
  }
}
@media (max-width: 1200px) and (max-width: 1280px) {
  .sg-home-hero .home-hero .info-list .item3 .item-title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) and (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-title {
    font-size: 22px;
    line-height: 31px;
  }
}
.sg-home-hero .home-hero .info-list .item3 .item-descriptions {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .info-list .item3 .item-descriptions {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-descriptions {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-descriptions {
    text-align: center;
  }
}
.sg-home-hero .home-hero .info-list .item3 .item-content {
  padding: 40px 50px 40px 60px;
  width: 100%;
  z-index: 5;
  position: relative;
  height: 100%;
  row-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item3 .item-content {
    padding: 30px 30px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-content {
    padding: 0 15px 27px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-content {
    padding: 0 15px 27px;
  }
}
.sg-home-hero .home-hero .info-list .item3 .item-content .images {
  position: absolute;
  left: -138px;
  bottom: -75px;
  width: 454px;
  height: 454px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .sg-home-hero .home-hero .info-list .item3 .item-content .images {
    position: initial;
    width: auto;
    height: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-content .images {
    width: auto;
    height: 60px;
  }
}
.sg-home-hero .home-hero .info-list .item3 .item-content .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .item-content .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.sg-home-hero .home-hero .info-list .item3 .video {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .info-list .item3 .video {
    display: none;
  }
}
.sg-home-hero .home-hero .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: 0 auto;
  max-width: 1166px;
  width: 100%;
}
@media (max-width: 1080px) {
  .sg-home-hero .home-hero .details {
    row-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sg-home-hero .home-hero .details-title {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-hero .home-hero .details-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .details-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1080px) {
  .sg-home-hero .home-hero .details-title {
    max-width: 100%;
  }
}
.sg-home-hero .home-hero .details-list {
  max-width: 296px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 1080px) {
  .sg-home-hero .home-hero .details-list {
    max-width: calc(50% - 6px);
  }
}
@media (max-width: 766px) {
  .sg-home-hero .home-hero .details-list {
    max-width: 100%;
    font-size: 15px;
    line-height: 140%;
  }
}
.sg-home-hero .home-hero .details-list .link:hover {
  color: #18E560;
}

.sg-home-reviews .home-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 858px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .sg-home-reviews .home-reviews {
    height: 690px;
  }
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 0;
    row-gap: 30px;
    overflow: initial;
  }
}
.sg-home-reviews .home-reviews .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 357px;
  width: 100%;
}
@media (max-width: 1280px) {
  .sg-home-reviews .home-reviews .info {
    max-width: 273px;
  }
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews .info {
    max-width: 100%;
  }
}
.sg-home-reviews .home-reviews .info-subtitle {
  color: #18E560;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-reviews .home-reviews .info-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .info-subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
.sg-home-reviews .home-reviews .info-title {
  font-family: "Bounded";
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-reviews .home-reviews .info-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .info-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .info-title {
    margin-bottom: 15px;
  }
}
.sg-home-reviews .home-reviews .info-text {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #9CB7AA;
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .info-text {
    margin-bottom: 15px;
  }
}
.sg-home-reviews .home-reviews .list-wrapper {
  height: 100%;
  width: 100%;
  max-width: 992px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
}
@media (max-width: 1280px) {
  .sg-home-reviews .home-reviews .list-wrapper {
    max-width: 768px;
  }
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews .list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
    padding: 30px 0;
    max-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin: 0 -30px;
    overflow: hidden;
  }
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .list-wrapper {
    grid-row-gap: 5px;
  }
}
.sg-home-reviews .home-reviews .list-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, #10B981 0%, #02090D 100%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.sg-home-reviews .home-reviews .list-wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 9, 13, 0)), to(#02090D));
  background: linear-gradient(180deg, rgba(2, 9, 13, 0) 0%, #02090D 100%);
  width: 100%;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews .list-wrapper:after {
    display: none;
  }
}
.sg-home-reviews .home-reviews .list-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews .list-wrapper .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .list-wrapper .list {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.sg-home-reviews .home-reviews .list-wrapper .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.sg-home-reviews .home-reviews .lists-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.sg-home-reviews .home-reviews .lists-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media (max-width: 766px) {
  .sg-home-reviews .home-reviews .lists-horizontal {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews .visible {
    display: none;
  }
}
.sg-home-reviews .home-reviews .hidden {
  display: none;
  z-index: 5;
  opacity: 1;
}
@media (max-width: 1080px) {
  .sg-home-reviews .home-reviews .hidden {
    display: grid;
  }
}

.sg-home-cooperation {
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .sg-home-cooperation {
    padding-bottom: 80px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation {
    padding-bottom: 30px;
  }
}
.sg-home-cooperation .home-cooperation {
  background: #ffffff;
  color: #000000;
  border-radius: 120px;
  padding: 48px 127px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .sg-home-cooperation .home-cooperation {
    padding: 40px;
    border-radius: 60px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 30px;
    border-radius: 30px;
  }
}
.sg-home-cooperation .home-cooperation .subtitle {
  text-align: center;
  color: #10B94B;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-cooperation .home-cooperation .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
.sg-home-cooperation .home-cooperation .title {
  text-align: center;
  margin: 0 auto 24px;
  font-family: "Bounded";
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-cooperation .home-cooperation .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.sg-home-cooperation .home-cooperation .title {
  width: 100%;
  max-width: 709px;
}
@media (max-width: 1280px) {
  .sg-home-cooperation .home-cooperation .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .title {
    margin-bottom: 30px;
  }
}
.sg-home-cooperation .home-cooperation .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 44px;
}
@media (max-width: 1280px) {
  .sg-home-cooperation .home-cooperation .list {
    margin-bottom: 60px;
  }
}
@media (max-width: 1080px) {
  .sg-home-cooperation .home-cooperation .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .list {
    margin-bottom: 30px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sg-home-cooperation .home-cooperation .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 12px;
}
.sg-home-cooperation .home-cooperation .list .item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}
.sg-home-cooperation .home-cooperation .list .item-icon svg {
  width: 100%;
  height: 100%;
}
.sg-home-cooperation .home-cooperation .list .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-home-cooperation .home-cooperation .list .item-step {
  border-radius: 500px;
  padding: 2px 6px;
  color: #ffffff;
  margin-bottom: 24px;
  background: linear-gradient(25.03deg, #079539 27.5%, #18E560 88.45%);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .list .item-step {
    margin-bottom: 5px;
  }
}
.sg-home-cooperation .home-cooperation .list .item-name {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-cooperation .home-cooperation .list .item-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .list .item-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.sg-home-cooperation .home-cooperation .list .item-text {
  margin-top: auto;
}
.sg-home-cooperation .home-cooperation .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border: 1px solid #9CB7AA;
  padding: 24px;
  border-radius: 24px;
  row-gap: 12px;
  width: 100%;
}
@media (max-width: 1080px) {
  .sg-home-cooperation .home-cooperation .steps {
    -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;
    padding: 15px;
  }
}
.sg-home-cooperation .home-cooperation .steps-info {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.sg-home-cooperation .home-cooperation .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 10px;
}
@media (max-width: 1080px) {
  .sg-home-cooperation .home-cooperation .steps-list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media (max-width: 766px) {
  .sg-home-cooperation .home-cooperation .steps-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sg-home-cooperation .home-cooperation .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.sg-home-cooperation .home-cooperation .steps .step .step-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sg-home-cooperation .home-cooperation .steps .step .step-icon svg {
  width: 100%;
  height: 100%;
}
.sg-home-cooperation .home-cooperation .steps .step .step-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.sg-home-services {
  background: #ffffff;
  color: #02090D;
  padding: 100px 0 129px;
  position: relative;
}
@media (max-width: 1280px) {
  .sg-home-services {
    padding: 80px 0;
  }
}
@media (max-width: 766px) {
  .sg-home-services {
    padding: 60px 0;
  }
}
.sg-home-services .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 821px;
  height: 381px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .sg-home-services .bg {
    width: 529px;
    height: 246px;
  }
}
@media (max-width: 1080px) {
  .sg-home-services .bg {
    display: none;
  }
}
.sg-home-services .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-services .home-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 766px) {
  .sg-home-services .home-services {
    row-gap: 60px;
  }
}
.sg-home-services .home-services .methodology {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .methodology {
    max-width: 669px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .methodology {
    max-width: 100%;
    row-gap: 15px;
  }
}
.sg-home-services .home-services .methodology-title {
  font-family: "Bounded";
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .methodology-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .methodology-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.sg-home-services .home-services .methodology-title span {
  color: #10B94B;
}
@media (max-width: 766px) {
  .sg-home-services .home-services .methodology-title br {
    display: none;
  }
}
.sg-home-services .home-services .methodology-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  max-width: 738px;
  width: 100%;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .methodology-list {
    max-width: 669px;
    grid-column-gap: 12px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .methodology-list {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }
}
.sg-home-services .home-services .methodology-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 766px) {
  .sg-home-services .home-services .methodology-list .item {
    row-gap: 10px;
  }
}
.sg-home-services .home-services .methodology-list .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-home-services .home-services .methodology-list .item-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sg-home-services .home-services .methodology-list .item-icon svg {
  width: 100%;
  height: 100%;
}
.sg-home-services .home-services .methodology-list .item-name {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .methodology-list .item-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .methodology-list .item-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.sg-home-services .home-services .methodology-list .item-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.sg-home-services .home-services .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.sg-home-services .home-services .services .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 635px);
  width: 100%;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tab-btn {
    max-width: calc(100% - 594px);
  }
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .tab-btn {
    display: none;
  }
}
.sg-home-services .home-services .services .tabs-btn-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 32px;
  border-bottom: 1px solid #9CB7AA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-btn-services {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-btn-services {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-btn-services {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 24px;
  }
}
.sg-home-services .home-services .services .tabs-btn-services .icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sg-home-services .home-services .services .tabs-btn-services .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sg-home-services .home-services .services .tabs-btn-services.active {
  background: #10B94B;
  color: #ffffff;
}
.sg-home-services .home-services .services .services-tabs-wrapper {
  max-width: 611px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .services-tabs-wrapper {
    max-width: 570px;
  }
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .services-tabs-wrapper {
    max-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}
.sg-home-services .home-services .services .tab-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.sg-home-services .home-services .services .tab-services:not(.active) {
  display: none;
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .tab-services:not(.active) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sg-home-services .home-services .services .tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFF2F4));
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF2F4 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  row-gap: 32px;
  padding: 32px;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-content {
    row-gap: 24px;
    padding: 24px;
  }
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .tabs-content {
    padding: 30px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-content {
    row-gap: 15px;
  }
}
.sg-home-services .home-services .services .tabs-content .icon {
  position: absolute;
  top: -70px;
  right: 32px;
  width: 190px;
  height: 190px;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-content .icon {
    right: 24px;
  }
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .tabs-content .icon {
    width: 95px;
    height: 95px;
    top: -30px;
    right: 30px;
  }
}
.sg-home-services .home-services .services .tabs-content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-services .home-services .services .tabs-content .title {
  max-width: calc(100% - 100px);
  width: 100%;
  display: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-content .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-content .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .tabs-content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-content .title {
    max-width: calc(100% - 95px);
  }
}
.sg-home-services .home-services .services .tabs-content .descriptions {
  color: #737E86;
  max-width: 325px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-content .descriptions {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-content .descriptions {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-content .descriptions {
    max-width: 308px;
  }
}
@media (max-width: 1080px) {
  .sg-home-services .home-services .services .tabs-content .descriptions {
    max-width: 100%;
  }
}
.sg-home-services .home-services .services .tabs-content .subtitle {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-services .home-services .services .tabs-content .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-content .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.sg-home-services .home-services .services .tabs-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.sg-home-services .home-services .services .tabs-content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.sg-home-services .home-services .services .tabs-content .list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.90125 15.4051C11.0343 16.1034 13.2075 15.7584 14.5539 13.5739C15.9002 11.3894 15.2316 9.29299 14.0986 8.5947C12.9656 7.89641 10.7924 8.24141 9.44602 10.4259C8.09969 12.6104 8.76824 14.7068 9.90125 15.4051ZM8.85191 17.1077C11.2027 18.5566 14.5179 17.4443 16.2565 14.6233C17.9951 11.8023 17.4988 8.34093 15.148 6.89209C12.7972 5.44325 9.48202 6.55559 7.74341 9.37656C6.00481 12.1975 6.5011 15.6589 8.85191 17.1077Z' fill='%2310B94B'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}
.sg-home-services .home-services .services .tabs-content .button-dark {
  font-size: 17px;
  line-height: 120%;
  font-weight: 400;
  padding: 20px 16px;
}
@media (max-width: 766px) {
  .sg-home-services .home-services .services .tabs-content .button-dark {
    width: 100%;
    padding: 20px 10px;
  }
}

.sg-home-advantages {
  padding-bottom: 100px;
  border-radius: 0 0 120px 120px;
  background: #ffffff;
  color: #02090D;
}
@media (max-width: 1280px) {
  .sg-home-advantages {
    padding-bottom: 80px;
    border-radius: 0 0 60px 60px;
  }
}
@media (max-width: 1080px) {
  .sg-home-advantages {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 766px) {
  .sg-home-advantages {
    padding: 0;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 1080px) {
  .sg-home-advantages .home-advantages {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0;
    border-radius: 0 0 30px 30px;
  }
}
.sg-home-advantages .home-advantages .name {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 6.73%;
}
.sg-home-advantages .home-advantages .name img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-advantages .home-advantages .content {
  background: #F9FAFB;
  border-radius: 0 0 120px 120px;
  width: 100%;
  padding: 100px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content {
    padding: 40px 40px 24px;
    border-radius: 0 0 60px 60px;
    row-gap: 40px;
  }
}
@media (max-width: 1080px) {
  .sg-home-advantages .home-advantages .content {
    padding: 30px;
    row-gap: 24px;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content {
    row-gap: 15px;
  }
}
.sg-home-advantages .home-advantages .content .image {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .sg-home-advantages .home-advantages .content .image {
    display: none;
  }
}
.sg-home-advantages .home-advantages .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-advantages .home-advantages .content .image.image1 {
  top: 148px;
  left: -48px;
  width: 256px;
  height: 256px;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .image.image1 {
    top: 171px;
    left: -24px;
    width: 128px;
    height: 128px;
  }
}
.sg-home-advantages .home-advantages .content .image.image2 {
  width: 164px;
  height: 164px;
  top: -72px;
  right: 186px;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .image.image2 {
    width: 120px;
    height: 120px;
    top: -39px;
    right: 42px;
  }
}
.sg-home-advantages .home-advantages .content .image.image3 {
  top: 263px;
  right: 48px;
  width: 128px;
  height: 128px;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .image.image3 {
    top: 220px;
    right: 94px;
    width: 64px;
    height: 64px;
  }
}
.sg-home-advantages .home-advantages .content .head {
  max-width: 738px;
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .head {
    row-gap: 15px;
  }
}
.sg-home-advantages .home-advantages .content .title {
  font-family: "Bounded";
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.sg-home-advantages .home-advantages .content .title span {
  color: #10B94B;
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .title br {
    display: none;
  }
}
.sg-home-advantages .home-advantages .content .descriptions {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .descriptions {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .descriptions {
    font-size: 18px;
    line-height: 24px;
  }
}
.sg-home-advantages .home-advantages .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .details {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sg-home-advantages .home-advantages .content .count {
  font-family: "Bounded";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 80px;
  line-height: 112px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .count {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .count {
    font-size: 22px;
    line-height: 31px;
  }
}
.sg-home-advantages .home-advantages .content .info {
  max-width: 229px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .info {
    max-width: 100%;
  }
}
.sg-home-advantages .home-advantages .content .list {
  border-top: 3px solid #ffffff;
  padding-top: 24px;
  max-width: 1084px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 1280px) {
  .sg-home-advantages .home-advantages .content .list {
    max-width: 100%;
  }
}
@media (max-width: 1080px) {
  .sg-home-advantages .home-advantages .content .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .list {
    padding-top: 15px;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
  }
}
.sg-home-advantages .home-advantages .content .list .item {
  background: #ffffff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  text-align: center;
}
@media (max-width: 766px) {
  .sg-home-advantages .home-advantages .content .list .item {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sg-home-advantages .home-advantages .content .list .item-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sg-home-advantages .home-advantages .content .list .item-icon svg {
  width: 100%;
  height: 100%;
}
.sg-home-advantages .home-advantages .content .list .item-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.sg-home-about {
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .sg-home-about {
    padding-bottom: 80px;
  }
}
@media (max-width: 766px) {
  .sg-home-about {
    padding-bottom: 60px;
  }
}
.sg-home-about .container {
  justify-items: center;
}
.sg-home-about .home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 358px 0 462px;
  text-align: center;
  position: relative;
  max-width: 1277px;
  width: 100%;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about {
    padding: 358px 0 492px;
  }
}
@media (max-width: 1080px) {
  .sg-home-about .home-about {
    padding: 254px 0 200px;
    row-gap: 30px;
  }
}
.sg-home-about .home-about .head {
  max-width: 510px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  position: relative;
}
@media (max-width: 766px) {
  .sg-home-about .home-about .head {
    max-width: 100%;
    row-gap: 15px;
  }
}
.sg-home-about .home-about .head .title {
  font-family: "Bounded";
  font-size: 38px;
  line-height: 50px;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .head .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .sg-home-about .home-about .head .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.sg-home-about .home-about .head .button, .sg-home-about .home-about .head .button-dark {
  height: 60px;
}
@media (max-width: 1080px) {
  .sg-home-about .home-about .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (max-width: 766px) {
  .sg-home-about .home-about .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.sg-home-about .home-about .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 100%;
  max-width: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
@media (max-width: 1080px) {
  .sg-home-about .home-about .list .item {
    position: initial;
  }
}
@media (max-width: 766px) {
  .sg-home-about .home-about .list .item {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    text-align: left;
  }
}
.sg-home-about .home-about .list .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 766px) {
  .sg-home-about .home-about .list .item-info {
    row-gap: 6px;
  }
}
.sg-home-about .home-about .list .item-icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .sg-home-about .home-about .list .item-icon {
    width: 24px;
    height: 24px;
  }
}
.sg-home-about .home-about .list .item-icon svg {
  width: 100%;
  height: 100%;
}
.sg-home-about .home-about .list .item-title {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .list .item-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .sg-home-about .home-about .list .item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.sg-home-about .home-about .list .item-text {
  color: #9CB7AA;
}
.sg-home-about .home-about .list .item1 {
  top: 470px;
  left: 31px;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .list .item1 {
    top: 472px;
    left: 0;
  }
}
.sg-home-about .home-about .list .item2 {
  bottom: 295px;
  right: 254px;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .list .item2 {
    bottom: 296px;
    right: 198px;
  }
}
.sg-home-about .home-about .list .item3 {
  top: 210px;
  right: 0;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .list .item3 {
    top: 236px;
    right: 0;
  }
}
.sg-home-about .home-about .image {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
}
.sg-home-about .home-about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sg-home-about .home-about .image.image1 {
  top: 0;
  left: 158px;
  width: 300px;
  height: 300px;
}
@media (max-width: 1080px) {
  .sg-home-about .home-about .image.image1 {
    width: 120px;
    height: 120px;
    top: 110px;
    left: -30px;
  }
}
.sg-home-about .home-about .image.image2 {
  width: 240px;
  height: 240px;
  top: 456px;
  right: 0;
}
@media (max-width: 1080px) {
  .sg-home-about .home-about .image.image2 {
    width: 120px;
    height: 120px;
    top: 0;
    right: -30px;
  }
}
.sg-home-about .home-about .image.image3 {
  bottom: 149px;
  left: 0;
  width: 256px;
  height: 256px;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .image.image3 {
    bottom: 140px;
  }
}
@media (max-width: 1080px) {
  .sg-home-about .home-about .image.image3 {
    width: 120px;
    height: 120px;
    bottom: 50px;
    left: 0;
  }
}
.sg-home-about .home-about .image.image4 {
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 292px;
}
@media (max-width: 1280px) {
  .sg-home-about .home-about .image.image4 {
    right: 179px;
  }
}
@media (max-width: 1080px) {
  .sg-home-about .home-about .image.image4 {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: -30px;
  }
}