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

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

.error-content .error-wrapper > a, .dev-profile .profile-wrapper .fixed-panel .profile-img > a, .hire-unit .unit-wrapper .unit-form .unit-text > a, .sub-network .network-wrapper > a, .top-banner .banner-wrapper .banner-info > a, .hiring-steps .title .link > a, .network .network-wrapper > a, .banner .banner-wrapper .banner-info > a, header .header-wrapper .menu .links > a.hire {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.005em;
  text-align: center;
  color: #FFFFFF;
  background: #2DE379;
  border: 1px solid #2DE379;
  border-radius: 8px;
  padding: 8px;
  min-width: 185px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  transition: background 0.5s ease, color 0.5s ease;
}
.error-content .error-wrapper > a:hover, .dev-profile .profile-wrapper .fixed-panel .profile-img > a:hover, .hire-unit .unit-wrapper .unit-form .unit-text > a:hover, .sub-network .network-wrapper > a:hover, .top-banner .banner-wrapper .banner-info > a:hover, .hiring-steps .title .link > a:hover, .network .network-wrapper > a:hover, .banner .banner-wrapper .banner-info > a:hover, header .header-wrapper .menu .links > a.hire:hover {
  background: #FFFFFF;
  color: #2DE379;
}

.extra-articles .extra-wrapper .title > a, .sub-articles .sub-articles-wrapper .toggle-btn, .faq-block .faq-block-wrapper .title > a, .dispatch .dispatch-wrapper .title > a, .community .tabs-wrapper .tab-container .tab-content .tab-link > a, .hiring-steps .steps .step.third-step .step-descr .cards .card .card-link > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  color: #1E1E1E;
  background: #FFFFFF;
  border: 1px solid #A9A9A9;
  border-radius: 8px;
  padding: 8px;
  min-width: 114px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  transition: background 0.5s ease, color 0.5s ease;
}
.extra-articles .extra-wrapper .title > a:hover, .sub-articles .sub-articles-wrapper .toggle-btn:hover, .faq-block .faq-block-wrapper .title > a:hover, .dispatch .dispatch-wrapper .title > a:hover, .community .tabs-wrapper .tab-container .tab-content .tab-link > a:hover, .hiring-steps .steps .step.third-step .step-descr .cards .card .card-link > a:hover {
  background: #2DE379;
  color: #FFFFFF;
  border: 1px solid #2DE379;
}

.top-contact .contact-wrapper .contact-form .title > a, .top-article .article-wrapper .article-info > a, .hire-block .hire-wrapper .hire-info > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #FFFFFF;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 8px;
  padding: 8px;
  min-width: 184px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  transition: background 0.5s ease, color 0.5s ease;
}
.top-contact .contact-wrapper .contact-form .title > a:hover, .top-article .article-wrapper .article-info > a:hover, .hire-block .hire-wrapper .hire-info > a:hover {
  background: transparent;
  color: #1E1E1E;
}

.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > a, .sub-banner .banner-wrapper .banner-info > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #1E1E1E;
  background: #FFFFFF;
  border: 1px solid #EDEBEB;
  border-radius: 8px;
  padding: 8px;
  min-width: 141px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  transition: background 0.5s ease, color 0.5s ease;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > a:hover, .sub-banner .banner-wrapper .banner-info > a:hover {
  background: #2DE379;
  color: #FFFFFF;
  border: 1px solid #2DE379;
}

.find-talent .talent-wrapper .links > a, .main-faq .main-faq-wrapper .anchors > ul > li > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  padding: 11px 19px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
}
.find-talent .talent-wrapper .links > a:hover, .main-faq .main-faq-wrapper .anchors > ul > li > a:hover {
  background: #2DE379;
  border: 1px solid #2DE379;
  color: #FFFFFF;
}

.hire-unit .unit-wrapper .unit-form form button {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #FFFFFF;
  background: #2DE379;
  border: 1px solid #2DE379;
  border-radius: 8px;
  padding: 8px;
  min-width: 182px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 0 0 auto;
  transition: background 0.5s ease, color 0.5s ease;
}
.hire-unit .unit-wrapper .unit-form form button:hover {
  background: #FFFFFF;
  color: #2DE379;
}

.top-contact .contact-wrapper .contact-form form button {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 8px;
  padding: 8px;
  min-width: 139px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 0 0 auto;
  transition: background 0.5s ease, color 0.5s ease;
}
.top-contact .contact-wrapper .contact-form form button:hover {
  background: transparent;
  color: #1E1E1E;
}

@media (max-width: 766px) {
  .error-content .error-wrapper > a, .dev-profile .profile-wrapper .fixed-panel .profile-img > a, .hire-unit .unit-wrapper .unit-form .unit-text > a, .sub-network .network-wrapper > a, .top-banner .banner-wrapper .banner-info > a, .hiring-steps .title .link > a, .network .network-wrapper > a, .banner .banner-wrapper .banner-info > a, header .header-wrapper .menu .links > a.hire {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0em;
    padding: 5px;
    min-width: 100%;
    min-height: 51px;
  }
  .top-contact .contact-wrapper .contact-form .title > a, .top-article .article-wrapper .article-info > a, .hire-block .hire-wrapper .hire-info > a {
    padding: 5px;
    min-width: 100%;
    width: 100%;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > a, .sub-banner .banner-wrapper .banner-info > a {
    width: 100%;
    min-width: 100%;
    padding: 5px;
  }
  .extra-articles .extra-wrapper .title > a, .sub-articles .sub-articles-wrapper .toggle-btn, .faq-block .faq-block-wrapper .title > a, .dispatch .dispatch-wrapper .title > a, .community .tabs-wrapper .tab-container .tab-content .tab-link > a, .hiring-steps .steps .step.third-step .step-descr .cards .card .card-link > a {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 5px;
    min-width: 100%;
    min-height: 54px;
    width: 100%;
  }
  .top-contact .contact-wrapper .contact-form form button {
    line-height: 1.625rem;
    padding: 5px;
    min-width: 100%;
    min-height: 54px;
    width: 100%;
    margin: 0 auto;
  }
  .hire-unit .unit-wrapper .unit-form form button {
    padding: 5px;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .find-talent .talent-wrapper .links > a, .main-faq .main-faq-wrapper .anchors > ul > li > a {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 5px;
    width: 100%;
    min-height: 46px;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
  scroll-padding-top: 100px;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  background-color: #FFFFFF;
}
body :first-child {
  margin-top: 0 !important;
}
body :last-child {
  margin-bottom: 0 !important;
}
body._pc header .header-wrapper .menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

main {
  flex: 1 1 auto;
  margin: 84px 0 0 0;
}

footer {
  flex: 0 0 auto;
}

.container {
  width: 1280px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 1440px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}

.container-article {
  width: 774px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  margin: 0 0 30px 0;
}

h1 {
  font-size: 4.125rem;
  line-height: 4.3125rem;
}

h2 {
  font-size: 3.1875rem;
  line-height: 3.5rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.375rem;
}

h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

h5,
h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
}

h5 {
  font-size: 1.625rem;
  line-height: 1.9375rem;
}

h6 {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 20px 0;
}

sup {
  top: -0.1em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@font-face {
  font-family: "Roobert-Regular";
  src: url("../fonts/RoobertTRIAL-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roobert-Medium";
  src: url("../fonts/RoobertTRIAL-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roobert-SemiBold";
  src: url("../fonts/RoobertTRIAL-SemiBold.otf");
  font-weight: 650;
  font-style: normal;
}
@media (min-width: 1080px) {
  .wrapper {
    overflow-x: clip;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  body._lock {
    overflow: hidden;
  }
  body._touch header .header-wrapper .menu > ul > li._active .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
    display: flex;
    margin: 14px 0 0 0;
  }
  body._touch header .header-wrapper .menu > ul > li._active .dropdown-menu::after {
    transform: rotate(180deg);
  }
  main {
    margin: 67px 0 0 0;
  }
}
@media (max-width: 766px) {
  body._lock {
    overflow: hidden;
  }
  body._touch header .header-wrapper .menu > ul > li._active .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
    display: flex;
    margin: 14px 0 0 0;
  }
  body._touch header .header-wrapper .menu > ul > li._active .dropdown-menu::after {
    transform: rotate(180deg);
  }
  .container,
  .container-article {
    max-width: 88%;
  }
  main {
    margin: 67px 0 0 0;
  }
  h1 {
    font-size: 3rem;
    line-height: 3.625rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header {
  background: #FAFAFA;
  border-bottom: 1px solid #EDEBEB;
  padding: 19.5px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
  z-index: 3;
}
header.sub-header {
  display: none;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .header-wrapper .logo {
  max-width: 213px;
  min-width: 213px;
  max-height: 40px;
  min-height: 40px;
}
header .header-wrapper .logo > a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 213px;
  min-width: 213px;
  max-height: 40px;
  min-height: 40px;
}
header .header-wrapper .logo > a > img {
  max-width: 180px;
  min-width: 180px;
  max-height: 40px;
  min-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
}
header .header-wrapper .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
header .header-wrapper .menu > ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}
header .header-wrapper .menu > ul > li {
  position: relative;
  padding: 10px 0;
}
header .header-wrapper .menu > ul > li > a {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #1E1E1E;
  display: block;
  text-transform: capitalize;
}
header .header-wrapper .menu > ul > li .dropdown-menu {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding: 0 28px 0 0;
  transition: all 0.5s ease;
}
header .header-wrapper .menu > ul > li .dropdown-menu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/menu-arrow-down.svg);
}
header .header-wrapper .menu > ul > li .sub-menu {
  display: none;
  position: absolute;
  left: -48px;
  top: 44px;
  background: #FFFFFF;
  border: 1px solid #EDEBEB;
  border-radius: 8px;
  min-width: 319px;
  z-index: 1;
  padding: 6px 8px;
  transform: translate(0px, 10%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  gap: 6px;
  flex-direction: column;
}
header .header-wrapper .menu > ul > li .sub-menu > li > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  padding: 10px;
  display: inline-block;
  width: 100%;
  transition: color 0.5s ease;
}
header .header-wrapper .menu > ul > li .sub-menu > li > a:hover {
  color: #2DE379;
}
header .header-wrapper .menu > ul > li:hover .sub-menu {
  display: flex;
}
header .header-wrapper .menu .links {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
header .header-wrapper .menu .links > a.sign-in {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  text-align: center;
  color: #1E1E1E;
  display: block;
  text-transform: capitalize;
  padding: 10px 24px;
  transition: color 0.5s ease;
}
header .header-wrapper .menu .links > a.sign-in:hover {
  color: #2DE379;
}
header .header-wrapper .menu .links > a.hire {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  min-width: 131px;
  min-height: 44px;
}
header .header-wrapper .mob-content {
  display: none;
}

@media (min-width: 766px) and (max-width: 1080px) {
  header {
    padding: 15px 0;
  }
  header::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 67px;
    z-index: 3;
    background-color: #FAFAFA;
    border-bottom: 1px solid #EDEBEB;
  }
  header .header-wrapper .logo {
    max-width: 158px;
    min-width: 158px;
    max-height: 28px;
    min-height: 28px;
    position: relative;
    z-index: 3;
  }
  header .header-wrapper .logo > a {
    max-width: 158px;
    min-width: 158px;
    max-height: 28px;
    min-height: 28px;
  }
  header .header-wrapper .logo > a > img {
    max-width: 158px;
    min-width: 158px;
    max-height: 28px;
    min-height: 28px;
  }
  header .header-wrapper .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    background: #FAFAFA;
    padding: 0 0 32px 0;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
  }
  header .header-wrapper .menu.show {
    opacity: 1;
    transform: translateX(0);
  }
  header .header-wrapper .menu > ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 115px 24px 0 24px;
    width: 100%;
    gap: 32px;
  }
  header .header-wrapper .menu > ul > li {
    width: 100%;
    padding: 0;
  }
  header .header-wrapper .menu > ul > li > a {
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 100%;
    text-align: left;
  }
  header .header-wrapper .menu > ul > li .dropdown-menu {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  header .header-wrapper .menu > ul > li .dropdown-menu::after {
    transition: all 0.5s;
  }
  header .header-wrapper .menu > ul > li .sub-menu {
    position: relative;
    flex: 1 1 100%;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
  }
  header .header-wrapper .menu > ul > li:hover .sub-menu {
    display: none;
  }
  header .header-wrapper .menu .links {
    gap: 16px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 24px;
  }
  header .header-wrapper .menu .links > a.sign-in {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #1E1E1E;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    width: 100%;
    height: 54px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #A9A9A9;
    background: transparent;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  }
  header .header-wrapper .menu .links > a.sign-in:hover {
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #FFFFFF;
  }
  header .header-wrapper .menu .links > a.hire {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    width: 100%;
    height: 54px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #2DE379;
    background: #2DE379;
    transition: background 0.5s ease, color 0.5s ease;
  }
  header .header-wrapper .menu .links > a.hire:hover {
    background: #FFFFFF;
    color: #2DE379;
  }
  header .header-wrapper .mob-content {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 3;
  }
  header .header-wrapper .mob-content > a {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1rem;
    line-height: 1.4375rem;
    min-width: 111px;
    min-height: 36px;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    background: #2DE379;
    border: 1px solid #2DE379;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    transition: background 0.5s ease, color 0.5s ease;
  }
  header .header-wrapper .mob-content > a:hover {
    background: #FFFFFF;
    color: #2DE379;
  }
  header .header-wrapper .mob-content .menu-btn {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #F0EFEB;
    border-radius: 6px;
    transition: 0.3s;
  }
  header .header-wrapper .mob-content .menu-btn.show > span {
    max-width: 18px;
  }
  header .header-wrapper .mob-content .menu-btn.show > span:nth-child(1) {
    width: 100%;
    transform: translate(0px, 5px) rotate(-45deg);
  }
  header .header-wrapper .mob-content .menu-btn.show > span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-wrapper .mob-content .menu-btn.show > span:nth-child(3) {
    width: 100%;
    transform: translate(0px, -7px) rotate(45deg);
  }
  header .header-wrapper .mob-content .menu-btn > span {
    display: block;
    height: 2px;
    max-width: 14px;
    width: 100%;
    background: #1E1E1E;
    transition: 0.3s;
    z-index: 2;
  }
  header .header-wrapper .mob-content .menu-btn > span:nth-child(2) {
    width: 100%;
    margin-top: 4px;
  }
  header .header-wrapper .mob-content .menu-btn > span:nth-child(3) {
    width: 100%;
    margin-top: 4px;
  }
  header.sub-header {
    display: block;
  }
}
@media (max-width: 766px) {
  header {
    padding: 15px 0;
  }
  header::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 67px;
    z-index: 3;
    background-color: #FAFAFA;
    border-bottom: 1px solid #EDEBEB;
  }
  header .container {
    max-width: 92%;
  }
  header .header-wrapper {
    gap: 10px;
  }
  header .header-wrapper .logo {
    max-width: 158px;
    min-width: auto;
    max-height: 28px;
    min-height: auto;
    position: relative;
    z-index: 3;
  }
  header .header-wrapper .logo > a {
    max-width: 158px;
    min-width: auto;
    max-height: 28px;
    min-height: auto;
  }
  header .header-wrapper .logo > a > img {
    max-width: 158px;
    min-width: auto;
    max-height: 28px;
    min-height: auto;
  }
  header .header-wrapper .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    background: #FAFAFA;
    padding: 0 0 32px 0;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
  }
  header .header-wrapper .menu.show {
    opacity: 1;
    transform: translateX(0);
  }
  header .header-wrapper .menu > ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 115px 24px 0 24px;
    width: 100%;
    gap: 32px;
  }
  header .header-wrapper .menu > ul > li {
    width: 100%;
    padding: 0;
  }
  header .header-wrapper .menu > ul > li > a {
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 100%;
    text-align: left;
  }
  header .header-wrapper .menu > ul > li .dropdown-menu {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  header .header-wrapper .menu > ul > li .dropdown-menu::after {
    transition: all 0.5s;
  }
  header .header-wrapper .menu > ul > li .sub-menu {
    position: relative;
    flex: 1 1 100%;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
  }
  header .header-wrapper .menu > ul > li:hover .sub-menu {
    display: none;
  }
  header .header-wrapper .menu .links {
    gap: 16px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 24px;
  }
  header .header-wrapper .menu .links > a.sign-in {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #1E1E1E;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    width: 100%;
    height: 54px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #A9A9A9;
    background: transparent;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  }
  header .header-wrapper .menu .links > a.sign-in:hover {
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #FFFFFF;
  }
  header .header-wrapper .menu .links > a.hire {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    width: 100%;
    height: 54px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #2DE379;
    background: #2DE379;
    transition: background 0.5s ease, color 0.5s ease;
  }
  header .header-wrapper .menu .links > a.hire:hover {
    background: #FFFFFF;
    color: #2DE379;
  }
  header .header-wrapper .mob-content {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 3;
  }
  header .header-wrapper .mob-content > a {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1rem;
    line-height: 1.4375rem;
    min-width: 111px;
    min-height: 36px;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    background: #2DE379;
    border: 1px solid #2DE379;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    transition: background 0.5s ease, color 0.5s ease;
  }
  header .header-wrapper .mob-content > a:hover {
    background: #FFFFFF;
    color: #2DE379;
  }
  header .header-wrapper .mob-content .menu-btn {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #F0EFEB;
    border-radius: 6px;
    transition: 0.3s;
  }
  header .header-wrapper .mob-content .menu-btn.show > span {
    max-width: 18px;
  }
  header .header-wrapper .mob-content .menu-btn.show > span:nth-child(1) {
    width: 100%;
    transform: translate(0px, 5px) rotate(-45deg);
  }
  header .header-wrapper .mob-content .menu-btn.show > span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-wrapper .mob-content .menu-btn.show > span:nth-child(3) {
    width: 100%;
    transform: translate(0px, -7px) rotate(45deg);
  }
  header .header-wrapper .mob-content .menu-btn > span {
    display: block;
    height: 2px;
    max-width: 14px;
    width: 100%;
    background: #1E1E1E;
    transition: 0.3s;
    z-index: 2;
  }
  header .header-wrapper .mob-content .menu-btn > span:nth-child(2) {
    width: 100%;
    margin-top: 4px;
  }
  header .header-wrapper .mob-content .menu-btn > span:nth-child(3) {
    width: 100%;
    margin-top: 4px;
  }
  header.sub-header {
    display: block;
  }
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  border-top: 1px solid #EDEBEB;
  padding: 64px 0 48px 0;
}
footer .footer-wrapper .footer-items {
  display: flex;
  justify-content: space-between;
  gap: 128px;
}
footer .footer-wrapper .footer-items .footer-item:first-child {
  max-width: 323px;
  width: 100%;
}
footer .footer-wrapper .footer-items .footer-item:nth-child(2) {
  max-width: 180px;
  width: 100%;
}
footer .footer-wrapper .footer-items .footer-item:last-child {
  max-width: 280px;
  width: 100%;
}
footer .footer-wrapper .footer-items .footer-item > a {
  display: inline-block;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
  transition: color 0.5s ease;
  word-break: break-all;
}
footer .footer-wrapper .footer-items .footer-item > a > img {
  max-width: 150px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
}
footer .footer-wrapper .footer-items .footer-item > a.logo {
  margin: 0 0 36px 0;
  max-width: 150px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  overflow: visible;
}
footer .footer-wrapper .footer-items .footer-item > a:hover {
  color: #2DE379;
}
footer .footer-wrapper .footer-items .footer-item > p {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 20px 0;
}
footer .footer-wrapper .footer-items .footer-item > p > span {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #A9A9A9;
}
footer .footer-wrapper .footer-items .footer-item > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
footer .footer-wrapper .footer-items .footer-item > ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-wrapper .footer-items .footer-item > ul > li > a {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  text-align: left;
  color: #1E1E1E;
  transition: color 0.5s ease;
}
footer .footer-wrapper .footer-items .footer-item > ul > li > a:hover {
  color: #2DE379;
}
footer .footer-wrapper .footer-items .footer-item .social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 36px 0 0 0;
}
footer .footer-wrapper .footer-items .footer-item .social-media > a {
  display: inline-block;
  width: 21px;
  height: 20px;
  transition: fill 0.5s ease, stroke 0.5s ease;
}
footer .footer-wrapper .footer-items .footer-item .social-media > a > svg {
  width: 21px;
  height: 20px;
  object-fit: cover;
}
footer .footer-wrapper .footer-items .footer-item .social-media > a > svg path {
  transition: fill 0.5s ease, stroke 0.5s ease;
}
footer .footer-wrapper .footer-items .footer-item .social-media > a:hover > svg path {
  fill: #2DE379;
}
footer .footer-wrapper .footer-items .footer-item .social-media > a:hover:first-child > svg path {
  fill: #2DE379;
}
footer .footer-wrapper .footer-items .footer-item .social-media > a:hover:first-child > svg path:nth-child(2) {
  fill: #FFFFFF;
}
footer .footer-wrapper .footer-links {
  display: flex;
  gap: 123px;
}
footer .footer-wrapper .footer-links .footer-item {
  display: flex;
  gap: 20px;
}
footer .footer-wrapper .footer-links .footer-item:first-child {
  max-width: 323px;
  width: 100%;
}
footer .footer-wrapper .footer-links .footer-item > a {
  display: inline-block;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: left;
  color: #1E1E1E;
  transition: color 0.5s ease;
}
footer .footer-wrapper .footer-links .footer-item > a:hover {
  color: #2DE379;
}
footer .footer-wrapper .footer-links .footer-item > p {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}

@media (min-width: 766px) and (max-width: 1080px) {
  footer .footer-wrapper .footer-items {
    gap: 20px;
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-items .footer-item:first-child {
    max-width: 200px;
  }
  footer .footer-wrapper .footer-items .footer-item:last-child {
    max-width: 200px;
  }
  footer .footer-wrapper .footer-items .footer-item > a.logo {
    max-width: 158px;
    max-height: 28px;
  }
  footer .footer-wrapper .footer-items .footer-item > a.logo > img {
    max-width: 158px;
    max-height: 28px;
  }
  footer .footer-wrapper .footer-links {
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-links .footer-item:first-child {
    max-width: max-content;
  }
}
@media (max-width: 766px) {
  footer .footer-wrapper {
    gap: 48px;
    padding: 48px 0;
  }
  footer .footer-wrapper .footer-items {
    gap: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .footer-wrapper .footer-items .footer-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer-wrapper .footer-items .footer-item:first-child, footer .footer-wrapper .footer-items .footer-item:nth-child(2), footer .footer-wrapper .footer-items .footer-item:last-child {
    max-width: 100%;
  }
  footer .footer-wrapper .footer-items .footer-item > p {
    text-align: center;
    margin: 0 0 24px 0;
  }
  footer .footer-wrapper .footer-items .footer-item > ul {
    gap: 16px;
  }
  footer .footer-wrapper .footer-items .footer-item > ul > li > a {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    text-align: center;
  }
  footer .footer-wrapper .footer-items .footer-item .social-media {
    gap: 31px;
    justify-content: center;
    margin: 12px 0 0 0;
  }
  footer .footer-wrapper .footer-items .footer-item .social-media > a {
    width: 25px;
    height: 25px;
  }
  footer .footer-wrapper .footer-items .footer-item .social-media > a > svg {
    width: 25px;
    height: 25px;
  }
  footer .footer-wrapper .footer-links {
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer-wrapper .footer-links .footer-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer-wrapper .footer-links .footer-item:first-child {
    max-width: 100%;
    padding: 0 0 48px 0;
    border-bottom: 1px solid #E9E9E9;
  }
  footer .footer-wrapper .footer-links .footer-item:last-child {
    padding: 48px 0 0 0;
  }
  footer .footer-wrapper .footer-links .footer-item > a {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: -0.005em;
    text-align: center;
  }
  footer .footer-wrapper .footer-links .footer-item > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: -0.005em;
    text-align: center;
  }
}
/* Home */
.banner {
  background: #FAFAFA;
}
.banner .banner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  min-height: 690px;
  max-height: 690px;
}
.banner .banner-wrapper .banner-info {
  max-width: 615px;
  width: 100%;
  padding: 50px 0 50px 40px;
}
.banner .banner-wrapper .banner-info > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.banner .banner-wrapper .banner-info > p {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.banner .banner-wrapper .banner-info > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.banner .banner-wrapper .banner-images {
  max-width: 640px;
  width: 100%;
  background: #F0EFEB;
  position: relative;
}
.banner .banner-wrapper .banner-images > img {
  position: relative;
  max-width: 412px;
  max-height: 615px;
  width: 100%;
  object-fit: cover;
  margin: 75px auto 0 auto;
  display: flex;
}
.banner .banner-wrapper .banner-images .el-one {
  position: absolute;
  left: -1px;
  top: 32px;
}
.banner .banner-wrapper .banner-images .el-one > img {
  max-width: 255px;
  max-height: 343px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-wrapper .banner-images .el-two {
  display: flex;
  align-items: center;
  background-image: url(../img/content/banner-img-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -66px;
  bottom: 194px;
  z-index: 1;
  padding: 15px 18px 31px 15px;
}
.banner .banner-wrapper .banner-images .el-two > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.banner .banner-wrapper .banner-images .el-two .text {
  margin: 0 28px 0 17px;
}
.banner .banner-wrapper .banner-images .el-two .text > p {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-align: left;
  margin: 0 0 1px 0;
  color: #1E1E1E;
}
.banner .banner-wrapper .banner-images .el-two .text > p > span {
  font-size: 0.8125rem;
  color: #A9A9A9;
}
.banner .banner-wrapper .banner-images .el-three {
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 1;
}
.banner .banner-wrapper .banner-images .el-three > img {
  max-width: 255px;
  max-height: 253px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .banner .banner-wrapper .banner-info {
    max-width: 500px;
    padding: 50px 0;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .banner .banner-wrapper .banner-info {
    max-width: 500px;
    padding: 50px 0;
  }
  .banner .banner-wrapper .banner-images .el-two {
    left: -30px;
    bottom: 130px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .banner .container-fluid {
    max-width: 100%;
  }
  .banner .banner-wrapper {
    gap: 32px;
    min-height: 100%;
    max-height: 100%;
    flex-direction: column;
  }
  .banner .banner-wrapper .banner-info {
    max-width: 95%;
    padding: 48px 0 0 0;
    margin: 0 auto;
  }
  .banner .banner-wrapper .banner-images {
    max-width: 100%;
  }
  .banner .banner-wrapper .banner-images > img {
    margin: 34px auto 0 auto;
  }
  .banner .banner-wrapper .banner-images .el-one {
    left: 0;
  }
  .banner .banner-wrapper .banner-images .el-two {
    left: 17px;
    bottom: 100px;
  }
}
@media (max-width: 766px) {
  .banner .container-fluid {
    max-width: 100%;
  }
  .banner .banner-wrapper {
    gap: 32px;
    min-height: 100%;
    max-height: 100%;
    flex-direction: column;
  }
  .banner .banner-wrapper .banner-info {
    max-width: 88%;
    padding: 48px 0 0 0;
    margin: 0 auto;
  }
  .banner .banner-wrapper .banner-info > p {
    margin: 0 0 24px 0;
  }
  .banner .banner-wrapper .banner-info > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 16px 0;
  }
  .banner .banner-wrapper .banner-images {
    max-width: 100%;
  }
  .banner .banner-wrapper .banner-images > img {
    margin: 34px auto 0 auto;
    max-width: 250px;
    max-height: 318px;
    object-fit: contain;
  }
  .banner .banner-wrapper .banner-images .el-one {
    left: -15px;
  }
  .banner .banner-wrapper .banner-images .el-one > img {
    max-width: 185px;
    max-height: 253px;
  }
  .banner .banner-wrapper .banner-images .el-two {
    left: 15px;
    bottom: 49px;
    padding: 12px 14px 24px 12px;
  }
  .banner .banner-wrapper .banner-images .el-two > img {
    width: 29px;
    height: 29px;
  }
  .banner .banner-wrapper .banner-images .el-two .text {
    margin: 0 17px 0 14px;
  }
  .banner .banner-wrapper .banner-images .el-two .text > p {
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin: 0;
  }
  .banner .banner-wrapper .banner-images .el-two .text > p > span {
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
  .banner .banner-wrapper .banner-images .el-three > img {
    max-width: 162px;
    max-height: 161px;
  }
}
.partners {
  background: #FAFAFA;
  border-top: 1px solid #EDEBEB;
  padding: 42px 0;
}
.partners .partners-slider {
  padding: 0 0 0 62px;
}
.partners .partners-slider .slick-list,
.partners .partners-slider .slick-track {
  display: flex;
  align-items: center;
}
.partners .partners-slider .slider-item {
  margin: 0 50px;
}
.partners .partners-slider .slider-item > a {
  display: inline-block;
}
.partners .partners-slider .slider-item > a > img {
  max-height: 40px;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .partners .partners-slider {
    padding: 0;
  }
  .partners .partners-slider .slider-item {
    margin: 0 20px;
  }
}
@media (max-width: 766px) {
  .partners {
    padding: 25px 0;
  }
  .partners .container-fluid {
    max-width: 100%;
  }
  .partners .partners-slider {
    padding: 0 0 0 24px;
  }
  .partners .partners-slider .slider-item {
    margin: 0 20px;
  }
  .partners .partners-slider .slider-item > a > img {
    max-height: 22px;
  }
}
.employees {
  padding: 101px 0;
}
.employees .employees-slider {
  position: relative;
}
.employees .employees-slider::before, .employees .employees-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  z-index: 1;
}
.employees .employees-slider::before {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.employees .employees-slider::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.employees .employees-slider .slick-list,
.employees .employees-slider .slick-track {
  display: flex;
}
.employees .employees-slider .slick-list {
  padding: 0 12% !important;
}
.employees .employees-slider .slider-item {
  margin: 0 12px;
  position: relative;
}
.employees .employees-slider .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.employees .employees-slider .slider-item > a .slider-item-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 14px;
  max-height: 450px;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr {
  display: flex;
  padding: 10px 10px 7px 16px;
  border-radius: 0px 12px 0px 8px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10px;
  width: max-content;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr .text > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr .text > p > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #595959;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr .text .divider {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #EDEBEB;
  min-width: 158px;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr .text .line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr .text .line > p {
  font-size: 0.625rem;
  line-height: 1rem;
  color: #A9A9A9;
  margin: 0;
}
.employees .employees-slider .slider-item > a .slider-item-box .descr .text .line > img {
  width: 35px;
  height: 12px;
  object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .employees .employees-slider .slider-item > a .slider-item-box > img {
    max-height: 320px;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .employees .employees-slider .slider-item > a .slider-item-box > img {
    max-height: 320px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .employees .employees-slider .slider-item {
    margin: 0 10px;
  }
  .employees .employees-slider .slider-item > a .slider-item-box > img {
    max-height: 420px;
  }
}
@media (max-width: 766px) {
  .employees {
    padding: 48px 0;
  }
  .employees .employees-slider .slider-item {
    margin: 0 10px;
  }
  .employees .employees-slider .slider-item > a .slider-item-box > img {
    max-height: 320px;
  }
  .employees .employees-slider .slider-item > a .slider-item-box .descr {
    padding: 8px 10px 7px 16px;
  }
  .employees .employees-slider .slider-item > a .slider-item-box .descr .text .divider {
    margin: 7px 0;
  }
  .employees .employees-slider .slick-dots {
    margin: 24px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
  }
  .employees .employees-slider .slick-dots > li > button {
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
    cursor: pointer;
    font-size: 0rem;
    line-height: 0rem;
    padding: 0;
    display: block;
  }
  .employees .employees-slider .slick-dots > li.slick-active > button {
    width: 8px;
    height: 8px;
    max-width: 8px;
    min-width: 8px;
    max-height: 8px;
    min-height: 8px;
  }
}
.network {
  padding: 34px 0 110px 0;
}
.network .network-wrapper > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  margin: 0 0 24px 0;
  color: #1E1E1E;
}
.network .network-wrapper > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.network .network-wrapper > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 20px 0;
}
.network .network-wrapper > a {
  margin: 0 auto;
  display: flex;
  width: max-content;
}
.network .network-wrapper .network-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 48px 0;
}
.network .network-wrapper .network-items .network-item {
  padding: 24px 32px 40px 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
}
.network .network-wrapper .network-items .network-item > img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.network .network-wrapper .network-items .network-item > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 14px 0;
}
.network .network-wrapper .network-items .network-item > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  text-align: left;
  margin: 0 0 14px 0;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .network .network-wrapper .network-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .network {
    padding: 48px 0;
  }
  .network .network-wrapper > p {
    margin: 0 0 16px 0;
  }
  .network .network-wrapper > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 16px 0;
  }
  .network .network-wrapper .network-items {
    grid-template-columns: repeat(1, 1fr);
    margin: 32px 0;
  }
  .network .network-wrapper .network-items .network-item {
    padding: 24px;
  }
  .network .network-wrapper .network-items .network-item > img {
    margin: 0 0 16px 0;
  }
  .network .network-wrapper .network-items .network-item > h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 12px 0;
  }
  .network .network-wrapper .network-items .network-item > p {
    margin: 0 0 12px 0;
  }
}
.excel {
  background: #F0EFEB;
  padding: 92px 0 117px 0;
}
.excel .excel-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.excel .excel-wrapper .excel-info {
  max-width: 628px;
  width: 100%;
}
.excel .excel-wrapper .excel-info > p {
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.excel .excel-wrapper .excel-info > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.excel .excel-wrapper .excel-info > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 62px 0;
}
.excel .excel-wrapper .excel-info .excel-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}
.excel .excel-wrapper .excel-info .excel-cards .excel-card {
  width: 44%;
}
.excel .excel-wrapper .excel-info .excel-cards .excel-card > img {
  max-height: 32px;
  min-height: 32px;
  max-width: 34px;
  min-width: 34px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 0 24px 0;
}
.excel .excel-wrapper .excel-info .excel-cards .excel-card > h5 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.excel .excel-wrapper .excel-info .excel-cards .excel-card > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
  max-width: 270px;
}
.excel .excel-wrapper .excel-images {
  max-width: 565px;
  width: 100%;
  position: relative;
}
.excel .excel-wrapper .excel-images > img {
  max-width: 449px;
  width: 100%;
  height: calc(100% - 150px);
  border-radius: 20px;
  position: relative;
  margin: 90px auto 0 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 570px;
  object-fit: cover;
}
.excel .excel-wrapper .excel-images .el-one {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.excel .excel-wrapper .excel-images .el-one > img {
  max-width: 253px;
  max-height: 255px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.excel .excel-wrapper .excel-images .el-two {
  position: absolute;
  right: 35px;
  top: 74px;
  z-index: 1;
}
.excel .excel-wrapper .excel-images .el-two .el-cards {
  display: flex;
  align-items: center;
  gap: 20px;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card {
  padding: 12px 16px;
  border-radius: 9px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card .el-card-img {
  border-radius: 5px;
  padding: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card .el-card-img > img {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card:nth-child(odd) {
  background: #2DE379;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card:nth-child(odd) .el-card-img {
  background: #FFFFFF;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card:nth-child(even) {
  background: #FFFFFF;
}
.excel .excel-wrapper .excel-images .el-two .el-cards .el-card:nth-child(even) .el-card-img {
  background: #2DE379;
}
.excel .excel-wrapper .excel-images .el-three {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.excel .excel-wrapper .excel-images .el-three .el-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 22px 10px 20px 10px;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 12px;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-top .el-img > img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-top .el-descr > p {
  font-size: 1.25rem;
  line-height: 1rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 13px 0;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-top .el-descr > p > span {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  color: #2DE379;
}
.excel .excel-wrapper .excel-images .el-three .el-box .divider {
  width: 338px;
  height: 1px;
  background: #EDEBEB;
  margin: 22px 0 18px 0;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 12px;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-bottom > p {
  font-size: 1.1875rem;
  line-height: 1rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.excel .excel-wrapper .excel-images .el-three .el-box .el-line-bottom > img {
  width: 68px;
  height: 34px;
  object-fit: cover;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .excel .excel-wrapper .excel-images .el-three {
    bottom: 30px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .excel .excel-wrapper {
    gap: 32px;
    flex-direction: column;
  }
  .excel .excel-wrapper .excel-info {
    max-width: 100%;
  }
  .excel .excel-wrapper .excel-info .excel-cards .excel-card {
    width: 46%;
  }
  .excel .excel-wrapper .excel-info .excel-cards .excel-card > p {
    max-width: 100%;
  }
  .excel .excel-wrapper .excel-images {
    margin: 0 auto;
    height: 100%;
    min-height: 700px;
    max-height: 700px;
  }
  .excel .excel-wrapper .excel-images > img {
    height: 100%;
    margin: 90px auto 0 41px;
    max-height: 540px;
  }
}
@media (max-width: 766px) {
  .excel {
    padding: 48px 0;
  }
  .excel .excel-wrapper {
    gap: 32px;
    flex-direction: column;
  }
  .excel .excel-wrapper .excel-info {
    max-width: 100%;
  }
  .excel .excel-wrapper .excel-info > p {
    margin: 0 0 16px 0;
  }
  .excel .excel-wrapper .excel-info > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 32px 0;
  }
  .excel .excel-wrapper .excel-info .excel-cards {
    gap: 32px;
  }
  .excel .excel-wrapper .excel-info .excel-cards .excel-card {
    width: 100%;
  }
  .excel .excel-wrapper .excel-info .excel-cards .excel-card > img {
    margin: 0 0 12px 0;
  }
  .excel .excel-wrapper .excel-info .excel-cards .excel-card > h5 {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 12px 0;
  }
  .excel .excel-wrapper .excel-info .excel-cards .excel-card > p {
    max-width: 100%;
  }
  .excel .excel-wrapper .excel-images {
    margin: 27px auto 0 auto;
    height: 100%;
    min-height: 376px;
    max-height: 500px;
    max-width: 100%;
  }
  .excel .excel-wrapper .excel-images > img {
    height: 100%;
    margin: auto auto 0 auto;
    max-height: 345px;
    max-width: 82%;
  }
  .excel .excel-wrapper .excel-images .el-one {
    display: none;
  }
  .excel .excel-wrapper .excel-images .el-two {
    right: 0;
    top: -27px;
  }
  .excel .excel-wrapper .excel-images .el-two .el-cards {
    gap: 6px;
  }
  .excel .excel-wrapper .excel-images .el-two .el-cards .el-card {
    padding: 4px 9px 4px 4px;
    border-radius: 8px;
    gap: 5px;
  }
  .excel .excel-wrapper .excel-images .el-two .el-cards .el-card > p {
    font-size: 0.75rem;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box {
    padding: 12px 5px 11px 5px;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-top {
    gap: 11px;
    padding: 0 7px;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-top .el-img > img {
    width: 35px;
    height: 35px;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-top .el-descr > p {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    letter-spacing: 0em;
    margin: 0 0 2px 0;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-top .el-descr > p > span {
    font-size: 0.8125rem;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .divider {
    width: 185px;
    margin: 12px 0 10px 0;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-bottom {
    gap: 11px;
    padding: 0 7px;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-bottom > p {
    font-size: 0.8125rem;
    letter-spacing: 0em;
  }
  .excel .excel-wrapper .excel-images .el-three .el-box .el-line-bottom > img {
    width: 38px;
    height: 19px;
  }
}
.hiring-steps {
  padding: 150px 0 75px 0;
}
.hiring-steps .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 0 0 40px 0;
}
.hiring-steps .title .text > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.hiring-steps .title .text > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.hiring-steps .steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hiring-steps .steps .step {
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px 65px 40px 80px;
  transition: background 0.5s ease;
}
.hiring-steps .steps .step.active {
  background-color: #F0EFEB;
}
.hiring-steps .steps .step .step-text {
  max-width: 388px;
  width: 100%;
}
.hiring-steps .steps .step .step-text > h3 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #1E1E1E;
  margin: 0 0 4px 0;
}
.hiring-steps .steps .step .step-text > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0 0 4px 0;
}
.hiring-steps .steps .step .step-descr {
  max-width: 567px;
  min-width: 567px;
  width: 100%;
}
.hiring-steps .steps .step .step-descr .cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hiring-steps .steps .step .step-descr .cards .card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 22px;
}
.hiring-steps .steps .step .step-descr .cards .card > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #1E1E1E;
  margin: 0 0 10px 0;
}
.hiring-steps .steps .step .step-descr .cards .card > p > span {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(89, 89, 89, 0.5);
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .border-text {
  border: 1px solid #EDEBEB;
  border-radius: 6px;
  padding: 10px 14px;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .border-text > p {
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0.005em;
  color: #1E1E1E;
  margin: 0;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -4px 0 8px 0;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .skills .skill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 9px;
  background: #1E1E1E;
  border-radius: 6px;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .skills .skill > img {
  width: 11px;
  height: 12px;
  object-fit: cover;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .skills .skill .divider {
  width: 1px;
  height: 26px;
  background: #FFFFFF;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .skills .skill > p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  margin: 0;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: -3px 0 0 0;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .items .item {
  padding: 4px 10px;
  border-radius: 6px;
  background: #EDEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hiring-steps .steps .step.first-step .step-descr .cards .card .items .item > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #595959;
  margin: 0;
}
.hiring-steps .steps .step.second-step .step-descr .images {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item {
  position: relative;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item > img {
  max-width: 150px;
  max-height: 152px;
  min-width: 150px;
  min-height: 152px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  position: relative;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark {
  position: absolute;
  left: 16px;
  right: 8px;
  bottom: 12px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-img {
  background: #2DE379;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-img > img {
  width: 16px;
  height: 18px;
  object-fit: cover;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-item {
  width: 100%;
  max-width: 146px;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-item > p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #595959;
  margin: 0;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-item .line {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-item .line > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.9375rem;
  color: #1E1E1E;
  margin: 0;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-item .line > img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.hiring-steps .steps .step.second-step .step-descr .images .img-item:nth-child(1) > img {
  max-width: 240px;
  max-height: 240px;
  min-width: 240px;
  min-height: 240px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px 0;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-img {
  width: 68px;
  height: 65px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-img > img {
  width: 68px;
  height: 65px;
  object-fit: cover;
  border-radius: 9px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #1E1E1E;
  margin: 0 0 10px 0;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name > p > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.875rem;
  color: #595959;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name .row-mob-link {
  display: none;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .items .item {
  padding: 4px 10px;
  border-radius: 6px;
  background: #2DE379;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .items .item > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .img {
  width: 56px;
  height: 56px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .img > img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .text > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #1E1E1E;
  margin: 0 0 8px 0;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .text > p > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.875rem;
  color: #595959;
}
.hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-icon > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.hiring-steps .link-mob {
  display: none;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .hiring-steps .steps .step {
    padding: 40px 30px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .hiring-steps .steps .step {
    gap: 24px;
    padding: 40px;
    flex-direction: column;
  }
  .hiring-steps .steps .step .step-text {
    max-width: 100%;
  }
  .hiring-steps .steps .step .step-descr {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 766px) {
  .hiring-steps {
    padding: 48px 0 16px 0;
  }
  .hiring-steps .title {
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 0 32px 0;
  }
  .hiring-steps .title .text > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
  }
  .hiring-steps .title .text > p {
    text-align: center;
  }
  .hiring-steps .title .link {
    display: none;
  }
  .hiring-steps .steps {
    gap: 16px;
  }
  .hiring-steps .steps .step {
    gap: 24px;
    padding: 24px;
    flex-direction: column;
  }
  .hiring-steps .steps .step .step-text {
    max-width: 100%;
  }
  .hiring-steps .steps .step .step-text > h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 9px 0;
  }
  .hiring-steps .steps .step .step-text > p {
    margin: 0 0 9px 0;
  }
  .hiring-steps .steps .step .step-descr {
    max-width: 100%;
    min-width: 100%;
  }
  .hiring-steps .steps .step .step-descr .cards {
    gap: 8px;
  }
  .hiring-steps .steps .step .step-descr .cards .card {
    padding: 18px;
  }
  .hiring-steps .steps .step .step-descr .cards .card > p {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 11px 0;
  }
  .hiring-steps .steps .step .step-descr .cards .card > p > span {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .border-text {
    padding: 10px;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .border-text > p {
    font-size: 0.875rem;
    letter-spacing: -0.005em;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .skills {
    margin: -5px 0 0 0;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .skills .skill > img {
    width: 10px;
    height: 11px;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .skills .skill > p {
    line-height: 1rem;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .items {
    margin: -8px 0 0 0;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .items .item {
    padding: 4.5px 10px;
  }
  .hiring-steps .steps .step.first-step .step-descr .cards .card .items .item > p {
    font-size: 0.8125rem;
  }
  .hiring-steps .steps .step.second-step .step-descr .images .img-item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .hiring-steps .steps .step.second-step .step-descr .images .img-item:nth-child(2), .hiring-steps .steps .step.second-step .step-descr .images .img-item:nth-child(3) {
    display: none;
  }
  .hiring-steps .steps .step.second-step .step-descr .images .img-item:nth-child(1) > img {
    max-width: 300px;
    max-height: 300px;
    min-width: 100%;
    min-height: 100%;
  }
  .hiring-steps .steps .step.second-step .step-descr .images .img-item .mark {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 11px;
    padding: 6px;
  }
  .hiring-steps .steps .step.second-step .step-descr .images .img-item .mark .mark-item {
    max-width: 100%;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row {
    margin: 0 0 16px 0;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-img {
    width: 74px;
    height: 75px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-img > img {
    width: 74px;
    height: 75px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name .row-mob-link {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.875rem;
    text-align: center;
    color: #1E1E1E;
    background: #FFFFFF;
    border: 1px solid #A9A9A9;
    border-radius: 8px;
    padding: 5px;
    min-width: 91px;
    min-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 0 16px 0;
    transition: background 0.5s ease, color 0.5s ease;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name .row-mob-link:hover {
    background: #2DE379;
    color: #FFFFFF;
    border: 1px solid #2DE379;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name > p {
    font-size: 0.875rem;
    letter-spacing: -0.005em;
    margin: 0 0 2px 0;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .row .row-name > p > span {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .items {
    gap: 4px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-info .items .item {
    padding: 4px 6px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .card-link {
    display: none;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info {
    gap: 8px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .img {
    width: 44px;
    height: 44px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .img > img {
    width: 44px;
    height: 44px;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .text > p {
    font-size: 0.875rem;
    margin: 0 0 4px 0;
  }
  .hiring-steps .steps .step.third-step .step-descr .cards .card .box .box-info .text > p > span {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .hiring-steps .link-mob {
    display: flex;
    margin: 32px 0 0 0;
  }
  .hiring-steps .link-mob > a {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #FFFFFF;
    background: #2DE379;
    border: 1px solid #2DE379;
    border-radius: 8px;
    padding: 5px;
    min-width: 100%;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    transition: background 0.5s ease, color 0.5s ease;
  }
  .hiring-steps .link-mob > a:hover {
    color: #2DE379;
    background: #FFFFFF;
  }
}
.community {
  padding: 75px 0 115px 0;
}
.community h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 40px 0;
}
.community .tabs-wrapper {
  position: relative;
}
.community .tabs-wrapper .tabs {
  max-width: 745px;
}
.community .tabs-wrapper .tabs .dropdown > p,
.community .tabs-wrapper .tabs .dropdown .dropdown-toggle {
  display: none;
}
.community .tabs-wrapper .tabs .dropdown > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.community .tabs-wrapper .tabs .dropdown > ul > li {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  padding: 9px 19px;
  border-radius: 8px;
  border: 1px solid #EDEBEB;
  cursor: pointer;
  overflow: hidden;
  transition: border 0.5s ease, background 0.5s ease, color 0.5s ease;
}
.community .tabs-wrapper .tabs .dropdown > ul > li.tab-active {
  border: 1px solid #1E1E1E;
  background: #1E1E1E;
  color: #FFFFFF;
}
.community .tabs-wrapper .tabs .dropdown > ul > li:hover {
  border: 1px solid #1E1E1E;
  background: #1E1E1E;
  color: #FFFFFF;
}
.community .tabs-wrapper .tab-container {
  padding: 42px 0 0 0;
  overflow: auto;
}
.community .tabs-wrapper .tab-container .tab-content {
  display: none;
}
.community .tabs-wrapper .tab-container .tab-content .tab-link {
  position: absolute;
  right: 0;
  top: 51px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-link > a {
  font-size: 1rem;
  line-height: 1.4375rem;
  min-width: 212px;
  min-height: 51px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a {
  display: block;
  transition: transform 0.5s ease;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #FAFAFA;
  border-radius: 14px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .img {
  border-radius: 14px 14px 0 0;
  min-height: 225px;
  max-height: 225px;
  width: 100%;
  height: 100%;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .img > img {
  width: 100%;
  height: 100%;
  min-height: 225px;
  max-height: 225px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  display: block;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name {
  padding: 26px 26px 24px 26px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name > p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1E1E1E;
  margin: 0;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  letter-spacing: 0.005em;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name > p > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.625rem;
  color: #595959;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name .divider {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background: #EDEBEB;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name .last-work-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name .last-work-place > p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #A9A9A9;
  margin: 0;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name .last-work-place > img {
  width: 49px;
  height: 17px;
  object-fit: cover;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .skills-box {
  padding: 0 26px 26px 26px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .skills-box > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #595959;
  margin: 0 0 12px 0;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .skills-box .skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 241px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .skills-box .skills .skill {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #EDEBEB;
  padding: 6.5px 10px;
  border-radius: 7px;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .skills-box .skills .skill > p {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #1E1E1E;
  text-align: center;
  margin: 0;
}
.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a:hover {
  transform: translateY(-5px);
}

@media (min-width: 1280px) {
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card {
    width: 23.75%;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card {
    width: 32%;
  }
}
@media (max-width: 1080px) {
  .community .tabs-wrapper .tabs {
    max-width: 100%;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card {
    width: 48%;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-link {
    position: relative;
    bottom: 0;
    top: auto;
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
  }
}
@media (max-width: 766px) {
  .community {
    padding: 48px 0;
  }
  .community .container {
    max-width: 100%;
  }
  .community h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 0 auto 16px auto;
    max-width: 88%;
  }
  .community .tabs-wrapper .tabs .dropdown {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 88%;
  }
  .community .tabs-wrapper .tabs .dropdown > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #1E1E1E;
    margin: 0 0 16px 0;
    display: block;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-toggle {
    display: block;
    cursor: pointer;
    padding: 14px 24px;
    border-radius: 8px;
    background: #1E1E1E;
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #FFFFFF;
    position: relative;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 23px;
    background-image: url(../img/svg/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    margin: 8px 0 0 0;
    border: 1px solid #EDEBEB;
    border-radius: 8px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 16px;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-menu .dropdown-item {
    padding: 10px;
    cursor: pointer;
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #1E1E1E;
    border: none;
    overflow: unset;
    margin: 0 0 8px 0;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-menu .dropdown-item.tab-active {
    background: transparent;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-menu .dropdown-item.selected {
    background: #F0EFEB;
    border-radius: 6px;
  }
  .community .tabs-wrapper .tabs .dropdown .dropdown-menu .dropdown-item:last-child {
    margin: 0;
  }
  .community .tabs-wrapper .tab-container .tab-content {
    display: none;
  }
  .community .tabs-wrapper .tab-container .tab-content.active {
    display: block;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards {
    display: block;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .slick-list,
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .slick-track {
    display: flex;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .slick-list {
    padding: 0 8.5% !important;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .slick-dots {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .slick-dots > li > button {
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
    cursor: pointer;
    font-size: 0rem;
    line-height: 0rem;
    padding: 0;
    display: block;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .slick-dots > li.slick-active > button {
    width: 8px;
    height: 8px;
    max-width: 8px;
    min-width: 8px;
    max-height: 8px;
    min-height: 8px;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card {
    width: unset;
    margin: 0 10px;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a {
    transition: transform 0.5s ease, color 0.5s ease;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a:hover {
    transform: translateY(0px);
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a:hover .card-box .name > p {
    color: #2DE379;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name > p {
    transition: transform 0.5s ease, color 0.5s ease;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .skills-box .skills {
    max-width: 100%;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-link {
    margin: 32px auto 0 auto;
    max-width: 88%;
  }
  .community .tabs-wrapper .tab-container .tab-content .tab-link > a {
    font-size: 1.125rem;
    line-height: 1.625rem;
    min-width: 100%;
    min-height: 54px;
  }
}
.expansion {
  padding: 120px 0 83px 0;
  background: #F0EFEB;
}
.expansion .expansion-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.expansion .expansion-wrapper .expansion-info {
  max-width: 540px;
  width: 100%;
}
.expansion .expansion-wrapper .expansion-info > img {
  width: 143px;
  height: 24px;
  object-fit: cover;
  margin: 0 0 56px 0;
}
.expansion .expansion-wrapper .expansion-info > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 24px 0;
}
.expansion .expansion-wrapper .expansion-info > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0 0 24px 0;
}
.expansion .expansion-wrapper .expansion-info .values {
  margin: 85px 0 0 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 65px;
}
.expansion .expansion-wrapper .expansion-info .values .value > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0 0 4px 0;
}
.expansion .expansion-wrapper .expansion-info .values .value > p > b {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 5.875rem;
  line-height: 5.875rem;
  letter-spacing: -0.015em;
}
.expansion .expansion-wrapper .expansion-info .values .divider {
  background: #CDCAC8;
  width: 1px;
  height: 100%;
  min-height: 103px;
}
.expansion .expansion-wrapper .expansion-images {
  max-width: 604px;
  min-width: 604px;
  width: 100%;
  position: relative;
}
.expansion .expansion-wrapper .expansion-images > img {
  max-width: 524px;
  width: 100%;
  height: calc(100% - 67px);
  border-radius: 20px;
  position: relative;
  margin: 0 auto 67px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 524px;
  object-fit: cover;
}
.expansion .expansion-wrapper .expansion-images .el-one {
  position: absolute;
  right: 95px;
  bottom: 0;
  z-index: 1;
}
.expansion .expansion-wrapper .expansion-images .el-one > img {
  max-width: 257px;
  max-height: 257px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expansion .expansion-wrapper .expansion-images .el-two {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 1;
}
.expansion .expansion-wrapper .expansion-images .el-two .el-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px 30px 12px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.expansion .expansion-wrapper .expansion-images .el-two .el-box .el-img {
  background: #2DE379;
  border-radius: 10px;
  width: 56px;
  height: 56px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expansion .expansion-wrapper .expansion-images .el-two .el-box .el-img > img {
  width: 34px;
  height: 34px;
  object-fit: cover;
}
.expansion .expansion-wrapper .expansion-images .el-two .el-box .el-descr > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #1E1E1E;
  margin: 0 0 3px 0;
}
.expansion .expansion-wrapper .expansion-images .el-two .el-box .el-descr > p > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #595959;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .expansion .expansion-wrapper .expansion-info .values {
    gap: 40px;
  }
  .expansion .expansion-wrapper .expansion-info .values .value > p > b {
    font-size: 4.375rem;
    line-height: 6.125rem;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .expansion .expansion-wrapper {
    gap: 32px;
    flex-direction: column;
  }
  .expansion .expansion-wrapper .expansion-info {
    max-width: 100%;
  }
  .expansion .expansion-wrapper .expansion-images {
    margin: 0 auto;
    min-height: 581px;
    max-height: 581px;
  }
  .expansion .expansion-wrapper .expansion-images .el-one {
    bottom: -3px;
  }
}
@media (max-width: 766px) {
  .expansion {
    padding: 48px 0 15px 0;
  }
  .expansion .expansion-wrapper {
    gap: 32px;
    flex-direction: column;
  }
  .expansion .expansion-wrapper .expansion-info {
    max-width: 100%;
  }
  .expansion .expansion-wrapper .expansion-info > img {
    margin: 0 0 32px 0;
  }
  .expansion .expansion-wrapper .expansion-info > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 16px 0;
  }
  .expansion .expansion-wrapper .expansion-info > p {
    margin: 0 0 16px 0;
  }
  .expansion .expansion-wrapper .expansion-info .values {
    margin: 16px 0 0 0;
    gap: 27px;
  }
  .expansion .expansion-wrapper .expansion-info .values .value > p {
    margin: 0;
  }
  .expansion .expansion-wrapper .expansion-info .values .value > p > b {
    font-size: 4.375rem;
    line-height: 6.125rem;
  }
  .expansion .expansion-wrapper .expansion-images {
    margin: 20px auto 0 auto;
    min-height: 367px;
    max-height: 500px;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .expansion .expansion-wrapper .expansion-images > img {
    max-width: 100%;
    height: 100%;
    margin: auto auto 0 auto;
    max-height: 328px;
    border-radius: 16px;
  }
  .expansion .expansion-wrapper .expansion-images .el-one > img {
    max-width: 151px;
    max-height: 177px;
  }
  .expansion .expansion-wrapper .expansion-images .el-two {
    top: -22px;
    left: 18px;
  }
  .expansion .expansion-wrapper .expansion-images .el-two .el-box {
    border-radius: 7px;
    padding: 6px 10px 6px 6px;
    gap: 10px;
  }
  .expansion .expansion-wrapper .expansion-images .el-two .el-box .el-img {
    border-radius: 7px;
    width: 45px;
    height: 45px;
  }
  .expansion .expansion-wrapper .expansion-images .el-two .el-box .el-img > img {
    width: 26px;
    height: 26px;
  }
  .expansion .expansion-wrapper .expansion-images .el-two .el-box .el-descr > p {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1rem;
    line-height: 1.3125rem;
    margin: 0;
  }
  .expansion .expansion-wrapper .expansion-images .el-two .el-box .el-descr > p > span {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 376px) {
  .expansion .expansion-wrapper .expansion-info .values {
    gap: 20px;
  }
  .expansion .expansion-wrapper .expansion-info .values .value > p > b {
    font-size: 3rem;
    line-height: 4.75rem;
  }
  .expansion .expansion-wrapper .expansion-images {
    min-height: 347px;
    max-height: 450px;
  }
}
.dispatch {
  padding: 120px 0 75px 0;
}
.dispatch .dispatch-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.dispatch .dispatch-wrapper .title > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.dispatch .dispatch-wrapper .title > a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  min-width: 179px;
  min-height: 54px;
}
.dispatch .dispatch-wrapper .dispatch-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 45px 0 0 0;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a {
  display: block;
  transition: transform 0.5s ease, color 0.5s ease;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #F0EFEB;
  border-radius: 10px;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-img {
  border-radius: 10px 10px 0 0;
  min-height: 256px;
  max-height: 256px;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-img > img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 256px;
  max-height: 256px;
  display: block;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-info {
  padding: 27px 30px;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-info > h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 35px 0;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-info > p {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #595959;
  margin: 0;
}
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a:hover {
  transform: translateY(-5px);
}
.dispatch .dispatch-wrapper .mob-link {
  display: none;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .dispatch .dispatch-wrapper .dispatch-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .dispatch {
    padding: 48px 0 16px 0;
  }
  .dispatch .dispatch-wrapper .title {
    justify-content: center;
    gap: 0;
  }
  .dispatch .dispatch-wrapper .title > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
    text-align: center;
  }
  .dispatch .dispatch-wrapper .title > a {
    display: none;
  }
  .dispatch .dispatch-wrapper .dispatch-items {
    padding: 32px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box {
    border-radius: 16px;
  }
  .dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-img {
    border-radius: 16px 16px 0 0;
    min-height: 200px;
    max-height: 200px;
  }
  .dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-img > img {
    border-radius: 16px 16px 0 0;
    min-height: 200px;
    max-height: 200px;
  }
  .dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-info {
    padding: 24px;
  }
  .dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-info > h6 {
    margin: 0 0 24px 0;
  }
  .dispatch .dispatch-wrapper .mob-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dispatch .dispatch-wrapper .mob-link > a {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #1E1E1E;
    background: #FFFFFF;
    border: 1px solid #A9A9A9;
    border-radius: 8px;
    padding: 5px;
    width: 100%;
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease, color 0.5s ease;
  }
  .dispatch .dispatch-wrapper .mob-link > a:hover {
    background: #2DE379;
    color: #FFFFFF;
    border: 1px solid #2DE379;
  }
}
.faq-block {
  padding: 70px 0 65px 0;
}
.faq-block .faq-block-wrapper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 54px 0;
}
.faq-block .faq-block-wrapper .title > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0;
}
.faq-block .faq-block-wrapper .title > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  min-width: 162px;
  min-height: 54px;
}
.faq-block .faq-block-wrapper .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title {
  background: #FAFAFA;
  padding: 40px 32px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title.open {
  border-radius: 16px 16px 0 0;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title.open > h4::after {
  background-image: url(../img/svg/accordion-arrow-active.svg);
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title.open .accordion-content {
  display: block;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #1E1E1E;
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0 35px 0 0;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title > h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/accordion-arrow-disable.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content {
  background: #FAFAFA;
  padding: 0 32px 40px 32px;
  border-radius: 0 0 16px 16px;
  display: none;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 16px 0;
  max-width: 967px;
  transition: text-decoration 0.5s ease;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > p > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > p > a:hover {
  text-decoration: underline;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ul,
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ol {
  max-width: 967px;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ul > li,
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ol > li {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 8px 0;
  list-style-type: disc;
  list-style-position: outside;
  transition: text-decoration 0.5s ease;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ul > li > a,
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ol > li > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ul > li > a:hover,
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ol > li > a:hover {
  text-decoration: underline;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ul > li > b,
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ol > li > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > ol > li {
  list-style-type: decimal;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #2DE379;
  transition: text-decoration 0.5s ease;
  max-width: 967px;
}
.faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content > a:hover {
  text-decoration: underline;
}
.faq-block .faq-block-wrapper .mob-link {
  display: none;
}

@media (max-width: 766px) {
  .faq-block {
    padding: 48px 0 16px 0;
  }
  .faq-block .faq-block-wrapper .title {
    justify-content: center;
    gap: 0;
    margin: 0 0 32px 0;
  }
  .faq-block .faq-block-wrapper .title > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
  }
  .faq-block .faq-block-wrapper .title > a {
    display: none;
  }
  .faq-block .faq-block-wrapper .faq-accordion {
    gap: 16px;
    margin: 0 0 32px 0;
  }
  .faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title {
    padding: 24px;
  }
  .faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title > h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0 30px 0 0;
  }
  .faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-title > h4::after {
    width: 20px;
    height: 20px;
  }
  .faq-block .faq-block-wrapper .faq-accordion .faq-accordion-item .faq-accordion-content {
    padding: 0 24px 24px 24px;
  }
  .faq-block .faq-block-wrapper .mob-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .faq-block .faq-block-wrapper .mob-link > a {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #1E1E1E;
    background: #FFFFFF;
    border: 1px solid #A9A9A9;
    border-radius: 8px;
    padding: 5px;
    width: 100%;
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease, color 0.5s ease;
  }
  .faq-block .faq-block-wrapper .mob-link > a:hover {
    background: #2DE379;
    color: #FFFFFF;
    border: 1px solid #2DE379;
  }
}
.hire-block {
  padding: 60px 0 88px 0;
}
.hire-block .hire-wrapper {
  background: #2DE379;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 72px 80px;
}
.hire-block .hire-wrapper .hire-images {
  max-width: 406px;
  min-width: 406px;
  width: 100%;
  position: relative;
}
.hire-block .hire-wrapper .hire-images .el-one {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 1;
  background: #FAFAFA;
  border-radius: 12px;
  padding: 13px 18px 17px 18px;
}
.hire-block .hire-wrapper .hire-images .el-one > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0 0 12px 0;
}
.hire-block .hire-wrapper .hire-images .el-one .skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 208px;
}
.hire-block .hire-wrapper .hire-images .el-one .skills .skill {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3.5px 9.5px;
  border-radius: 6px;
  background: #EDEBEB;
  border: 1px solid #EDEBEB;
}
.hire-block .hire-wrapper .hire-images .el-one .skills .skill > p {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #595959;
  text-align: center;
  margin: 0;
}
.hire-block .hire-wrapper .hire-images .el-one .skills .skill:nth-child(1) {
  border: 1px solid #595959;
  background: transparent;
}
.hire-block .hire-wrapper .hire-images > img {
  max-width: 360px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  margin: 0 46px 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 440px;
  object-fit: cover;
}
.hire-block .hire-wrapper .hire-info {
  max-width: 642px;
  width: 100%;
}
.hire-block .hire-wrapper .hire-info > p {
  margin: 0 0 30px 0;
}
.hire-block .hire-wrapper .hire-info > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.hire-block .hire-wrapper .hire-info > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin: 0 0 27px 0;
}
.hire-block .hire-wrapper .hire-info .numbers {
  margin: 76px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
}
.hire-block .hire-wrapper .hire-info .numbers .number > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}
.hire-block .hire-wrapper .hire-info .numbers .number > p > b {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 4.125rem;
  line-height: 4.125rem;
  letter-spacing: -0.005em;
}
.hire-block .hire-wrapper .hire-info .numbers .divider {
  display: none;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .hire-block .hire-wrapper {
    padding: 72px 50px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .hire-block .hire-wrapper {
    border-radius: 20px;
    gap: 32px;
    padding: 50px;
    flex-direction: column-reverse;
  }
  .hire-block .hire-wrapper .hire-images {
    margin: 0 auto;
  }
  .hire-block .hire-wrapper .hire-info {
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .hire-block {
    padding: 48px 0;
  }
  .hire-block .hire-wrapper {
    border-radius: 20px;
    gap: 32px;
    padding: 24px;
    flex-direction: column-reverse;
  }
  .hire-block .hire-wrapper .hire-images {
    margin: 0 auto 41px auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 263px;
    max-height: 400px;
    height: 100%;
  }
  .hire-block .hire-wrapper .hire-images > img {
    max-width: 100%;
    border-radius: 16px;
    margin: 0 auto auto auto;
    max-height: 263px;
  }
  .hire-block .hire-wrapper .hire-images .el-one {
    bottom: -41px;
    left: 0;
    margin: auto;
    padding: 12px 16px;
    max-width: 231px;
  }
  .hire-block .hire-wrapper .hire-images .el-one > p {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    letter-spacing: 0.01em;
  }
  .hire-block .hire-wrapper .hire-images .el-one .skills {
    max-width: 200px;
  }
  .hire-block .hire-wrapper .hire-images .el-one .skills .skill {
    padding: 3px 8px;
  }
  .hire-block .hire-wrapper .hire-info {
    max-width: 100%;
  }
  .hire-block .hire-wrapper .hire-info > p {
    margin: 0 0 16px 0;
  }
  .hire-block .hire-wrapper .hire-info > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
    margin: 0 0 16px 0;
  }
  .hire-block .hire-wrapper .hire-info .numbers {
    margin: 16px 0 0 0;
    gap: 17px;
    justify-content: space-between;
  }
  .hire-block .hire-wrapper .hire-info .numbers .number > p {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
    margin: 0;
  }
  .hire-block .hire-wrapper .hire-info .numbers .number > p > b {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 3.125rem;
    line-height: 4.375rem;
    letter-spacing: -0.015em;
  }
  .hire-block .hire-wrapper .hire-info .numbers .divider {
    display: block;
    width: 1px;
    height: 100%;
    min-height: 86px;
    background: #FFFFFF;
  }
}
@media (max-width: 376px) {
  .hire-block .hire-wrapper .hire-images {
    min-height: 243px;
  }
  .hire-block .hire-wrapper .hire-images > img {
    max-height: 243px;
  }
  .hire-block .hire-wrapper .hire-images .el-one {
    max-width: 190px;
  }
  .hire-block .hire-wrapper .hire-info > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .hire-block .hire-wrapper .hire-info .numbers {
    gap: 15px;
    justify-content: flex-start;
  }
  .hire-block .hire-wrapper .hire-info .numbers .number > p {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .hire-block .hire-wrapper .hire-info .numbers .number > p > b {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
  .hire-block .hire-wrapper .hire-info .numbers .divider {
    min-height: 71px;
  }
}
.video-content {
  background: #F0EFEB;
  padding: 80px 0;
}
.video-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 50px 0;
}
.video-content .title > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.video-content .title > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
  max-width: 409px;
}
.video-content .video-content-wrapper {
  position: relative;
  overflow: hidden;
}
.video-content .video-content-wrapper .video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.video-content .video-content-wrapper .video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-content .video-content-wrapper .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-content .video-content-wrapper .video .overlay > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.video-content .video-content-wrapper .video .overlay .play-button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  text-align: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-content .video-content-wrapper .video .overlay .play-button > img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

@media (max-width: 766px) {
  .video-content {
    padding: 48px 0;
  }
  .video-content .title {
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px 0;
  }
  .video-content .title > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
    text-align: center;
  }
  .video-content .title > p {
    text-align: center;
    max-width: 100%;
  }
  .video-content .video-content-wrapper .video > video {
    border-radius: 16px;
  }
  .video-content .video-content-wrapper .video .overlay {
    border-radius: 16px;
  }
  .video-content .video-content-wrapper .video .overlay > img {
    border-radius: 16px;
  }
  .video-content .video-content-wrapper .video .overlay .play-button > img {
    width: 60px;
    height: 60px;
  }
}
/* FAQ */
.sub-banner {
  padding: 100px 0;
}
.sub-banner .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sub-banner .banner-wrapper .banner-info {
  max-width: 585px;
  width: 100%;
}
.sub-banner .banner-wrapper .banner-info > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.sub-banner .banner-wrapper .banner-info > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 40px 0;
  max-width: 521px;
}
.sub-banner .banner-wrapper .banner-info > a.green-link {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background: #2DE379;
  border: 1px solid #2DE379;
  min-width: 184px;
  min-height: 54px;
}
.sub-banner .banner-wrapper .banner-info > a.green-link:hover {
  background: #FFFFFF;
  color: #2DE379;
}
.sub-banner .banner-wrapper .banner-images {
  max-width: 602px;
  min-width: 602px;
  width: 100%;
  position: relative;
}
.sub-banner .banner-wrapper .banner-images > img {
  max-width: 524px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 420px;
  object-fit: cover;
}
.sub-banner .banner-wrapper .banner-images .el-one {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
.sub-banner .banner-wrapper .banner-images .el-one > img {
  max-width: 255px;
  max-height: 253px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .sub-banner .banner-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .sub-banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
  .sub-banner .banner-wrapper .banner-images {
    max-width: 100%;
    min-width: 100%;
  }
  .sub-banner .banner-wrapper .banner-images .el-one {
    left: auto;
    right: 0;
    bottom: 32px;
    transform: rotate(90deg);
  }
  .sub-banner .banner-wrapper .banner-images > img {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    max-height: 650px;
  }
}
@media (max-width: 766px) {
  .sub-banner {
    padding: 48px 0 32px 0;
  }
  .sub-banner .banner-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .sub-banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
  .sub-banner .banner-wrapper .banner-info > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 16px 0;
  }
  .sub-banner .banner-wrapper .banner-info > p {
    margin: 0 0 24px 0;
    max-width: 100%;
  }
  .sub-banner .banner-wrapper .banner-images {
    max-width: 100%;
    min-width: 100%;
  }
  .sub-banner .banner-wrapper .banner-images .el-one {
    left: auto;
    right: -17px;
    bottom: 32px;
    transform: rotate(90deg);
  }
  .sub-banner .banner-wrapper .banner-images .el-one > img {
    max-width: 162px;
    max-height: 161px;
  }
  .sub-banner .banner-wrapper .banner-images > img {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    max-height: 480px;
  }
}
@media (max-width: 376px) {
  .sub-banner .banner-wrapper .banner-images .el-one > img {
    max-width: 132px;
    max-height: 131px;
  }
}
.main-faq {
  padding: 0 0 65px 0;
}
.main-faq .main-faq-wrapper {
  border-top: 1px solid #EDEBEB;
}
.main-faq .main-faq-wrapper .anchors {
  padding: 40px 0 69px 0;
}
.main-faq .main-faq-wrapper .anchors .dropdown-button {
  display: none;
}
.main-faq .main-faq-wrapper .anchors > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.main-faq .main-faq-wrapper .anchors > ul > li > a.active-anchor {
  background: #1E1E1E;
  color: #FFFFFF;
}
.main-faq .main-faq-wrapper .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section > h5 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  color: #1E1E1E;
  margin: 24px 0;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content.open + .accordion-content {
  display: block;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title {
  background: #FAFAFA;
  padding: 40px 32px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title.open {
  border-radius: 16px 16px 0 0;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title.open > h4::after {
  background-image: url(../img/svg/accordion-arrow-active.svg);
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title.open .accordion-content {
  display: block;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #1E1E1E;
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0 35px 0 0;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title > h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/accordion-arrow-disable.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content {
  background: #FAFAFA;
  padding: 0 32px 40px 32px;
  border-radius: 0 0 16px 16px;
  display: none;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 16px 0;
  max-width: 1140px;
  transition: text-decoration 0.5s ease;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > p > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > p > a:hover {
  text-decoration: underline;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > ul {
  max-width: 1140px;
  margin: 0 0 20px 0;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > ul > li {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 8px 0;
  position: relative;
  padding: 0 0 0 15px;
  transition: text-decoration 0.5s ease;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > ul > li > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > ul > li > a:hover {
  text-decoration: underline;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2DE379;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #2DE379;
  transition: text-decoration 0.5s ease;
  max-width: 1140px;
}
.main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content > a:hover {
  text-decoration: underline;
}

@media (max-width: 766px) {
  .main-faq {
    padding: 0 0 16px 0;
  }
  .main-faq .main-faq-wrapper .anchors {
    position: relative;
    display: inline-block;
    padding: 32px 0 0 0;
    width: 100%;
  }
  .main-faq .main-faq-wrapper .anchors .dropdown-button {
    display: block;
    cursor: pointer;
    padding: 14px 24px;
    border-radius: 8px;
    background: #1E1E1E;
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    width: 100%;
    outline: none;
    border: none;
  }
  .main-faq .main-faq-wrapper .anchors .dropdown-button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 23px;
    background-image: url(../img/svg/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main-faq .main-faq-wrapper .anchors > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    margin: 8px 0 0 0;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 16px;
  }
  .main-faq .main-faq-wrapper .anchors > ul > li {
    cursor: pointer;
    margin: 0 0 8px 0;
  }
  .main-faq .main-faq-wrapper .anchors > ul > li > a {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #1E1E1E;
    border: none;
    padding: 10px;
    min-height: 43px;
    justify-content: flex-start;
  }
  .main-faq .main-faq-wrapper .anchors > ul > li > a.active-anchor {
    background: transparent;
    color: #1E1E1E;
  }
  .main-faq .main-faq-wrapper .anchors > ul > li > a:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #1E1E1E;
  }
  .main-faq .main-faq-wrapper .anchors > ul > li > a.active {
    background: #F0EFEB;
    border-radius: 6px;
  }
  .main-faq .main-faq-wrapper .faq-accordion {
    padding: 32px 0 0 0;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section {
    display: none;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section > h5 {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 16px 0;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content {
    gap: 16px;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title {
    padding: 24px;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title > h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-title > h4::after {
    width: 21px;
    height: 21px;
  }
  .main-faq .main-faq-wrapper .faq-accordion .accordion-section .accordion-box-content .accordion-item .accordion-content {
    display: none;
    padding: 0 24px 24px 24px;
  }
}
/* Why Us */
.top-banner {
  padding: 32px 0 58px 0;
  background: #FAFAFA;
}
.top-banner .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-banner .banner-wrapper .banner-info {
  max-width: 524px;
  width: 100%;
}
.top-banner .banner-wrapper .banner-info > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 36px 0;
}
.top-banner .banner-wrapper .banner-info > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.top-banner .banner-wrapper .banner-info > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  color: #1E1E1E;
  margin: 0 0 36px 0;
}
.top-banner .banner-wrapper .banner-images {
  max-width: 613px;
  min-width: 613px;
  width: 100%;
  position: relative;
}
.top-banner .banner-wrapper .banner-images > img {
  max-width: 448px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  margin: 68px 73px 0 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 530px;
}
.top-banner .banner-wrapper .banner-images .el-one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.top-banner .banner-wrapper .banner-images .el-one > img {
  max-width: 253px;
  max-height: 253px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-banner .banner-wrapper .banner-images .el-two {
  position: absolute;
  left: 119px;
  bottom: 40px;
  z-index: 2;
}
.top-banner .banner-wrapper .banner-images .el-two > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin: 0 0 4px 0;
  color: #FFFFFF;
}
.top-banner .banner-wrapper .banner-images .el-two > p > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
}
.top-banner .banner-wrapper .banner-images .el-three {
  position: absolute;
  right: 0;
  bottom: 47px;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 17px 16px 15px 16px;
  max-width: 247px;
  width: 100%;
}
.top-banner .banner-wrapper .banner-images .el-three > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  margin: 0 0 8px 0;
}
.top-banner .banner-wrapper .banner-images .el-three .skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
}
.top-banner .banner-wrapper .banner-images .el-three .skills .skill {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #F0EFEB;
  background: #FFFFFF;
  padding: 5px 11px;
  border-radius: 6px;
}
.top-banner .banner-wrapper .banner-images .el-three .skills .skill > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 475;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  letter-spacing: -0.005em;
  text-align: center;
  color: #595959;
  margin: 0;
}
.top-banner .banner-wrapper .banner-images .el-three .skills .skill:first-child {
  background: #F0EFEB;
}
.top-banner .banner-wrapper .banner-images .el-three .row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-banner .banner-wrapper .banner-images .el-three .row > img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.top-banner .banner-wrapper .banner-images .el-three .row > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #1E1E1E;
  margin: 0;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .top-banner .banner-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .top-banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .top-banner {
    padding: 48px 0 32px 0;
  }
  .top-banner .banner-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .top-banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
  .top-banner .banner-wrapper .banner-info > p {
    margin: 0 0 24px 0;
  }
  .top-banner .banner-wrapper .banner-info > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 16px 0;
  }
  .top-banner .banner-wrapper .banner-images {
    max-width: 100%;
    min-width: 100%;
    max-height: 680px;
  }
  .top-banner .banner-wrapper .banner-images > img {
    max-width: 81%;
    border-radius: 16px;
    margin: 32px auto 0 auto;
    max-height: 100%;
  }
  .top-banner .banner-wrapper .banner-images .el-one {
    left: auto;
    right: 0;
    transform: rotate(90deg);
  }
  .top-banner .banner-wrapper .banner-images .el-one > img {
    max-width: 117px;
    max-height: 171px;
  }
  .top-banner .banner-wrapper .banner-images .el-two {
    left: 15%;
    bottom: 15px;
  }
  .top-banner .banner-wrapper .banner-images .el-two > p {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.125rem;
    margin: 0;
  }
  .top-banner .banner-wrapper .banner-images .el-two > p > span {
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  .top-banner .banner-wrapper .banner-images .el-three {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
    padding: 8px 10px;
    max-width: 199px;
  }
  .top-banner .banner-wrapper .banner-images .el-three > p {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 0.75rem;
    margin: 0 0 4px 0;
  }
  .top-banner .banner-wrapper .banner-images .el-three .skills {
    gap: 4px;
    margin: 0 0 6px;
  }
  .top-banner .banner-wrapper .banner-images .el-three .skills .skill {
    padding: 3px 9.5px;
  }
  .top-banner .banner-wrapper .banner-images .el-three .skills .skill > p {
    font-size: 0.625rem;
    letter-spacing: 0em;
  }
  .top-banner .banner-wrapper .banner-images .el-three .row > p {
    font-size: 0.625rem;
  }
}
@media (max-width: 376px) {
  .top-banner .banner-wrapper .banner-images .el-one > img {
    max-width: 75px;
    max-height: 80px;
  }
}
.sub-network {
  padding: 173px 0 73px 0;
}
.sub-network .network-wrapper > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  margin: 0 0 24px 0;
  color: #1E1E1E;
}
.sub-network .network-wrapper > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.sub-network .network-wrapper > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 72px 0;
}
.sub-network .network-wrapper > a {
  margin: 0 auto;
  display: flex;
  width: max-content;
}
.sub-network .network-wrapper .network-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 48px 0;
}
.sub-network .network-wrapper .network-items .network-item {
  padding: 24px 32px 40px 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
}
.sub-network .network-wrapper .network-items .network-item > img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.sub-network .network-wrapper .network-items .network-item > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.sub-network .network-wrapper .network-items .network-item > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  text-align: left;
  margin: 0 0 16px 0;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .sub-network .network-wrapper .network-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .sub-network {
    padding: 48px 0 16px 0;
  }
  .sub-network .network-wrapper > p {
    margin: 0 0 16px 0;
  }
  .sub-network .network-wrapper > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 32px 0;
  }
  .sub-network .network-wrapper .network-items {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 32px 0;
  }
  .sub-network .network-wrapper .network-items .network-item {
    padding: 24px;
  }
  .sub-network .network-wrapper .network-items .network-item > img {
    margin: 0 0 16px 0;
  }
  .sub-network .network-wrapper .network-items .network-item > h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 12px 0;
  }
  .sub-network .network-wrapper .network-items .network-item > p {
    margin: 0 0 12px 0;
  }
}
.talent {
  padding: 60px 0 75px 0;
}
.talent h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  max-width: 523px;
  color: #1E1E1E;
  margin: 0 0 40px 0;
}
.talent .talent-wrapper {
  background: #F0EFEB;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.talent .talent-wrapper .talent-info {
  display: flex;
  gap: 40px;
  max-width: 820px;
  width: 100%;
}
.talent .talent-wrapper .talent-info .talent-img {
  max-width: 308px;
  max-height: 308px;
  min-width: 308px;
  min-height: 308px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.talent .talent-wrapper .talent-info .talent-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box .text > h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 20px 0;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box .name {
  display: flex;
  gap: 16px;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box .name .name-icon {
  width: 40px;
  height: 40px;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box .name .name-icon > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box .name .name-descr > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0;
}
.talent .talent-wrapper .talent-info .talent-descr .talent-box .name .name-descr > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.005em;
}
.talent .talent-wrapper .divider {
  width: 1px;
  height: 100%;
  min-height: 308px;
  background: #CDCAC8;
}
.talent .talent-wrapper .talent-value {
  max-width: 320px;
  width: 100%;
}
.talent .talent-wrapper .talent-value > h3 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 5.875rem;
  line-height: 5.875rem;
  letter-spacing: -0.015em;
  color: #1E1E1E;
  margin: 0;
}
.talent .talent-wrapper .talent-value > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .talent .talent-wrapper .talent-value {
    max-width: 170px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .talent .talent-wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .talent .talent-wrapper .talent-info {
    max-width: 100%;
    gap: 30px;
  }
  .talent .talent-wrapper .divider {
    width: 100%;
    height: 1px;
    min-height: 100%;
  }
  .talent .talent-wrapper .talent-value {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 766px) {
  .talent {
    padding: 48px 0 16px 0;
  }
  .talent h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    max-width: 100%;
    text-align: center;
    margin: 0 0 32px 0;
  }
  .talent .talent-wrapper {
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-direction: column;
  }
  .talent .talent-wrapper .talent-info {
    gap: 24px;
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .talent .talent-wrapper .talent-info .talent-img {
    max-width: 297px;
    max-height: 297px;
    min-width: 297px;
    min-height: 297px;
    margin: 0 auto;
  }
  .talent .talent-wrapper .talent-info .talent-descr .talent-box {
    gap: 24px;
  }
  .talent .talent-wrapper .talent-info .talent-descr .talent-box .text > h6 {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0em;
    margin: 0 0 24px 0;
  }
  .talent .talent-wrapper .talent-info .talent-descr .talent-box .name .name-descr > p {
    font-size: 1.0625rem;
    line-height: 1.125rem;
    color: #595959;
  }
  .talent .talent-wrapper .talent-info .talent-descr .talent-box .name .name-descr > p > b {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    letter-spacing: 0em;
    color: #1E1E1E;
  }
  .talent .talent-wrapper .divider {
    width: 100%;
    height: 1px;
    min-height: 100%;
  }
  .talent .talent-wrapper .talent-value {
    max-width: 100%;
  }
  .talent .talent-wrapper .talent-value > h3 {
    font-size: 4.375rem;
    line-height: 5.375rem;
    letter-spacing: -0.02em;
  }
  .talent .talent-wrapper .talent-value > p {
    font-size: 1.0625rem;
  }
}
@media (max-width: 376px) {
  .talent .talent-wrapper .talent-info .talent-img {
    max-width: 232px;
    max-height: 232px;
    min-width: 232px;
    min-height: 232px;
  }
}
.compare {
  padding: 74px 0 70px 0;
}
.compare h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 56px 0;
  max-width: 523px;
}
.compare .compare-wrapper {
  display: flex;
  flex-direction: column;
}
.compare .compare-wrapper .compare-title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.compare .compare-wrapper .compare-title .compare-title-box {
  background: #FAFAFA;
}
.compare .compare-wrapper .compare-title .compare-title-box:first-child {
  background: #FFFFFF;
}
.compare .compare-wrapper .compare-title .compare-title-box:first-child .compare-title-item {
  background: #FFFFFF;
}
.compare .compare-wrapper .compare-title .compare-title-box .compare-title-item {
  padding: 23px 44px;
  background: #E9E9E9;
  border-radius: 12px;
  height: 100%;
}
.compare .compare-wrapper .compare-title .compare-title-box .compare-title-item > p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0;
}
.compare .compare-wrapper .compare-rows .compare-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-bottom: 1px solid #EDEBEB;
}
.compare .compare-wrapper .compare-rows .compare-row .compare-row-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FAFAFA;
  padding: 35px 44px;
  height: 100%;
}
.compare .compare-wrapper .compare-rows .compare-row .compare-row-item > p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0;
  word-break: break-word;
  text-align: left;
}
.compare .compare-wrapper .compare-rows .compare-row .compare-row-item > img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.compare .compare-wrapper .compare-rows .compare-row .compare-row-item:first-child {
  background: #FFFFFF;
  padding: 35px 44px 35px 0;
}
.compare .compare-wrapper .compare-rows .compare-row .compare-row-item:first-child > p {
  text-align: left;
}
.compare .compare-wrapper .compare-rows .compare-row:last-child {
  border-bottom: none;
}
.compare .compare-wrapper .compare-rows .compare-row:last-child .compare-row-item {
  border-radius: 0 0 12px 12px;
}

@media (max-width: 766px) {
  .compare {
    padding: 48px 0 16px 0;
  }
  .compare h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 32px 0;
    max-width: 100%;
    text-align: center;
  }
  .compare .compare-wrapper .compare-title {
    gap: 3px;
  }
  .compare .compare-wrapper .compare-title .compare-title-box .compare-title-item {
    padding: 9px 12px;
  }
  .compare .compare-wrapper .compare-title .compare-title-box .compare-title-item > p {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: center;
  }
  .compare .compare-wrapper .compare-rows .compare-row {
    gap: 3px;
  }
  .compare .compare-wrapper .compare-rows .compare-row .compare-row-item {
    gap: 8px;
    padding: 10px 12px;
    justify-content: center;
    min-height: 106px;
    flex-direction: column;
  }
  .compare .compare-wrapper .compare-rows .compare-row .compare-row-item:first-child {
    padding: 10px 0;
    align-items: flex-start;
  }
  .compare .compare-wrapper .compare-rows .compare-row .compare-row-item > p {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: center;
  }
}
@media (max-width: 376px) {
  .compare .compare-wrapper .compare-title .compare-title-box .compare-title-item > p {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .compare .compare-wrapper .compare-rows .compare-row .compare-row-item {
    padding: 7px;
    min-height: 96px;
  }
  .compare .compare-wrapper .compare-rows .compare-row .compare-row-item > p {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
/* Blog */
.top-article {
  padding: 96px 0 50px 0;
}
.top-article h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  color: #1E1E1E;
  margin: 0 0 48px 0;
}
.top-article .article-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
.top-article .article-wrapper .article-img {
  max-width: 740px;
  width: 100%;
}
.top-article .article-wrapper .article-img > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-article .article-wrapper .article-img > a > img {
  max-width: 740px;
  max-height: 458px;
  min-width: 640px;
  min-height: 458px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.top-article .article-wrapper .article-info {
  max-width: 460px;
  width: 100%;
}
.top-article .article-wrapper .article-info > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 36px 0;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.top-article .article-wrapper .article-info > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1E1E1E;
  margin: 0 0 36px 0;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.top-article .article-wrapper .article-info > p > span {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #595959;
}
.top-article .article-wrapper .article-info > a {
  min-width: 132px;
  margin: 47px 0 0 0;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .top-article .article-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .top-article .article-wrapper .article-img {
    max-width: 100%;
  }
  .top-article .article-wrapper .article-img > a > img {
    max-width: 100%;
    max-height: 600px;
    min-width: 100%;
    min-height: 100%;
  }
  .top-article .article-wrapper .article-info {
    max-width: 100%;
  }
  .top-article .article-wrapper .article-info > h2,
  .top-article .article-wrapper .article-info > p {
    margin: 0 0 16px 0;
  }
  .top-article .article-wrapper .article-info > a {
    margin: 16px 0 0 0;
  }
}
@media (max-width: 766px) {
  .top-article {
    padding: 48px 0 32px 0;
  }
  .top-article h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 32px 0;
  }
  .top-article .article-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .top-article .article-wrapper .article-img {
    max-width: 100%;
  }
  .top-article .article-wrapper .article-img > a > img {
    max-width: 100%;
    max-height: 400px;
    min-width: 100%;
    min-height: 100%;
  }
  .top-article .article-wrapper .article-info {
    max-width: 100%;
  }
  .top-article .article-wrapper .article-info > h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    margin: 0 0 16px 0;
  }
  .top-article .article-wrapper .article-info > p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    margin: 0 0 16px 0;
  }
  .top-article .article-wrapper .article-info > a {
    min-width: 100%;
    margin: 16px 0 0 0;
  }
}
@media (max-width: 376px) {
  .top-article h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .top-article .article-wrapper .article-info > h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.sub-articles {
  padding: 50px 0 105px 0;
}
.sub-articles .sub-articles-wrapper .articles-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 50px 0;
}
.sub-articles .sub-articles-wrapper .articles-title .article-category {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sub-articles .sub-articles-wrapper .articles-title .article-category > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0;
}
.sub-articles .sub-articles-wrapper .articles-title .article-category > select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #EDEBEB;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  padding: 7px 30px 7px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: url(../img/svg/select-arrow.svg) no-repeat right #FFFFFF;
  background-position-x: 100%;
  cursor: pointer;
  outline: none;
  min-width: 321px;
}
.sub-articles .sub-articles-wrapper .articles-title .article-sort {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sub-articles .sub-articles-wrapper .articles-title .article-sort > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  margin: 0;
}
.sub-articles .sub-articles-wrapper .articles-title .article-sort > select {
  border: none;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #1E1E1E;
  padding: 0 28px 0 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: url(../img/svg/select-arrow.svg) no-repeat right #FFFFFF;
  background-position-x: 100%;
  cursor: pointer;
  outline: none;
}
.sub-articles .sub-articles-wrapper .articles-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 16px;
  margin: 0 0 78px 0;
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a {
  border-radius: 16px;
  background: #F0EFEB;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s ease;
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a:hover {
  transform: translateY(-5px);
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  min-height: 256px;
  max-height: 256px;
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  min-height: 256px;
  max-height: 256px;
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-descr {
  padding: 27px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-descr > h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 35px 0;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-descr > p {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #1E1E1E;
}
.sub-articles .sub-articles-wrapper .toggle-btn {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.625rem;
  min-width: 136px;
  min-height: 54px;
  margin: 0 auto;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .sub-articles .sub-articles-wrapper .articles-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .sub-articles {
    padding: 0 0 16px 0;
  }
  .sub-articles .sub-articles-wrapper .articles-title {
    padding: 13px 0;
    margin: 0 0 16px 0;
    gap: 8px;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-category {
    gap: 10px;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-category > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-category > select {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 3px 25px 3px 0;
    min-width: auto;
    border-bottom: none;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-sort {
    gap: 10px;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-sort > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-sort > select {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0 25px 0 0;
  }
  .sub-articles .sub-articles-wrapper .articles-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 0 0 32px 0;
  }
  .sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-descr {
    padding: 24px;
  }
}
@media (max-width: 376px) {
  .sub-articles .sub-articles-wrapper .articles-title {
    padding: 13px 0;
    margin: 0 0 16px 0;
    gap: 8px;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-category {
    gap: 10px;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-category > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-category > select {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 3px 25px 3px 0;
    min-width: auto;
    border-bottom: none;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-sort {
    gap: 10px;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-sort > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .sub-articles .sub-articles-wrapper .articles-title .article-sort > select {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0 25px 0 0;
  }
  .sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-img {
    min-height: 190px;
    max-height: 190px;
  }
  .sub-articles .sub-articles-wrapper .articles-items .article-item > a .article-item-img > img {
    min-height: 190px;
    max-height: 190px;
  }
}
/* Single Article */
.article-content {
  padding: 96px 0 150px 0;
  position: relative;
}
.article-content .fixed-panel {
  position: -webkit-sticky;
  position: sticky;
  right: 80px;
  top: 110px;
  width: 45px;
  height: 100%;
  z-index: 2;
  float: right;
}
.article-content .fixed-panel .fixed-panel-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.article-content .fixed-panel .fixed-panel-box > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.015em;
  text-align: center;
  color: #1E1E1E;
  margin: 0;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a {
  width: 36px;
  height: 36px;
  display: block;
  transition: stroke 0.5s ease, fill 0.5s ease;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a > svg {
  width: 36px;
  height: 36px;
  object-fit: cover;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a > svg path {
  transition: stroke 0.5s ease, fill 0.5s ease;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a > svg circle {
  transition: stroke 0.5s ease, fill 0.5s ease;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a:hover > svg path {
  fill: #2DE379;
  stroke: #2DE379;
}
.article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a:hover > svg circle {
  stroke: #2DE379;
}
.article-content .content-wrapper > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 36px 0;
  max-width: 703px;
}
.article-content .content-wrapper > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 73px 0 31px 0;
  max-width: 703px;
}
.article-content .content-wrapper > h3 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 31px 0;
}
.article-content .content-wrapper > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 24px 0;
}
.article-content .content-wrapper > h5,
.article-content .content-wrapper > h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.article-content .content-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-height: 470px;
  margin: 0 0 56px 0;
}
.article-content .content-wrapper > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 48px 0;
}
.article-content .content-wrapper > p > b {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
}
.article-content .content-wrapper > p > span {
  color: #595959;
}
.article-content .content-wrapper > p > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.article-content .content-wrapper > p > a:hover {
  text-decoration: underline;
}
.article-content .content-wrapper > ul,
.article-content .content-wrapper > ol {
  margin: 0 0 48px 0;
}
.article-content .content-wrapper > ul > li,
.article-content .content-wrapper > ol > li {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  list-style-type: disc;
  list-style-position: inside;
}
.article-content .content-wrapper > ul > li > a,
.article-content .content-wrapper > ol > li > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.article-content .content-wrapper > ul > li > a:hover,
.article-content .content-wrapper > ol > li > a:hover {
  text-decoration: underline;
}
.article-content .content-wrapper > ol > li {
  list-style-type: decimal;
}
.article-content .content-wrapper > a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #2DE379;
  transition: text-decoration 0.5s ease;
  margin: 0 0 24px 0;
}
.article-content .content-wrapper > a:hover {
  text-decoration: underline;
}
.article-content .content-wrapper .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 30px 0;
}
.article-content .content-wrapper .data > p {
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: left;
  color: #595959;
  margin: 0;
}
.article-content .divider {
  display: none;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .article-content .fixed-panel {
    right: 30px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .article-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .article-content .content-wrapper {
    margin: 0 0 24px 0;
  }
  .article-content .divider {
    display: flex;
    width: 100%;
    height: 1px;
    background: #EDEBEB;
  }
  .article-content .fixed-panel {
    position: relative;
    right: 0;
    top: 0;
    width: 774px;
    max-width: 95%;
    margin: 0 auto;
    padding: 24px 0 0 0;
    float: unset;
    z-index: 1;
    height: auto;
  }
  .article-content .fixed-panel .fixed-panel-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .article-content .fixed-panel .fixed-panel-box .fixed-panel-links {
    flex-direction: row;
  }
}
@media (max-width: 766px) {
  .article-content {
    padding: 48px 0 16px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .article-content .content-wrapper {
    margin: 0 0 24px 0;
  }
  .article-content .content-wrapper > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    letter-spacing: -0.015em;
    margin: 0 0 24px 0;
    max-width: 100%;
  }
  .article-content .content-wrapper > h2,
  .article-content .content-wrapper > h3 {
    font-size: 2rem;
    line-height: 2.625rem;
    margin: 0 0 24px 0;
    max-width: 100%;
  }
  .article-content .content-wrapper > h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .article-content .content-wrapper > h5,
  .article-content .content-wrapper > h6 {
    margin: 0 0 8px 0;
  }
  .article-content .content-wrapper > img {
    max-height: 420px;
    margin: 0 0 24px 0;
  }
  .article-content .content-wrapper > p {
    margin: 0 0 24px 0;
  }
  .article-content .content-wrapper > ul,
  .article-content .content-wrapper > ol {
    margin: 0 0 24px 0;
  }
  .article-content .content-wrapper .data {
    gap: 10px;
    margin: 0 0 24px 0;
  }
  .article-content .divider {
    display: flex;
    width: 100%;
    height: 1px;
    background: #EDEBEB;
  }
  .article-content .fixed-panel {
    position: relative;
    right: 0;
    top: 0;
    width: 774px;
    max-width: 95%;
    margin: 0 auto;
    padding: 24px 0 0 0;
    float: unset;
    z-index: 1;
    height: auto;
  }
  .article-content .fixed-panel .fixed-panel-box {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .article-content .fixed-panel .fixed-panel-box > p {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: 0em;
  }
  .article-content .fixed-panel .fixed-panel-box .fixed-panel-links {
    flex-direction: row;
    gap: 24px;
  }
  .article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a {
    width: 40px;
    height: 40px;
  }
  .article-content .fixed-panel .fixed-panel-box .fixed-panel-links > a > svg {
    width: 40px;
    height: 40px;
  }
}
.extra-articles {
  padding: 42px 0 130px 0;
}
.extra-articles .extra-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.extra-articles .extra-wrapper .title > h2 {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.extra-articles .extra-wrapper .title > a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-width: 113px;
  min-height: 52px;
  border-radius: 100px;
}
.extra-articles .extra-wrapper .extra-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 40px 0 0 0;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a {
  display: inline-block;
  transition: transform 0.5s ease, color 0.5s ease;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #F0EFEB;
  border-radius: 10px;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-img {
  border-radius: 10px 10px 0 0;
  min-height: 256px;
  max-height: 256px;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-img > img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 256px;
  max-height: 256px;
  display: block;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-info {
  padding: 27px 30px;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-info > h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  color: #1E1E1E;
  margin: 0 0 35px 0;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-info > p {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #595959;
  margin: 0;
}
.extra-articles .extra-wrapper .extra-items .extra-item > a:hover {
  transform: translateY(-5px);
}
.extra-articles .extra-wrapper .mob-link {
  display: none;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .extra-articles .extra-wrapper .extra-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .extra-articles {
    padding: 16px 0 48px 0;
  }
  .extra-articles .extra-wrapper .title {
    justify-content: flex-start;
  }
  .extra-articles .extra-wrapper .title > h2 {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .extra-articles .extra-wrapper .title > a {
    display: none;
  }
  .extra-articles .extra-wrapper .extra-items {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 24px 0;
    padding: 24px 0 0 0;
  }
  .extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-info {
    padding: 24px;
  }
  .extra-articles .extra-wrapper .mob-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .extra-articles .extra-wrapper .mob-link > a {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    min-height: 54px;
    border-radius: 100px;
    text-align: center;
    color: #1E1E1E;
    background: #FFFFFF;
    border: 1px solid #A9A9A9;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: background 0.5s ease, color 0.5s ease;
  }
  .extra-articles .extra-wrapper .mob-link > a:hover {
    background: #2DE379;
    color: #FFFFFF;
    border: 1px solid #2DE379;
  }
}
@media (max-width: 766px) {
  .extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-img {
    min-height: 200px;
    max-height: 200px;
  }
  .extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-img > img {
    min-height: 200px;
    max-height: 200px;
  }
}
/* Hire */
.hire-unit {
  padding: 32px 0 70px 0;
  background: linear-gradient(to right, #FFFFFF 50%, #F0EFEB 50%);
}
.hire-unit .unit-wrapper {
  width: 1408px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
}
.hire-unit .unit-wrapper .unit-info {
  width: 50%;
  padding: 0 48px 0 0;
}
.hire-unit .unit-wrapper .unit-info > a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 213px;
  max-height: 40px;
  margin: 0 0 40px 0;
}
.hire-unit .unit-wrapper .unit-info > a > img {
  max-width: 180px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
}
.hire-unit .unit-wrapper .unit-info > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 20px 0;
  padding: 0 0 0 56px;
  max-width: 545px;
}
.hire-unit .unit-wrapper .unit-info > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 20px 0;
  padding: 0 0 0 56px;
  max-width: 545px;
}
.hire-unit .unit-wrapper .unit-info .images {
  margin: 80px 0 0 0;
  padding: 0 61px 0 80px;
  height: 100%;
  max-height: 539px;
  min-height: 539px;
}
.hire-unit .unit-wrapper .unit-info .images .images-box {
  max-width: 499px;
  width: 100%;
  height: 100%;
  position: relative;
}
.hire-unit .unit-wrapper .unit-info .images .images-box > img {
  max-width: 400px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  margin: 0 60px 0 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 460px;
  object-fit: cover;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one {
  position: absolute;
  right: 0;
  top: -44px;
  z-index: 1;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card {
  background: #F0EFEB;
  padding: 12px 16px;
  border-radius: 9px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card .el-card-img {
  border-radius: 5px;
  padding: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card .el-card-img > img {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card:nth-child(odd) .el-card-img {
  background: #2DE379;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card:nth-child(even) .el-card-img {
  background: #FFFFFF;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box {
  background: #F0EFEB;
  border-radius: 12px;
  padding: 20px 22px 13px 22px;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 12px 0;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top .skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 221px;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top .skills .skill {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  border: 1px solid #CDCAC8;
  padding: 3.5px 9.5px;
  border-radius: 6px;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top .skills .skill > p {
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: center;
  color: #595959;
  margin: 0;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .divider {
  width: 100%;
  height: 1px;
  background: #CDCAC8;
  margin: 7px 0 9px 0;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-bottom > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-bottom > img {
  width: 52px;
  height: 26px;
  object-fit: cover;
}
.hire-unit .unit-wrapper .unit-form {
  width: 50%;
  padding: 23px 0 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hire-unit .unit-wrapper .unit-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hire-unit .unit-wrapper .unit-form form label {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  display: flex;
  gap: 5px;
}
.hire-unit .unit-wrapper .unit-form form label > span {
  color: #FF3657;
}
.hire-unit .unit-wrapper .unit-form form select {
  border: 1px solid #CDCAC8;
  border-radius: 8px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 16px 48px 16px 24px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: url(../img/svg/select-arrow-gray.svg) no-repeat right #FFFFFF;
  background-position-x: calc(100% - 24px);
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 55px;
  margin: 12px 0 24px 0;
}
.hire-unit .unit-wrapper .unit-form form input {
  border: 1px solid #CDCAC8;
  border-radius: 8px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 16px 25px;
  outline: none;
  width: 100%;
  height: 55px;
  margin: 12px 0 0 0;
}
.hire-unit .unit-wrapper .unit-form form input::placeholder {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
}
.hire-unit .unit-wrapper .unit-form form textarea {
  border: 1px solid #CDCAC8;
  border-radius: 12px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 20px 24px;
  outline: none;
  width: 100%;
  height: 250px;
  margin: 12px 0 53px 0;
  resize: none;
}
.hire-unit .unit-wrapper .unit-form form textarea::placeholder {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
}
.hire-unit .unit-wrapper .unit-form form .box {
  display: flex;
  gap: 40px;
  margin: 0 0 24px 0;
}
.hire-unit .unit-wrapper .unit-form form .box .box-item {
  width: 100%;
}
.hire-unit .unit-wrapper .unit-form .unit-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 298px;
  margin: 0 auto;
}
.hire-unit .unit-wrapper .unit-form .unit-text > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.hire-unit .unit-wrapper .unit-form .unit-text > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
@media (min-width: 1081px) {
  .hire-unit {
    height: 100vh;
  }
}
@media (min-width: 1081px) and (min-height: 700px) and (max-height: 900px) {
  .hire-unit {
    padding: 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hire-unit .unit-wrapper .unit-info > a {
    margin: 0 0 20px 0;
  }
  .hire-unit .unit-wrapper .unit-info > h1,
  .hire-unit .unit-wrapper .unit-info > p {
    padding: 0;
  }
  .hire-unit .unit-wrapper .unit-info .images {
    margin: 45px auto 0 auto;
    padding: 0;
    max-height: 365px;
    min-height: 365px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box > img {
    max-width: 385px;
    margin: 0 auto;
    max-height: 325px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-one {
    top: -34px;
  }
  .hire-unit .unit-wrapper .unit-form {
    padding: 0 0 0 48px;
  }
  .hire-unit .unit-wrapper .unit-form form select {
    margin: 8px 0 12px 0;
  }
  .hire-unit .unit-wrapper .unit-form form input {
    margin: 8px 0 0 0;
  }
  .hire-unit .unit-wrapper .unit-form form textarea {
    height: 110px;
    margin: 8px 0 24px 0;
  }
  .hire-unit .unit-wrapper .unit-form form .box {
    margin: 0 0 12px 0;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .hire-unit {
    background: #FFFFFF;
    padding: 115px 0 0 0;
  }
  .hire-unit .unit-wrapper {
    max-width: 100%;
    flex-direction: column;
  }
  .hire-unit .unit-wrapper .unit-info {
    max-width: 95%;
    width: 100%;
    padding: 0 0 48px 0;
    margin: 0 auto;
  }
  .hire-unit .unit-wrapper .unit-info > a {
    display: none;
  }
  .hire-unit .unit-wrapper .unit-info > h1,
  .hire-unit .unit-wrapper .unit-info > p {
    padding: 0;
    max-width: 100%;
  }
  .hire-unit .unit-wrapper .unit-info .images {
    padding: 0;
    margin: 88px auto 0 auto;
    max-height: 100%;
    min-height: 100%;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box {
    margin: 0 auto;
    max-width: 470px;
    max-height: 460px;
    min-height: 460px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box > img {
    max-width: 360px;
    max-height: 400px;
    margin: auto auto 0 auto;
  }
  .hire-unit .unit-wrapper .unit-form {
    background: #F0EFEB;
    width: 100%;
    padding: 48px 0;
  }
  .hire-unit .unit-wrapper .unit-form form {
    max-width: 95%;
    margin: 0 auto;
  }
  .hire-unit .unit-wrapper .unit-form .unit-text {
    height: 30.5vh;
  }
}
@media (max-width: 766px) {
  .hire-unit {
    background: #FFFFFF;
    padding: 115px 0 0 0;
  }
  .hire-unit .unit-wrapper {
    max-width: 100%;
    flex-direction: column;
  }
  .hire-unit .unit-wrapper .unit-info {
    max-width: 88%;
    width: 100%;
    padding: 0 0 48px 0;
    margin: 0 auto;
  }
  .hire-unit .unit-wrapper .unit-info > a {
    display: none;
  }
  .hire-unit .unit-wrapper .unit-info > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 16px 0;
    padding: 0;
    max-width: 100%;
  }
  .hire-unit .unit-wrapper .unit-info > p {
    margin: 0 0 16px 0;
    padding: 0;
    max-width: 100%;
  }
  .hire-unit .unit-wrapper .unit-info .images {
    padding: 0;
    margin: 64px auto 0 auto;
    max-height: 100%;
    min-height: 100%;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box {
    margin: 0 auto;
    max-width: 100%;
    max-height: 500px;
    min-height: 376px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box > img {
    max-width: 82%;
    max-height: 345px;
    margin: auto auto 0 auto;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-one {
    top: -23px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards {
    gap: 6px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card {
    padding: 4px 9px 4px 4px;
    border-radius: 8px;
    gap: 5px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-one .el-cards .el-card > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 450;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.005em;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box {
    padding: 10px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0 0 8px 0;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top .skills {
    max-width: 182px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top .skills .skill {
    padding: 2.5px 9px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-top .skills .skill > p {
    font-size: 0.625rem;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .divider {
    margin: 10px 0 8px 0;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-bottom {
    gap: 10px;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-bottom > p {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.005em;
  }
  .hire-unit .unit-wrapper .unit-info .images .images-box .el-two .el-box .el-line-bottom > img {
    width: 41px;
    height: 20px;
  }
  .hire-unit .unit-wrapper .unit-form {
    background: #F0EFEB;
    width: 100%;
    padding: 48px 0;
  }
  .hire-unit .unit-wrapper .unit-form form {
    max-width: 88%;
    margin: 0 auto;
  }
  .hire-unit .unit-wrapper .unit-form form select {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 12px 40px 12px 16px;
    background-position-x: calc(100% - 16px);
    height: 48px;
    margin: 8px 0 24px 0;
  }
  .hire-unit .unit-wrapper .unit-form form select::placeholder {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .hire-unit .unit-wrapper .unit-form form .box {
    gap: 24px;
    margin: 0 0 24px 0;
    flex-direction: column;
  }
  .hire-unit .unit-wrapper .unit-form form textarea {
    border-radius: 8px;
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 14px 16px;
    height: 144px;
    margin: 8px 0 48px 0;
  }
  .hire-unit .unit-wrapper .unit-form form textarea::placeholder {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
/* Listing */
.developers {
  padding: 104px 0 0 0;
}
.developers .developers-wrapper {
  display: flex;
  gap: 20px;
}
.developers .developers-wrapper .developers-list {
  max-width: 952px;
  width: 100%;
}
.developers .developers-wrapper .developers-list > p {
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 22px 0;
}
.developers .developers-wrapper .developers-list > p > span {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
}
.developers .developers-wrapper .developers-list .developers-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item {
  border: 1px solid #EDEBEB;
  border-radius: 16px;
  padding: 28px 32px 28px 28px;
  display: flex;
  gap: 32px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img {
  max-width: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > img {
  max-width: 160px;
  max-height: 160px;
  min-width: 160px;
  min-height: 160px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > a {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.005em;
  min-width: 100%;
  min-height: 36px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info {
  max-width: 700px;
  width: 100%;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info > a {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
  transition: color 0.5s ease;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info > a:hover {
  color: #2DE379;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 12px 0;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info > p > span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #A9A9A9;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info .skills {
  margin: 28px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info .skills .skill {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  background: #F0EFEB;
  padding: 6px 11px;
}
.developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info .skills .skill > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.005em;
  text-align: center;
  color: #595959;
  margin: 0;
}
.developers .developers-wrapper .side-panel {
  max-width: 308px;
  width: 100%;
}
.developers .developers-wrapper .side-panel > p {
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 22px 0;
}
.developers .developers-wrapper .side-panel > p > span {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
}
.developers .developers-wrapper .side-panel .content {
  background: #F0EFEB;
  border-radius: 16px;
  padding: 36px 28px 27px 28px;
}
.developers .developers-wrapper .side-panel .content .content-box > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 21px 0;
}
.developers .developers-wrapper .side-panel .content .content-box > img {
  max-width: 252px;
  max-height: 252px;
  min-width: 252px;
  min-height: 252px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.developers .developers-wrapper .side-panel .content .content-box .row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px 0;
}
.developers .developers-wrapper .side-panel .content .content-box .row .img {
  width: 40px;
  height: 40px;
}
.developers .developers-wrapper .side-panel .content .content-box .row .img > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.developers .developers-wrapper .side-panel .content .content-box .row .name > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #595959;
  margin: 0;
}
.developers .developers-wrapper .side-panel .content .content-box .row .name > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  color: #1E1E1E;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .developers .developers-wrapper {
    gap: 64px;
    flex-direction: column;
  }
  .developers .developers-wrapper .developers-list {
    max-width: 100%;
  }
  .developers .developers-wrapper .side-panel {
    max-width: 100%;
  }
  .developers .developers-wrapper .side-panel .content .content-box > img {
    max-width: 100%;
    max-height: 600px;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 766px) {
  .developers {
    padding: 48px 0 16px 0;
  }
  .developers .developers-wrapper {
    gap: 64px;
    flex-direction: column;
  }
  .developers .developers-wrapper .developers-list {
    max-width: 100%;
  }
  .developers .developers-wrapper .developers-list > p {
    margin: 0 0 32px 0;
  }
  .developers .developers-wrapper .developers-list .developers-items {
    gap: 32px;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item {
    padding: 24px;
    gap: 24px;
    flex-direction: column;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img {
    max-width: 100%;
    gap: 24px;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > img {
    max-width: 345px;
    max-height: 200px;
    min-width: unset;
    min-height: 200px;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-img > a {
    min-height: 48px;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info {
    max-width: 100%;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info > p {
    margin: 0 0 16px 0;
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  .developers .developers-wrapper .developers-list .developers-items .developer-item .developer-info .skills {
    margin: 16px 0 0 0;
  }
  .developers .developers-wrapper .side-panel {
    max-width: 100%;
  }
  .developers .developers-wrapper .side-panel > p {
    margin: 0 0 32px 0;
  }
  .developers .developers-wrapper .side-panel .content {
    padding: 24px;
  }
  .developers .developers-wrapper .side-panel .content .content-box > p {
    margin: 0 0 24px 0;
  }
  .developers .developers-wrapper .side-panel .content .content-box .row {
    margin: 0 0 24px 0;
  }
  .developers .developers-wrapper .side-panel .content .content-box .row .name > p {
    font-size: 1.0625rem;
  }
  .developers .developers-wrapper .side-panel .content .content-box .row .name > p > b {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
  }
  .developers .developers-wrapper .side-panel .content .content-box > img {
    max-width: 345px;
    max-height: 297px;
    min-width: unset;
    min-height: 200px;
  }
}
.find-talent {
  padding: 86px 0 101px 0;
}
.find-talent .talent-wrapper > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 3.1875rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 24px 0;
}
.find-talent .talent-wrapper > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 24px 0;
}
.find-talent .talent-wrapper .links {
  margin: 74px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.find-talent .talent-wrapper .links > a {
  border: 1px solid #EDEBEB;
  padding: 9px 21px;
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.find-talent .talent-wrapper .links > a.active-link {
  color: #FFFFFF;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
}

@media (max-width: 766px) {
  .find-talent {
    padding: 48px 0 16px 0;
  }
  .find-talent .talent-wrapper > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 16px 0;
  }
  .find-talent .talent-wrapper > p {
    margin: 0 0 32px 0;
  }
  .find-talent .talent-wrapper .links {
    margin: 0;
    gap: 8px;
    flex-direction: column;
  }
  .find-talent .talent-wrapper .links > a {
    padding: 5px;
  }
}
/* Single Dev */
.dev-profile {
  padding: 40px 0 0 0;
  position: relative;
}
.dev-profile .profile-wrapper {
  border: 1px solid #EDEBEB;
  border-radius: 20px;
  padding: 38px 72px 56px 40px;
  position: relative;
}
.dev-profile .profile-wrapper .fixed-panel {
  max-width: 268px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  float: left;
}
.dev-profile .profile-wrapper .fixed-panel .profile-img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 2px 0 0 0;
}
.dev-profile .profile-wrapper .fixed-panel .profile-img > img {
  max-width: 268px;
  max-height: 268px;
  min-width: 268px;
  min-height: 268px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.dev-profile .profile-wrapper .fixed-panel .profile-img > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  min-width: 100%;
  min-height: 44px;
}
.dev-profile .profile-wrapper .box {
  margin-left: 340px;
}
.dev-profile .profile-wrapper .box .content {
  display: flex;
  gap: 72px;
}
.dev-profile .profile-wrapper .box .content .profile-divider {
  width: 1px;
  height: auto;
  background: #EDEBEB;
  display: inline-block;
}
.dev-profile .profile-wrapper .box .content .profile-info {
  max-width: 756px;
  width: 100%;
  padding: 34px 0 60px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info > p {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 23px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .divider {
  width: 100%;
  height: 1px;
  background: #EDEBEB;
  margin: 43px 0 40px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .name {
  margin: 0 0 23px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .name > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  margin: 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .name > p > span {
  color: #A9A9A9;
}
.dev-profile .profile-wrapper .box .content .profile-info .name .row {
  display: flex;
  align-items: flex-end;
  gap: 21px;
  margin: 0 0 9px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .name .row > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .name .row > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.dev-profile .profile-wrapper .box .content .profile-info .name .row > p > img {
  width: 17px;
  height: 17px;
  object-fit: cover;
}
.dev-profile .profile-wrapper .box .content .profile-info .items {
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
.dev-profile .profile-wrapper .box .content .profile-info .items .item > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 12px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .items .item > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.dev-profile .profile-wrapper .box .content .profile-info .items .item > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #A9A9A9;
}
.dev-profile .profile-wrapper .box .content .profile-info .skills > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .skills .skill-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.dev-profile .profile-wrapper .box .content .profile-info .skills .skill-items .skill-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 11px;
  background: #F0EFEB;
  border-radius: 6px;
}
.dev-profile .profile-wrapper .box .content .profile-info .skills .skill-items .skill-item > p {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.005em;
  text-align: left;
  color: #595959;
  margin: 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience > p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item {
  display: flex;
  gap: 32px;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 7px 0 0 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-line .circle {
  background: #1E1E1E;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-line .line {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #A9A9A9;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr {
  padding: 0 0 62px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 33px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .job > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .job > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .job > p > span {
  color: #A9A9A9;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .years > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: right;
  color: #1E1E1E;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ul {
  padding: 0 0 0 25px;
  margin: 0 0 50px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ul > li {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 20px 0;
  list-style-type: disc;
  list-style-position: outside;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > p {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #A9A9A9;
}
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item:last-child .item-descr {
  padding: 0 0 10px 0;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .dev-profile .profile-wrapper {
    padding: 38px 40px 56px 40px;
  }
  .dev-profile .profile-wrapper .box {
    margin-left: 310px;
  }
  .dev-profile .profile-wrapper .box .content {
    gap: 40px;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .dev-profile .profile-wrapper {
    padding: 38px 40px 56px 40px;
    flex-direction: column;
    display: flex;
    gap: 32px;
  }
  .dev-profile .profile-wrapper .fixed-panel {
    position: -relative;
    position: relative;
    top: 0;
    float: unset;
  }
  .dev-profile .profile-wrapper .box {
    margin-left: 0;
  }
  .dev-profile .profile-wrapper .box .content {
    gap: 32px;
    flex-direction: column;
  }
  .dev-profile .profile-wrapper .box .content .profile-divider {
    width: 100%;
    height: 1px;
  }
  .dev-profile .profile-wrapper .box .content .profile-info {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 766px) {
  .dev-profile {
    padding: 24px 0 16px 0;
  }
  .dev-profile .profile-wrapper {
    padding: 24px;
    flex-direction: column;
    display: flex;
    gap: 32px;
  }
  .dev-profile .profile-wrapper .fixed-panel {
    position: -relative;
    position: relative;
    top: 0;
    float: unset;
    margin: 0 auto;
    max-width: 100%;
  }
  .dev-profile .profile-wrapper .fixed-panel .profile-img {
    gap: 32px;
    margin: 0;
    align-items: center;
  }
  .dev-profile .profile-wrapper .fixed-panel .profile-img > img {
    max-width: 297px;
    min-width: 297px;
  }
  .dev-profile .profile-wrapper .box {
    margin-left: 0;
  }
  .dev-profile .profile-wrapper .box .content {
    gap: 32px;
    flex-direction: column;
  }
  .dev-profile .profile-wrapper .box .content .profile-divider {
    width: 100%;
    height: 1px;
  }
  .dev-profile .profile-wrapper .box .content .profile-info {
    max-width: 100%;
    padding: 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .name {
    margin: 0 0 15px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .name .row {
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 4px 0;
    flex-direction: column-reverse;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .name .row > h1 {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
  .dev-profile .profile-wrapper .box .content .profile-info > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0 0 32px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .divider {
    margin: 32px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .items {
    gap: 24px;
    flex-direction: column;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .items .item > p {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin: 0 0 6px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .items .item > p > b {
    font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .skills .skill-items {
    gap: 6px;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience > p {
    line-height: 1.625rem;
    margin: 0 0 22px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience > p > b {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item {
    gap: 16px;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr {
    padding: 0 0 38px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title {
    gap: 5px;
    margin: 0 0 24px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .job > p > b {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .job > p > span {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr .title .years > p {
    font-family: "Roobert-Medium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ul {
    margin: 0 0 24px 0;
  }
  .dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > p {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 376px) {
  .dev-profile .profile-wrapper .fixed-panel .profile-img > img {
    min-width: 231px;
    min-height: 248px;
  }
}
/* Contact */
.top-contact {
  padding: 53px 0 62px 0;
}
.top-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.top-contact .contact-wrapper .contact-info {
  max-width: 516px;
  width: 100%;
}
.top-contact .contact-wrapper .contact-info > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 62px 0;
}
.top-contact .contact-wrapper .contact-info > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
}
.top-contact .contact-wrapper .contact-info > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.top-contact .contact-wrapper .contact-info .contact-box > p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #595959;
  margin: 0 0 39px 0;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px 60px;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a {
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 0.5s ease;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > svg {
  max-width: 138px;
  max-height: 46px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > svg path {
  transition: fill 0.5s ease;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a:hover > svg path {
  fill: #2DE379;
}
.top-contact .contact-wrapper .contact-form {
  max-width: 630px;
  min-width: 560px;
  width: 100%;
  background: #F0EFEB;
  border-radius: 20px;
  padding: 32px;
}
.top-contact .contact-wrapper .contact-form > h5 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 20px 0;
}
.top-contact .contact-wrapper .contact-form .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-contact .contact-wrapper .contact-form .title > h5 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.top-contact .contact-wrapper .contact-form .title > a {
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  min-width: 130px;
  min-height: 52px;
}
.top-contact .contact-wrapper .contact-form .divider {
  margin: 24px 0;
  background: #CDCAC8;
  width: 100%;
  height: 1px;
}
.top-contact .contact-wrapper .contact-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-contact .contact-wrapper .contact-form form label {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  display: flex;
  gap: 5px;
}
.top-contact .contact-wrapper .contact-form form label > span {
  color: #FF3657;
}
.top-contact .contact-wrapper .contact-form form input {
  border: 1px solid #CDCAC8;
  border-radius: 8px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 16px 25px;
  outline: none;
  width: 100%;
  height: 55px;
  margin: 8px 0 20px 0;
}
.top-contact .contact-wrapper .contact-form form input::placeholder {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
}
.top-contact .contact-wrapper .contact-form form textarea {
  border: 1px solid #CDCAC8;
  border-radius: 12px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 20px 24px;
  outline: none;
  width: 100%;
  height: 110px;
  margin: 8px 0 20px 0;
}
.top-contact .contact-wrapper .contact-form form textarea::placeholder {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
}
.top-contact .contact-wrapper .contact-form form .input-box {
  display: flex;
  gap: 21px;
  margin: 0 0 20px 0;
}
.top-contact .contact-wrapper .contact-form form .input-box .input-line {
  width: 100%;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .top-contact .contact-wrapper {
    gap: 48px;
    flex-direction: column;
  }
  .top-contact .contact-wrapper .contact-info {
    max-width: 100%;
  }
  .top-contact .contact-wrapper .contact-form {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 766px) {
  .top-contact {
    padding: 48px 0;
  }
  .top-contact .contact-wrapper {
    gap: 48px;
    flex-direction: column;
  }
  .top-contact .contact-wrapper .contact-info {
    max-width: 100%;
  }
  .top-contact .contact-wrapper .contact-info > p {
    margin: 0 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-info > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-info .contact-box {
    margin: 48px 0 0 0;
  }
  .top-contact .contact-wrapper .contact-info .contact-box > p {
    margin: 0 0 24px 0;
  }
  .top-contact .contact-wrapper .contact-info .contact-box .contact-items {
    gap: 25px 34px;
  }
  .top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > svg {
    max-width: 92px;
    max-height: 34px;
  }
  .top-contact .contact-wrapper .contact-form {
    max-width: 100%;
    min-width: 100%;
    padding: 24px;
  }
  .top-contact .contact-wrapper .contact-form .title {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .top-contact .contact-wrapper .contact-form .title > h5 {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .top-contact .contact-wrapper .contact-form .title > a {
    font-size: 1.125rem;
    min-width: 100%;
  }
  .top-contact .contact-wrapper .contact-form > h5 {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-form form .input-box {
    gap: 16px;
    margin: 0 0 16px 0;
    flex-direction: column;
  }
  .top-contact .contact-wrapper .contact-form form input {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
    padding: 16px;
    height: 48px;
    margin: 8px 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-form form input::placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
  .top-contact .contact-wrapper .contact-form form textarea {
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
    padding: 14px 16px;
    height: 184px;
    margin: 8px 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-form form textarea::placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 376px) {
  .top-contact .contact-wrapper .contact-info > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.addresses {
  padding: 62px 0 113px 0;
}
.addresses .addresses-wrapper .addresses-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.addresses .addresses-wrapper .addresses-cards .address-card {
  background: #FAFAFA;
  border-radius: 16px;
  padding: 32px 32px 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 23.75%;
}
.addresses .addresses-wrapper .addresses-cards .address-card .country {
  display: flex;
  align-items: center;
  gap: 10px;
}
.addresses .addresses-wrapper .addresses-cards .address-card .country > img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
}
.addresses .addresses-wrapper .addresses-cards .address-card .country > p {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.addresses .addresses-wrapper .addresses-cards .address-card .data > p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.addresses .addresses-wrapper .addresses-cards .address-card .data > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.addresses .addresses-wrapper .addresses-cards .address-card .link > a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  word-break: break-word;
  transition: color 0.5s ease;
}
.addresses .addresses-wrapper .addresses-cards .address-card .link > a:hover {
  color: #2DE379;
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .addresses .addresses-wrapper .addresses-cards .address-card {
    width: 49%;
  }
}
@media (min-width: 766px) and (max-width: 1080px) {
  .addresses .addresses-wrapper .addresses-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .addresses .addresses-wrapper .addresses-cards .address-card {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .addresses {
    padding: 0 0 48px 0;
  }
  .addresses .addresses-wrapper .addresses-cards .address-card {
    width: 100%;
    padding: 24px;
  }
}
/* 404 */
.error-content {
  padding: 202px 0;
}
.error-content .error-wrapper {
  display: flex;
  flex-direction: column;
}
.error-content .error-wrapper > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  color: #1E1E1E;
  margin: 0 auto 8px auto;
  max-width: 558px;
}
.error-content .error-wrapper > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 10.625rem;
  line-height: 10.625rem;
  text-align: center;
  color: #1E1E1E;
  margin: 0 0 28px 0;
}
.error-content .error-wrapper > a {
  line-height: 1.625rem;
  min-width: 204px;
  min-height: 54px;
  margin: 0 auto;
}

@media (max-width: 766px) {
  .error-content {
    padding: 70px 0;
  }
  .error-content .error-wrapper > h2 {
    margin: 0 auto 28px auto;
    max-width: 338px;
  }
  .error-content .error-wrapper > h1 {
    font-size: 5.9375rem;
    line-height: 5.9375rem;
  }
  .error-content .error-wrapper > a {
    min-width: 100%;
  }
}
/* Privacy Policy */
.extra-banner {
  background: #FAFAFA;
  padding: 80px 0;
}
.extra-banner .banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.extra-banner .banner-wrapper > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  text-align: center;
  color: #1E1E1E;
  margin: 0;
}
.extra-banner .banner-wrapper > p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #595959;
  margin: 0 0 21px 0;
}

@media (max-width: 766px) {
  .extra-banner .banner-wrapper > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}
.extra-content {
  padding: 80px 0;
}
.extra-content .content-wrapper > h2 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.extra-content .content-wrapper > h3 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 64px 0 32px 0;
}
.extra-content .content-wrapper > h4 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 24px 0;
}
.extra-content .content-wrapper > h5,
.extra-content .content-wrapper > h6 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 16px 0;
}
.extra-content .content-wrapper > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.extra-content .content-wrapper > p > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  line-height: 1.5rem;
  letter-spacing: 0.005em;
}
.extra-content .content-wrapper > p > span {
  color: #595959;
}
.extra-content .content-wrapper > p > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.extra-content .content-wrapper > p > a:hover {
  text-decoration: underline;
}
.extra-content .content-wrapper > ul {
  margin: 0 0 64px 0;
  padding: 0 0 0 25px;
}
.extra-content .content-wrapper > ul > li {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
}
.extra-content .content-wrapper > ul > li > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.extra-content .content-wrapper > ul > li > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.extra-content .content-wrapper > ul > li > a:hover {
  text-decoration: underline;
}
.extra-content .content-wrapper > ol {
  margin: 0 0 64px 0;
  padding: 0 0 0 25px;
}
.extra-content .content-wrapper > ol > li {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  list-style-type: decimal;
  list-style-position: outside;
}
.extra-content .content-wrapper > ol > li > span {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
}
.extra-content .content-wrapper > ol > li > b {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
}
.extra-content .content-wrapper > ol > li > a {
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.extra-content .content-wrapper > ol > li > a:hover {
  text-decoration: underline;
}
.extra-content .content-wrapper > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  margin: 0 0 32px 0;
  color: #2DE379;
  transition: text-decoration 0.5s ease;
}
.extra-content .content-wrapper > a:hover {
  text-decoration: underline;
}

@media (max-width: 766px) {
  .extra-content {
    padding: 48px 0;
  }
}

/*# sourceMappingURL=style.css.map */
