/* ========================================================================
===========================================================================
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; }

.phrase-section-div.list.list p, .phrase-section-div.list.list ul, .phrase-section-div.big-text.big-text p, .custom-service-detail-section, .career-recruiting-section, .company-detail-section, .section-certifications, .comparision-matrix, .accordion-specs-section, .service-top-detail, .service-bottom-detail, .single-hero, .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, footer a, footer span, 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; }

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; } }
.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; } }

.single-hero {
  background-color: #232729;
  padding: 102px 20px; }
  .single-hero {
    color: #ffffff;
    line-height: normal; }
    .single-hero .red-title {
      color: #ac4b45; }
    .single-hero .white-title {
      color: #ffffff; }
    .single-hero .para-heading {
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      color: #ffffff; }
    .single-hero ul li {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .single-hero ul li {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .single-hero ul li {
          font-size: 16px; } }
    .single-hero .para-txt {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .single-hero .para-txt {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .single-hero .para-txt {
          font-size: 16px; } }
    .single-hero .para-title {
      font-weight: 700;
      font-size: calc(20px + (20 - 20) * (100vw - 768px) / 1152);
      line-height: 1;
      color: #ac4b45; }
      @media screen and (min-width: 1920px) {
        .single-hero .para-title {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .single-hero .para-title {
          font-size: 20px; } }
    .single-hero .para-content {
      font-weight: 400;
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152);
      line-height: 27px;
      color: #ffffff; }
      @media screen and (min-width: 1920px) {
        .single-hero .para-content {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .single-hero .para-content {
          font-size: 16px; } }
      @media screen and (max-width: 1300px) {
        .single-hero .para-content {
          line-height: unset; } }
    .single-hero .page-title {
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      font-weight: 700;
      line-height: 90px; }
      @media screen and (min-width: 1920px) {
        .single-hero .page-title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .single-hero .page-title {
          font-size: 28px; } }
      @media screen and (max-width: 1300px) {
        .single-hero .page-title {
          line-height: 1; } }
    .single-hero .page-subtitle {
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      font-weight: 700;
      line-height: 90px; }
      @media screen and (min-width: 1920px) {
        .single-hero .page-subtitle {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .single-hero .page-subtitle {
          font-size: 20px; } }
      @media screen and (max-width: 1300px) {
        .single-hero .page-subtitle {
          line-height: 1; } }
    .single-hero .red-title, .single-hero .white-title {
      font-size: calc(40px + (90 - 40) * (100vw - 768px) / 1152);
      font-weight: 700;
      line-height: 90px; }
      @media screen and (min-width: 1920px) {
        .single-hero .red-title, .single-hero .white-title {
          font-size: 90px; } }
      @media screen and (max-width: 768px) {
        .single-hero .red-title, .single-hero .white-title {
          font-size: 40px; } }
      @media screen and (max-width: 1300px) {
        .single-hero .red-title, .single-hero .white-title {
          line-height: 1; } }
      @media screen and (max-width: 767px) {
        .single-hero .red-title, .single-hero .white-title {
          line-height: 27px; } }
  @media screen and (max-width: 767px) {
    .single-hero {
      padding: 80px 20px; } }
  .single-hero.withImg, .single-hero.withImgCompany {
    display: flex;
    background-color: #0a0b0b;
    padding: unset; }
    @media screen and (max-width: 767px) {
      .single-hero.withImg, .single-hero.withImgCompany {
        flex-direction: column; } }
    .single-hero.withImg .single-hero-content, .single-hero.withImgCompany .single-hero-content {
      justify-content: center; }
      .single-hero.withImg .single-hero-content > div, .single-hero.withImgCompany .single-hero-content > div {
        padding: 60px 20px 60px; }
    .single-hero.withImg .right, .single-hero.withImgCompany .right {
      flex: 1;
      display: flex; }
      .single-hero.withImg .right img, .single-hero.withImgCompany .right img {
        width: 100%;
        object-fit: cover; }
  .single-hero.withImgCompany {
    background-color: #33373a; }
  .single-hero.axesCtaBg {
    background-image: url("/images/section-bg-axes-partial.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1920px) {
      .single-hero.axesCtaBg {
        background-size: contain;
        background-position: center; } }
  .single-hero.otherCtaBg {
    background-image: url("/images/section-bg-shapes.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1920px) {
      .single-hero.otherCtaBg {
        background-size: contain;
        background-position: center; } }
  .single-hero .single-hero-content {
    margin: auto;
    max-width: 1516px;
    flex: 1;
    display: flex; }
    .single-hero .single-hero-content .white-title {
      margin-bottom: 18px;
      display: inline-block; }
    .single-hero .single-hero-content .page-title {
      margin-bottom: 8px; }
    .single-hero .single-hero-content .page-subtitle {
      margin-bottom: 16px; }
    .single-hero .single-hero-content .text-hero {
      max-width: 656px;
      display: flex; }
      @media screen and (max-width: 767px) {
        .single-hero .single-hero-content .text-hero {
          flex-direction: column; } }
      .single-hero .single-hero-content .text-hero .left-p, .single-hero .single-hero-content .text-hero .right-p {
        max-width: 300px; }
        @media screen and (max-width: 767px) {
          .single-hero .single-hero-content .text-hero .left-p, .single-hero .single-hero-content .text-hero .right-p {
            max-width: unset; } }
      .single-hero .single-hero-content .text-hero .left-p {
        margin-right: 56px; }
        @media screen and (max-width: 1024px) {
          .single-hero .single-hero-content .text-hero .left-p {
            margin-right: 27px; } }
        @media screen and (max-width: 767px) {
          .single-hero .single-hero-content .text-hero .left-p {
            margin-right: unset; } }
        .single-hero .single-hero-content .text-hero .left-p ul {
          list-style: none;
          /* Remove default bullets */
          font-size: calc(10px + (18 - 10) * (100vw - 768px) / 1152); }
          @media screen and (min-width: 1920px) {
            .single-hero .single-hero-content .text-hero .left-p ul {
              font-size: 18px; } }
          @media screen and (max-width: 768px) {
            .single-hero .single-hero-content .text-hero .left-p ul {
              font-size: 10px; } }
        .single-hero .single-hero-content .text-hero .left-p ul li::before {
          content: "\2022";
          color: #ac4b45;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: 10px; }
        .single-hero .single-hero-content .text-hero .left-p ul li {
          margin-bottom: 53px; }
          @media screen and (max-width: 767px) {
            .single-hero .single-hero-content .text-hero .left-p ul li {
              margin-bottom: 18px; } }
        .single-hero .single-hero-content .text-hero .left-p p:first-child {
          margin-bottom: 36px; }

.service-top-detail, .service-bottom-detail {
  color: #ffffff;
  line-height: normal; }
  .service-top-detail .detail-title, .service-bottom-detail .detail-title {
    font-weight: 700;
    font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
    line-height: 36px; }
    @media screen and (min-width: 1920px) {
      .service-top-detail .detail-title, .service-bottom-detail .detail-title {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .service-top-detail .detail-title, .service-bottom-detail .detail-title {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .service-top-detail .detail-title, .service-bottom-detail .detail-title {
        line-height: normal; } }
  .service-top-detail .text-detail *, .service-bottom-detail .text-detail * {
    font-weight: 400;
    font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
    @media screen and (min-width: 1920px) {
      .service-top-detail .text-detail *, .service-bottom-detail .text-detail * {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .service-top-detail .text-detail *, .service-bottom-detail .text-detail * {
        font-size: 16px; } }
.service-top-detail, .service-bottom-detail {
  display: flex; }
  @media screen and (max-width: 767px) {
    .service-top-detail, .service-bottom-detail {
      flex-direction: column-reverse; } }
  @media screen and (max-width: 767px) {
    .service-top-detail.service-bottom-detail, .service-bottom-detail.service-bottom-detail {
      flex-direction: column; } }
  .service-top-detail .detail-text, .service-bottom-detail .detail-text {
    background-color: #232729;
    padding: 158px 0;
    flex: 1; }
    @media screen and (max-width: 1400px) {
      .service-top-detail .detail-text, .service-bottom-detail .detail-text {
        padding: 70px 0; } }
    @media screen and (max-width: 767px) {
      .service-top-detail .detail-text, .service-bottom-detail .detail-text {
        padding: 25px 0; } }
    .service-top-detail .detail-text > div, .service-bottom-detail .detail-text > div {
      margin: 0 20px; }
    .service-top-detail .detail-text .left-p, .service-top-detail .detail-text .right-p, .service-top-detail .detail-text .detail-title, .service-bottom-detail .detail-text .left-p, .service-bottom-detail .detail-text .right-p, .service-bottom-detail .detail-text .detail-title {
      max-width: 300px; }
      @media (max-width: 767px) {
        .service-top-detail .detail-text .left-p, .service-top-detail .detail-text .right-p, .service-top-detail .detail-text .detail-title, .service-bottom-detail .detail-text .left-p, .service-bottom-detail .detail-text .right-p, .service-bottom-detail .detail-text .detail-title {
          max-width: unset; } }
    .service-top-detail .detail-text .detail-title, .service-bottom-detail .detail-text .detail-title {
      margin-bottom: 18px; }
    .service-top-detail .detail-text .text-detail, .service-bottom-detail .detail-text .text-detail {
      max-width: 656px;
      display: flex; }
      .service-top-detail .detail-text .text-detail .left-p, .service-bottom-detail .detail-text .text-detail .left-p {
        margin-right: 56px; }
        @media screen and (max-width: 1024px) {
          .service-top-detail .detail-text .text-detail .left-p, .service-bottom-detail .detail-text .text-detail .left-p {
            margin-right: 24px; } }
      @media screen and (max-width: 767px) {
        .service-top-detail .detail-text .text-detail, .service-bottom-detail .detail-text .text-detail {
          flex-direction: column; }
          .service-top-detail .detail-text .text-detail .left-p, .service-bottom-detail .detail-text .text-detail .left-p {
            margin-right: unset; } }
  .service-top-detail .detail-img, .service-bottom-detail .detail-img {
    flex: 1;
    display: flex; }
    .service-top-detail .detail-img img, .service-bottom-detail .detail-img img {
      width: 100%;
      object-fit: cover; }

.service-top-detail .detail-text {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .service-top-detail .detail-text {
      justify-content: flex-start; } }
  .service-top-detail .detail-text > div {
    padding-right: 113px; }
    @media screen and (max-width: 1400px) {
      .service-top-detail .detail-text > div {
        padding-right: 60px; } }
    @media screen and (max-width: 1024px) {
      .service-top-detail .detail-text > div {
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .service-top-detail .detail-text > div {
        padding: 0;
        width: 100%; } }
.service-bottom-detail .detail-text {
  display: flex;
  justify-content: flex-start; }
  .service-bottom-detail .detail-text > div {
    padding-left: 60px; }
    @media screen and (max-width: 1024px) {
      .service-bottom-detail .detail-text > div {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .service-bottom-detail .detail-text > div {
        width: 100%; } }
.accordion-specs-section {
  padding: 158px 20px;
  background-color: #232729; }
  .accordion-specs-section .accordion__block-title {
    font-weight: 700;
    font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
    color: #ffffff; }
    @media screen and (min-width: 1920px) {
      .accordion-specs-section .accordion__block-title {
        font-size: 56px; } }
    @media screen and (max-width: 768px) {
      .accordion-specs-section .accordion__block-title {
        font-size: 28px; } }
    .accordion-specs-section .accordion__block-title .red {
      color: #ac4b45; }
  .accordion-specs-section .accordion__title {
    font-weight: 400;
    font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
    color: #ffffff;
    text-transform: uppercase; }
    @media screen and (min-width: 1920px) {
      .accordion-specs-section .accordion__title {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .accordion-specs-section .accordion__title {
        font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .accordion-specs-section {
      padding: 73px 20px; } }
  .accordion-specs-section .accordion {
    max-width: 1512px;
    margin: auto auto 72px auto; }
    @media (max-width: 767px) {
      .accordion-specs-section .accordion:last-child {
        margin: auto; } }
  .accordion-specs-section .accordion__block-title {
    margin-bottom: 18px; }
  .accordion-specs-section .accordion__item {
    display: block;
    cursor: pointer;
    overflow: hidden;
    transition: all 150ms ease;
    background-color: #464c50;
    margin-bottom: 18px; }
  .accordion-specs-section .accordion__title {
    padding: 10px 20px;
    line-height: 1.5;
    transition: all 150ms ease;
    position: relative; }
    @media (max-width: 767px) {
      .accordion-specs-section .accordion__title {
        padding: 10px 32px 10px 20px; } }
    .accordion-specs-section .accordion__title span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ffffff;
      display: inline-block;
      margin-right: 48px;
      margin-bottom: 4px; }
      @media (max-width: 767px) {
        .accordion-specs-section .accordion__title span {
          width: 5px;
          height: 5px;
          margin-right: 12px; } }
    .accordion-specs-section .accordion__title::after {
      content: '';
      width: 30px;
      height: 20px;
      background: url("/images/caret-down.svg");
      position: absolute;
      right: 36px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 500ms ease; }
      @media (max-width: 767px) {
        .accordion-specs-section .accordion__title::after {
          width: 15px;
          height: 10px;
          right: 16px; } }
  .accordion-specs-section .accordion__content {
    background: #0a0b0b;
    transform: translateY(50%);
    color: #fff;
    font-size: calc(14px + (16 - 14) * (100vw - 768px) / 1152);
    line-height: 1.5;
    max-height: 0;
    opacity: 0;
    transition: all 150ms ease; }
    @media screen and (min-width: 1920px) {
      .accordion-specs-section .accordion__content {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      .accordion-specs-section .accordion__content {
        font-size: 14px; } }
  .accordion-specs-section .accordion__item [type=checkbox], .accordion-specs-section .accordion__item [type=radio] {
    display: none; }
  .accordion-specs-section .accordion__item [type=radio]:checked + .accordion__title::after, .accordion-specs-section .accordion__item [type=checkbox]:checked + .accordion__title::after {
    transform: rotate(180deg) translateY(50%); }
  .accordion-specs-section .accordion__item [type=radio]:checked + .accordion__title + .accordion__content, .accordion-specs-section .accordion__item [type=checkbox]:checked + .accordion__title + .accordion__content {
    padding: 10px 20px;
    transform: translateY(0);
    max-height: none;
    opacity: 1; }

.comparision-matrix {
  box-sizing: border-box;
  background-color: #0a0b0b;
  padding: 158px 20px; }
  .comparision-matrix {
    color: #ffffff; }
    .comparision-matrix .head .head-title {
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      font-weight: 700; }
      @media screen and (min-width: 1920px) {
        .comparision-matrix .head .head-title {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .comparision-matrix .head .head-title {
          font-size: 20px; } }
    .comparision-matrix .head .head-subtitle {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .comparision-matrix .head .head-subtitle {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .comparision-matrix .head .head-subtitle {
          font-size: 16px; } }
    .comparision-matrix th {
      line-height: 27px; }
      @media (max-width: 767px) {
        .comparision-matrix th {
          line-height: 17px; } }
    .comparision-matrix td, .comparision-matrix th {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .comparision-matrix td, .comparision-matrix th {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .comparision-matrix td, .comparision-matrix th {
          font-size: 16px; } }
  @media (max-width: 767px) {
    .comparision-matrix {
      overflow-x: scroll;
      padding: 80px 20px; } }
  .comparision-matrix .head {
    width: 100%;
    max-width: 1512px;
    margin: auto; }
    .comparision-matrix .head p {
      max-width: 326px;
      margin-bottom: 18px; }
  .comparision-matrix table {
    width: 100%;
    max-width: 1512px;
    margin: auto; }
    .comparision-matrix table tr {
      width: 100%; }
    .comparision-matrix table th {
      padding: 24px; }
    .comparision-matrix table td {
      width: 20%;
      padding: 8px;
      height: 60px; }
      .comparision-matrix table td:last-of-type {
        width: 19%; }
      .comparision-matrix table td:first-of-type {
        width: 21%; }
      .comparision-matrix table td img {
        margin: auto;
        display: block; }
        @media (max-width: 767px) {
          .comparision-matrix table td img {
            height: 20px;
            width: 20px; } }
    .comparision-matrix table .true {
      background-color: #ac4b45;
      border: 2px solid #0a0b0b; }
    .comparision-matrix table .false {
      background-color: #703330;
      border: 2px solid #0a0b0b; }
    .comparision-matrix table .nd {
      background-color: #33373a;
      border: 2px solid #0a0b0b; }

.section-certifications {
  background-color: #33373a;
  padding: 158px 20px; }
  .section-certifications {
    color: #ffffff; }
    .section-certifications .title {
      font-weight: 700;
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      line-height: 66px; }
      @media screen and (min-width: 1920px) {
        .section-certifications .title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .section-certifications .title {
          font-size: 28px; } }
      @media screen and (max-width: 767px) {
        .section-certifications .title {
          line-height: normal; } }
    .section-certifications .subtitle {
      font-weight: 400;
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152);
      line-height: normal;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        .section-certifications .subtitle {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .section-certifications .subtitle {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .section-certifications .subtitle {
          line-height: normal;
          text-align: left; } }
    .section-certifications .list-title {
      font-weight: 700;
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      text-transform: uppercase; }
      @media screen and (min-width: 1920px) {
        .section-certifications .list-title {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .section-certifications .list-title {
          font-size: 20px; } }
    .section-certifications li {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .section-certifications li {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .section-certifications li {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .section-certifications {
      padding: 80px 20px; } }
  .section-certifications .section-certifications-inner {
    max-width: 1512px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-certifications .section-certifications-inner .title {
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        .section-certifications .section-certifications-inner .title {
          margin-bottom: 8px;
          align-self: flex-start; } }
    .section-certifications .section-certifications-inner .subtitle {
      max-width: 1276px; }
    .section-certifications .section-certifications-inner .certi-badges {
      padding: 158px 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .section-certifications .section-certifications-inner .certi-badges {
          padding: 56px 0 0; } }
      .section-certifications .section-certifications-inner .certi-badges .badge-wrap {
        padding: 0 9px 54px; }
        @media screen and (max-width: 767px) {
          .section-certifications .section-certifications-inner .certi-badges .badge-wrap {
            padding: 0 9px 28px; } }
        .section-certifications .section-certifications-inner .certi-badges .badge-wrap img {
          width: 100%; }
    .section-certifications .section-certifications-inner .certi-courses-list {
      background-color: #0a0b0b;
      align-self: stretch;
      padding: 35px; }
      @media screen and (max-width: 767px) {
        .section-certifications .section-certifications-inner .certi-courses-list {
          padding: 15px 25px; } }
      .section-certifications .section-certifications-inner .certi-courses-list .list-title {
        margin-bottom: 18px; }
      .section-certifications .section-certifications-inner .certi-courses-list .certi-list {
        margin-bottom: 83px; }
      .section-certifications .section-certifications-inner .certi-courses-list ul {
        list-style: none;
        /* Remove default bullets */ }
      .section-certifications .section-certifications-inner .certi-courses-list ul li::before {
        content: "\2022";
        color: #ac4b45;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: 10px; }
      .section-certifications .section-certifications-inner .certi-courses-list ul li {
        margin-bottom: 18px; }

.company-detail-section {
  background-color: #33373a; }
  .company-detail-section {
    color: #ffffff;
    line-height: normal; }
    .company-detail-section .red-title {
      color: #ac4b45; }
    .company-detail-section .white-title {
      color: #ffffff; }
    .company-detail-section .para-heading {
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      color: #ffffff; }
    .company-detail-section ul li {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .company-detail-section ul li {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section ul li {
          font-size: 16px; } }
    .company-detail-section .para-txt {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .company-detail-section .para-txt {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section .para-txt {
          font-size: 16px; } }
    .company-detail-section .para-title {
      font-weight: 700;
      font-size: calc(20px + (20 - 20) * (100vw - 768px) / 1152);
      line-height: 1;
      color: #ac4b45; }
      @media screen and (min-width: 1920px) {
        .company-detail-section .para-title {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section .para-title {
          font-size: 20px; } }
    .company-detail-section .para-content {
      font-weight: 400;
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152);
      line-height: 27px;
      color: #ffffff; }
      @media screen and (min-width: 1920px) {
        .company-detail-section .para-content {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section .para-content {
          font-size: 16px; } }
      @media screen and (max-width: 1300px) {
        .company-detail-section .para-content {
          line-height: unset; } }
    .company-detail-section .page-title {
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
      font-weight: 700;
      line-height: 90px; }
      @media screen and (min-width: 1920px) {
        .company-detail-section .page-title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section .page-title {
          font-size: 28px; } }
      @media screen and (max-width: 1300px) {
        .company-detail-section .page-title {
          line-height: 1; } }
    .company-detail-section .page-subtitle {
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      font-weight: 700;
      line-height: 90px; }
      @media screen and (min-width: 1920px) {
        .company-detail-section .page-subtitle {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section .page-subtitle {
          font-size: 20px; } }
      @media screen and (max-width: 1300px) {
        .company-detail-section .page-subtitle {
          line-height: 1; } }
    .company-detail-section .red-title, .company-detail-section .white-title {
      font-size: calc(40px + (90 - 40) * (100vw - 768px) / 1152);
      font-weight: 700;
      line-height: 90px; }
      @media screen and (min-width: 1920px) {
        .company-detail-section .red-title, .company-detail-section .white-title {
          font-size: 90px; } }
      @media screen and (max-width: 768px) {
        .company-detail-section .red-title, .company-detail-section .white-title {
          font-size: 40px; } }
      @media screen and (max-width: 1300px) {
        .company-detail-section .red-title, .company-detail-section .white-title {
          line-height: 1; } }
      @media screen and (max-width: 767px) {
        .company-detail-section .red-title, .company-detail-section .white-title {
          line-height: 27px; } }
  .company-detail-section .right-to-left, .company-detail-section .left-to-right {
    display: flex; }
    @media screen and (max-width: 767px) {
      .company-detail-section .right-to-left, .company-detail-section .left-to-right {
        flex-direction: column-reverse; } }
    @media screen and (max-width: 767px) {
      .company-detail-section .right-to-left.right-to-left, .company-detail-section .left-to-right.right-to-left {
        flex-direction: column; } }
    .company-detail-section .right-to-left .company-detail-section-content, .company-detail-section .right-to-left .right, .company-detail-section .left-to-right .company-detail-section-content, .company-detail-section .left-to-right .right {
      flex: 1; }
    .company-detail-section .right-to-left .company-detail-section-content, .company-detail-section .left-to-right .company-detail-section-content {
      display: flex;
      justify-content: center;
      align-items: center; }
    .company-detail-section .right-to-left .right, .company-detail-section .left-to-right .right {
      display: flex; }
    .company-detail-section .right-to-left img, .company-detail-section .left-to-right img {
      width: 100%;
      object-fit: cover; }
    .company-detail-section .right-to-left .text-hero, .company-detail-section .left-to-right .text-hero {
      max-width: 656px;
      display: flex;
      padding: 60px 20px 60px; }
      @media screen and (max-width: 767px) {
        .company-detail-section .right-to-left .text-hero, .company-detail-section .left-to-right .text-hero {
          flex-direction: column; } }
      .company-detail-section .right-to-left .text-hero .left-p, .company-detail-section .right-to-left .text-hero .right-p, .company-detail-section .left-to-right .text-hero .left-p, .company-detail-section .left-to-right .text-hero .right-p {
        max-width: 300px; }
        @media screen and (max-width: 767px) {
          .company-detail-section .right-to-left .text-hero .left-p, .company-detail-section .right-to-left .text-hero .right-p, .company-detail-section .left-to-right .text-hero .left-p, .company-detail-section .left-to-right .text-hero .right-p {
            max-width: unset; } }
        .company-detail-section .right-to-left .text-hero .left-p .para-content, .company-detail-section .right-to-left .text-hero .right-p .para-content, .company-detail-section .left-to-right .text-hero .left-p .para-content, .company-detail-section .left-to-right .text-hero .right-p .para-content {
          margin-bottom: 49px; }
          @media screen and (max-width: 767px) {
            .company-detail-section .right-to-left .text-hero .left-p .para-content, .company-detail-section .right-to-left .text-hero .right-p .para-content, .company-detail-section .left-to-right .text-hero .left-p .para-content, .company-detail-section .left-to-right .text-hero .right-p .para-content {
              margin-bottom: 15px; } }
      .company-detail-section .right-to-left .text-hero .left-p, .company-detail-section .left-to-right .text-hero .left-p {
        margin-right: 56px; }
        @media screen and (max-width: 767px) {
          .company-detail-section .right-to-left .text-hero .left-p, .company-detail-section .left-to-right .text-hero .left-p {
            margin-right: unset; } }
        .company-detail-section .right-to-left .text-hero .left-p .para-heading, .company-detail-section .left-to-right .text-hero .left-p .para-heading {
          margin-bottom: 18px; }

.career-recruiting-section {
  background-color: #0a0b0b;
  padding: 158px 20px; }
  .career-recruiting-section {
    color: #ffffff; }
    .career-recruiting-section .title {
      font-weight: 700;
      font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .career-recruiting-section .title {
          font-size: 56px; } }
      @media screen and (max-width: 768px) {
        .career-recruiting-section .title {
          font-size: 28px; } }
    .career-recruiting-section .subtitle {
      font-weight: 700;
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .career-recruiting-section .subtitle {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .career-recruiting-section .subtitle {
          font-size: 20px; } }
    .career-recruiting-section .para {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152);
      line-height: normal; }
      @media screen and (min-width: 1920px) {
        .career-recruiting-section .para {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .career-recruiting-section .para {
          font-size: 16px; } }
    .career-recruiting-section .rct-custom-block-title {
      color: #ac4b45;
      font-size: 20px;
      font-weight: 700; }
    .career-recruiting-section .red-block {
      font-size: 28px;
      font-weight: 700; }
    .career-recruiting-section .email {
      color: #ac4b45; }
  @media screen and (max-width: 767px) {
    .career-recruiting-section {
      padding: 80px 20px; } }
  .career-recruiting-section .career-recruiting-inner-section {
    max-width: 1521px;
    margin: auto;
    display: flex; }
    @media (max-width: 1280px) {
      .career-recruiting-section .career-recruiting-inner-section {
        flex-direction: column; } }
    .career-recruiting-section .career-recruiting-inner-section .left-custom, .career-recruiting-section .career-recruiting-inner-section .right-custom-section {
      flex: 1; }
    .career-recruiting-section .career-recruiting-inner-section .left-custom .title, .career-recruiting-section .career-recruiting-inner-section .left-custom .subtitle {
      margin-bottom: 18px; }
    .career-recruiting-section .career-recruiting-inner-section .left-custom .text-container {
      display: flex; }
      @media screen and (max-width: 767px) {
        .career-recruiting-section .career-recruiting-inner-section .left-custom .text-container {
          flex-direction: column; } }
    .career-recruiting-section .career-recruiting-inner-section .left-custom .para {
      max-width: 300px;
      margin-right: 56px; }
      @media screen and (max-width: 767px) {
        .career-recruiting-section .career-recruiting-inner-section .left-custom .para {
          max-width: unset;
          margin-right: unset; } }
    .career-recruiting-section .career-recruiting-inner-section .right-custom-section {
      position: relative; }
      @media (max-width: 1280px) {
        .career-recruiting-section .career-recruiting-inner-section .right-custom-section {
          margin-top: 30px; } }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .rct-custom-block {
        display: flex; }
        .career-recruiting-section .career-recruiting-inner-section .right-custom-section .rct-custom-block .red-block {
          min-height: 50px;
          min-width: 50px;
          height: 50px;
          width: 50px;
          background-color: #ac4b45;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 23px; }
          @media screen and (max-width: 992px) {
            .career-recruiting-section .career-recruiting-inner-section .right-custom-section .rct-custom-block .red-block {
              margin-left: 0; } }
        .career-recruiting-section .career-recruiting-inner-section .right-custom-section .rct-custom-block .texts {
          display: flex;
          justify-content: center;
          align-items: center; }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .abs {
        position: absolute;
        transform: translate(-50%, -50%); }
        @media (max-width: 1280px) {
          .career-recruiting-section .career-recruiting-inner-section .right-custom-section .abs {
            position: unset;
            transform: none; } }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-01 {
        top: 30%;
        left: 75%; }
        @media (min-width: 1281px) and (max-width: 1600px) {
          .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-01 {
            top: 40%;
            left: 60%; } }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-02 {
        top: 60%;
        left: 85%; }
        @media (min-width: 1281px) and (max-width: 1600px) {
          .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-02 {
            top: 60%;
            left: 70%; } }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-03 {
        top: 90%;
        left: 75%; }
        @media (min-width: 1281px) and (max-width: 1600px) {
          .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-03 {
            top: 80%;
            left: 60%; } }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-04 {
        top: 90%;
        left: 25%;
        flex-direction: row-reverse; }
        @media (min-width: 1281px) and (max-width: 1600px) {
          .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-04 {
            top: 80%; } }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-05 {
        top: 60%;
        left: 15%;
        flex-direction: row-reverse; }
      .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-06 {
        top: 30%;
        left: 25%;
        flex-direction: row-reverse; }
        @media (min-width: 1281px) and (max-width: 1600px) {
          .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-06 {
            top: 40%; } }
      @media (max-width: 1280px) {
        .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-04, .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-05, .career-recruiting-section .career-recruiting-inner-section .right-custom-section .block-06 {
          flex-direction: row; } }
.custom-service-detail-section {
  background-color: #0a0b0b; }
  .custom-service-detail-section {
    color: #ffffff;
    line-height: normal;
    font-weight: 400;
    font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
    @media screen and (min-width: 1920px) {
      .custom-service-detail-section {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .custom-service-detail-section {
        font-size: 16px; } }
    .custom-service-detail-section .small {
      font-size: calc(12px + (14 - 12) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .custom-service-detail-section .small {
          font-size: 14px; } }
      @media screen and (max-width: 768px) {
        .custom-service-detail-section .small {
          font-size: 12px; } }
    .custom-service-detail-section .title {
      font-weight: 700;
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .custom-service-detail-section .title {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .custom-service-detail-section .title {
          font-size: 20px; } }
    .custom-service-detail-section .red-block {
      font-weight: 700; }
    .custom-service-detail-section .center-text {
      font-weight: 700;
      font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
      text-align: center; }
      @media screen and (min-width: 1920px) {
        .custom-service-detail-section .center-text {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .custom-service-detail-section .center-text {
          font-size: 20px; } }
      @media screen and (max-width: 992px) {
        .custom-service-detail-section .center-text {
          text-align: left; } }
    .custom-service-detail-section .pt-custom-block-title {
      font-weight: 700;
      color: #ac4b45;
      font-size: calc(16px + (20 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .custom-service-detail-section .pt-custom-block-title {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .custom-service-detail-section .pt-custom-block-title {
          font-size: 16px; } }
    .custom-service-detail-section .as-custom-block-title {
      font-weight: 700;
      color: #ac4b45;
      font-size: calc(14px + (20 - 14) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .custom-service-detail-section .as-custom-block-title {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .custom-service-detail-section .as-custom-block-title {
          font-size: 14px; } }
    .custom-service-detail-section .pt-custom-block-text {
      font-size: calc(16px + (18 - 16) * (100vw - 768px) / 1152); }
      @media screen and (min-width: 1920px) {
        .custom-service-detail-section .pt-custom-block-text {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        .custom-service-detail-section .pt-custom-block-text {
          font-size: 16px; } }
  .custom-service-detail-section .custom-service-detail-section-inner-wrapper {
    display: flex;
    padding: 158px 20px;
    max-width: 1512px;
    margin: auto; }
    @media screen and (max-width: 1400px) {
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper {
        padding: 158px 20px 228px; } }
    @media screen and (max-width: 992px) {
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper {
        padding: 158px 20px; } }
    @media screen and (max-width: 1400px) {
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper.col {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper {
        padding: 80px 20px; } }
    .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper {
      display: flex;
      flex: 1; }
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs {
        padding: 0 40px;
        flex: 1; }
        @media screen and (max-width: 1200px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs {
            padding: 0; } }
        @media screen and (max-width: 767px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs {
            margin-bottom: 40px; } }
        .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content {
          background-color: #232729;
          padding: 36px;
          height: 100%; }
          @media screen and (max-width: 767px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content {
              padding: 20px; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content.darker-grey {
            background-color: #33373a; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content .title {
            margin-bottom: 16px; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content ul {
            list-style: none;
            /* Remove default bullets */ }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content ul li::before {
            content: "\2022";
            color: #ac4b45;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content ul li {
            margin-bottom: 18px;
            margin-left: 20px; }
            @media screen and (max-width: 767px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .detail-specs-wrapper .detail-specs .detail-specs-content ul li {
                margin-bottom: 8px; } }
    .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section {
      flex: 2; }
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test {
        flex: 2;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 992px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test {
            justify-content: flex-start; } }
        @media (min-width: 1400px) and (max-width: 1600px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test {
            transform: translateX(-30px); } }
        .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro {
          height: 220px;
          width: 277px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 1800px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro {
              width: 140px; } }
          @media screen and (max-width: 1400px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro {
              margin-top: 150px; } }
          @media screen and (max-width: 992px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro {
              margin-top: 150px;
              height: 100px;
              width: 100px;
              align-items: flex-start; } }
          @media (max-width: 992px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro {
              width: auto;
              height: auto;
              flex-direction: column;
              margin-top: unset; } }
          @media (max-width: 992px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .center-text {
              order: 1;
              margin-top: 24px;
              margin-bottom: 24px; } }
          @media (max-width: 767px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .center-text {
              margin-top: unset; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .pt-custom-block {
            display: flex;
            width: 400px; }
            @media (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .pt-custom-block {
                align-self: flex-start;
                margin-bottom: 20px;
                width: 100%; }
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .pt-custom-block:last-of-type {
                  margin-bottom: 0; } }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .pt-custom-block .red-block {
              min-height: 113px;
              min-width: 113px;
              height: 113px;
              width: 113px;
              background-color: #ac4b45;
              display: flex;
              justify-content: center;
              align-items: center;
              margin: 23px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .pt-custom-block .red-block {
                  min-height: 44px;
                  min-width: 44px;
                  height: 44px;
                  width: 44px;
                  margin: 9px; } }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .pt-custom-block .texts {
              display: flex;
              flex-direction: column;
              justify-content: center; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .abs {
            position: absolute; }
            @media (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .abs {
                position: unset; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-01 {
            top: -60%;
            left: 30%;
            order: 2; }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-01 .texts {
              max-width: 200px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-01 .texts {
                  max-width: unset; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-02 {
            left: 100%;
            order: 3; }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-02 .texts {
              max-width: 230px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-02 .texts {
                  max-width: unset; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-03 {
            top: 100%;
            left: 67%;
            order: 4; }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-03 .texts {
              max-width: 190px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-03 .texts {
                  max-width: unset; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-04 {
            text-align: right;
            top: 100%;
            left: -300px;
            flex-direction: row-reverse;
            order: 5; }
            @media screen and (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-04 {
                flex-direction: row;
                text-align: left; } }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-04 .texts {
              max-width: 220px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-04 .texts {
                  max-width: unset; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-05 {
            text-align: right;
            left: -400px;
            flex-direction: row-reverse;
            order: 6; }
            @media screen and (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-05 {
                flex-direction: row;
                text-align: left; } }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-05 .texts {
              max-width: 200px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.pen_test .text-fulcro .block-05 .texts {
                  max-width: unset; } }
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.red_team {
        display: flex;
        justify-content: center; }
        .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.red_team img {
          width: 90%; }
          @media screen and (max-width: 1024px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.red_team img.desk {
              display: none; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.red_team img.mob {
            display: none; }
            @media screen and (max-width: 1024px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.red_team img.mob {
                display: block; } }
      .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym {
        flex: 2;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1400px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym {
            padding: 150px 20px;
            margin-top: 40px; } }
        @media screen and (max-width: 992px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym {
            padding: 60px 40px 0;
            margin-top: unset;
            justify-content: flex-start; } }
        @media screen and (max-width: 767px) {
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym {
            padding: 60px 0 0; } }
        .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro {
          height: 220px;
          width: 277px;
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 992px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro {
              height: unset;
              align-items: flex-start; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .preview-item-img-wrapper {
            background-color: #ac4b45;
            padding: 16px;
            width: fit-content;
            align-self: center; }
            @media screen and (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .preview-item-img-wrapper {
                align-self: unset;
                margin-bottom: 8px; } }
          @media screen and (max-width: 992px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .center-text {
              margin-bottom: 24px; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .as-custom-block {
            display: flex;
            width: 400px; }
            @media screen and (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .as-custom-block {
                width: unset; } }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .as-custom-block .red-block {
              min-height: 50px;
              min-width: 50px;
              height: 50px;
              width: 50px;
              background-color: #ac4b45;
              display: flex;
              justify-content: center;
              align-items: center;
              margin: 23px; }
              @media screen and (max-width: 992px) {
                .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .as-custom-block .red-block {
                  margin: 8px; } }
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .as-custom-block .texts {
              display: flex;
              justify-content: center;
              align-items: center; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .abs {
            position: absolute; }
            @media screen and (max-width: 992px) {
              .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .abs {
                position: static; } }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-01 {
            top: -70%;
            left: 60%; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-02 {
            top: -30%;
            left: 100%; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-03 {
            top: 10%;
            left: 120%; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-04 {
            top: 50%;
            left: 120%; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-05 {
            top: 90%;
            left: 100%; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-06 {
            top: 130%;
            left: 60%; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-07 {
            top: 130%;
            left: -100%;
            flex-direction: row-reverse;
            text-align: right; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-08 {
            top: 90%;
            left: -140%;
            flex-direction: row-reverse;
            text-align: right; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-09 {
            top: 50%;
            left: -160%;
            flex-direction: row-reverse;
            text-align: right; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-10 {
            top: 10%;
            left: -160%;
            flex-direction: row-reverse;
            text-align: right; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-11 {
            top: -30%;
            left: -140%;
            flex-direction: row-reverse;
            text-align: right; }
          .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-12 {
            top: -70%;
            left: -100%;
            flex-direction: row-reverse;
            text-align: right; }
          @media screen and (max-width: 992px) {
            .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-07, .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-08, .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-09, .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-10, .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-11, .custom-service-detail-section .custom-service-detail-section-inner-wrapper .right-detail-custom-section.adv_sym .content-fulcro .block-12 {
              flex-direction: row;
              text-align: left; } }
.phrase-section-div {
  background-color: #ac4b45;
  padding: 158px 20px; }
  .phrase-section-div .redsectionContainer {
    max-width: 1512px;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .phrase-section-div {
      padding: 80px 20px; } }
  .phrase-section-div.big-text.big-text p {
    color: #ffffff;
    line-height: normal;
    font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
    font-weight: 700; }
    @media screen and (min-width: 1920px) {
      .phrase-section-div.big-text.big-text p {
        font-size: 56px; } }
    @media screen and (max-width: 768px) {
      .phrase-section-div.big-text.big-text p {
        font-size: 28px; } }
  .phrase-section-div.big-text.list p, .phrase-section-div.big-text.list ul {
    color: #ffffff;
    line-height: normal;
    font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
    font-weight: 700; }
    @media screen and (min-width: 1920px) {
      .phrase-section-div.big-text.list p, .phrase-section-div.big-text.list ul {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .phrase-section-div.big-text.list p, .phrase-section-div.big-text.list ul {
        font-size: 20px; } }
  .phrase-section-div.big-text p {
    text-align: center; }
  .phrase-section-div.list.big-text p {
    color: #ffffff;
    line-height: normal;
    font-size: calc(28px + (56 - 28) * (100vw - 768px) / 1152);
    font-weight: 700; }
    @media screen and (min-width: 1920px) {
      .phrase-section-div.list.big-text p {
        font-size: 56px; } }
    @media screen and (max-width: 768px) {
      .phrase-section-div.list.big-text p {
        font-size: 28px; } }
  .phrase-section-div.list.list p, .phrase-section-div.list.list ul {
    color: #ffffff;
    line-height: normal;
    font-size: calc(20px + (28 - 20) * (100vw - 768px) / 1152);
    font-weight: 700; }
    @media screen and (min-width: 1920px) {
      .phrase-section-div.list.list p, .phrase-section-div.list.list ul {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .phrase-section-div.list.list p, .phrase-section-div.list.list ul {
        font-size: 20px; } }
  .phrase-section-div.list .redsectionContainer p {
    text-align: center;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .phrase-section-div.list .redsectionContainer p {
        text-align: left; } }
  .phrase-section-div.list .redsectionContainer ul {
    padding: 0 130px; }
    @media screen and (max-width: 767px) {
      .phrase-section-div.list .redsectionContainer ul {
        padding: 0 20px; } }
    .phrase-section-div.list .redsectionContainer ul li {
      list-style-type: disc;
      margin-bottom: 18px; }
      @media screen and (max-width: 767px) {
        .phrase-section-div.list .redsectionContainer ul li {
          margin-bottom: 7px; } }
html {
  scroll-behavior: smooth !important; }

body {
  overflow-x: hidden; }
