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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #353C47;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.wrapper {
  transition: all 0.5s; }

section {
  position: relative;
  padding: 120px 0; }
section.gradient {
  background: #FBFBFD;
  background: linear-gradient(180deg, #fbfbfd 0%, #f8f6fd 100%); }

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

p, ul, ol, dl {
  line-height: 1.4; }
p + p, p + ul, p + ol, p + dl, ul + p, ul + ul, ul + ol, ul + dl, ol + p, ol + ul, ol + ol, ol + dl, dl + p, dl + ul, dl + ol, dl + dl {
  margin-top: 20px; }

ul {
  list-style: disc;
  padding-left: 20px; }
ul li::marker {
  color: #842CB7; }
ul li ul {
  margin-top: 10px; }
ul li + li {
  margin-top: 10px; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #842CB7;
  font-weight: 700; }

h1, .h1 {
  font-size: 52px;
  font-size: 2.88889rem; }

h2, .h2 {
  font-size: 42px;
  font-size: 2.33333rem; }

h3, .h3 {
  font-size: 32px;
  font-size: 1.77778rem; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.33333rem; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.11111rem; }

h6, .h6 {
  font-size: 18px;
  font-size: 1rem; }

.spHeader {
  position: relative;
  margin-bottom: 30px; }
.spHeader span {
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #842CB7;
  display: inline-block;
  padding: 8px 20px;
  background-color: rgba(132, 44, 183, 0.15); }
.spHeader h1, .spHeader h2, .spHeader h3, .spHeader h4, .spHeader h5, .spHeader h6 {
  margin-top: 10px;
  margin-bottom: 0; }
.spHeader.center span {
  display: table;
  margin: 0 auto; }
.spHeader.center h1, .spHeader.center h2, .spHeader.center h3, .spHeader.center h4, .spHeader.center h5, .spHeader.center h6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

a {
  color: inherit;
  text-decoration: none;
  color: #ED6F44;
  text-decoration: underline;
  cursor: pointer; }
a:hover {
  text-decoration: none; }

.btn {
  transition: all 0.5s;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  font-size: 0.88889rem;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  min-width: 160px;
  padding: 15px 20px;
  border: none;
  background-color: transparent;
  outline: none; }
.btn span {
  position: relative;
  display: inline-block;
  z-index: 1; }
.btn:before {
  transition: all 0.25s;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: rgba(132, 44, 183, 0.15) 5px solid;
  opacity: 1;
  filter: alpha(opacity=0);
  pointer-events: none; }
.btn:after {
  transition: all 0.2s;
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #842CB7; }
.btn:hover {
  color: #842CB7; }
.btn:hover:before {
  width: 100%;
  height: 100%;
  border: #842cb7 2px solid;
  opacity: 1;
  filter: alpha(opacity=100); }
.btn:hover:after {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0); }
.btn.light:before {
  border-color: rgba(255, 255, 255, 0.1); }
.btn.light:hover {
  color: #fff; }
.btn.light:hover:before {
  border-color: white; }

sup {
  font-size: smaller;
  color: #842CB7; }

img {
  display: block; }
img.rounded {
  border-radius: 12px; }
img.bordered {
  box-sizing: border-box;
  border: #B3C6D2 5px solid; }
img.bordered.light {
  border-color: rgba(255, 255, 255, 0.3); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="date"], textarea, select {
  box-sizing: border-box;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 0.88889rem;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
  border: #D7D8DA 1px solid;
  background-color: #F9FBFC; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #842CB7; }

span.error, label.error {
  font-size: 12px;
  font-size: 0.66667rem;
  color: red; }

textarea {
  min-height: 150px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

span.select {
  position: relative;
  display: block; }
span.select > select {
  appearance: none;
  border-radius: 6px;
  padding-right: 46px !important; }
span.select:after {
  box-sizing: border-box;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-size: 1.11111rem;
  color: #D7D8DA;
  position: absolute;
  right: 0px;
  top: 3px;
  padding: 7px 12px;
  pointer-events: none; }

label {
  font-size: 18px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px; }

fieldset + .fsTwoCol, fieldset + fieldset {
  margin-top: 20px; }

.fsTwoCol {
  display: flex !important;
  justify-content: space-between; }
.fsTwoCol fieldset {
  width: calc(50% - 10px); }
.fsTwoCol fieldset + fieldset {
  margin-top: 0; }
.fsTwoCol + .fsTwoCol, .fsTwoCol + fieldset {
  margin-top: 20px; }

.modalBox {
  border-radius: 16px;
  width: 640px; }
.modalBox .legalContent p {
  font-size: 14px;
  font-size: 0.77778rem; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scroll-anim {
  0% {
    top: 10px;
    opacity: 0; }
  20% {
    top: 14px;
    opacity: 1; }
  80% {
    top: 32px;
    opacity: 1; }
  100% {
    top: 36px;
    opacity: 0; } }
@media only screen and (max-width: 960px) {
  section {
    padding: 100px 0; }

  .spHeader {
    margin-bottom: 30px; }
  .spHeader span {
    display: table;
    margin: 0 auto; }
  .spHeader h1, .spHeader h2, .spHeader h3, .spHeader h4, .spHeader h5, .spHeader h6 {
    text-align: center;
    margin-top: 10px; }
  .spHeader:after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }
@media only screen and (max-width: 760px) {
  p, span, li, dl, td, label {
    font-size: 16px;
    font-size: 0.88889rem; }

  h1, .h1 {
    font-size: 32px;
    font-size: 1.77778rem; }

  h2, .h2 {
    font-size: 28px;
    font-size: 1.55556rem; }

  h3, .h3 {
    font-size: 24px;
    font-size: 1.33333rem; }

  h4, .h4 {
    font-size: 20px;
    font-size: 1.11111rem; }

  h5, .h5 {
    font-size: 18px;
    font-size: 1rem; }

  h6, .h6 {
    font-size: 16px;
    font-size: 0.88889rem; }

  section {
    padding: 80px 0; }

  .fsTwoCol {
    flex-direction: column; }
  .fsTwoCol fieldset {
    width: 100%; }
  .fsTwoCol fieldset + fieldset {
    margin-top: 20px; }

  @keyframes scroll-anim {
    0% {
      top: 8px;
      opacity: 0; }
    20% {
      top: 11px;
      opacity: 1; }
    80% {
      top: 23px;
      opacity: 1; }
    100% {
      top: 26px;
      opacity: 0; } } }
header {
  transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
header > .container {
  position: relative;
  z-index: 1; }
header .headerBox {
  transition: all 0.5s;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 30px 0; }
header .headerBoxLogo {
  transition: all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  width: 100%;
  max-width: 187px;
  height: 50px; }
header .headerBoxLogo img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: contain; }
header .headerBoxLogo img.hblWhite {
  opacity: 1; }
header .headerBoxLogo img.hblColor {
  opacity: 0; }
header .headerNav {
  transition: all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center; }
header .headerNavMenu {
  display: flex !important;
  justify-content: flex-end;
  align-items: center; }
header .headerNavMenu ul {
  display: flex !important;
  align-items: center;
  padding-left: 0;
  list-style: none; }
header .headerNavMenu ul li > a {
  transition: all 0.5s;
  font-size: 16px;
  font-size: 0.88889rem;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px; }
header .headerNavMenu ul li:hover > a, header .headerNavMenu ul li.current > a {
  background-color: #842CB7; }
header .headerNavMenu ul li + li {
  margin-top: 0;
  margin-left: 5px; }
header .headerNavMenu ul + ul {
  margin-top: 0;
  margin-left: 40px; }
header .headerNavMenu ul.rs li a {
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #842CB7; }
header .headerNavMenu ul.rs li a i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 20px;
  font-size: 1.11111rem; }
header .headerNavMenu ul.rs li:hover > a {
  color: #842CB7;
  background-color: #fff; }
header .headerMenuMobileBtn {
  display: none; }
header.fixed, header.light {
  background-color: rgba(255, 255, 255, 0.9); }
header.fixed .headerBox, header.light .headerBox {
  padding: 10px 0; }
header.fixed .headerBoxLogo, header.light .headerBoxLogo {
  max-width: 150px;
  height: 40px; }
header.fixed .headerBoxLogo img.hblWhite, header.light .headerBoxLogo img.hblWhite {
  opacity: 0; }
header.fixed .headerBoxLogo img.hblColor, header.light .headerBoxLogo img.hblColor {
  opacity: 1; }
header.fixed .headerNavMenu ul li > a, header.light .headerNavMenu ul li > a {
  color: #353C47; }
header.fixed .headerNavMenu ul li > a:hover, header.light .headerNavMenu ul li > a:hover {
  color: #fff; }
header.fixed .headerNavMenu ul li.active > a, header.fixed .headerNavMenu ul li.current > a, header.light .headerNavMenu ul li.active > a, header.light .headerNavMenu ul li.current > a {
  color: #fff; }
header.fixed .headerNavMenu ul.rs li a, header.light .headerNavMenu ul.rs li a {
  color: #fff; }
header.fixed .headerNavMenu ul.rs li:hover > a, header.light .headerNavMenu ul.rs li:hover > a {
  color: #842CB7;
  background-color: #fff; }

@media only screen and (max-width: 1440px) {
  header .headerNavMenu ul li > a {
    padding: 15px; } }
@media only screen and (max-width: 1280px) {
  header .headerNavMenu ul li > a {
    font-size: 15px;
    font-size: 0.83333rem;
    padding: 15px 10px; }
  header .headerNavMenu ul + ul {
    margin-left: 30px; } }
@media only screen and (max-width: 960px) {
  header .headerBox {
    padding: 10px 0; }
  header .headerBoxLogo {
    max-width: 150px;
    height: 40px;
    z-index: 10; }
  header .headerNavMenu {
    box-sizing: border-box;
    transition: all 0.5s;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    background-image: url(../img/bg-menu-mobile.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: 1; }
  header .headerNavMenu:before {
    transition: all 0.5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: 0;
    width: 0;
    height: 3px;
    display: block;
    background-color: #842CB7;
    z-index: 1; }
  header .headerNavMenu ul {
    flex-direction: column;
    position: relative; }
  header .headerNavMenu ul li > a {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #353C47;
    background-color: rgba(179, 33, 39, 0);
    opacity: 0; }
  header .headerNavMenu ul li:hover > a, header .headerNavMenu ul li.current > a {
    color: #fff; }
  header .headerNavMenu ul li + li {
    margin-left: 0; }
  header .headerNavMenu ul + ul {
    flex-direction: row;
    margin-left: 0; }
  header .headerNavMenu ul.rs {
    margin-top: 20px; }
  header .headerNavMenu ul.rs li a {
    color: #fff; }
  header .headerNavMenu ul.rs li:hover > a {
    color: #842CB7;
    background-color: #fff; }
  header .headerNavMenu ul.rs li + li {
    margin-left: 10px; }
  header .headerNavMenu.opened {
    height: 100vh; }
  header .headerNavMenu.opened ul li > a {
    opacity: 1; }
  header .headerMenuMobileBtn {
    box-sizing: border-box;
    border-radius: 6px;
    transition: all 0.5s;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    border: #fff 1px solid;
    cursor: pointer;
    z-index: 10; }
  header .headerMenuMobileBtn span {
    transition: all 0.5s;
    display: block;
    position: absolute;
    left: 8px;
    width: 22px;
    height: 2px;
    background-color: #fff; }
  header .headerMenuMobileBtn span:nth-child(1) {
    top: 11px; }
  header .headerMenuMobileBtn span:nth-child(2) {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  header .headerMenuMobileBtn span:nth-child(3) {
    top: 25px; }
  header .headerMenuMobileBtn:hover {
    border-color: #fff;
    background-color: rgba(11, 19, 44, 0.8); }
  header .headerMenuMobileBtn:hover span {
    background-color: #fff; }
  header .headerMenuMobileBtn.active {
    border-radius: 50%; }
  header .headerMenuMobileBtn.active span:nth-child(1) {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 18px;
    left: 13px;
    width: 12px; }
  header .headerMenuMobileBtn.active span:nth-child(2) {
    width: 0; }
  header .headerMenuMobileBtn.active span:nth-child(3) {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 18px;
    left: 13px;
    width: 12px; }
  header.fixed .headerMenuMobileBtn, header.light .headerMenuMobileBtn {
    border-color: #842CB7;
    background-color: #842CB7; }
  header.withMenuOpened .headerBoxLogo img.hblWhite {
    opacity: 0; }
  header.withMenuOpened .headerBoxLogo img.hblColor {
    opacity: 1; }
  header.withMenuOpened .headerMenuMobileBtn {
    border-color: #842CB7;
    background-color: #842CB7; } }
footer {
  position: relative;
  padding: 80px 0;
  background-color: #842CB7; }
footer .footerTop {
  display: flex !important;
  justify-content: center; }
footer .footerBottom {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }
footer .footerBottom p {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #fff; }
footer .footerBottom p span {
  text-transform: uppercase; }
footer .footerBottom ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px; }
footer .footerBottom ul li a {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: #fff; }

@media only screen and (max-width: 760px) {
  footer .footerBottom {
    flex-direction: column;
    margin-top: 40px; }
  footer .footerBottom p {
    text-align: center; }
  footer .footerBottom ul {
    flex-direction: column;
    margin-top: 20px; } }
.mainDL {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 520px;
  max-height: 880px;
  padding: 0;
  background-size: cover;
  overflow: hidden; }
.mainDL .maindlVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }
.mainDL .mainDLOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0B132C;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1; }
.mainDL .container {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  position: relative;
  height: 100%;
  padding-top: 90px;
  z-index: 2; }
.mainDL .mainDLText h1, .mainDL .mainDLText h2 {
  color: #fff;
  margin-bottom: 0;
  max-width: 620px; }
.mainDL .mainDLText h1 strong, .mainDL .mainDLText h2 strong {
  display: inline-block; }
.mainDL .mainDLText p {
  box-sizing: border-box;
  font-size: 22px;
  font-size: 1.22222rem;
  color: #fff;
  max-width: 540px;
  position: relative;
  margin-top: 40px; }
.mainDL .mainDLText p strong {
  color: #fff; }
.mainDL .mainDLText [class*="btn"] {
  margin-top: 40px; }
.mainDL .scrollIcon {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
  z-index: 1; }
.mainDL .scrollIcon .scrollIconBase {
  border-radius: 15px;
  width: 30px;
  height: 50px;
  border: #D7D8DA 1px solid; }
.mainDL .scrollIcon .scrollIconDot {
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 10px;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #D7D8DA;
  animation: scroll-anim infinite linear 1s; }
.mainDL .scrollIcon span {
  font-size: 10px;
  font-size: 0.55556rem;
  text-transform: uppercase; }
.mainDL .scrollIcon.bco .scrollIconBase {
  border-color: #fff; }
.mainDL .scrollIcon.bco .scrollIconDot {
  background-color: #fff; }
.mainDL .scrollIcon.bco span {
  color: #fff; }

.welcome {
  background-image: url(../img/bg-welcome.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.welcome .welcomeWrap {
  display: flex !important; }
.welcome .welcomeLeft {
  box-sizing: border-box;
  width: 50%;
  padding-right: 80px; }
.welcome .welcomeRight {
  box-sizing: border-box;
  width: 50%; }
.welcome .welcomeFeat {
  box-sizing: border-box;
  border-radius: 8px;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  padding: 20px; }
.welcome .welcomeFeat:nth-child(odd) {
  background-color: #F5F5F5; }
.welcome .welcomeFeatIco {
  width: 80px;
  margin-right: 20px; }
.welcome .welcomeFeatIco i {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  background-color: rgba(132, 44, 183, 0.15); }
.welcome .welcomeFeatIco i:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-size: 2.22222rem;
  color: #842CB7; }
.welcome .welcomeFeatText {
  width: calc(100% - 100px); }
.welcome .welcomeFeatText h3 {
  margin-bottom: 20px; }

.aboutUs .aboutUsWrap {
  display: flex !important;
  justify-content: space-between; }
.aboutUs .aboutUsLeft {
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px; }
.aboutUs .aboutUsFeat {
  margin-top: 40px; }
.aboutUs .aboutUsFeatIco {
  width: 80px; }
.aboutUs .aboutUsFeatIco i {
  border-radius: 4px;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  background-color: rgba(132, 44, 183, 0.15); }
.aboutUs .aboutUsFeatIco i:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-size: 2.22222rem;
  color: #842CB7; }
.aboutUs .aboutUsFeatText {
  margin-top: 20px; }
.aboutUs .aboutUsFeatText h3 {
  margin-bottom: 20px; }
.aboutUs .aboutUsRight {
  box-sizing: border-box;
  border-radius: 16px;
  width: calc(50% - 40px);
  position: relative;
  overflow: hidden; }
.aboutUs .aboutUsRight img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.services {
  background-image: url(../img/bg-services.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
.services .servicesTitle {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 60px; }
.services .servicesTitle .spHeader {
  margin-bottom: 0; }
.services .servicesSld {
  display: flex !important;
  align-items: center; }
.services .servicesSldImg {
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px; }
.services .servicesSldImg img {
  border-radius: 16px;
  width: 100%;
  height: auto; }
.services .servicesSldText {
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px; }
.services .servicesSldText ul li::marker {
  color: #ED6F44; }
.services .servicesSldText ul li strong {
  color: #ED6F44; }
.services .ssControls {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 54px; }
.services .ssControls .ssArrows .slick-prev, .services .ssControls .ssArrows .slick-next {
  box-sizing: border-box;
  transition: all 0.5s;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: #842CB7 2px solid; }
.services .ssControls .ssArrows .slick-prev:before, .services .ssControls .ssArrows .slick-next:before {
  transition: all 0.5s;
  color: #842CB7;
  opacity: 1; }
.services .ssControls .ssArrows .slick-prev:hover, .services .ssControls .ssArrows .slick-next:hover {
  background-color: #842CB7; }
.services .ssControls .ssArrows .slick-prev:hover:before, .services .ssControls .ssArrows .slick-next:hover:before {
  color: #fff; }
.services .ssControls .ssArrows .slick-prev {
  left: calc(50% - 100px); }
.services .ssControls .ssArrows .slick-prev:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.services .ssControls .ssArrows .slick-next {
  right: calc(50% - 100px); }
.services .ssControls .ssArrows .slick-next:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.services .ssControls .ssNumber {
  font-weight: 600; }
.services .servicesBtn {
  display: flex !important;
  justify-content: center;
  margin-top: 54px; }

.sectors .sectorsMain {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px; }
.sectors .sectorsMainText {
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin-right: 20px; }
.sectors .sectorsMainImg {
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding-right: 80px;
  margin-bottom: 40px;
  margin-left: 20px; }
.sectors .sectorsMainImg .sectorBox {
  height: 420px; }
.sectors .sectorBox {
  display: flex !important;
  align-items: flex-end;
  border-radius: 16px;
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden; }
.sectors .sectorBox:hover .sectorBoxImg:before {
  opacity: 1;
  z-index: 1; }
.sectors .sectorBox:hover .sectorBoxImg:after {
  opacity: 0; }
.sectors .sectorBox:hover .sectorBoxText h3 {
  margin-bottom: 10px; }
.sectors .sectorBox:hover .sectorBoxText h3 strong {
  color: #ED6F44; }
.sectors .sectorBox:hover .sectorBoxText p {
  max-height: 320px; }
.sectors .sectorBoxImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.sectors .sectorBoxImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.sectors .sectorBoxImg:before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0; }
.sectors .sectorBoxImg:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%); }
.sectors .sectorBoxText {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 30px;
  z-index: 1; }
.sectors .sectorBoxText h3 {
  transition: all 0.5s;
  color: #fff;
  margin-bottom: 0; }
.sectors .sectorBoxText h3 strong {
  transition: all 0.5s;
  color: #fff; }
.sectors .sectorBoxText p {
  transition: all 0.5s;
  color: #fff;
  max-height: 0;
  overflow: hidden; }
.sectors .sectorsGridCol {
  width: calc(33.33% - 40px);
  margin: 0 20px; }

.contact {
  background-image: url(../img/bg-contact.webp);
  background-repeat: no-repeat;
  background-position: center 500px;
  background-size: contain; }
.contact .contactIntro .spHeader {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto; }
.contact .contactIntro p {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }
.contact .contactForm {
  margin-top: 80px; }
.contact .contactFormBox {
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
  max-width: 680px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(132, 44, 183, 0.15); }
.contact .contactFormBox .btnCont {
  display: flex !important;
  justify-content: center;
  margin-top: 20px; }
.contact .contactFormBox .formMessage {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-top: 10px; }
.contact .contactFormBox .formMessage .form-loader-w {
  display: none; }
.contact .contactFormBox .formMessage .msg {
  text-align: cenyer;
  color: #842CB7;
  font-weight: 600; }
.contact .contactData {
  display: flex !important;
  justify-content: center;
  margin-top: 60px; }
.contact .contactDataCol {
  width: 240px;
  margin: 0 20px; }
.contact .contactDataCol i {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  background-color: rgba(132, 44, 183, 0.15);
  margin: 0 auto; }
.contact .contactDataCol i:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-size: 2.22222rem;
  color: #842CB7; }
.contact .contactDataCol p {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 10px; }
.contact .contactDataCol p a {
  color: #353C47; }

@media only screen and (max-width: 1280px) {
  .welcome .welcomeLeft {
    padding-right: 60px; }

  .aboutUs .aboutUsLeft {
    padding-right: 30px; }
  .aboutUs .aboutUsRight {
    width: calc(50% - 30px); }

  .services .servicesSldImg {
    padding-right: 30px; }
  .services .servicesSldText {
    padding-left: 30px; }

  .sectors .sectorsMain {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
  .sectors .sectorsMainText {
    width: calc(50% - 10px);
    margin-right: 10px; }
  .sectors .sectorsMainImg {
    width: calc(50% - 10px);
    padding-right: 60px;
    margin-bottom: 20px;
    margin-left: 10px; }
  .sectors .sectorsGridCol {
    width: calc(33.33% - 20px);
    margin: 0 10px; } }
@media only screen and (max-width: 960px) {
  .mainDL .mainDLText {
    text-align: center;
    margin: auto; }
  .mainDL .mainDLText p {
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 0; }
  .mainDL .mainDLText [class*="btn"] {
    margin-top: 20px; }
  .mainDL .scrollIcon {
    bottom: 10px; }

  .welcome .welcomeWrap {
    flex-direction: column; }
  .welcome .welcomeLeft {
    text-align: center;
    width: 100%;
    padding-right: 0; }
  .welcome .welcomeRight {
    width: 100%;
    margin-top: 60px; }

  .aboutUs .aboutUsWrap {
    flex-direction: column-reverse;
    align-items: center; }
  .aboutUs .aboutUsLeft {
    width: 100%;
    padding-right: 0;
    margin-top: 60px; }
  .aboutUs .aboutUsMainText {
    text-align: center; }
  .aboutUs .aboutUsFeat {
    text-align: center; }
  .aboutUs .aboutUsFeatIco {
    margin: 0 auto; }
  .aboutUs .aboutUsRight {
    width: 100%;
    max-width: 360px;
    height: 360px; }

  .services {
    position: relative; }
  .services .servicesSld {
    flex-direction: column; }
  .services .servicesSldImg {
    width: 100%;
    padding-right: 0; }
  .services .servicesSldImg img {
    height: 380px;
    object-fit: cover;
    object-position: 0 -20px; }
  .services .servicesSldText {
    width: 100%;
    padding-left: 0;
    margin-top: 70px; }
  .services .ssControls {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 696px;
    margin-top: 0; }
  .services .servicesBtn {
    margin-top: 40px; }

  .sectors .sectorsMain {
    flex-direction: row; }
  .sectors .sectorsMainText {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px; }
  .sectors .sectorsMainText p {
    text-align: center; }
  .sectors .sectorsMainImg {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0; }
  .sectors .sectorsGridCol {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0; }
  .sectors .sectorBox {
    height: 420px; } }
@media only screen and (max-width: 760px) {
  .mainDL {
    max-height: 760px; }
  .mainDL .scrollIcon {
    bottom: 40px; }
  .mainDL .scrollIcon .scrollIconBase {
    border-radius: 10px;
    width: 20px;
    height: 34px; }
  .mainDL .scrollIcon .scrollIconDot {
    left: 9px;
    top: 8px;
    width: 4px;
    height: 4px;
    animation: scroll-anim infinite linear 1s; }
  .mainDL .scrollIcon span {
    display: none; }

  .welcome {
    background-position: top left; }
  .welcome .welcomeRight {
    margin-top: 40px; }
  .welcome .welcomeFeat {
    flex-direction: column;
    align-items: center; }
  .welcome .welcomeFeatIco {
    width: 60px;
    height: 60px;
    margin-right: 0; }
  .welcome .welcomeFeatIco i {
    width: 60px;
    height: 60px; }
  .welcome .welcomeFeatIco i:before {
    font-size: 30px;
    font-size: 1.66667rem; }
  .welcome .welcomeFeatText {
    text-align: center;
    width: 100%;
    margin-top: 20px; }

  .aboutUs .aboutUsLeft {
    margin-top: 40px; }
  .aboutUs .aboutUsFeatIco {
    width: 60px;
    height: 60px; }
  .aboutUs .aboutUsFeatIco i {
    width: 60px;
    height: 60px; }
  .aboutUs .aboutUsFeatIco i:before {
    font-size: 30px;
    font-size: 1.66667rem; }
  .aboutUs .aboutUsRight {
    border-radius: 12px; }

  .services .servicesTitle {
    max-width: 320px;
    margin-bottom: 30px; }
  .services .servicesSldImg img {
    border-radius: 12px;
    height: 320px;
    object-position: center center; }
  .services .servicesSldText {
    margin-top: 60px; }
  .services .ssControls {
    top: 560px; }
  .services .ssControls .ssArrows .slick-prev, .services .ssControls .ssArrows .slick-next {
    width: 40px;
    height: 40px; }
  .services .ssControls .ssArrows .slick-prev {
    left: calc(50% - 80px); }
  .services .ssControls .ssArrows .slick-next {
    right: calc(50% - 80px); }
  .services .servicesBtn {
    margin-top: 30px; }

  .sectors .sectorsMainText {
    margin-bottom: 30px;
    order: 0; }
  .sectors .sectorsMainImg {
    width: calc(100% + 20px);
    margin-bottom: 0;
    order: 1; }
  .sectors .sectorBoxImg:before {
    opacity: 1;
    z-index: 1; }
  .sectors .sectorBoxImg:after {
    opacity: 0; }
  .sectors .sectorBoxText {
    padding: 20px; }
  .sectors .sectorBoxText h3 {
    margin-bottom: 10px; }
  .sectors .sectorBoxText h3 strong {
    color: #ED6F44; }
  .sectors .sectorBoxText p {
    max-height: 320px; }
  .sectors .sectorsGridCol {
    width: calc(100% + 20px);
    margin-top: 20px; }
  .sectors .sectorsGridCol:nth-child(3) {
    order: 4; }
  .sectors .sectorsGridCol:nth-child(4) {
    order: 3; }
  .sectors .sectorsGridCol:nth-child(5) {
    order: 2; }
  .sectors .sectorBox {
    border-radius: 12px; }

  .contact {
    background-position: center center; }
  .contact .contactForm {
    margin-top: 40px; }
  .contact .contactFormBox {
    border-radius: 8px;
    padding: 30px 20px; }
  .contact .contactData {
    flex-direction: column;
    align-items: center; }
  .contact .contactDataCol i {
    width: 60px;
    height: 60px; }
  .contact .contactDataCol i:before {
    font-size: 30px;
    font-size: 1.66667rem; }
  .contact .contactDataCol + .contactDataCol {
    margin-top: 20px; } }
