/* ========================================================================
===========================================================================
NORMALIZE
===========================================================================
========================================================================== */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

footer a, footer span, .contact-section, .about-us-section .left .main-anchor-button, .about-us-section, .partners, .characteristics, .service-preview .services-preview-container .service-preview-item .main-anchor-button, .service-preview, .cta-section .cta-section-body .main-anchor-button, .cta-section.otherCtaBg .cta-section-body-mainContent, .cta-section.noBg .cta-section-body-mainContent, .cta-section.otherCtaBg .cta-section-body-quote, .cta-section.noBg .cta-section-body-quote, .cta-section .cta-section-body-mainContent, .cta-section .cta-section-body-quote, header a, header span {
  font-family: "Poppins", sans-serif;
  font-style: normal; }

.spacer {
  height: 160px; }
  @media screen and (max-width: 1400px) {
    .spacer {
      height: 140px; } }
  @media screen and (max-width: 1024px) {
    .spacer {
      height: 100px; } }
  @media screen and (max-width: 767px) {
    .spacer {
      height: 70px; } }
header {
  background-color: black;
  box-sizing: border-box;
  /* height: 40px; */
  width: 100%;
  padding: 58px 20px 28px 20px;
  position: fixed;
  z-index: 1000; }
  header a, header span {
    color: #ffffff;
    font-size: calc(16px + (20 - 16) * (100vw - 768px) / 1152);
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none; }
    @media screen and (min-width: 1920px) {
      header a, header span {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      header a, header span {
        font-size: 16px; } }
  @media screen and (max-width: 767px) {
    header {
      padding: 17px 25px; } }
  header .hamb {
    display: none; }
    @media (max-width: 767px) {
      header .hamb {
        display: flex;
        z-index: 150;
        flex-direction: column;
        cursor: pointer; }
        header .hamb > div {
          width: 20px;
          height: 2px;
          background-color: #ffffff;
          margin-bottom: 6px;
          transition: 0.3s ease-in-out 0.3s; }
          header .hamb > div:last-of-type {
            margin-bottom: 0; }
        header .hamb.open {
          z-index: 10000; }
          header .hamb.open div:nth-of-type(1) {
            transition: 0.3s ease-in-out 0.3s;
            transform: translateY(8px) rotate(-45deg); }
          header .hamb.open div:nth-of-type(2) {
            visibility: hidden;
            transition: 0.3s ease-in-out; }
          header .hamb.open div:nth-of-type(3) {
            transition: 0.3s ease-in-out 0.3s;
            transform: translateY(-8px) rotate(45deg); } }
  header .header-inner-wrapper {
    margin: auto;
    max-width: 1512px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header-inner-wrapper .logo-wrap {
      max-width: 430px; }
      @media screen and (max-width: 1400px) {
        header .header-inner-wrapper .logo-wrap {
          width: 308px; } }
      @media screen and (max-width: 1024px) {
        header .header-inner-wrapper .logo-wrap {
          width: 208px; } }
    header .header-inner-wrapper a {
      color: white;
      margin-right: 50px; }
      @media screen and (max-width: 1024px) {
        header .header-inner-wrapper a {
          margin-right: 25px; } }
      header .header-inner-wrapper a img {
        width: 100%; }
    @media screen and (max-width: 767px) {
      header .header-inner-wrapper .header-links {
        display: none; }
        header .header-inner-wrapper .header-links.open {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: fixed;
          left: 0;
          top: 0;
          height: 100vh;
          width: 100vw;
          background: #131415;
          z-index: 100; }
          header .header-inner-wrapper .header-links.open a {
            color: #ffffff;
            margin-bottom: 10px; } }
    header .header-inner-wrapper .header-links .nav-item-container {
      display: inline-block;
      position: relative;
      padding: 10px 0; }
      @media screen and (max-width: 767px) {
        header .header-inner-wrapper .header-links .nav-item-container {
          text-align: center;
          margin-bottom: 16px;
          padding: unset; } }
      header .header-inner-wrapper .header-links .nav-item-container .head-sub-menu {
        overflow: hidden;
        position: absolute;
        height: auto;
        padding: 15px;
        top: 100%;
        left: 0;
        background: #131415;
        display: none;
        width: 275px; }
        @media screen and (max-width: 767px) {
          header .header-inner-wrapper .header-links .nav-item-container .head-sub-menu {
            display: block;
            position: unset;
            transition: .3s ease-in-out;
            border-top: 1px solid #ffffff;
            height: fit-content;
            padding: 15px;
            margin-top: 8px;
            width: unset; } }
        header .header-inner-wrapper .header-links .nav-item-container .head-sub-menu a {
          display: block;
          margin-bottom: 24px; }
          @media screen and (min-width: 768px) {
            header .header-inner-wrapper .header-links .nav-item-container .head-sub-menu a {
              margin-right: 0; } }
          header .header-inner-wrapper .header-links .nav-item-container .head-sub-menu a:last-child {
            margin-bottom: 0; }
      header .header-inner-wrapper .header-links .nav-item-container:hover .header-anchor {
        color: #ac4b45; }
      header .header-inner-wrapper .header-links .nav-item-container:hover .head-sub-menu {
        border-top: 1px solid #ffffff;
        display: block; }
        header .header-inner-wrapper .header-links .nav-item-container:hover .head-sub-menu a:hover {
          color: #ac4b45; }
    header .header-inner-wrapper .header-links .lang-nav-item-container {
      display: inline-flex; }
      @media screen and (max-width: 767px) {
        header .header-inner-wrapper .header-links .lang-nav-item-container {
          margin-right: 25px; } }
      header .header-inner-wrapper .header-links .lang-nav-item-container .lang-divider {
        width: 1px;
        flex: 1;
        background-color: #ffffff;
        opacity: 0.5; }
      header .header-inner-wrapper .header-links .lang-nav-item-container .lang-nav-item {
        padding-bottom: 4px;
        border-bottom: 2px solid #ac4b45;
        margin: 0 8px;
        opacity: 0.5; }
        header .header-inner-wrapper .header-links .lang-nav-item-container .lang-nav-item:hover {
          opacity: 1; }
        header .header-inner-wrapper .header-links .lang-nav-item-container .lang-nav-item.active {
          opacity: 1; }

.cta-section {
  background-color: #232729;
  padding: 337px 20px; }
  .cta-section {
    color: #ffffff; }
    .cta-section .cta-section-body-quote {
      font-size: calc(18px + (24 - 18) * (100vw - 768px) / 1152);
      font-weight: 400; }
      @media screen and (min-width: 1920px) {
        .cta-section .cta-section-body-quote {
          font-size: 24px; } }
      @media screen and (max-width: 768px) {
        .cta-section .cta-section-body-quote {
          font-size: 18px; } }
    .cta-section .cta-section-body-mainContent {
      font-size: calc(28px + (90 - 28) * (100vw - 768px) / 1152);
      font-weight: 700; }
      @media screen and (min-width: 1920px) {
        .cta-section .cta-section-body-mainContent {
          font-size: 90px; } }
      @media screen and (max-width: 768px) {
        .cta-section .cta-section-body-mainContent {
          font-size: 28px; } }
      @media screen and (max-width: 1200px) {
        .cta-section .cta-section-body-mainContent {
          line-height: 1; } }
      @media screen and (max-width: 767px) {
        .cta-section .cta-section-body-mainContent {
          line-height: 27px; } }
  .cta-section.otherCtaBg, .cta-section.noBg {
    color: #ffffff; }
    .cta-section.otherCtaBg .cta-section-body-quote, .cta-section.noBg .cta-section-body-quote {
      font-weight: 400; }
    .cta-section.otherCtaBg .cta-section-body-mainContent, .cta-section.noBg .cta-section-body-mainContent {
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      font-weight: 700;
      text-transform: none; }
      @media screen and (min-width: 1920px) {
        .cta-section.otherCtaBg .cta-section-body-mainContent, .cta-section.noBg .cta-section-body-mainContent {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .cta-section.otherCtaBg .cta-section-body-mainContent, .cta-section.noBg .cta-section-body-mainContent {
          font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .cta-section {
      padding: 72px 20px; } }
  .cta-section.axesCtaBg {
    background-image: url("/images/section-bg-axes.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1920px) {
      .cta-section.axesCtaBg {
        background-size: contain;
        background-position: center; } }
  .cta-section.otherCtaBg {
    background-image: url("/images/section-bg-shapes.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1920px) {
      .cta-section.otherCtaBg {
        background-size: contain;
        background-position: center; } }
  .cta-section.noBg {
    background-color: #464c50;
    padding: 158px 20px; }
  .cta-section .cta-section-body {
    display: flex;
    flex-direction: column; }
    .cta-section .cta-section-body .cta-section-body-quote {
      max-width: 743px;
      margin: auto auto 45px; }
      @media (max-width: 767px) {
        .cta-section .cta-section-body .cta-section-body-quote {
          margin: auto auto 8px; } }
    .cta-section .cta-section-body .cta-section-body-quote, .cta-section .cta-section-body .cta-section-body-mainContent {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .cta-section .cta-section-body .cta-section-body-quote .red, .cta-section .cta-section-body .cta-section-body-mainContent .red {
        color: #ac4b45; }
    .cta-section .cta-section-body .cta-section-body-mainContent {
      margin-bottom: 45px;
      max-width: 1512px; }
    .cta-section .cta-section-body .main-anchor-button {
      text-decoration: none;
      background-color: #ac4b45;
      border: 1px solid #ac4b45;
      margin: 0 auto;
      padding: 16px;
      display: inline-block; }
      .cta-section .cta-section-body .main-anchor-button {
        color: #ffffff;
        font-size: calc(14px + (18 - 14) * (100vw - 768px) / 1152);
        letter-spacing: 1px; }
        @media screen and (min-width: 1920px) {
          .cta-section .cta-section-body .main-anchor-button {
            font-size: 18px; } }
        @media screen and (max-width: 768px) {
          .cta-section .cta-section-body .main-anchor-button {
            font-size: 14px; } }
      .cta-section .cta-section-body .main-anchor-button.engage {
        text-transform: uppercase; }
      .cta-section .cta-section-body .main-anchor-button:hover {
        animation: .15s shine linear forwards; }

@keyframes shine {
  0% {
    background: radial-gradient(#232729, #ac4b45 0); }
  25% {
    background: radial-gradient(#232729, #ac4b45 25%); }
  50% {
    background: radial-gradient(#232729, #ac4b45 50%); }
  75% {
    background: radial-gradient(#232729, #ac4b45 75%); }
  100% {
    background: #232729; } }

.service-preview {
  background-color: #0a0b0b;
  padding: 158px 20px; }
  .service-preview {
    color: #ffffff;
    line-height: normal; }
    .service-preview .service-preview-title {
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      font-weight: 700; }
      @media screen and (min-width: 1920px) {
        .service-preview .service-preview-title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .service-preview .service-preview-title {
          font-size: 28px; } }
    .service-preview .service-item-preview-title {
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 1920px) {
        .service-preview .service-item-preview-title {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .service-preview .service-item-preview-title {
          font-size: 20px; } }
    .service-preview .service-item-preview-text {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .service-preview .service-item-preview-text {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .service-preview .service-item-preview-text {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .service-preview {
      padding: 74px 20px 10px; } }
  .service-preview .service-preview-title-wrapper .service-preview-title {
    text-align: center;
    margin-bottom: 117px; }
  .service-preview .services-preview-container {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .service-preview .services-preview-container {
        flex-direction: column;
        align-items: center; } }
    .service-preview .services-preview-container .service-preview-item {
      max-width: 479px;
      min-height: 568px;
      background-color: #232729;
      margin-right: 38px;
      display: flex;
      flex-direction: column;
      padding: 0 20px 40px 20px; }
      @media screen and (max-width: 1024px) {
        .service-preview .services-preview-container .service-preview-item {
          min-height: 500px; } }
      @media screen and (max-width: 767px) {
        .service-preview .services-preview-container .service-preview-item {
          margin-right: 0;
          margin-bottom: 73px;
          min-height: 300px;
          padding: 0 20px 12px 20px; } }
      .service-preview .services-preview-container .service-preview-item .preview-item-img-wrapper {
        transform: translate(0px, -50px);
        background-color: #ac4b45;
        align-self: center;
        aspect-ratio: 1;
        max-width: 156px;
        box-sizing: border-box; }
        .service-preview .services-preview-container .service-preview-item .preview-item-img-wrapper img {
          width: auto;
          height: auto;
          max-width: 100%; }
        @media screen and (max-width: 1024px) {
          .service-preview .services-preview-container .service-preview-item .preview-item-img-wrapper {
            height: 120px;
            width: 120px;
            padding: 16px; } }
        @media screen and (max-width: 767px) {
          .service-preview .services-preview-container .service-preview-item .preview-item-img-wrapper {
            height: 78px;
            width: 78px;
            padding: 16px; } }
      .service-preview .services-preview-container .service-preview-item .service-item-preview-title {
        text-align: center;
        margin-bottom: 15px; }
      .service-preview .services-preview-container .service-preview-item .service-item-preview-text {
        text-align: center;
        margin-bottom: 33px; }
        .service-preview .services-preview-container .service-preview-item .service-item-preview-text.px {
          padding: 0 18px; }
          @media screen and (max-width: 1024px) {
            .service-preview .services-preview-container .service-preview-item .service-item-preview-text.px {
              padding: 0; } }
      .service-preview .services-preview-container .service-preview-item:nth-child(2) {
        background-color: #464c50; }
      .service-preview .services-preview-container .service-preview-item:last-child {
        margin-right: 0; }
      .service-preview .services-preview-container .service-preview-item .main-anchor-button {
        text-decoration: none;
        background-color: #ac4b45;
        border: 1px solid #ac4b45;
        margin: 0 auto;
        padding: 16px;
        display: inline-block; }
        .service-preview .services-preview-container .service-preview-item .main-anchor-button {
          color: #ffffff;
          font-size: calc(14px + (18 - 14) * (100vw - 768px) / 1152);
          letter-spacing: 1px; }
          @media screen and (min-width: 1920px) {
            .service-preview .services-preview-container .service-preview-item .main-anchor-button {
              font-size: 18px; } }
          @media screen and (max-width: 768px) {
            .service-preview .services-preview-container .service-preview-item .main-anchor-button {
              font-size: 14px; } }
        .service-preview .services-preview-container .service-preview-item .main-anchor-button.engage {
          text-transform: uppercase; }
        .service-preview .services-preview-container .service-preview-item .main-anchor-button:hover {
          animation: .15s shine linear forwards; }

@keyframes shine {
  0% {
    background: radial-gradient(#232729, #ac4b45 0); }
  25% {
    background: radial-gradient(#232729, #ac4b45 25%); }
  50% {
    background: radial-gradient(#232729, #ac4b45 50%); }
  75% {
    background: radial-gradient(#232729, #ac4b45 75%); }
  100% {
    background: #232729; } }
      .service-preview .services-preview-container .service-preview-item .main-anchor-button {
        margin-top: auto; }

.characteristics {
  display: flex;
  justify-content: center;
  background-color: #0a0b0b;
  padding: 158px 20px 118px;
  flex-wrap: wrap; }
  .characteristics {
    color: #ffffff;
    line-height: normal; }
    .characteristics .char-item-preview-title {
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 1920px) {
        .characteristics .char-item-preview-title {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .characteristics .char-item-preview-title {
          font-size: 20px; } }
    .characteristics .char-brief {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152);
      font-weight: 400; }
      @media screen and (min-width: 1920px) {
        .characteristics .char-brief {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .characteristics .char-brief {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .characteristics {
      padding: 124px 20px 40px;
      align-items: center; } }
  .characteristics .char-preview-item {
    max-width: 330px;
    min-height: 413px;
    background-color: #232729;
    margin: 0 32px 60px;
    display: flex;
    flex-direction: column;
    padding: 0 20px 40px 20px; }
    @media screen and (max-width: 1024px) {
      .characteristics .char-preview-item {
        min-height: 300px; } }
    @media screen and (max-width: 767px) {
      .characteristics .char-preview-item {
        min-height: 280px;
        padding: 0 12px 25px; } }
    @media screen and (max-width: 480px) {
      .characteristics .char-preview-item {
        margin: 0 0 60px; } }
    .characteristics .char-preview-item .preview-item-img-wrapper {
      transform: translate(0px, -40px);
      background-color: #ac4b45;
      align-self: center;
      aspect-ratio: 1;
      max-width: 156px;
      box-sizing: border-box; }
      .characteristics .char-preview-item .preview-item-img-wrapper img {
        width: auto;
        height: auto;
        max-width: 100%; }
      @media screen and (max-width: 1024px) {
        .characteristics .char-preview-item .preview-item-img-wrapper {
          height: 120px;
          width: 120px;
          padding: 16px; } }
      @media screen and (max-width: 767px) {
        .characteristics .char-preview-item .preview-item-img-wrapper {
          height: 78px;
          width: 78px;
          padding: 12px; } }
    .characteristics .char-preview-item .char-item-preview-title, .characteristics .char-preview-item .char-brief {
      text-align: center;
      margin-bottom: 15px; }

.partners {
  background-color: #ac4b45;
  height: 779px;
  padding: 158px 20px; }
  .partners {
    color: #131415;
    line-height: normal;
    font-weight: 700;
    font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152); }
    @media screen and (min-width: 1920px) {
      .partners {
        font-size: 56px; } }
    @media screen and (max-width: 768px) {
      .partners {
        font-size: 28px; } }
  @media screen and (max-width: 1200px) {
    .partners {
      height: unset; } }
  @media screen and (max-width: 767px) {
    .partners {
      height: unset;
      padding: 80px 20px; } }
  .partners .partners-title-wrapper {
    margin-bottom: 158px; }
    @media screen and (max-width: 1200px) {
      .partners .partners-title-wrapper {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .partners .partners-title-wrapper {
        margin-bottom: 40px; } }
    .partners .partners-title-wrapper .partners-title {
      text-align: center; }
  .partners .partners-container {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .partners .partners-container {
        flex-wrap: wrap;
        align-items: center; } }
    .partners .partners-container .partners-img-wrapper {
      padding: 0 50px; }
      @media screen and (max-width: 1024px) {
        .partners .partners-container .partners-img-wrapper {
          padding: 0 25px; } }
      @media screen and (max-width: 1024px) {
        .partners .partners-container .partners-img-wrapper {
          padding: 20px 25px; } }
      .partners .partners-container .partners-img-wrapper img {
        width: 100%; }

.about-us-section {
  display: flex;
  background-color: #232729; }
  .about-us-section {
    color: #ffffff;
    line-height: normal; }
    .about-us-section .about-us-title {
      font-weight: 700;
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      margin-bottom: 18px; }
      @media screen and (min-width: 1920px) {
        .about-us-section .about-us-title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .about-us-section .about-us-title {
          font-size: 28px; } }
    .about-us-section .about-us-subtitle {
      font-weight: 700;
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      text-transform: uppercase;
      margin-bottom: 18px; }
      @media screen and (min-width: 1920px) {
        .about-us-section .about-us-subtitle {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .about-us-section .about-us-subtitle {
          font-size: 20px; } }
    .about-us-section .about-us-brief {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .about-us-section .about-us-brief {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .about-us-section .about-us-brief {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .about-us-section {
      flex-direction: column-reverse; } }
  .about-us-section .left, .about-us-section .right {
    flex: 1; }
  .about-us-section .left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .about-us-section .left {
        padding: 20px; } }
    .about-us-section .left .about-us-brief {
      margin-bottom: 32px;
      max-width: 469px; }
    .about-us-section .left .main-anchor-button {
      text-decoration: none;
      background-color: #ac4b45;
      border: 1px solid #ac4b45;
      margin: 0 auto;
      padding: 16px;
      display: inline-block; }
      .about-us-section .left .main-anchor-button {
        color: #ffffff;
        font-size: calc(14px + (18 - 14) * (100vw - 768px) / 1152);
        letter-spacing: 1px; }
        @media screen and (min-width: 1920px) {
          .about-us-section .left .main-anchor-button {
            font-size: 18px; } }
        @media screen and (max-width: 768px) {
          .about-us-section .left .main-anchor-button {
            font-size: 14px; } }
      .about-us-section .left .main-anchor-button.engage {
        text-transform: uppercase; }
      .about-us-section .left .main-anchor-button:hover {
        animation: .15s shine linear forwards; }

@keyframes shine {
  0% {
    background: radial-gradient(#232729, #ac4b45 0); }
  25% {
    background: radial-gradient(#232729, #ac4b45 25%); }
  50% {
    background: radial-gradient(#232729, #ac4b45 50%); }
  75% {
    background: radial-gradient(#232729, #ac4b45 75%); }
  100% {
    background: #232729; } }
  .about-us-section .right {
    display: flex; }
    .about-us-section .right img {
      width: 100%; }

.contact-section {
  background: linear-gradient(#0a0b0b, #232729 90%);
  padding: 158px 20px; }
  .contact-section {
    color: #ffffff;
    line-height: normal; }
    .contact-section .cntcts .contact-title {
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      font-weight: 700; }
      @media screen and (min-width: 1920px) {
        .contact-section .cntcts .contact-title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .contact-section .cntcts .contact-title {
          font-size: 28px; } }
    .contact-section .cntcts .para {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .contact-section .cntcts .para {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .contact-section .cntcts .para {
          font-size: 16px; } }
    .contact-section .cntcts .contact-email {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152);
      color: #ac4b45;
      text-decoration: none; }
      @media screen and (min-width: 1920px) {
        .contact-section .cntcts .contact-email {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .contact-section .cntcts .contact-email {
          font-size: 16px; } }
    .contact-section .form input, .contact-section .form textarea {
      color: #ffffff;
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .contact-section .form input, .contact-section .form textarea {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .contact-section .form input, .contact-section .form textarea {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .contact-section {
      padding: 0; } }
  .contact-section .contact-section-inner {
    max-width: 1512px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .contact-section .contact-section-inner {
        padding: 80px 20px;
        flex-direction: column; } }
    .contact-section .contact-section-inner .cntcts {
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-section-inner .cntcts {
          margin-bottom: 51px;
          margin-right: unset; } }
      .contact-section .contact-section-inner .cntcts .contact-title {
        margin-bottom: 18px; }
      .contact-section .contact-section-inner .cntcts .para {
        margin-bottom: 18px;
        max-width: 300px; }
        @media screen and (max-width: 767px) {
          .contact-section .contact-section-inner .cntcts .para {
            max-width: unset; } }
      .contact-section .contact-section-inner .cntcts .mailt-to {
        display: flex; }
        .contact-section .contact-section-inner .cntcts .mailt-to img {
          width: 24px;
          margin-right: 14px; }
          @media screen and (max-width: 767px) {
            .contact-section .contact-section-inner .cntcts .mailt-to img {
              margin-right: 8px; } }
    .contact-section .contact-section-inner .form {
      flex: 1;
      max-width: 995px;
      display: flex;
      align-self: flex-end;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-section-inner .form {
          align-self: stretch; } }
      .contact-section .contact-section-inner .form form {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-self: flex-end; }
        .contact-section .contact-section-inner .form form input, .contact-section .contact-section-inner .form form textarea {
          background-color: #464c50;
          border: none;
          margin-bottom: 18px;
          padding: 20px; }
          .contact-section .contact-section-inner .form form input::placeholder, .contact-section .contact-section-inner .form form textarea::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          .contact-section .contact-section-inner .form form input:-ms-input-placeholder, .contact-section .contact-section-inner .form form textarea:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #ffffff; }
          .contact-section .contact-section-inner .form form input::-ms-input-placeholder, .contact-section .contact-section-inner .form form textarea::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #ffffff; }
        .contact-section .contact-section-inner .form form textarea {
          height: unset;
          resize: none; }
        .contact-section .contact-section-inner .form form input[type="submit"] {
          background-color: #ac4b45;
          width: fit-content;
          align-self: flex-end;
          padding: 16px 24px;
          margin-bottom: 0;
          cursor: pointer;
          border: 1px solid #ac4b45; }
          .contact-section .contact-section-inner .form form input[type="submit"]:hover {
            animation: .15s shine-light linear forwards; }
          @media (max-width: 767px) {
            .contact-section .contact-section-inner .form form input[type="submit"] {
              align-self: flex-start; } }
@keyframes shine-light {
  0% {
    background: radial-gradient(#464c50, #ac4b45 0); }
  25% {
    background: radial-gradient(#464c50, #ac4b45 25%); }
  50% {
    background: radial-gradient(#464c50, #ac4b45 50%); }
  75% {
    background: radial-gradient(#464c50, #ac4b45 75%); }
  100% {
    background: #464c50; } }

footer {
  background-color: #0a0b0b;
  padding: 158px 20px; }
  footer a, footer span {
    color: #ffffff;
    font-size: calc(16px + (20 - 16) * (100vw - 768px) / 1152);
    font-weight: 400;
    text-decoration: none; }
    @media screen and (min-width: 1920px) {
      footer a, footer span {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      footer a, footer span {
        font-size: 16px; } }
  footer .quote {
    font-size: calc(16px + (20 - 16) * (100vw - 768px) / 1152); }
    @media screen and (min-width: 1920px) {
      footer .quote {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      footer .quote {
        font-size: 16px; } }
  footer .copyright {
    font-size: calc(12px + (20 - 12) * (100vw - 768px) / 1152); }
    @media screen and (min-width: 1920px) {
      footer .copyright {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      footer .copyright {
        font-size: 12px; } }
  footer a {
    text-transform: uppercase; }
  footer .footer-details-right span, footer .footer-details-left span, footer .footer-details-social span {
    text-transform: uppercase;
    font-weight: 700; }
  footer .footer-details-right span, footer .footer-details-right a, footer .footer-details-left span, footer .footer-details-left a, footer .footer-details-social span, footer .footer-details-social a {
    line-height: 110%; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 80px 20px; } }
  footer .footer-inner-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1512px; }
    @media screen and (max-width: 1160px) {
      footer .footer-inner-wrapper {
        flex-direction: column; } }
    footer .footer-inner-wrapper .footer-img-container {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1400px) {
        footer .footer-inner-wrapper .footer-img-container {
          width: 308px; } }
      @media screen and (max-width: 1160px) {
        footer .footer-inner-wrapper .footer-img-container {
          width: 408px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 767px) {
        footer .footer-inner-wrapper .footer-img-container {
          width: unset;
          margin-bottom: 25px; } }
      footer .footer-inner-wrapper .footer-img-container img {
        margin-bottom: 27px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          footer .footer-inner-wrapper .footer-img-container img {
            margin-bottom: 15px; } }
      footer .footer-inner-wrapper .footer-img-container .quote {
        margin-bottom: 18px; }
        @media screen and (max-width: 767px) {
          footer .footer-inner-wrapper .footer-img-container .quote {
            margin-bottom: 7px; } }
    footer .footer-inner-wrapper .footer-details {
      display: flex; }
      @media screen and (max-width: 767px) {
        footer .footer-inner-wrapper .footer-details {
          flex-direction: column; } }
      footer .footer-inner-wrapper .footer-details .footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right {
        display: flex;
        flex-direction: column;
        margin-right: 96px; }
        @media screen and (max-width: 1280px) {
          footer .footer-inner-wrapper .footer-details .footer-details-left.footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-left.footer-details-right, footer .footer-inner-wrapper .footer-details .footer-details-right.footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right.footer-details-right {
            margin-right: 70px; } }
        @media screen and (max-width: 992px) {
          footer .footer-inner-wrapper .footer-details .footer-details-left.footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right.footer-details-left {
            margin-right: 66px; } }
        @media screen and (max-width: 767px) {
          footer .footer-inner-wrapper .footer-details .footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right {
            margin-right: unset; }
            footer .footer-inner-wrapper .footer-details .footer-details-left.footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right.footer-details-left {
              margin-right: unset; } }
        footer .footer-inner-wrapper .footer-details .footer-details-left a, footer .footer-inner-wrapper .footer-details .footer-details-right a {
          margin-bottom: 8px; }
          footer .footer-inner-wrapper .footer-details .footer-details-left a:hover, footer .footer-inner-wrapper .footer-details .footer-details-right a:hover {
            color: #ac4b45; }
          footer .footer-inner-wrapper .footer-details .footer-details-left a:last-of-type, footer .footer-inner-wrapper .footer-details .footer-details-right a:last-of-type {
            margin-bottom: 0; }
        footer .footer-inner-wrapper .footer-details .footer-details-left span, footer .footer-inner-wrapper .footer-details .footer-details-right span {
          margin-bottom: 6px; }
      footer .footer-inner-wrapper .footer-details .footer-details-social {
        min-width: 200px; }
        footer .footer-inner-wrapper .footer-details .footer-details-social .social-container {
          padding-top: 26px;
          display: flex;
          max-width: 230px; }
          footer .footer-inner-wrapper .footer-details .footer-details-social .social-container a {
            flex: 1;
            display: flex;
            justify-content: center;
            margin: 0 4px;
            align-items: center; }
            footer .footer-inner-wrapper .footer-details .footer-details-social .social-container a:hover svg path {
              fill: #ffffff; }
            footer .footer-inner-wrapper .footer-details .footer-details-social .social-container a.first {
              justify-content: flex-start; }
            footer .footer-inner-wrapper .footer-details .footer-details-social .social-container a.last {
              justify-content: flex-end; }
            footer .footer-inner-wrapper .footer-details .footer-details-social .social-container a img {
              height: 24px;
              width: 24px; }
      @media screen and (max-width: 1160px) {
        footer .footer-inner-wrapper .footer-details .footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right, footer .footer-inner-wrapper .footer-details .footer-details-social {
          flex: 1; } }
      @media screen and (max-width: 767px) {
        footer .footer-inner-wrapper .footer-details .footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right {
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        footer .footer-inner-wrapper .footer-details .footer-details-left, footer .footer-inner-wrapper .footer-details .footer-details-right {
          margin-bottom: 15px; } }
html {
  scroll-behavior: smooth !important; }

body {
  overflow-x: hidden; }
