@font-face {
  font-family: Gibson;
  src: url(../fonts/Gibson-Regular.woff2) format("woff2"), url(../fonts/Gibson-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gibson;
  src: url(../fonts/Gibson-Bold.woff2) format("woff2"), url(../fonts/Gibson-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gibson;
  src: url(../fonts/Gibson-SemiBold.woff2) format("woff2"), url(../fonts/Gibson-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gibson;
  src: url(../fonts/Gibson-Light.woff2) format("woff2"), url(../fonts/Gibson-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

:root {
  --hs-spacing: 3rem
}

@media (min-width:992px) {
  :root {
    --gutter: 1.66667rem;
    --h-spacing: 30px;
    --section-v-spacing: 5.55556rem;
    --hs-spacing: 4.5rem
  }
}

@media (min-width:1200px) {
  :root {
    --hs-spacing: 6rem
  }
}

@media (min-width:1600px) {
  :root {
    --max-width: 1520px
  }
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #434b51;
  font-family: Gibson, Helvetica, Arial, sans-serif
}

#page {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%
}

#page.is-ready {
  opacity: 1
}

#page.is-ready.loading {
  opacity: 0
}

.mainPage {
  overflow: hidden
}

:root {
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1.2em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1.3em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1.3em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))
}

@media (min-width:768px) {
  :root {
    --text-xs: calc(1.1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
    --text-sm: calc(1.1em / var(--text-scale-ratio));
    --text-md: calc(1.1em * var(--text-scale-ratio));
    --text-lg: calc(1.1em * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xl: calc(1.2em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxl: calc(1.2em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxxl: calc(1.35em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))
  }
}

@media (min-width:992px) {
  :root {
    --text-xs: calc(1.25em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
    --text-sm: calc(1.25em / var(--text-scale-ratio));
    --text-md: calc(1.25em * var(--text-scale-ratio));
    --text-lg: calc(1.25em * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xl: calc(1.25em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxl: calc(1.25em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxxl: calc(1.4em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))
  }
}

@media (min-width:1200px) {
  :root {
    --text-xs: calc(1.4em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
    --text-sm: calc(1em / var(--text-scale-ratio));
    --text-md: calc(1em * var(--text-scale-ratio));
    --text-lg: calc(1.4em * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xl: calc(1.4em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxl: calc(1.4em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxxl: calc(1.45em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))
  }
}

@media (min-width:1400px) {
  :root {
    --text-xs: calc(1.6em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
    --text-sm: calc(1.025em / var(--text-scale-ratio));
    --text-md: calc(1.025em * var(--text-scale-ratio));
    --text-lg: calc(1.6em * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xl: calc(1.6em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxl: calc(1.6em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxxl: calc(1.65em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))
  }
}

@media (min-width:1600px) {
  :root {
    --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
    --text-sm: calc(1.175em / var(--text-scale-ratio));
    --text-md: calc(1.175em * var(--text-scale-ratio));
    --text-lg: calc(1.255em * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xl: calc(1.75em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxl: calc(1.825em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-xxxl: calc(1.875em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))
  }
}

html {
  font-size: 16px
}

body {
  font-size: var(--text-base-size)
}

form legend,
h1,
h2,
h3,
h4 {
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height)
}

.h1,
.text--xxxl,
h1 {
  font-size: var(--text-xxxl)
}

.h2,
.text--xxl,
h2 {
  font-size: var(--text-xxl)
}

.h3,
.text--xl,
h3 {
  font-size: var(--text-xl)
}

.text--lg {
  font-size: var(--text-lg)
}

.text--md {
  font-size: var(--text-md)
}

.h6,
.text--sm,
h6,
small {
  font-size: var(--text-sm)
}

.text--xs,
small {
  font-size: var(--text-xs)
}

.para {
  font-size: 1rem;
  line-height: var(--body-line-height)
}

p {
  line-height: var(--body-line-height)
}

.btn {
  height: 60px;
  line-height: 60px;
  border: 0;
  text-align: center;
  border-radius: 0;
  transition: ease all .3s;
  box-shadow: 0 0 0 #000;
  justify-content: space-between;
  max-width: 260px;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  overflow: hidden
}

@media (min-width:768px) {
  .btn {
    padding: 0 30px
  }
}

.btn .text {
  font-size: 1rem
}

.btn span {
  display: block;
  position: relative
}

.btn>span {
  overflow: hidden;
  line-height: 1
}

.btn>span>span {
  overflow: hidden;
  transition: ease-in all .4s
}

.btn .icon {
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem
}

@media (min-width:992px) {
  .btn .icon {
    width: 1.5rem;
    height: 1.5rem
  }
}

.btn .icon svg {
  width: 100%
}

.btn .icon svg polygon {
  fill: #ff5622;
  transition: ease-in all .4s
}

.btn:before {
  content: "";
  transition: transform .3s cubic-bezier(.7, 0, .2, 1);
  transform-origin: 100% 50%;
  position: absolute;
  transform: scaleX(.001);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.btn:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%
}

.btn:hover .text>span {
  animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s;
  color: #fff
}

.btn:hover .icon svg {
  animation: MoveRightInitial .2s forwards, MoveRightEnd .2s forwards .2s
}

.btn:hover .icon svg polygon {
  fill: #fff
}

.btn.btn-border-orange {
  border: 1px solid #ff5622
}

.btn.btn-border-orange .text {
  color: #ff5622;
  font-weight: 600
}

.btn.btn-border-orange:before {
  background-color: #ff5622
}

.btn.btn-border-dark {
  border: 1px solid #434b51;
  background-color: transparent
}

.btn.btn-border-dark .text {
  color: #434b51;
  font-weight: 600
}

.btn.btn-border-dark .icon svg polygon {
  fill: #434b51
}

.btn.btn-border-dark:before {
  background-color: #434b51
}

.btn.btn-border-dark:hover .icon {
  color: #fff
}

.btn.btn-border-dark:hover .icon svg polygon {
  fill: #fff
}

.btn.btn-orange {
  background-color: #ff5622
}

.btn.btn-orange .text {
  color: #fff;
  font-weight: 600
}

.btn.btn-orange:before {
  background-color: #434b51
}

.btn.btn-orange .icon svg polygon {
  fill: #fff
}

.btn.btn-dark {
  background-color: #434b51
}

.btn.btn-dark .text {
  color: #fff;
  font-weight: 600
}

.btn.btn-dark:before {
  background-color: #ff5622
}

.btn.btn-dark .icon svg polygon {
  fill: #fff
}

.btn.btn-line-link {
  padding: 0;
  padding-bottom: 20px;
  margin-top: 0;
  max-width: 200px;
  padding-bottom: 1rem
}

.btn.btn-line-link .text {
  font-size: 1rem;
  color: #434b51
}

.btn.btn-line-link:before {
  background-color: #ff5622;
  z-index: 3;
  height: 1px;
  bottom: 0;
  left: 0;
  top: auto
}

.btn.btn-line-link:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  background-color: rgba(67, 75, 81, .8)
}

.btn.btn-line-link:hover .text>span {
  animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s;
  color: #434b51
}

.btn.btn-line-link:hover .icon svg {
  animation: MoveRightInitial .2s forwards, MoveRightEnd .2s forwards .2s
}

.btn.btn-line-link:hover .icon svg polygon {
  fill: #ff5622
}

.btn-video-icon {
  text-decoration: none
}

.btn-video-icon .icon {
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem
}

.btn-video-icon .icon svg {
  width: 100%;
  border-radius: 64px;
  transition: ease-in .4s all
}

.btn-video-icon .text {
  color: #434b51;
  font-weight: 600;
  margin-left: 10px;
  overflow: hidden;
  line-height: 1
}

@media (min-width:768px) {
  .btn-video-icon .text {
    margin-left: 20px
  }
}

.btn-video-icon .text>span {
  overflow: hidden;
  display: block;
  transition: ease-in all .4s
}

.btn-video-icon:hover .text>span {
  animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s;
  color: #434b51
}

.btn-video-icon:hover .icon svg path {
  animation: MoveRightInitial .2s forwards, MoveRightEnd .2s forwards .2s
}

.btn-video-icon--white .text,
.btn-video-icon--white:hover .text>span {
  color: #fff;
}

.btn-link {
  margin-top: auto;
  text-decoration: none
}

.btn-link .icon {
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  overflow: hidden
}

@media (min-width:992px) {
  .btn-link .icon {
    width: 2rem;
    height: 2rem
  }
}

.btn-link .icon svg {
  width: 100%
}

.btn-link .icon svg polygon {
  fill: #ff5622;
  transition: ease-in all .4s
}

.btn-link .text {
  color: #434b51;
  font-weight: 600;
  overflow: hidden;
  line-height: 1;
  text-decoration: none
}

.btn-link .text>span {
  overflow: hidden;
  display: block;
  transition: ease-in all .4s
}

@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0)
  }
}

@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0)
  }
}

@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

header {
  padding: 1rem 0;
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  right: 0
}

header.sticky {
  border-bottom: 1px solid rgba(67, 75, 81, .2);
  background-color: #fff
}

header .navbar {
  padding: 0
}

header .logo {
  position: relative;
  z-index: 9
}

header .logo img {
  max-width: 95px;
  width: 100%;
  transition: .3s all ease-in-out
}

@media (min-width:992px) {
  header .logo img {
    max-width: 112px
  }
}

header .logo::before {
  content: "";
  background-image: url(../images/logo-white.svg);
  background-size: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out
}

header .nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  background-color: #434b51;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: .3s opacity ease-in-out;
  pointer-events: none;
  height: 0
}

@media (min-width:1200px) {
  header .nav {
    opacity: 1;
    height: auto;
    visibility: visible;
    display: block;
    position: relative;
    width: auto;
    background-color: transparent;
    pointer-events: visible
  }
}

header .nav nav {
  width: 100%;
  position: relative
}

@media (min-width:576px) {
  header .nav nav {
    margin: 0 auto;
    max-width: 540px
  }
}

@media (min-width:768px) {
  header .nav nav {
    max-width: 720px
  }
}

@media (min-width:992px) {
  header .nav nav {
    padding-left: 0;
    max-width: 960px
  }
}

header .nav nav .sub-menu {
  background-color: #434b51;
  padding: 1.5rem 2rem;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: cubic-bezier(.19, 1, .22, 1) .4s all;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

@media (min-width:576px) {
  header .nav nav .sub-menu {
    margin: 0 auto;
    max-width: 540px
  }
}

@media (min-width:768px) {
  header .nav nav .sub-menu {
    max-width: 720px
  }
}

@media (min-width:992px) {
  header .nav nav .sub-menu {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  header .nav nav .sub-menu {
    transform: translateX(0);
    display: block;
    position: absolute;
    top: 100%;
    height: auto;
    z-index: 8;
    width: calc(100% - 3rem);
    visibility: hidden;
    opacity: 0;
    pointer-events: none
  }
}

header .nav nav .sub-menu .alllink {
  color: #fff;
  margin-top: 1rem;
  opacity: .5;
  margin-bottom: 1rem
}

header .nav nav .sub-menu .alllink:hover {
  color: #ff5622;
  opacity: 1
}

header .nav nav .sub-menu button {
  display: block;
  border: 0;
  background-color: transparent;
  color: #ff5622;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem
}

@media (min-width:1200px) {
  header .nav nav .sub-menu button {
    display: none
  }
}

header .nav nav .sub-menu button:after {
  position: absolute;
  color: #ff5622;
  background-image: none;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e5cb";
  line-height: 1;
  left: -.5rem;
  top: -.01rem
}

header .nav nav .sub-menu li a {
  color: #fff;
  font-size: 1.35rem;
  text-decoration: none;
  transition: cubic-bezier(.19, 1, .22, 1) .4s all;
  line-height: 1.5;
  margin-bottom: .5rem;
  display: block
}

header .nav nav .sub-menu li a:hover {
  color: #ff5622
}

@media (min-width:1200px) {
  header .nav nav .sub-menu li a {
    font-size: 1.125rem
  }
}

header .nav ul {
  padding: 0 5px 0 5px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

@media (min-width:1200px) {
  header .nav ul {
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    padding: 0
  }
}

header .nav ul .nav-item {
  padding: 0 1.5rem;
  display: flex;
  align-items: center
}

header .nav ul .nav-item:first-child {
  margin-top: auto
}

@media (min-width:1200px) {
  header .nav ul .nav-item:first-child {
    margin-top: 0
  }
}

header .nav ul .nav-item:last-child {
  margin-top: auto;
  margin-bottom: 30px
}

@media (min-width:1200px) {
  header .nav ul .nav-item:last-child {
    margin-top: 0;
    margin-bottom: 0
  }
}

header .nav ul .nav-item.active .nav-link {
  color: #ff5622
}

header .nav ul .nav-item.nav-item-has-children {
  display: flex
}

header .nav ul .nav-item.nav-item-has-children .nav-link {
  display: none
}

@media (min-width:1200px) {
  header .nav ul .nav-item.nav-item-has-children .nav-link {
    display: flex
  }
}

header .nav ul .nav-item.nav-item-has-children .sub-menu-toggle {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  margin-left: .6rem
}

header .nav ul .nav-item.nav-item-has-children .sub-menu-toggle:after {
  position: absolute;
  color: #ff5622;
  background-image: none;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e145";
  line-height: 1
}

header .nav ul .nav-item.nav-item-has-children .linkBtn {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5rem;
  padding: 0;
  font-weight: 500;
  transition: ease-in-out .3s all;
  letter-spacing: .03em;
  border: 0;
  background-color: transparent;
  padding: 0
}

header .nav ul .nav-item .nav-link {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5rem;
  padding: 0;
  font-weight: 500;
  transition: ease-in-out .3s all;
  letter-spacing: .03em;
  width: 100%
}

@media (min-width:768px) {
  header .nav ul .nav-item .nav-link {
    font-size: 1.8rem
  }
}

@media (min-width:1200px) {
  header .nav ul .nav-item .nav-link {
    font-size: 1rem;
    color: #434b51;
    text-transform: uppercase
  }
}

header .nav ul .nav-item .nav-link button {
  background-color: #ff5622;
  border: 0;
  padding: 8px 20px;
  font-weight: 600;
  color: #fff;
  transition: ease-in-out .3s all;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  height: 3.75rem
}

@media (min-width:576px) {
  header .nav ul .nav-item .nav-link button {
    max-width: 250px
  }
}

@media (min-width:1200px) {
  header .nav ul .nav-item .nav-link button {
    text-transform: uppercase;
    height: auto
  }
}

header .nav ul .nav-item .nav-link:hover {
  color: #ff5622
}

header .nav ul .nav-item .nav-link:hover button {
  transform: translateY(-5px)
}

header .left-h .search-lang-ham {
  border: 1px solid #434b51;
  display: block;
  z-index: 9;
  position: relative
}

header .left-h .search-lang-ham a,
header .left-h .search-lang-ham button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: ease-in-out .3s all
}

header .left-h .search-lang-ham a {
  color: #434b51;
  height: 40px;
  border-left: 1px solid #434b51;
  width: 40px;
  text-decoration: none;
  transition: ease-in-out .3s all;
  font-size: 1rem;
  color: #434b51
}

header .left-h .search-lang-ham a:hover {
  background: #434b51;
  color: #fff
}

header .left-h .search-lang-ham button {
  border: 0;
  height: 40px;
  width: 40px;
  position: relative
}

header .left-h .search-lang-ham button::after,
header .left-h .search-lang-ham button::before {
  position: absolute;
  background: #434b51;
  content: "";
  height: 20px;
  width: 1px;
  display: block;
  z-index: 2;
  transform-origin: center;
  opacity: 0;
  visibility: hidden
}

header .left-h .search-lang-ham button::after {
  transform: rotate(-45deg)
}

header .left-h .search-lang-ham button::before {
  transform: rotate(45deg)
}

header .left-h .search-lang-ham button svg {
  width: 15px;
  height: 15px;
  display: block;
  transform: scaleX(-1)
}

header .left-h .search-lang-ham button svg path {
  transition: ease-in-out .3s all
}

header .left-h .search-lang-ham button:hover {
  background: #434b51;
  color: #fff
}

header .left-h .search-lang-ham button:hover svg path {
  fill: #fff !important
}

.line-bar,
.toggle-bar .bar,
.toggle-bar .bar:after,
.toggle-bar .bar:before {
  transition: all .25s;
  position: absolute;
  left: 0;
  height: 1px;
  width: 20px;
  background-color: #434b51;
  background-size: 100%
}

.is-nav-open {
  min-height: 100vh;
  overflow: hidden
}

.is-nav-open .nav {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  min-height: 100vh
}

.is-nav-open .line-bar,
.is-nav-open .toggle-bar .bar,
.is-nav-open .toggle-bar .bar:after,
.is-nav-open .toggle-bar .bar:before,
.toggle-bar .is-nav-open .bar,
.toggle-bar .is-nav-open .bar:after,
.toggle-bar .is-nav-open .bar:before {
  background-color: #434b51
}

.is-nav-open .toggle-bar {
  border-left: 1px solid #fff;
  background-color: #fff
}

.is-nav-open .toggle-bar .bar {
  background-color: transparent !important;
  transition: all .25s
}

.is-nav-open .toggle-bar .bar:before {
  transform: rotate(45deg)
}

.is-nav-open .toggle-bar .bar:after {
  transform: rotate(-45deg)
}

.is-nav-open .toggle-bar:hover {
  background: #fff
}

.is-nav-open .toggle-bar:hover .bar {
  background-color: #434b51
}

.is-nav-open .toggle-bar:hover .bar:after,
.is-nav-open .toggle-bar:hover .bar:before {
  background-color: #434b51
}

.is-search-open {
  min-height: 100vh;
  overflow: hidden
}

.is-search-open .search-box {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  z-index: 8
}

.is-search-open header {
  z-index: 9;
  position: fixed
}

.is-search-open header .nav ul .nav-link {
  color: #fff
}

.is-search-open header .left-h .search-lang-ham button {
  background-color: #fff
}

.is-search-open header .left-h .search-lang-ham button::after,
.is-search-open header .left-h .search-lang-ham button::before {
  visibility: visible;
  opacity: 1
}

.is-search-open header .left-h .search-lang-ham button svg {
  opacity: 0;
  visibility: hidden
}

.is-search-open .line-bar,
.is-search-open .toggle-bar .bar,
.is-search-open .toggle-bar .bar:after,
.is-search-open .toggle-bar .bar:before,
.toggle-bar .is-search-open .bar,
.toggle-bar .is-search-open .bar:after,
.toggle-bar .is-search-open .bar:before {
  background-color: #fff
}

.is-search-open .toggle-bar {
  border-left: 1px solid #fff
}

.is-search-open .toggle-bar:hover {
  background: #fff
}

.is-search-open .toggle-bar:hover .bar {
  background-color: #434b51
}

.is-search-open .toggle-bar:hover .bar:after,
.is-search-open .toggle-bar:hover .bar:before {
  background-color: #434b51
}

.is-nav-open .logo:before,
.is-search-open .logo:before {
  opacity: 1;
  visibility: visible
}

.is-nav-open .logo:before img,
.is-search-open .logo:before img {
  opacity: 0;
  visibility: hidden
}

.is-nav-open .left-h .search-lang-ham,
.is-search-open .left-h .search-lang-ham {
  border: 1px solid #fff
}

.is-nav-open .left-h .search-lang-ham a,
.is-search-open .left-h .search-lang-ham a {
  color: #fff;
  border-left: 1px solid #fff
}

.is-nav-open .left-h .search-lang-ham a:hover,
.is-search-open .left-h .search-lang-ham a:hover {
  background: #fff;
  color: #434b51
}

.is-nav-open .left-h .search-lang-ham button svg path,
.is-search-open .left-h .search-lang-ham button svg path {
  fill: #fff
}

.is-nav-open .left-h .search-lang-ham button:hover,
.is-search-open .left-h .search-lang-ham button:hover {
  background: #fff;
  color: #434b51
}

.is-nav-open .left-h .search-lang-ham button:hover svg path,
.is-search-open .left-h .search-lang-ham button:hover svg path {
  fill: #434b51 !important
}

.is-nav-open .toggle-bar .bar:after,
.is-nav-open .toggle-bar .bar:before,
.line-bar-open {
  transition: all .25s;
  top: 0
}

.toggle-bar {
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 9;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #434b51;
  transition: ease-in-out .3s all
}

@media (min-width:1200px) {
  .toggle-bar {
    display: none
  }
}

.toggle-bar .bar {
  position: relative
}

.toggle-bar .bar:before {
  content: "";
  top: -6px;
  width: 20px;
  transform: scaleX(-1)
}

.toggle-bar .bar:after {
  content: "";
  top: 6px;
  width: 20px;
  transform: scaleX(-1)
}

.toggle-bar:hover {
  background: #434b51
}

.toggle-bar:hover .bar {
  background-color: #fff
}

.toggle-bar:hover .bar:after,
.toggle-bar:hover .bar:before {
  background-color: #fff
}

.nav-indicator {
  position: absolute;
  background: #ff5622;
  height: 2px;
  width: auto;
  bottom: 0;
  display: none;
  z-index: 9;
  pointer-events: none
}

@media (min-width:1200px) {
  .nav-indicator {
    display: block
  }
}

.is-sub-open header .nav nav .sub-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

@media (min-width:1200px) {
  .is-sub-open header .nav nav .sub-menu {
    display: block;
    opacity: 1;
    pointer-events: visible;
    visibility: visible
  }
}

.is-sub-open header .nav ul .nav-item.nav-item-has-children .sub-menu-toggle:after {
  content: "\e15b"
}

footer {
  background-color: #434b51;
  padding: var(--hs-spacing) 0 0
}

footer .container {
  position: relative
}

footer .bot-message {
  position: absolute;
  top: -2rem;
  transform: translateY(calc(var(--hs-spacing) * -1));
  padding: .7rem;
  border-radius: 100%;
  background-color: #ff5622;
  left: calc(100% - 5em)
}

@media (min-width:1400px) {
  footer .bot-message {
    left: calc(100% - 2rem)
  }
}

@media (min-width:1600px) {
  footer .bot-message {
    left: calc(100% + 1rem)
  }
}

footer .bot-message svg {
  height: 2.5rem;
  width: 2.5rem
}

footer .f-title {
  font-weight: 600;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem
}

footer .f-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  background-color: #ff5622;
  width: 30px;
  height: 8px
}

footer .reach-us {
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .35);
  padding-top: 2rem;
  margin-top: 2rem
}

@media (min-width:768px) {
  footer .reach-us {
    margin-top: 0
  }
}

@media (min-width:992px) {
  footer .reach-us {
    margin-bottom: 0;
    border: 0;
    padding-top: 0
  }
}

footer .reach-us .office {
  color: #fff;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  font-size: 1rem
}

footer .reach-us .office .location {
  line-height: 1.4
}

footer .reach-us .office .location strong {
  font-weight: 600 !important;
  letter-spacing: .03rem
}

footer .reach-us .office .btn {
  margin-top: 1rem;
  height: 3rem;
  max-width: 200px;
  background-color: transparent
}

footer .reach-us .office .btn .text {
  font-weight: 600
}

footer .reach-us .office .btn .text span {
  font-weight: 600;
  display: block;
  letter-spacing: .03rem
}

footer .reach-us .office .icon {
  position: absolute;
  left: -.4rem;
  color: #ff5622;
  font-size: 2rem
}

footer .reach-us .phone {
  margin-top: 2rem;
  position: relative;
  padding-left: 40px
}

footer .reach-us .phone .icon {
  position: absolute;
  left: -.4rem;
  color: #ff5622;
  font-size: 2rem;
  top: -.3rem
}

footer .reach-us .phone a {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none
}

footer .reach-us .phone a:hover {
  text-decoration: underline
}

footer .f-products,
footer .f-sitemap {
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .35);
  padding-top: 2rem
}

@media (min-width:992px) {

  footer .f-products,
  footer .f-sitemap {
    margin-bottom: 0;
    border: 0;
    padding-top: 0
  }
}

footer .f-products ul li,
footer .f-sitemap ul li {
  display: block;
  margin-bottom: .5rem;
  line-height: 1.2
}

footer .f-products ul li a,
footer .f-sitemap ul li a {
  color: #fff;
  text-decoration: none;
  padding-right: 3rem;
  transition: ease-in .4s all
}

footer .f-products ul li a:hover,
footer .f-sitemap ul li a:hover {
  text-decoration: underline
}

footer .f-bar {
  background: #5e646a;
  padding: 1rem 0 1.25rem;
  margin-top: 2rem
}

@media (min-width:768px) {
  footer .f-bar {
    padding: 1rem 1.75rem 1.25rem
  }
}

footer .f-bar .f-logo {
  max-width: 118px;
  width: 100%
}

footer .f-bar .terms-privacy {
  list-style: none;
  margin-bottom: 0
}

footer .f-bar .terms-privacy li {
  position: relative;
  padding-right: .5rem;
  margin-right: .5rem;
  padding-left: .5rem;
  margin-left: .5rem
}

@media (min-width:992px) {
  footer .f-bar .terms-privacy li {
    padding-right: 1rem;
    margin-right: 1rem
  }
}

footer .f-bar .terms-privacy li:first-child:before {
  display: none
}

footer .f-bar .terms-privacy li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  left: calc(-.5rem - 4px);
  transform: translateY(-50%)
}

@media (min-width:992px) {
  footer .f-bar .terms-privacy li:before {
    left: calc(-1rem - 4px)
  }
}

footer .f-bar .terms-privacy li a {
  color: rgba(255, 255, 255, .5);
  font-size: 1rem;
  transition: ease-in .4s all
}

footer .f-bar .terms-privacy li a:hover {
  color: #ff5622
}

footer .f-bar .social-links {
  list-style: none
}

footer .f-bar .social-links li a {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1rem;
  transition: ease-in .4s all;
  margin-left: .5rem;
  margin-right: .5rem
}

@media (min-width:992px) {
  footer .f-bar .social-links li a {
    margin-left: 1rem
  }
}

footer .f-bar .social-links li a img {
  max-width: 18px;
  width: 100%
}

footer .f-bar .social-links li a:hover {
  background-color: #ff5622
}

footer .copyright {
  padding: 1rem 0
}

footer .copyright p {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 0;
  font-size: .875rem
}

.c-form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(67, 75, 81, .3);
  background-color: transparent;
  padding-left: 0 !important;
  font-size: 1.15rem
}

.c-form .form-control:active,
.c-form .form-control:focus {
  background-color: transparent;
  outline: 0 !important;
  box-shadow: none !important
}

.c-form label {
  padding-left: 0 !important;
  top: -.5rem !important;
  left: -.15rem !important
}

.c-form label span {
  color: #ff5622
}

.c-form .nice-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 23.1' xml:space='preserve'%3E%3Ccircle fill='%23FFF' cx='11.6' cy='11.6' r='11.5'/%3E%3Cpath fill='none' stroke='%23707071' stroke-width='2' d='m7.1 9.7 4.4 4.4 4.4-4.4'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  width: 100%
}

.c-form .nice-select::after {
  display: none
}

.c-form .btn {
  margin-top: 2rem
}

.search-box {
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #434b51;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 0;
  transition: ease-in opacity .4s
}

.search-box form {
  position: relative
}

.search-box form input {
  height: 60px;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  outline: 0 !important;
  box-shadow: 0 !important;
  font-size: 28px;
  color: #fff;
  border-radius: 0;
  padding-left: 0;
  font-weight: 400
}

@media (min-width:992px) {
  .search-box form input {
    font-size: 48px;
    height: 70px
  }
}

.search-box form input::placeholder {
  color: rgba(255, 255, 255, .4);
  font-weight: 400;
  font-size: 28px
}

@media (min-width:992px) {
  .search-box form input::placeholder {
    font-size: 48px
  }
}

.search-box form input:active,
.search-box form input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #ff5622
}

.search-box form button {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  left: auto;
  background: 0 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  outline: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important;
  padding: 0
}

@media (min-width:992px) {
  .search-box form button {
    height: 50px;
    width: 50px;
    top: 0
  }
}

.search-box form button:focus {
  outline: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important
}

.search-box form button svg {
  height: 20px;
  width: 20px
}

@media (min-width:992px) {
  .search-box form button svg {
    height: 30px;
    width: 30px
  }
}

.search-box form button svg path {
  fill: #fff
}

.search-box .topResult {
  position: relative;
  margin-top: 20px
}

.search-box .topResult .h6 {
  color: rgba(255, 255, 255, .4);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-bottom: 10px;
  margin-right: 1rem
}

@media (min-width:992px) {
  .search-box .topResult .h6 {
    margin-bottom: 0;
    padding-bottom: 0
  }
}

.search-box .topResult ul {
  list-style-type: none
}

.search-box .topResult ul li {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  font-weight: 400
}

.search-box .topResult ul li a {
  transition: ease-in .3s all;
  color: #fff
}

.search-box .topResult ul li a:hover {
  color: rgba(255, 255, 255, .4)
}

.h-100 {
  height: 100%
}

.w-100 {
  width: 100%
}

strong {
  font-weight: 600
}

p {
  line-height: 1.5
}

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

.g-list {
  list-style: none;
  padding-right: 4rem
}

.g-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  color: #5e646a;
  line-height: 1.3;
  display: block
}

.g-list li::before {
  content: "";
  width: .45rem;
  height: .45rem;
  border-radius: .5rem;
  background-color: #ff5622;
  position: absolute;
  left: 0;
  top: .45rem
}

#nprogress .bar {
  background-color: #ff5622
}

#nprogress .peg {
  box-shadow: 0 0 10px orange, 0 0 5px orange
}

.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  background: #434b51;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.PageOverlay.is-visible {
  opacity: .5;
  visibility: visible
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

@media (min-width:1600px) {
  .container {
    max-width: var(--max-width);
    padding: 0 var(--h-spacing)
  }
}

button,
input {
  box-shadow: none;
  outline: 0 !important
}

button:focus,
input:focus {
  box-shadow: none !important;
  outline: 0 !important
}

.title {
  letter-spacing: .28rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 600
}

.block-revealer {
  flex: none;
  display: inline-block;
  position: relative
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0
}

.c-section {
  counter-reset: section
}

.c-section .c-counter {
  font-size: .85rem;
  color: #ff5622;
  font-weight: 600;
  display: block
}

.mask {
  visibility: hidden;
  position: relative;
  overflow: hidden
}

.mask img {
  width: 100%;
  transform-origin: left;
  object-fit: cover;
  height: auto;
}

@media (min-width:992px) {
  .f-image {
    opacity: 1
  }
}

.f-image .mask {
  height: 100%
}

.entities-block-item {
  margin-bottom: 1.5rem
}

.entities-block-item--box {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%
}

.entities-block-item--box .content-img {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem
}

.entities-block-item--box .content-img:before {
  background-color: #ff5622;
  content: "";
  bottom: 0;
  left: 1.5;
  width: 30px;
  height: 8px;
  display: block;
  position: absolute
}

.entities-block-item--box .content-img img {
  height: 2.813rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.entities-block-item--box .content-text {
  margin-bottom: 2rem;
  max-width: 30rem
}

.entities-block-item--box .btnGroup {
  margin-top: auto
}

.entities-block-item--box .btnGroup .btn {
  margin-bottom: 1rem;
  max-width: 100%
}

.s-block-item {
  margin-bottom: 1.5rem
}

.s-block-item a {
  background-color: #fff;
  color: #434b51;
  height: 100%;
  text-decoration: none;
  display: block
}

.s-block-item--box {
  text-decoration: none;
  display: block;
  transition: ease-in .3s all;
  margin-bottom: 1.375em;
  min-height: 8.5rem;
  display: flex;
  position: relative;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cg opacity='.765' fill='none' stroke='%235E646A'%3E%3Cpath d='m18.407 24.154 9.2-9.2-9.2-9.2M2.607 14.954h25'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center
}

@media (min-width:992px) {
  .s-block-item--box {
    display: block;
    background-image: none !important
  }
}

.s-block-item--box .btn-link {
  position: absolute;
  opacity: 0
}

.s-block-item--box:hover {
  box-shadow: 0 19px 21px -10px rgba(67, 75, 81, .2);
  transform: translateY(-10px);
  background-color: #ff5622;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cg opacity='.765' fill='none' stroke='%23FFFFFF'%3E%3Cpath d='m18.407 24.154 9.2-9.2-9.2-9.2M2.607 14.954h25'/%3E%3C/g%3E%3C/svg%3E")
}

.s-block-item--box:hover .title {
  color: #fff
}

.s-block-item--box:hover .title::after {
  background-color: #fff
}

.s-block-item--box:hover .btn-link {
  position: relative;
  opacity: 1
}

.s-block-item--box:hover .btn-link .text>span {
  animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s
}

.s-block-item--box:hover .btn-link .icon svg {
  animation: MoveRightInitial .2s forwards, MoveRightEnd .2s forwards .2s
}

.s-block-item--box:hover .s-image .desc-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.s-block-item--box:hover .s-image img {
  mix-blend-mode: multiply;
  opacity: .3
}

.s-block-item--box .title {
  letter-spacing: .1em;
  line-height: auto;
  padding: 1.5rem;
  position: relative;
  transition: ease-in .3s all
}

@media (min-width:992px) {
  .s-block-item--box .title {
    padding: 1.5rem 2rem
  }
}

.s-block-item--box .title::after {
  background-color: #ff5622;
  content: "";
  margin-top: 1rem;
  left: 1.5;
  width: 30px;
  height: 8px;
  display: block;
  position: relative
}

@media (min-width:992px) {
  .s-block-item--box .title::after {
    margin-top: 0;
    bottom: 0;
    position: absolute
  }
}

.s-block-item--box .s-image {
  position: relative;
  display: none
}

@media (min-width:992px) {
  .s-block-item--box .s-image {
    display: block
  }
}

.s-block-item--box .s-image .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: ease-in .3s all;
  z-index: 4
}

.s-block-item--box .s-image .desc-wrap .desc {
  color: #fff;
  font-size: 1.275;
  overflow-y: auto;
  height: 100%
}

.s-block-item--box .s-image img {
  transition: ease-in .3s all;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
  display: block
}

@media (min-width:992px) {
  .s-block-item--box .s-image img {
    width: 80% !important
  }
}

.s-block-item--box .btn-link .icon svg polygon {
  fill: #fff;
  transition: ease-in all .4s
}

.s-block-item--box .btn-link .text span {
  color: #fff
}

.n-block-item a {
  color: #434b51;
  display: block;
  text-decoration: none
}

.n-block-item--box .content-text {
  padding-right: 1.5rem
}

.n-block-item--box .content-text .date {
  color: #ff5622
}

.n-block-item--box .content-text .n-title {
  font-weight: 500;
  line-height: 1.4;
  transition: .3s ease-in all
}

.n-block-item--box .content-text .desc {
  color: rgba(67, 75, 81, .75);
  line-height: 1.4;
  transition: .3s ease-in all
}

.n-block-item--box .content-img {
  position: relative
}

.n-block-item--box .content-img .tag {
  position: absolute;
  right: .75rem;
  top: .75rem;
  left: auto;
  bottom: auto;
  background-color: #ff5622;
  padding: .1rem .6rem;
  font-size: .75rem;
  display: block;
  color: #fff;
  border-radius: 3rem
}

.n-block-item--box:hover .content-text .n-title {
  text-decoration: underline
}

.n-block-item--box:hover .content-text .desc {
  color: #434b51
}

.img-block-section {
  padding: var(--hs-spacing) 0;
  background-color: #efefef
}

.img-block-section:nth-of-type(odd) {
  background-color: #fff
}

.img-block-section .c-counter {
  margin-top: 1.15rem
}

.img-block-section .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  padding-top: calc(var(--hs-spacing) - 2rem);
  margin-bottom: .5rem
}

@media (min-width:992px) {
  .img-block-section .section-title {
    padding-bottom: calc(var(--hs-spacing) - 4rem);
    padding-top: 0;
    margin-bottom: 0
  }
}

.img-block-section .ulTitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #434b51;
  margin-bottom: 1rem
}

.img-block-section .content-text .h5 {
  line-height: 1.5
}

.img-block-section .content-text p {
  opacity: .85
}

.img-block-section .content-text ul li {
  opacity: .85
}

.img-block-section .content-img {
  margin-bottom: calc(var(--hs-spacing) - 1rem);
  position: relative;
}

@media (min-width:1200px) {
  .img-block-section .content-img {
    margin-bottom: 0
  }
}

.img-block-section .twoColumn-list {
  display: flex;
  align-items: stretch
}

.img-block-section .twoColumn-list li {
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:992px) {
  .img-block-section .twoColumn-list li {
    flex: 0 0 50%;
    max-width: 50%
  }
}

.mod-career {
  background-color: #efefef;
  padding: 5rem 0 0;
  position: relative;
  overflow: hidden
}

@media (min-width:992px) {
  .mod-career {
    padding: 10rem 0
  }
}

.mod-career .content-text {
  z-index: 4;
  position: relative
}

@media (min-width:992px) {
  .mod-career .content-text {
    text-align: right
  }
}

.mod-career .section-title {
  margin-top: 1.5rem
}

@media (min-width:992px) {
  .mod-career .section-title {
    margin-top: 3rem
  }
}

@media (min-width:1400px) {
  .mod-career .section-title {
    transform: translateX(20px)
  }
}

@media (min-width:992px) {
  .mod-career .btn {
    margin-left: auto
  }
}

.mod-career .bg-image {
  min-height: 400px;
  width: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top
}

@media (min-width:992px) {
  .mod-career .bg-image {
    position: absolute;
    left: auto;
    width: 60vw;
    right: 0;
    transform: translateY(30px);
    height: 100%
  }
}

@media (min-width:1400px) {
  .mod-career .bg-image {
    background-size: contain
  }
}

.mod-solution {
  padding: var(--hs-spacing) 0;
  background-color: #efefef
}

.mod-solution .c-counter {
  padding-top: 1.15rem
}

.mod-solution .f-image {
  height: 100%
}

.mod-solution .section-title {
  padding-bottom: calc(var(--hs-spacing) - 1rem);
  padding-top: calc(var(--hs-spacing) - 1rem)
}

@media (min-width:992px) {
  .mod-solution .section-title {
    padding-bottom: calc(var(--hs-spacing) - 2rem);
    padding-top: calc(var(--hs-spacing) - 2rem)
  }
}

@media (min-width:1200px) {
  .mod-solution .section-title {
    padding-top: 0
  }
}

.mod-solution .s-block-item--box {
  background-position: calc(100% - 1.4rem) 6rem;
  background-size: 40px
}

.nice-select .list {
  width: 100%;
  border-radius: 0;
  top: calc(100% - .2rem)
}

.nice-select .option.selected {
  font-weight: 600
}

.flatpickr-calendar {
  border-radius: 0
}

.flatpickr-calendar::after {
  display: none !important
}

.flatpickr-calendar .flatpickr-current-month {
  align-items: center !important;
  justify-content: center !important;
  display: flex;
  padding-top: 0
}

.flatpickr-calendar .flatpickr-months {
  background-color: rgba(67, 75, 81, .05)
}

.flatpickr-calendar .flatpickr-months input,
.flatpickr-calendar .flatpickr-months select {
  font-weight: 600;
  color: #434b51
}

.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar .flatpickr-next-month,
.flatpickr-calendar .flatpickr-prev-month {
  height: 40px;
  align-items: center !important;
  justify-content: center !important;
  display: flex
}

.flatpickr-calendar .flatpickr-day.selected {
  background-color: #ff5622;
  border-color: #ff5622
}

.flatpickr-calendar span.flatpickr-weekday {
  font-weight: 600
}

.g-dropdown {
  position: relative;
  max-width: 15rem
}

@media (min-width:992px) {
  .g-dropdown {
    margin-left: auto
  }
}

.g-dropdown .secNavDropdown {
  width: 100%;
  text-align: left;
  border: 0;
  background-color: transparent;
  padding: 1rem 0;
  color: #434b51;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  margin-bottom: 1rem
}

@media (min-width:992px) {
  .g-dropdown .secNavDropdown {
    justify-content: flex-end;
    margin-bottom: 0
  }
}

.g-dropdown .secNavDropdown .btn-text {
  margin-left: .5rem;
  margin-right: 1rem;
  font-weight: 600
}

.g-dropdown .secNavDropdown.show::after {
  transform: scaleY(-1)
}

.g-dropdown .secNavDropdown::after {
  content: "\e5cf";
  display: block;
  border: 0;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(67, 75, 81, .1);
  border-radius: 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.g-dropdown ul {
  margin: 0;
  list-style: none;
  background-color: #efefef;
  border-radius: 0;
  width: 100%;
  background-color: #434b51;
  overflow: hidden;
  border: 0;
  padding: 0 1rem .2rem
}

.g-dropdown ul .qn-item .qn-link {
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: .875em;
  padding: 1rem;
  position: relative;
  opacity: .6
}

@media (min-width:992px) {
  .g-dropdown ul .qn-item .qn-link {
    padding: 1rem 0
  }
}

.g-dropdown ul .qn-item .qn-link:after {
  position: absolute;
  bottom: -2px;
  top: auto;
  width: 100%;
  height: 1px;
  background-color: #ff5622;
  content: "";
  display: none;
  left: 0
}

.g-dropdown ul .qn-item .qn-link.active,
.g-dropdown ul .qn-item .qn-link:hover {
  background-color: transparent;
  opacity: 1
}

.g-dropdown ul .qn-item .qn-link.active:after,
.g-dropdown ul .qn-item .qn-link:hover:after {
  display: block
}

.pagination {
  border-top: 1px solid rgba(67, 75, 81, .25);
  padding-top: 1.5rem;
  margin-top: var(--hs-spacing)
}

.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  min-width: 3.5rem;
  transition: ease-in .3s background-color
}

.pagination .page-item:hover {
  background-color: #ff5622 !important
}

.pagination .page-item:hover:first-of-type {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cg opacity='.765' fill='none' stroke='%23FFFFFF'%3E%3Cpath d='m11.807 5.754-9.2 9.2 9.2 9.2M2.607 14.954h25'/%3E%3C/g%3E%3C/svg%3E")
}

.pagination .page-item:hover:last-of-type {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cg opacity='.765' fill='none' stroke='%23FFFFFF'%3E%3Cpath d='m18.407 24.154 9.2-9.2-9.2-9.2M2.607 14.954h25'/%3E%3C/g%3E%3C/svg%3E")
}

.pagination .page-item:hover .page-link {
  color: #fff
}

.pagination .page-item.page-number {
  display: none
}

@media (min-width:992px) {
  .pagination .page-item.page-number {
    display: flex
  }
}

.pagination .page-item:first-of-type,
.pagination .page-item:last-of-type {
  background-repeat: no-repeat no-repeat;
  background-size: 1.875rem;
  background-color: #efefef
}

.pagination .page-item:first-of-type {
  margin-right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cg opacity='.765' fill='none' stroke='%23434B51'%3E%3Cpath d='m11.807 5.754-9.2 9.2 9.2 9.2M2.607 14.954h25'/%3E%3C/g%3E%3C/svg%3E");
  padding-left: 2.813rem;
  padding-right: .938rem;
  background-position: .938rem center
}

.pagination .page-item:last-of-type {
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cg opacity='.765' fill='none' stroke='%23434B51'%3E%3Cpath d='m18.407 24.154 9.2-9.2-9.2-9.2M2.607 14.954h25'/%3E%3C/g%3E%3C/svg%3E");
  padding-right: 2.813rem;
  padding-left: .938rem;
  background-position: calc(100% - .938rem) center
}

.pagination .page-item .page-link {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border: 0;
  background-color: transparent;
  font-weight: 600;
  color: #434b51
}

.pagination .page-item .page-link.active {
  background-color: #ff5622;
  color: #fff
}

.pagination .page-item .page-link.active span {
  color: #fff
}

.pagination .page-item .text {
  color: #434b51;
  font-weight: 600;
  overflow: hidden;
  line-height: 1;
  text-decoration: none
}

.pagination .page-item .text>span {
  overflow: hidden;
  display: block;
  transition: ease-in all .4s
}

.pagination .page-item:hover .text>span {
  animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s;
  color: #fff
}

.breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: .875rem
}

.breadcrumbs ul li:after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin: 0 .5rem
}

.breadcrumbs ul li:last-child {
  font-weight: 600
}

.breadcrumbs ul li:last-child::after {
  display: none
}

.breadcrumbs ul li a {
  color: rgba(67, 75, 81, .8);
  text-decoration: none
}

.faq-list {
  border-top: 1px solid rgba(67, 75, 81, .2)
}

.faq-list .accordion-item {
  border: 0;
  border-radius: 0;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(67, 75, 81, .2);
  transition: cubic-bezier(.075, .82, .165, 1) .4s all;
  background-color: transparent
}

.faq-list .accordion-item.show {
  box-shadow: 0 10px 15px rgba(67, 75, 81, .1);
  background-color: #ff5622;
  z-index: 2;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff
}

.faq-list .accordion-item.show .accordion-header .accordion-button .h5,
.faq-list .accordion-item.show .accordion-header .accordion-button:after {
  color: #fff
}

.faq-list .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #434b51;
  position: relative
}

.faq-list .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ff5622;
  background-image: none;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e15b";
  line-height: 1;
  height: 3rem;
  width: 3rem
}

.faq-list .accordion-item .accordion-header .accordion-button .h5 {
  font-weight: 600
}

.faq-list .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\e145"
}

.icon-list:nth-child(1) a {
  border-top: 1px solid rgba(67, 75, 81, .2)
}

.icon-list:nth-child(2) a {
  border-top: 1px solid rgba(67, 75, 81, .2)
}

.icon-list a {
  text-decoration: none;
  border-bottom: 1px solid rgba(67, 75, 81, .2);
  margin-right: 1.3rem;
  color: #5e646a
}

.icon-list a:hover .text {
  color: #ff5622;
  opacity: 1
}

.icon-list .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  color: #434b51
}

.icon-list .text {
  max-width: calc(80% - 40px);
  width: 100%;
  color: rgba(67, 75, 81, .85)
}

.f-block-img-list {
  position: relative
}

.f-block-img-list a:hover .f-block-img .content-img:before {
  background: rgba(255, 86, 34, .8)
}

.f-block-img-list a:hover .f-block-img .content-img img {
  transform: scale(1.1);
  filter: grayscale(100%)
}

.f-block-img-list a:hover .f-block-img .content-text {
  padding-bottom: 0
}

.f-block-img-list a:hover .f-block-img .content-text .f-b-i-title-sub {
  margin-top: 0;
  margin-bottom: auto
}

.f-block-img-list a:hover .f-block-img .content-text .f-b-i-title-sub:before {
  background-color: #fff
}

.f-block-img-list a:hover .f-block-img .content-text button {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible
}

.f-block-img-list a:hover .f-block-img .content-text button svg polygon {
  fill: #fff
}

.f-block-img-list a:hover .f-block-img .content-text button .text {
  color: #fff
}

.f-block-img-list a:hover .f-block-img .content-text button .text span {
  color: #fff
}

.f-block-img-list .f-block-img {
  position: relative;
  height: auto;
}

.f-block-img-list .f-block-img .content-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden
}

.f-block-img-list .f-block-img .content-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: ease-in-out all .3s
}

.f-block-img-list .f-block-img .content-img img {
  z-index: 0;
  position: relative;
  transition: ease-in-out all .3s
}

.f-block-img-list .f-block-img .content-text {
  position: absolute;
  bottom: 0;
  padding: 2rem;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%
}

.f-block-img-list .f-block-img .content-text .f-b-i-title {
  position: relative;
  color: #fff;
  padding-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-top: auto;
  transition: ease-in-out all .3s
}

.f-block-img-list .f-block-img .content-text .f-b-i-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  background-color: #ff5622;
  width: 30px;
  height: 8px
}

.f-block-img-list .f-block-img .content-text .f-b-i-title-sub {
  position: relative;
  color: #fff;
  padding-bottom: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: auto;
  transition: ease-in-out all .3s
}

.f-block-img-list .f-block-img .content-text .f-b-i-title-sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  background-color: #ff5622;
  width: 30px;
  height: 8px
}

.f-block-img-list .f-block-img .content-text button {
  background-color: transparent;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out opacity .3s
}

.f-block-img-list .f-block-img .content-text button::before,
.f-block-img-list .f-block-img .content-text button:after {
  display: none !important
}

.f-block-img-list .f-block-img .content-text button .text {
  color: #fff
}

.f-block-img-list .f-block-img .content-text button svg polygon {
  fill: #fff
}

.f-block-img-list .title-bottom .f-block-img .content-text {
  position: relative;
  min-height: 420px;
}

.f-block-img-list .title-bottom .f-block-img .content-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%
}

.f-block-img-list .title-bottom .f-block-img .content-img * {
  height: 100%;
  object-fit: cover
}

.videoWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.videoWrapper .poster,
.videoWrapper .videoContent,
.videoWrapper .videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.videoWrapper .videoPlayer {
  width: 100%;
  height: 100%
}

.videoWrapper .videoContent.is-video-playing .poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.videoWrapper .poster {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out .3s opacity;
  z-index: 4
}

.videoWrapper .poster .btn-video {
  position: absolute;
  width: 5rem;
  height: 5rem;
  padding: 0;
  background: 0 0;
  border: 0;
  pointer-events: visible;
  display: block
}

@media (min-width:992px) {
  .videoWrapper .poster .btn-video {
    width: 6rem;
    height: 6rem
  }
}

.videoWrapper .poster .btn-video svg {
  width: 100%;
  transition: ease-in .4s all
}

.videoWrapper .poster .btn-video:hover svg path {
  animation: MoveRightInitial .2s forwards, MoveRightEnd .2s forwards .2s
}

.quicknavs {
  position: relative
}

.quicknavs .col-item {
  position: relative
}

.quicknavs .secNavDropdown {
  width: 100%;
  text-align: left;
  border: 0;
  background-color: transparent;
  padding: 1rem 0;
  color: #434b51;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 600
}

.quicknavs .secNavDropdown.show::after {
  transform: scaleY(-1)
}

.quicknavs .secNavDropdown::after {
  content: "\e5cf";
  display: block;
  border: 0;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(67, 75, 81, .3);
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.quicknavs ul {
  margin: 0;
  list-style: none;
  border-radius: 0;
  width: 100%;
  background-color: #434b51;
  padding: 0;
  border: 0;
  padding-bottom: .2rem
}

@media (min-width:992px) {
  .quicknavs ul {
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    top: auto;
    padding-bottom: 0
  }
}

@media (min-width:992px) {
  .quicknavs ul .qn-item {
    margin-right: 4rem
  }
}

.quicknavs ul .qn-item .qn-link {
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
  padding: 1rem;
  position: relative
}

@media (min-width:992px) {
  .quicknavs ul .qn-item .qn-link {
    padding: 1.5rem 0;
    color: rgba(67, 75, 81, .5)
  }
}

.quicknavs ul .qn-item .qn-link:after {
  position: absolute;
  bottom: -1px;
  top: auto;
  width: 100%;
  height: 1px;
  background-color: #ff5622;
  content: "";
  display: none;
  left: 0
}

.quicknavs ul .qn-item .qn-link.active,
.quicknavs ul .qn-item .qn-link:focus,
.quicknavs ul .qn-item .qn-link:hover {
  background-color: transparent;
  opacity: 1;
  color: #434b51
}

.quicknavs ul .qn-item .qn-link.active:after,
.quicknavs ul .qn-item .qn-link:focus:after,
.quicknavs ul .qn-item .qn-link:hover:after {
  display: block
}

.slider-default .mainBanner {
  min-height: 100vh
}

@media (min-width:992px) {
  .slider-default .mainBanner {
    height: 100%;
    max-height: 700px;
    min-height: auto
  }
}

@media (min-width:1200px) {
  .slider-default .mainBanner {
    height: 100vh;
    min-height: 700px;
    max-height: 100%
  }
}

.slider-default .mainBanner .navigation-slider {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;
  height: 50px;
  z-index: 3
}

@media (min-width:1200px) {
  .slider-default .mainBanner .navigation-slider {
    top: 50%;
    transform: translateY(-50%)
  }
}

.slider-default .mainBanner .navigation-slider .container {
  position: relative
}

.slider-default .mainBanner .navigation-slider .mb-swiper-button-next,
.slider-default .mainBanner .navigation-slider .mb-swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  width: 3.5em;
  height: 3.5em
}

.slider-default .mainBanner .navigation-slider .mb-swiper-button-next:after,
.slider-default .mainBanner .navigation-slider .mb-swiper-button-prev:after {
  display: none
}

.slider-default .mainBanner .navigation-slider .mb-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%234A4F54' d='M30.3 25.1 13.3 42c-1.2 1.3-1.2 3.3 0 4.5 1.3 1.2 3.3 1.2 4.5 0L37 27.3c1.2-1.2 1.2-3.2.1-4.4L17.9 3.6c-1.2-1.3-3.3-1.3-4.5 0s-1.3 3.3 0 4.5l16.9 17z'/%3E%3C/svg%3E")
}

@media (min-width:768px) {
  .slider-default .mainBanner .navigation-slider .mb-swiper-button-next {
    right: -2rem
  }
}

@media (min-width:992px) {
  .slider-default .mainBanner .navigation-slider .mb-swiper-button-next {
    right: -2.25rem
  }
}

@media (min-width:1200px) {
  .slider-default .mainBanner .navigation-slider .mb-swiper-button-next {
    right: -3.5rem
  }
}

.slider-default .mainBanner .navigation-slider .mb-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%234A4F54' d='M20.1 25.1 37 8.1c1.2-1.3 1.2-3.3 0-4.5-1.3-1.2-3.3-1.2-4.5 0L13.3 22.8c-1.2 1.2-1.2 3.2-.1 4.4l19.3 19.3c1.2 1.3 3.3 1.3 4.5 0 1.3-1.2 1.3-3.3 0-4.5L20.1 25.1z'/%3E%3C/svg%3E")
}

@media (min-width:768px) {
  .slider-default .mainBanner .navigation-slider .mb-swiper-button-prev {
    left: -2rem
  }
}

@media (min-width:992px) {
  .slider-default .mainBanner .navigation-slider .mb-swiper-button-prev {
    left: -2.25rem
  }
}

@media (min-width:1200px) {
  .slider-default .mainBanner .navigation-slider .mb-swiper-button-prev {
    left: -3.5rem
  }
}

.slider-default .mainBanner .swiper-slide {
  opacity: 0 !important
}

.slider-default .mainBanner .swiper-slide.swiper-slide-active {
  opacity: 1 !important
}

.slider-default .mainBanner .swiper-slide>.container {
  min-height: 60vh
}

@media (min-width:992px) {
  .slider-default .mainBanner .swiper-slide>.container {
    height: 700px
  }
}

@media (min-width:1200px) {
  .slider-default .mainBanner .swiper-slide>.container {
    height: 100%
  }
}

.slider-default .mainBanner .swiper-slide>.container>.row {
  height: 100%;
  min-height: 60vh
}

.slider-default .mainBanner .mb-content {
  z-index: 4;
  position: relative;
  margin-top: 6em
}

.slider-default .mainBanner .mb-content .g-title {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .2rem;
}

@media (min-width:1200px) and (max-width:1600px) {
  .slider-default .mainBanner .mb-content .g-title {
    font-size: 40px;
  }
}

@media (max-width:767px) {
  .slider-default .mainBanner .mb-content .g-title {
    font-size: 24px;
  }
}

.slider-default .mainBanner .mb-content .btn-video-icon {
  border-left: 1px solid rgba(67, 75, 81, .5);
  margin-left: 1em;
  padding-left: 1em
}

@media (min-width:768px) {
  .slider-default .mainBanner .mb-content .btn-video-icon {
    margin-left: 2em;
    padding-left: 2em
  }
}

.slider-default .mainBanner .mb-content .btn-group {
  margin-top: 20px
}

@media (min-width:992px) {
  .slider-default .mainBanner .mb-content .btn-group {
    margin-top: 40px
  }
}

.slider-default .mainBanner .bg-image {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: calc(40vh - 1em);
  margin-top: 1em
}

@media (min-width:992px) {
  .slider-default .mainBanner .bg-image {
    height: 100%;
    max-height: 700px;
    margin-top: 0
  }
}

@media (min-width:1200px) {
  .slider-default .mainBanner .bg-image {
    height: 100%;
    max-height: 100%
  }
}

@media (min-width:992px) {
  .slider-default .mainBanner .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
  }
}

.slider-default .mainBanner .bg-image .content-img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  right: 0
}

@media (min-width:768px) {
  .slider-default .mainBanner .bg-image .content-img {
    margin-right: auto;
    width: 80%
  }
}

@media (min-width:992px) {
  .slider-default .mainBanner .bg-image .content-img {
    padding-left: 1em;
    position: absolute;
    right: 0;
    left: auto;
    width: 55%
  }
}

@media (min-width:1400px) {
  .slider-default .mainBanner .bg-image .content-img {
    padding-right: 5em
  }
}

.home .intro-home {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  background-color: rgba(67, 75, 81, .03);
  padding-bottom: var(--hs-spacing)
}

.home .intro-home .col-item {
  position: relative
}

.home .intro-home .section-title {
  padding-top: var(--hs-spacing)
}

.home .intro-home .section-title .title {
  margin-top: 2rem
}

@media (min-width:992px) {
  .home .intro-home .section-title .title {
    margin-top: 3rem
  }
}

@media (min-width:1200px) {
  .home .intro-home .section-title .title {
    margin-top: 4rem
  }
}

.home .intro-home .content-text {
  padding-top: calc(var(--hs-spacing) - 2rem)
}

.home .intro-home .btnGroup {
  padding-top: calc(var(--hs-spacing) - 1rem)
}

@media (min-width:992px) {
  .home .intro-home .btnGroup {
    padding-top: calc(var(--hs-spacing) - 2rem)
  }
}

.home .intro-home .f-image {
  width: 100vw
}

@media (min-width:1200px) {
  .home .intro-home .f-image {
    width: 50vw;
    position: absolute;
    height: calc(100% - 2rem)
  }
}

.home .intro-home .f-image .mask {
  min-height: 200px
}

@media (min-width:768px) {
  .home .intro-home .f-image .mask {
    min-height: 300px
  }
}

@media (min-width:992px) {
  .home .intro-home .f-image .mask {
    min-height: 400px
  }
}

@media (min-width:1200px) {
  .home .intro-home .f-image .mask {
    min-height: 100%
  }
}

.home .intro-home .f-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute
}

.home-news {
  padding: var(--hs-spacing) 0;
  position: relative
}

.home-news .container {
  position: relative
}

.home-news .c-counter {
  padding-top: 20px
}

.home-news .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem)
}

@media (min-width:1200px) {
  .home-news .n-swiper-container .n-swiper-wrapper {
    width: auto;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
  }
}

.home-news .swiper-slide {
  width: 100%
}

@media (min-width:1200px) {
  .home-news .swiper-slide {
    flex: 0 0 auto;
    width: 25%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
  }
}

.home-news .swiper-scrollbar {
  background-color: transparent;
  border-radius: 0;
  margin-top: 3rem;
  position: relative;
  display: block
}

@media (min-width:1200px) {
  .home-news .swiper-scrollbar {
    display: none
  }
}

.home-news .swiper-scrollbar:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: rgba(67, 75, 81, .3);
  z-index: 0;
  left: 0;
  bottom: 0
}

.home-news .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #ff5622;
  margin-bottom: -1px;
  z-index: 8
}

.home-news .btn {
  width: 100%;
  max-width: 100%;
  margin-top: .85rem
}

@media (min-width:992px) {
  .home-news .btn {
    max-width: 200px;
    margin-top: auto
  }
}

.youtube-is-open {
  overflow: hidden !important;
  width: 100vw !important
}

.youtube-is-open .videoLightbox {
  transform: translateX(0);
  pointer-events: visible;
  opacity: 1;
  visibility: visible
}

.videoLightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #434b51;
  z-index: 9999999;
  transition: cubic-bezier(.075, .82, .165, 1) .3s all;
  transform: translateY(-100%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.videoLightbox .close-content {
  position: absolute;
  right: 50px;
  z-index: 9;
  top: 50px
}

.videoLightbox .close-content:hover .closetext::after {
  width: 40px
}

.videoLightbox .closetext {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center
}

.videoLightbox .closetext::after {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #fff;
  margin: 0 20px;
  transition: cubic-bezier(.075, .82, .165, 1) .3s all
}

.videoLightbox button {
  background-color: #ff5622;
  color: #fff;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.videoLightbox button span {
  font-size: 30px
}

.videoLightbox .container {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 8
}

.videoLightbox .videoContent {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.videoLightbox .videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #fff
}

.innerBanner {
  min-height: 28.25rem;
  padding-bottom: 3rem
}

.innerBanner .subHead {
  position: relative;
  padding-bottom: 2rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-size: 1rem
}

@media (min-width:992px) {
  .innerBanner .subHead {
    font-size: 1rem
  }
}

.innerBanner .subHead:before {
  width: 30px;
  height: 8px;
  background-color: #ff5622;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0
}

.about .intro-about {
  padding-top: 1rem
}

.about .intro-about .c-counter {
  margin-top: 1.15rem
}

.about .intro-about .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  margin-top: 1rem
}

@media (min-width:992px) {
  .about .intro-about .section-title {
    padding-bottom: calc(var(--hs-spacing) - 4rem);
    margin-top: 0
  }
}

.about .intro-about .section-title .title {
  line-height: 1.6;
  margin-bottom: 0
}

.about .intro-about .content-text .h4 {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  line-height: 1.5
}

@media (min-width:992px) {
  .about .intro-about .content-text .h4 {
    padding-bottom: 0
  }
}

.about .data-about {
  padding: var(--hs-spacing) 0;
  background-color: #efefef
}

.about .data-about .c-counter {
  margin-top: 1.15rem
}

.about .data-about .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  margin-top: 1rem
}

@media (min-width:992px) {
  .about .data-about .section-title {
    padding-bottom: calc(var(--hs-spacing) - 4rem);
    margin-top: 0
  }
}

.about .data-about .section-title .title {
  line-height: 1.6;
  margin-bottom: 0
}

.about .data-about .data-counter {
  margin-bottom: 2rem
}

@media (min-width:992px) {
  .about .data-about .data-counter {
    margin-bottom: 0
  }
}

.about .data-about .data-counter .big {
  font-size: 4.75rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ff5622
}

@media (min-width:992px) {
  .about .data-about .data-counter .big {
    font-size: 6.75rem
  }
}

.about .data-about .data-counter .small {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .2rem
}

.about .mod-career {
  background-color: rgba(67, 75, 81, .05)
}

@media (min-width:1200px) {
  .solutions .mod-solution {
    margin-top: 3em
  }
}

.solutions .mod-career {
  background-color: rgba(67, 75, 81, .05)
}

.media-centre .news-filter-sec {
  background-color: #efefef;
  border-top: 1px solid rgba(67, 75, 81, .1);
  padding-bottom: 2rem
}

@media (min-width:992px) {
  .media-centre .news-filter-sec {
    padding-bottom: 0
  }
}

.media-centre .news-filter-sec .col-item:nth-of-type(1) .nf-control {
  padding-left: 0
}

.media-centre .news-filter-sec .nf-control {
  border: 0;
  height: 4.375rem;
  line-height: 4.375rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #434b51;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 23.1' xml:space='preserve'%3E%3Ccircle fill='%23FFF' cx='11.6' cy='11.6' r='11.5'/%3E%3Cpath fill='none' stroke='%23707071' stroke-width='2' d='m7.1 9.7 4.4 4.4 4.4-4.4'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  outline: 0 !important;
  border-bottom: 1px solid rgba(67, 75, 81, .1);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0
}

.media-centre .news-filter-sec .nf-control::placeholder {
  color: #434b51
}

@media (min-width:992px) {
  .media-centre .news-filter-sec .nf-control {
    padding-left: 1.5rem;
    background-position: calc(100% - 1.5rem) center;
    border-right: 1px solid rgba(67, 75, 81, .1);
    border-bottom: 0
  }
}

.media-centre .news-filter-sec .nf-control.active,
.media-centre .news-filter-sec .nf-control.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 23.1' xml:space='preserve'%3E%3Ccircle fill='%23FFF' cx='11.6' cy='11.6' r='11.5'/%3E%3Cpath fill='none' stroke='%23707071' stroke-width='2' d='m16 13.5-4.4-4.4-4.4 4.4'/%3E%3C/svg%3E")
}

.media-centre .news-filter-sec .nf-control::after {
  display: none
}

.media-centre .news-filter-sec .nf-control.form-search {
  background-image: none;
  padding-left: 0
}

@media (min-width:992px) {
  .media-centre .news-filter-sec .nf-control.form-search {
    border-top: 1px solid rgba(67, 75, 81, .1)
  }
}

@media (min-width:1200px) {
  .media-centre .news-filter-sec .nf-control.form-search {
    border-top: 0;
    padding-left: 1.5rem
  }
}

.media-centre .news-filter-sec .btn {
  height: 4.375rem;
  max-width: 100%
}

.news-list {
  padding: var(--hs-spacing) 0
}

.news-list .c-counter {
  padding-top: 1.25rem
}

.news-list .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  margin-top: 1rem
}

@media (min-width:992px) {
  .news-list .section-title {
    margin-top: 0
  }
}

.news-list .n-block-item {
  margin-bottom: 3rem
}

.inner-news .innerBanner .tag {
  color: #ff5622;
  margin-bottom: 1rem
}

@media (min-width:1200px) {
  .inner-news .innerBanner .tag {
    margin-top: .8rem;
    margin-bottom: 0
  }
}

.inner-news .innerBanner .in-title {
  line-height: 1.3
}

.inner-news .innerBanner .date {
  margin-top: 1rem
}

.inner-news .social-share {
  list-style: none;
  margin-top: .8rem
}

.inner-news .social-share li a {
  height: 40px;
  width: 40px;
  display: flex;
  background-color: #434b51;
  margin-left: 1rem;
  transition: .3s all ease-in
}

@media (min-width:992px) {
  .inner-news .social-share li a {
    margin-bottom: 1rem
  }
}

.inner-news .social-share li a svg {
  height: 100%;
  width: 100%
}

.inner-news .social-share li a:hover {
  background-color: #ff5622
}

.inner-news .news-content {
  margin-top: 2rem;
  padding-bottom: var(--hs-spacing)
}

.inner-news .news-content iframe.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media (min-width:768px) {
  .inner-news .news-content {
    margin-top: .5rem
  }
}

@media (min-width:992px) {
  .inner-news .news-content {
    margin-top: 1.5rem
  }
}

.inner-news .news-content .content-row {
  border-top: 1px solid rgba(67, 75, 81, .3);
  padding-top: 2rem
}

@media (min-width:992px) {
  .inner-news .news-content .content-row {
    padding-top: 4rem
  }
}

.inner-news .news-content .content-row .content-img {
  margin-bottom: 2rem
}

.contact .contact-form,
.contact .contact-office {
  padding: var(--hs-spacing) 0
}

.contact .contact-form .c-counter,
.contact .contact-office .c-counter {
  margin-top: 1.15rem
}

.contact .contact-form .section-title,
.contact .contact-office .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  margin-top: 1rem
}

@media (min-width:992px) {

  .contact .contact-form .section-title,
  .contact .contact-office .section-title {
    padding-bottom: calc(var(--hs-spacing) - 4rem);
    margin-top: 0
  }
}

.contact .contact-form .section-title .title,
.contact .contact-office .section-title .title {
  line-height: 1.6;
  margin-bottom: 0
}

.contact .contact-form {
  background-color: #efefef
}

.contact .contact-office .office {
  border-top: 1px solid rgba(67, 75, 81, .3);
  padding-top: 1rem;
  padding-left: 40px;
  position: relative;
  font-weight: 700;
  font-size: 1rem
}

.contact .contact-office .office .location {
  line-height: 1.6
}

.contact .contact-office .office .location strong {
  font-weight: 700
}

.contact .contact-office .office .icon {
  position: absolute;
  left: -.4rem;
  color: #ff5622;
  font-size: 2rem
}

.contact .contact-office .phone {
  border-top: 1px solid rgba(67, 75, 81, .3);
  padding-top: 1rem;
  position: relative;
  padding-left: 40px
}

.contact .contact-office .phone .icon {
  position: absolute;
  left: -.4rem;
  color: #ff5622;
  font-size: 2rem
}

.contact .contact-office .phone a {
  color: #434b51;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  padding-top: .2rem
}

.contact .contact-office .phone a:hover {
  text-decoration: underline
}

.contact .contact-office .content-img {
  padding-top: 3rem
}

.entities .entities-list {
  padding: var(--hs-spacing) 0;
  background: rgba(239, 239, 239, .6)
}

.entities .entities-list:nth-of-type(even) {
  background: #efefef
}

.entities .entities-list .c-counter {
  margin-top: 1.15rem
}

.entities .entities-list .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  margin-top: 1rem
}

@media (min-width:992px) {
  .entities .entities-list .section-title {
    padding-bottom: calc(var(--hs-spacing) - 4rem);
    margin-top: 0
  }
}

.entities .entities-list .section-title .title {
  line-height: 1.6;
  margin-bottom: 0
}

.entities .entities-list .desc {
  max-width: 45rem
}

.entities .entities-list .btn-line-link {
  margin-left: 0;
  margin-right: auto;
  background-color: transparent
}

.entities .entities-list .entities-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative
}

.entities .entities-list .entities-icon img {
  width: 100%;
  height: auto;
  max-width: 4rem;
  position: absolute;
  bottom: 100%
}

@media (min-width:1200px) {
  .entities .entities-list .entities-icon img {
    max-width: 8.125rem;
    position: relative;
    bottom: auto
  }
}

.entities .entities-list .entities-items {
  margin-top: var(--hs-spacing)
}

.product-list--header {
  padding-bottom: 4rem;
  padding-top: 5.5rem
}

.product-list--header .top-bar {
  background-color: #efefef
}

.product-list--header .top-bar .icon {
  height: 70px;
  width: auto
}

.product-list--header .subHead {
  position: relative;
  padding-bottom: 2rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-size: 1rem
}

@media (min-width:992px) {
  .product-list--header .subHead {
    font-size: 1rem
  }
}

.product-list--header .subHead:before {
  width: 30px;
  height: 8px;
  background-color: #ff5622;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0
}

.product-list .product-list-content {
  padding-bottom: var(--hs-spacing)
}

@media (min-width:1200px) {
  .product-list .product-list-content .row-item {
    border-top: 1px solid rgba(67, 75, 81, .2)
  }
}

.product-list .product-list-content .top-section {
  height: 5rem
}

.product-list .product-list-content .top-section .filter-text {
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 600;
  color: rgba(67, 75, 81, .65)
}

.product-list .product-list-content .top-section .product-result {
  margin-top: 1rem;
  margin-bottom: 1.5rem
}

.product-list .product-list-content .top-section .product-result .product-name {
  font-weight: 600
}

.product-list .product-list-content .top-section .product-sort {
  width: 100%
}

@media (min-width:1200px) {
  .product-list .product-list-content .top-section .product-sort {
    width: auto
  }
}

.product-list .product-list-content .top-section .product-sort .btn {
  height: 55px;
  max-width: 50%;
  flex: 0 0 50%
}

@media (min-width:1200px) {
  .product-list .product-list-content .top-section .product-sort .btn {
    max-width: 100%;
    height: 45px;
    flex: 0 0 auto
  }
}

.product-list .product-list-content .top-section .product-sort .btn:after {
  display: none
}

.product-list .product-list-content .top-section .product-sort .btn.filter-button {
  border-right: 0
}

.product-list .product-list-content .top-section .product-sort .dropdown-menu {
  border-radius: 0
}

.product-list .product-list-content .top-section .product-sort .dropdown-menu .dropdown-item:focus,
.product-list .product-list-content .top-section .product-sort .dropdown-menu .dropdown-item:hover {
  background-color: #ff5622
}

.product-list .product-list-content .product-listing-wrap .top-section {
  align-items: start;
  flex-direction: column-reverse
}

@media (min-width:1200px) {
  .product-list .product-list-content .product-listing-wrap .top-section {
    align-items: center;
    justify-content: space-between;
    flex-direction: row
  }
}

.product-list .product-list-content .filter-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: block !important;
  z-index: 8;
  max-width: 20rem;
  padding: 0 1.5rem 1.5rem;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1), transform .5s cubic-bezier(.645, .045, .355, 1)
}

@media (min-width:1200px) {
  .product-list .product-list-content .filter-wrap {
    position: relative;
    transform: translateX(0);
    padding: 0;
    overflow: unset;
    height: auto;
    max-width: auto;
    visibility: visible;
    pointer-events: auto;
    opacity: 1
  }
}

.product-list .product-list-content .filter-wrap .top-section {
  justify-content: space-between
}

.product-list .product-list-content .filter-wrap .top-section .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent
}

@media (min-width:1200px) {
  .product-list .product-list-content .filter-wrap .top-section .btn-close {
    display: none
  }
}

.product-list .product-list-content .filter-wrap .btnGroup {
  border-top: 1px solid rgba(67, 75, 81, .2);
  padding-top: 2rem
}

.product-list .product-list-content .filter-wrap .btnGroup .btn-clear {
  margin-right: 1rem
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(67, 75, 81, .2);
  padding: 1rem 0
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .accordion-body,
.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .accordion-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
  border-radius: 0
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .form-check-input {
  border-radius: 0
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .form-check-input:checked {
  background-color: #ff5622;
  border: 1px solid #ff5622
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .accordion-body {
  padding-top: 0
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .accordion-button {
  border-bottom: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #434b51;
  font-size: 1.25rem
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .accordion-button::after {
  background-image: none;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e15b";
  color: #ff5622;
  transform: none
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\e145"
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .list-group-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0
}

.product-list .product-list-content .filter-wrap .filter-accordion .accordion-item .list-group-item a {
  text-decoration: none;
  color: #434b51
}

.product-list .product-list-content .product-listing .product-item {
  margin-bottom: 2rem
}

.product-list .product-list-content .product-listing .product-item a {
  text-decoration: none;
  color: #434b51
}

.product-list .product-list-content .product-listing .product-item:hover .content-img .view-details {
  opacity: 1;
  visibility: visible
}

.product-list .product-list-content .product-listing .product-item:hover .content-img img {
  opacity: .4;
  mix-blend-mode: multiply
}

.product-list .product-list-content .product-listing .product-item:hover .content-text .product-title {
  color: #ff5622
}

.product-list .product-list-content .product-listing .product-item .content-img {
  position: relative;
  background-color: #ff5622
}

.product-list .product-list-content .product-listing .product-item .content-img .view-details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 86, 34, .4);
  z-index: 2;
  transition: ease-in .3s all;
  opacity: 0;
  visibility: hidden
}

.product-list .product-list-content .product-listing .product-item .content-img .view-details .text {
  position: absolute;
  transform: translateY(calc(100% + 2rem));
  color: #fff;
  font-size: .875;
  text-transform: uppercase;
  letter-spacing: .1rem
}

.product-list .product-list-content .product-listing .product-item .content-img .view-details .icon {
  font-size: 4rem;
  color: #fff
}

.product-list .product-list-content .product-listing .product-item .content-img img {
  opacity: 1
}

.product-list .product-list-content .product-listing .product-item .content-text {
  margin-top: 1rem
}

.product-list .product-list-content .product-listing .product-item .content-text .prod-brands {
  font-size: .75rem;
  letter-spacing: .065rem;
  font-weight: 600;
  color: rgba(67, 75, 81, .65)
}

.product-list .product-list-content .product-listing .product-item .content-text .product-title {
  font-size: 1.25rem;
  font-weight: 600
}

.is-filter-open {
  height: 100vh;
  overflow: hidden
}

.is-filter-open .product-list .product-list-content .filter-wrap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0)
}

.product-detailed .brand-logo {
  max-width: 6rem;
  margin-bottom: 1rem
}

.product-detailed .prod-title {
  font-weight: 600;
  letter-spacing: .2rem;
  position: relative;
  padding-bottom: 1rem
}

.product-detailed .prod-title:before {
  width: 30px;
  height: 8px;
  bottom: 0;
  background-color: #ff5622;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0
}

.product-detailed .prod-title--hide-bottom-line::before {
  display: none;
}

.product-detailed .product-detailed-description {
  padding-bottom: var(--hs-spacing)
}

@media (min-width:1200px) {
  .product-detailed .product-detailed-description .content-text .col-item:nth-of-type(1) .prod-stat {
    border-left: 0
  }
}

.product-detailed .product-detailed-description .content-text .prod-stat {
  border-left: 1px solid rgba(67, 75, 81, .2);
  padding: 2.5rem 0;
  padding-left: 2rem;
  box-shadow: 1px 0 0 rgba(67, 75, 81, .2);
  border-top: 1px solid rgba(67, 75, 81, .2)
}

@media (min-width:1200px) {
  .product-detailed .product-detailed-description .content-text .prod-stat {
    box-shadow: none
  }
}

.product-detailed .product-detailed-description .content-text .prod-description {
  padding: 2rem 0;
  border-top: 1px solid rgba(67, 75, 81, .2);
  border-bottom: 1px solid rgba(67, 75, 81, .2);
  height: 100%;
  display: flex;
  align-items: center
}

@media (min-width:1200px) {
  .product-detailed .product-detailed-description .content-text .prod-description {
    padding: 2rem
  }
}

.product-detailed .product-detailed-description .content-text .prod-description p {
  margin-bottom: 0
}

.product-detailed .product-detailed-description .content-text .details-link {
  padding: 2rem 0;
  border-top: 1px solid rgba(67, 75, 81, .2);
  border-bottom: 1px solid rgba(67, 75, 81, .2);
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column
}

@media (min-width:1200px) {
  .product-detailed .product-detailed-description .content-text .details-link {
    padding: 2rem
  }
}

@media (min-width:1200px) {
  .product-detailed .product-detailed-description .content-text .details-link {
    border-left: 1px solid rgba(67, 75, 81, .2)
  }
}

.product-detailed .product-detailed-description .content-text .details-link .h6 {
  font-weight: 600;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .1rem
}

.product-detailed .product-detailed-description .content-text .details-link .btn {
  max-width: 100%;
  margin-top: 1rem
}

@media (min-width:992px) {
  .product-detailed .product-detailed-description .content-text .details-link .btn {
    margin-bottom: 0;
    margin-right: 2rem
  }
}

.product-detailed .product-detailed-description .content-text .details-link .btn:last-of-type {
  margin-right: 0
}

.product-detailed .product-detailed-description .content-text .details-link .btnGroup {
  width: 100%
}

.product-detailed .product-detailed-description .data-counter .big {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ff5622;
  display: flex;
  line-height: 1;
  padding-top: .8rem
}

@media (min-width:1200px) {
  .product-detailed .product-detailed-description .data-counter .big {
    font-size: 3rem;
    letter-spacing: -.1rem
  }
}

@media (min-width:1400px) {
  .product-detailed .product-detailed-description .data-counter .big {
    font-size: 3.35rem;
    letter-spacing: -.1rem
  }
}

@media (min-width:1600px) {
  .product-detailed .product-detailed-description .data-counter .big {
    font-size: 3.75rem;
    letter-spacing: -.1rem
  }
}

.product-detailed .product-detailed-description .data-counter .small {
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase
}

.product-detailed .product-detailed-video {
  background-color: rgba(239, 239, 239, .5);
  padding: var(--hs-spacing) 0
}

.faq-product {
  padding: var(--hs-spacing) 0;
  background-color: #efefef;
  position: relative;
  overflow: hidden
}

.faq-product:after {
  content: "";
  background-image: url(../images/bg-graphic-drone.webp);
  position: absolute;
  width: 60%;
  height: 60%;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(50%) translateY(-20%);
  opacity: .5
}

.faq-product .desc {
  max-width: 60rem
}

.faq-product .faq-list {
  margin-top: 3rem;
  background-color: transparent
}

.e-vendor .register-supplier {
  padding: var(--hs-spacing) 0;
  background-color: #efefef
}

.e-vendor .register-supplier:nth-of-type(odd) {
  background-color: #fff
}

.e-vendor .register-supplier .c-counter {
  margin-top: 1.15rem
}

.e-vendor .register-supplier .section-title {
  padding-bottom: calc(var(--hs-spacing) - 2rem);
  padding-top: calc(var(--hs-spacing) - 2rem);
  margin-bottom: .5rem
}

@media (min-width:992px) {
  .e-vendor .register-supplier .section-title {
    padding-bottom: calc(var(--hs-spacing) - 4rem);
    padding-top: 0;
    margin-bottom: 0
  }
}

.e-vendor .register-supplier .content-text .h5 {
  line-height: 1.5
}

.e-vendor .register-supplier .content-text a {
  color: #ff5622;
  text-decoration: none
}

.e-vendor .register-supplier .content-text p {
  color: rgba(67, 75, 81, .85)
}

.searchResult--header {
  padding-top: 5.625rem;
  padding-bottom: var(--hs-spacing)
}

.searchResult--header form {
  position: relative
}

.searchResult--header form input {
  height: 60px;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #434b51;
  outline: 0 !important;
  box-shadow: 0 !important;
  font-size: 28px;
  color: #434b51;
  border-radius: 0;
  padding-left: 0;
  font-weight: 400
}

@media (min-width:992px) {
  .searchResult--header form input {
    font-size: 48px;
    height: 70px
  }
}

.searchResult--header form input::placeholder {
  color: rgba(67, 75, 81, .4);
  font-weight: 400;
  font-size: 28px
}

@media (min-width:992px) {
  .searchResult--header form input::placeholder {
    font-size: 48px
  }
}

.searchResult--header form input:active,
.searchResult--header form input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important;
  background-color: transparent;
  color: #434b51;
  border-bottom: 1px solid #ff5622
}

.searchResult--header form button {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  left: auto;
  background: 0 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  outline: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important;
  padding: 0
}

@media (min-width:992px) {
  .searchResult--header form button {
    height: 50px;
    width: 50px;
    top: 0
  }
}

.searchResult--header form button:focus {
  outline: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important
}

.searchResult--header form button svg {
  height: 20px;
  width: 20px
}

@media (min-width:992px) {
  .searchResult--header form button svg {
    height: 30px;
    width: 30px
  }
}

.searchResult--header form button svg path {
  fill: #434b51
}

.searchResult--lists {
  padding-bottom: var(--hs-spacing)
}

.searchResult--lists .col-item {
  margin-bottom: 2.5rem
}

.searchResult--lists .n-block-item .btn-line-link {
  max-width: 100%
}

.careers .innerBanner .btn-line-link {
  margin-top: 2rem;
  max-width: 100%
}

.careers .innerBanner .btn-line-link .text {
  font-size: 1.125rem
}

.careers .mod-career {
  background-color: rgba(67, 75, 81, .05)
}

.services .courses-list {
  background-color: rgba(239, 239, 239, .6);
  border-top: rgba(239, 239, 239, .8)
}

.services .services-list:first-of-type {
  border-top: rgba(239, 239, 239, .8)
}

.services .services-list:nth-of-type(odd) {
  background-color: rgba(239, 239, 239, .6)
}

.services .services-list:nth-of-type(even) {
  background-color: #fff
}

.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
}

@media (max-width:767px) {
  .ui-dialog { 
    width: calc(100% - 30px)!important; 
  }
}
