/* ==========================================================================
   Vendor Index
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,900;1,6..12,400;1,6..12,600;1,6..12,700;1,6..12,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,900;1,6..12,400;1,6..12,600;1,6..12,700;1,6..12,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   Helper Index
   ========================================================================== */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* text-indent-hide
  ========================================================================== */
/* ellipsis
  ========================================================================== */
/* multiline-ellipsis
  ========================================================================== */
/* Shadow
   ========================================================================== */
/* Radius
   ========================================================================== */
/* clearfix
    ========================================================================== */
/* remove-tap-highlight
  ========================================================================== */
/* scroll
  ========================================================================== */
/* placeholder-color
   ========================================================================== */
/* firefox-browser
  ========================================================================== */
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Base Index
   ========================================================================== */
/* ==========================================================================
   Reboot
   ========================================================================== */
/*/
 * Base
 * -----------------------------------------------------------------------------
/*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}
[hidden] {
  display: none !important;
}

a {
  font-weight: inherit;
  outline: 0;
  color: inherit;
}
a:hover, a:active, a:focus {
  outline: 0;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  font-size: 1.2rem;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 1;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p,
ul,
ol,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

ul,
ol {
  padding-left: 24px;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/*/
 * Form
 * -----------------------------------------------------------------------------
/*/
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  outline: 0;
}

button,
select {
  text-transform: none;
}

select,
option {
  outline: 0;
}
select:active, select:hover,
option:active,
option:hover {
  outline: 0;
}

button {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: auto;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration,
[type=search] {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*/
 * Table
 * -----------------------------------------------------------------------------
/*/
table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

/* ==========================================================================
   Project Index
   ========================================================================== */
/* ==========================================================================
   Init Index
   ========================================================================== */
/* ==========================================================================
 Init: Fonts
 ========================================================================== */
@font-face {
  font-family: "exeo";
  src: url("../fonts/icons/exeo.eot?h7uoaf");
  src: url("../fonts/icons/exeo.eot?h7uoaf#iefix") format("embedded-opentype"), url("../fonts/icons/exeo.ttf?h7uoaf") format("truetype"), url("../fonts/icons/exeo.woff?h7uoaf") format("woff"), url("../fonts/icons/exeo.svg?h7uoaf#exeo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* ==========================================================================
   Variable Index
   ========================================================================== */
/* ==========================================================================
   Variable: Colors
   ========================================================================== */
/* ==========================================================================
   Variable: Grid
   ========================================================================== */
/* ==========================================================================
   Variable: Screen
   ========================================================================== */
/* ==========================================================================
   Variable: Shadow
   ========================================================================== */
/* ==========================================================================
   Variable: Radius
   ========================================================================== */
/* ==========================================================================
   Variable: Typography
   ========================================================================== */
/* ==========================================================================
   Variable: z-index
   ========================================================================== */
/* ==========================================================================
   Mixins Index
   ========================================================================== */
/* ==========================================================================
   Mixin Font Size
   ========================================================================== */
/* ==========================================================================
   Mixin: Responsive
   ========================================================================== */
/* ==========================================================================
   Init: Default
   ========================================================================== */
.hidden {
  display: none;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  background-color: #f6f6f6;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 22px;

}
body.rm-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
body.hold-transition *,
body.hold-transition *::before,
body.hold-transition *::after {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

h2 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p,
li,
td,
label {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 767.98px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
}

strong,
b {
  font-weight: 700;
}

/* ==========================================================================
   Grid Index
   ========================================================================== */
/* ==========================================================================
   Grid System
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1312px) {
  .container {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main-site {
  width: 100%;
  padding-top: 120px;
}
@media only screen and (max-width: 991.98px) {
  .main-site {
    padding-top: 77px;
  }
}
.home .main-site {
  padding-top: 0;
}

/* ==========================================================================
   Components Index
   ========================================================================== */
/*=========================================================================
  Components Hero Banner
===========================================================================*/
.hero-banner {
  position: relative;
}
.hero-banner__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero-banner__img, .hero-banner__video {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__img, .hero-banner__video {
    padding-bottom: 63.1099%;
  }
}
.hero-banner__img__el, .hero-banner__video__el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__img__el, .hero-banner__video__el {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.hero-banner__txt {
  position: absolute;
  bottom: 120px;
  max-width: 666px;
  z-index: 4;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__txt {
    bottom: 80px;
    max-width: 100%;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-banner__txt {
    bottom: 56px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.hero-banner__title {
  font-size: 67px;
  line-height: 91px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
  .hero-banner__title {
    font-size: 56px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__title {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-banner__title {
    padding: 0 16px;
    font-size: 38px;
    line-height: 48px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 320px) {
  .hero-banner__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__title br {
    display: none;
  }
}
.hero-banner__control {
  position: relative;
  width: 100%;
  max-width: 1248px;
  bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1312px) {
  .hero-banner__control {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__control {
    max-width: 100%;
    margin-left: -32px;
    margin-right: -32px;
    bottom: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-banner__control {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero-banner__control-audio {
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 1199.98px) {
  .hero-banner__control-audio {
    right: 10%;
  }
}
@media only screen and (max-width: 1400px) {
  .hero-banner__control-audio {
    right: 7%;
  }
}
@media only screen and (max-width: 1100px) {
  .hero-banner__control-audio {
    right: 8%;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__control-audio {
    right: 0;
  }
}
.hero-banner__control-audio span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ca1880;
  margin: 11px 0 0 2px;
}
.hero-banner__control-audio span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ca1880 transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.hero-banner__control-audio span:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: double;
  border-color: #ca1880;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hero-banner__control-audio:hover span:before {
  -webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
     -moz-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
      -ms-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
          transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.hero-banner__control-audio.mute span:before {
  -webkit-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
     -moz-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
      -ms-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
          transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

/* ==========================================================================
   Components: Our Solution
   ========================================================================== */
.our-solution__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #1a1a1a;
  padding-top: 20px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__item {
    padding-top: 15px;
    padding-bottom: 44px;
  }
}
.our-solution__item:last-child {
  border-bottom: none;
}
.our-solution__item .icon.fi-arrow-right {
  font-size: 36px;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__item .icon.fi-arrow-right {
    display: none;
  }
}
.our-solution__txt {
  margin-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__txt {
    margin-left: 0;
  }
}
.our-solution__txt p {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 0;
  text-align: justify;
}
@media only screen and (max-width: 767.98px) {
  .our-solution__txt p {
    font-size: 16px;
    line-height: 22px;
  }
}
.our-solution__title {
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .our-solution__title {
    font-size: 23px;
    line-height: 31px;
  }
}

/* ==========================================================================
   Components: Embracing
   ========================================================================== */
.embracing__item {
  border-left: 0.5px solid #1a1a1a;
  padding: 0 10px 32px;
  margin: 37px 0;
}
.embracing__item:nth-child(3n), .embracing__item:last-child {
  border-right: 0.5px solid #1a1a1a;
}
@media only screen and (max-width: 991.98px) {
  .embracing__item:nth-child(3n), .embracing__item:last-child {
    border-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .embracing__item {
    border-bottom: 0.5px solid #1a1a1a;
    border-right: none;
    border-left: none;
    margin: 0;
    padding: 25px 0 32px;
  }
}
.embracing__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .embracing__title {
    font-size: 18px;
    line-height: 24px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .embracing__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.embracing__img {
  width: 215px;
  margin: 0 auto 32px;
}
.embracing__img__el {
  width: 100%;
  display: block;
}
.embracing__desc {
  text-align: justify;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .embracing__desc br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .embracing__desc {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ==========================================================================
   Components Global Office
   ========================================================================== */
@media only screen and (max-width: 991.98px) {
  .global-office__maps {
    font-size: 0;
    margin-left: -1px;
    margin-right: -1px;
  }
}
.global-office__maps__country {
  position: absolute;
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps__country {
    position: static;
    top: initial;
    right: initial;
    left: initial;
    bottom: initial;
    display: inline-block;
    vertical-align: middle;
  }
}
.global-office__maps__country:nth-child(2) {
  top: 50%;
  right: 11.7%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(2) {
    top: 49%;
    right: 10.9%;
  }
}
.global-office__maps__country:nth-child(3) {
  bottom: 16.1%;
  right: 4.1%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(3) {
    bottom: 16%;
    right: 3.5%;
  }
}
.global-office__maps__country:nth-child(4) {
  top: 42%;
  right: 14.2%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(4) {
    top: 41%;
    right: 13.6%;
  }
}
.global-office__maps__country:nth-child(5) {
  top: 15.7%;
  left: 10%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(5) {
    top: 14.6%;
    left: 9.5%;
  }
}
.global-office__maps__country:nth-child(6) {
  top: 21%;
  right: 14.8%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(6) {
    top: 19.9%;
    right: 14.4%;
  }
}
.global-office__maps__country:nth-child(7) {
  top: 15.6%;
  right: 39.64%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(7) {
    top: 14.6%;
    right: 39.2%;
  }
}
.global-office__maps__country:nth-child(8) {
  top: 39.5%;
  right: 14.9%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(8) {
    top: 38.4%;
    right: 14.4%;
  }
}
.global-office__maps__country:nth-child(9) {
  top: 39.4%;
  right: 24.5%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(9) {
    top: 38.4%;
    right: 24%;
  }
}
.global-office__maps__country:nth-child(10) {
  top: 52.5%;
  right: 15.7%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(10) {
    top: 51.5%;
    right: 15.2%;
  }
}
.global-office__maps__country:nth-child(11) {
  top: 44.5%;
  right: 17.4%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(11) {
    top: 43.5%;
    right: 16.9%;
  }
}
.global-office__maps__country:nth-child(12) {
  top: 34.1%;
  right: 12.2%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(12) {
    top: 33.1%;
    right: 11.8%;
  }
}
.global-office__maps__country:nth-child(13) {
  top: 58%;
  left: 31.66%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(13) {
    top: 56.8%;
    left: 31.3%;
  }
}
.global-office__maps__country:nth-child(14) {
  top: 39.3%;
  left: 52.2%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(14) {
    top: 38.3%;
    left: 51.8%;
  }
}
.global-office__maps__country:nth-child(15) {
  top: 47.3%;
  right: 16.1%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(15) {
    top: 46.3%;
    right: 15.6%;
  }
}
.global-office__maps__country:nth-child(16) {
  top: 44.6%;
  right: 8.5%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(16) {
    top: 43.6%;
    right: 7.9%;
  }
}
.global-office__maps__country:nth-child(17) {
  top: 23.5%;
  left: 17.8%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(17) {
    top: 22.5%;
    left: 16.987%;
  }
}
.global-office__maps__country:nth-child(18) {
  top: 13%;
  left: 38.9%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(18) {
    top: 11.9%;
    left: 38.2%;
  }
}
.global-office__maps__country:nth-child(19) {
  top: 34.1%;
  right: 10.4%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(19) {
    top: 33%;
    right: 9.7%;
  }
}
.global-office__maps__country:nth-child(20) {
  top: 39.4%;
  right: 11.2%;
}
@media only screen and (max-width: 1199.98px) {
  .global-office__maps__country:nth-child(20) {
    top: 38.4%;
    right: 10.35%;
  }
}
.global-office__maps__text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps__text {
    opacity: 1;
    visibility: visible;
    padding: 1px;
    margin-bottom: 0;
  }
}
.global-office__maps__text.global-office-show {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}
.global-office__maps__text .btn {
  min-height: 40px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps__text .btn {
    min-height: 28px;
    padding: 4px 16px;
  }
}
.global-office__maps__text p {
  margin-bottom: 0;
}
.global-office__maps__text p sup {
  font-size: 9px;
  line-height: 11px;
  font-weight: 400;
}
.global-office__maps__point {
  cursor: pointer;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background-color: #ca1880;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(202, 24, 128, 0.4);
          box-shadow: 0 0 0 rgba(202, 24, 128, 0.4);
}
.global-office__maps__point:hover {
  -webkit-animation: pulse 3s infinite;
     -moz-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps__point {
    display: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(202, 24, 128, 0.5);
            box-shadow: 0 0 0 0 rgba(202, 24, 128, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(202, 24, 128, 0);
            box-shadow: 0 0 0 25px rgba(202, 24, 128, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(202, 24, 128, 0);
            box-shadow: 0 0 0 0 rgba(202, 24, 128, 0);
  }
}

@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(202, 24, 128, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(202, 24, 128, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(202, 24, 128, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(202, 24, 128, 0.5);
            box-shadow: 0 0 0 0 rgba(202, 24, 128, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(202, 24, 128, 0);
            box-shadow: 0 0 0 25px rgba(202, 24, 128, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(202, 24, 128, 0);
            box-shadow: 0 0 0 0 rgba(202, 24, 128, 0);
  }
}
/* ==========================================================================
   Components: Our Businesses
   ========================================================================== */
.our-businesses img {
  width: initial;
  object-fit: cover;
}
.our-businesses__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #000;
  padding-top: 32px;
  padding-bottom: 38px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__item {
    display: block;
    padding-top: 28px;
    padding-bottom: 8px;
  }
}
.our-businesses__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__left {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.our-businesses__img {
  height: 154px;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__img {
    height: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}
.our-businesses__img__el {
  height: 100%;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__img__el {
    width: auto;
  }
}
.our-businesses__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.our-businesses__tag.btn {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__tag.btn {
    margin-bottom: 20px;
  }
}
.our-businesses__tag.btn:hover {
  background-color: initial;
  border-color: initial;
  color: initial;
}
.our-businesses__desc {
  margin-bottom: 0;
  text-align: justify;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__desc {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-businesses__desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.our-businesses__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 40%;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__right {
    width: 100%;
  }
}
.our-businesses--home .our-businesses__tag {
  font-size: 28px;
  line-height: 38px;
}
@media only screen and (max-width: 767.98px) {
  .our-businesses--home .our-businesses__tag {
    font-size: 23px;
    line-height: 32px;
  }
}

/* ==========================================================================
   Components: Our Managed
   ========================================================================== */
.our-managed__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
  padding: 18px 0 24px;
}
.our-managed__item:last-child {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 991.98px) {
  .our-managed__item {
    padding: 16px 0 20px;
  }
}
.our-managed__item__icon {
  height: 17px;
  margin-top: 6px;
  margin-right: 26px;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .our-managed__item__icon {
    height: 14px;
    margin-top: 4px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .our-managed__item__icon {
    margin-right: 24px;
  }
}
.our-managed__item__title {
  font-weight: 600;
  margin-bottom: 19px;
}
@media only screen and (max-width: 991.98px) {
  .our-managed__item__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-managed__item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.our-managed__item__list {
  margin: 0 0 0 -6px;
}
@media only screen and (max-width: 991.98px) {
  .our-managed__item__list {
    margin-left: -10px;
  }
}
.our-managed__item__desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .our-managed__item__desc {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ==========================================================================
   Components: As A Service
   ========================================================================== */
.as-a-service__card {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.75%, #cf1880), color-stop(66.73%, #171c84));
  background: -webkit-linear-gradient(bottom, #cf1880 -0.75%, #171c84 66.73%);
  background: -moz-linear-gradient(bottom, #cf1880 -0.75%, #171c84 66.73%);
  background: linear-gradient(0deg, #cf1880 -0.75%, #171c84 66.73%);
  position: relative;
  padding: 25px 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-height: 355px;
  margin-bottom: 35px;
  border-right: 1px solid #f6f6f6;
}
@media only screen and (max-width: 767.98px) {
  .as-a-service__card {
    min-height: 304px;
    padding: 25px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.as-a-service__card:last-child {
  border-right: 0;
}
.as-a-service__card::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 12%);
          clip-path: polygon(100% 0, 0 0, 50% 12%);
  background-color: #ca1880;
}
@media only screen and (max-width: 991.98px) {
  .as-a-service__card::after {
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 10%);
            clip-path: polygon(100% 0, 0 0, 50% 10%);
  }
}
.as-a-service__card__img {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 991.98px) {
  .as-a-service__card__img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
}
.as-a-service__card__img__el {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.as-a-service__card__title {
  font-size: 18px;
  line-height: 24px;
  line-height: 25px;
  font-weight: 800;
  color: #ca1880;
  margin-bottom: 19px;
  min-height: 47px;
}
@media only screen and (max-width: 1280px) {
  .as-a-service__card__title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .as-a-service__card__title br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .as-a-service__card__title {
    min-height: initial;
    margin-bottom: 40px;
  }
}
.as-a-service__card__desc p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 17px;
  font-weight: 600;
}
.as-a-service__card__desc p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Components: Detail Our Businesses
   ========================================================================== */
.detail-our-businesses__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.5px solid #000;
  padding: 29px 0 38px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__item {
    display: block;
    padding: 40px 0 46px;
    margin-bottom: 0;
  }
}
.detail-our-businesses__img {
  margin: 0 auto;
  max-width: 190px;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__img {
    margin: 0 0 42px;
    text-align: center;
    max-width: initial;
  }
}
.detail-our-businesses__img__el {
  width: auto;
  height: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__img__el {
    display: inline-block;
    vertical-align: middle;
  }
}
.detail-our-businesses__text {
  max-width: 506px;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__text {
    max-width: 100%;
  }
}
.detail-our-businesses__title {
  line-height: 2.7rem;
  margin-bottom: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__title {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 24px;
  }
}
.detail-our-businesses__desc {
  margin-bottom: 26px;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__desc {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-our-businesses__desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.detail-our-businesses__btn {
  position: absolute;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses__btn {
    position: static;
  }
}
.detail-our-businesses__btn img {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   Components: Card Primary
   ========================================================================== */
.card-primary {
  margin-bottom: 60px;
}
.card-primary:last-child {
  margin-bottom: 0;
}
.card-primary__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .card-primary__box {
    display: block;
  }
}
.card-primary__box figure {
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .card-primary__box figure {
    margin-bottom: 14px;
  }
}
.card-primary__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 292px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 292px;
          flex: 0 0 292px;
  height: 196px;
}
@media only screen and (max-width: 991.98px) {
  .card-primary__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 220px;
  }
}
.card-primary__img__el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-primary__txt {
  max-width: 495px;
  margin-left: 25px;
}
@media only screen and (max-width: 991.98px) {
  .card-primary__txt {
    max-width: 100%;
    margin-left: 0;
  }
}
.card-primary__date {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767.98px) {
  .card-primary__date {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 24px;
  }
}
.card-primary__desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 44px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767.98px) {
  .card-primary__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
  }
}
.card-primary__btn.btn {
  padding-left: 15px;
  padding-right: 15px;
}

/* ==========================================================================
   Elements Index
   ========================================================================== */
/* ==========================================================================
   Elements: Animate
   ========================================================================== */
.animate {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.main-site--hide .animate {
  opacity: 0;
}
.animate.show-animate {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}

/* ==========================================================================
   Elements: Btn
   ========================================================================== */
.btn {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  outline: 0;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--primary {
  font-size: 22px;
  line-height: 30px;
  min-height: 40px;
  padding: 4px 18px;
}
.btn--primary:hover {
  background-color: #171c89;
  color: #f6f6f6;
  border-color: #f6f6f6;
}
@media only screen and (max-width: 991.98px) {
  .btn--primary {
    font-size: 18px;
    line-height: 24px;
    line-height: 25px;
    padding: 3px 19px;
    min-height: 34px;
    font-weight: 600;
  }
}
.btn--secondary {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 8px 24px;
  min-height: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .btn--secondary {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn--secondary {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .btn--secondary {
    font-size: 14px;
    line-height: 19px;
    padding: 9px;
  }
}
.btn--secondary:hover {
  background-color: #ca1880;
  color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn--tertiary {
  background-color: #ca1880;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 8px 14px;
  min-height: 40px;
}
.btn--tertiary:hover {
  background-color: #171c89;
  color: #f6f6f6;
  border-color: #f6f6f6;
}
@media only screen and (max-width: 767.98px) {
  .btn--tertiary {
    min-height: 34px;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 320px) {
  .btn--tertiary {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.btn--icon {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 8px 18px 8px 24px;
  min-height: 40px;
}
.btn--icon i {
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--icon:hover {
  background-color: #ca1880;
  color: #fff;
  border-color: transparent;
}
.btn--icon:hover i {
  -webkit-transform: translateX(3px);
     -moz-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.btn--icon-color {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  padding: 6px 24px;
  min-height: 43px;
  border-color: #ca1880;
  color: #ca1880;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--icon-color i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--icon-color:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn--icon-color:hover i {
  -webkit-transform: translateX(3px);
     -moz-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.btn--icon-contact {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  padding: 6px 24px;
  min-height: 43px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--icon-contact:hover {
  background-color: #171c89;
  color: #fff;
}

/* ==========================================================================
   Elements: Burger Menu
   ========================================================================== */
.burger-menu {
  background-color: transparent;
  width: 30px;
  height: 22px;
  border: 0;
  outline: 0;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.burger-menu__bar {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #171c89;
  margin: 0 auto 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.burger-menu__bar:last-child {
  margin-bottom: 0;
}
.show-navigation .burger-menu__bar:nth-child(1) {
  -webkit-transform: translate(0px, 9px) rotate(45deg);
     -moz-transform: translate(0px, 9px) rotate(45deg);
      -ms-transform: translate(0px, 9px) rotate(45deg);
          transform: translate(0px, 9px) rotate(45deg);
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.show-navigation .burger-menu__bar:nth-child(2) {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}
.show-navigation .burger-menu__bar:nth-child(3) {
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate(0px, -9px) rotate(-45deg);
     -moz-transform: translate(0px, -9px) rotate(-45deg);
      -ms-transform: translate(0px, -9px) rotate(-45deg);
          transform: translate(0px, -9px) rotate(-45deg);
}

/* ==========================================================================
   Elements: Icons
   ========================================================================== */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "exeo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-arrow-right-small:before {
  content: "\e902";
}

.fi-arrow-right:before {
  content: "\e900";
}

.fi-arrow-bottom:before {
  content: "\e901";
}

/* ==========================================================================
   Layouts Index
   ========================================================================== */
/* ==========================================================================
  Layouts: Menu Header
  ========================================================================== */
.header-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu__wrap {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .header-menu {
    padding: 10px 0;
  }
}
.on-scroll .header-menu {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 991.98px) {
  .on-scroll .header-menu {
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    background-color: #fff;
  }
}
.header-menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .header-menu__inner {
    display: block;
    position: relative;
  }
}
.header-menu__logo {
  height: 67px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991.98px) {
  .header-menu__logo {
    height: 57px;
  }
}
.header-menu__logo__el {
  height: 100%;
}
.header-menu__nav {
  margin-left: -14px;
  margin-right: -14px;
}
@media only screen and (max-width: 991.98px) {
  .header-menu__nav {
    background-color: #171c89;
    position: fixed;
    width: 100%;
    top: 77px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 68px 16px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
            transition-delay: 0.4s;
    z-index: 11;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .header-menu__nav::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    width: 0;
  }
  .show-navigation .header-menu__nav {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
.header-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .header-menu__list {
    display: block;
  }
}
.header-menu .menu__item.menu-item {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .header-menu .menu__item.menu-item {
    font-size: 20px;
    line-height: 27px;
    padding: 12px 0;
    border-bottom: 0.75px solid #fff;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(12px);
       -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-menu .menu__item.menu-item::after {
    content: "";
    background-image: url("../img/icons/arrow-header.svg");
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    right: 0;
    display: block;
    top: 28px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu .menu__item.menu-item.menu__item-accordion--active a {
    color: #ca1880 !important;
  }
  .header-menu .menu__item.menu-item.menu__item-accordion--active::after {
    top: 24px;
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .header-menu .menu__item.menu-item.menu__item-accordion--active .sub-menu a {
    color: #fff !important;
  }
  .header-menu .menu__item.menu-item:nth-child(1) {
    -webkit-transition-delay: 120ms;
       -moz-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  .header-menu .menu__item.menu-item:nth-child(2) {
    -webkit-transition-delay: 90ms;
       -moz-transition-delay: 90ms;
            transition-delay: 90ms;
  }
  .header-menu .menu__item.menu-item:nth-child(3) {
    -webkit-transition-delay: 60ms;
       -moz-transition-delay: 60ms;
            transition-delay: 60ms;
  }
  .header-menu .menu__item.menu-item:nth-child(4) {
    -webkit-transition-delay: 30ms;
       -moz-transition-delay: 30ms;
            transition-delay: 30ms;
  }
  .header-menu .menu__item.menu-item:nth-child(5) {
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .show-navigation .header-menu .menu__item.menu-item {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .show-navigation .header-menu .menu__item.menu-item:nth-child(1) {
    -webkit-transition-delay: 450ms;
       -moz-transition-delay: 450ms;
            transition-delay: 450ms;
  }
  .show-navigation .header-menu .menu__item.menu-item:nth-child(2) {
    -webkit-transition-delay: 500ms;
       -moz-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .show-navigation .header-menu .menu__item.menu-item:nth-child(3) {
    -webkit-transition-delay: 550ms;
       -moz-transition-delay: 550ms;
            transition-delay: 550ms;
  }
  .show-navigation .header-menu .menu__item.menu-item:nth-child(4) {
    -webkit-transition-delay: 600ms;
       -moz-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .show-navigation .header-menu .menu__item.menu-item:nth-child(5) {
    -webkit-transition-delay: 650ms;
       -moz-transition-delay: 650ms;
            transition-delay: 650ms;
  }
  .header-menu .menu__item.menu-item:last-child::after {
    display: none;
  }
}
.header-menu .menu__item.menu-item:hover {
  background-color: #171c89;
  height: 100%;
}
.header-menu .menu__item.menu-item:hover a {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .header-menu .menu__item.menu-item:hover a {
    background-color: transparent;
  }
}
.header-menu .menu__item.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu .menu__item.menu-item:nth-child(1) .sub-menu {
  max-width: 66.6%;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .header-menu .menu__item.menu-item:nth-child(1) .sub-menu {
    max-width: 85.2%;
  }
}
.header-menu .menu__item.menu-item:nth-child(2) .sub-menu {
  max-width: 58%;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .header-menu .menu__item.menu-item:nth-child(2) .sub-menu {
    max-width: 74%;
  }
}
.header-menu .menu__item.menu-item:nth-child(3) .sub-menu {
  max-width: 42%;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .header-menu .menu__item.menu-item:nth-child(3) .sub-menu {
    max-width: 53.5%;
  }
}
.header-menu .menu__item.menu-item:nth-child(4) .sub-menu {
  max-width: 24.79%;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (max-width: 1199.98px) {
  .header-menu .menu__item.menu-item:nth-child(4) .sub-menu {
    max-width: 32.32%;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-menu .menu__item.menu-item:nth-child(4) .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-menu .menu__item.menu-item:nth-child(1) .sub-menu, .header-menu .menu__item.menu-item:nth-child(2) .sub-menu, .header-menu .menu__item.menu-item:nth-child(3) .sub-menu, .header-menu .menu__item.menu-item:nth-child(4) .sub-menu {
    max-width: 100%;
  }
}
.header-menu .menu__item.menu-item button {
  text-transform: uppercase;
}
.header-menu .menu__item.menu-item > a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 64px 14px 36px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .header-menu .menu__item.menu-item > a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
  }
}
.header-menu .menu__item.menu-item > a:hover {
  color: #ca1880;
}
.header-menu .sub-menu {
  position: absolute;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateX(-48px);
     -moz-transform: translateX(-48px);
      -ms-transform: translateX(-48px);
          transform: translateX(-48px);
  top: 120px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 28px 60px 26px;
  background-color: #171c89;
}
@media only screen and (max-width: 991.98px) {
  .header-menu .sub-menu {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    margin: 0;
    padding-top: 27px;
    padding-bottom: 21px;
    display: none;
    -webkit-transition: initial;
    -moz-transition: initial;
    transition: initial;
  }
}
.header-menu .sub-menu .menu-item {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.header-menu .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.header-menu .sub-menu .menu-item a {
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header-menu .sub-menu .menu-item a:hover {
  color: #ca1880;
}
.header-menu .burger-menu {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .header-menu .burger-menu {
    display: block;
    position: absolute;
    top: 18px;
    right: 6px;
  }
}

/* ==========================================================================
  Layouts: Hero Banner
  ========================================================================== */
.hero-banner {
  height: 100vh;
  min-height: 568px;
  max-height: 1200px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner {
    padding-top: 77px;
    min-height: initial;
    height: 100%;
  }
}
.hero-banner .hero-banner__img {
  opacity: 0;
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  transition: all 5s ease;
}
.hero-banner .hero-banner__title {
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-32px);
     -moz-transform: translateX(-32px);
      -ms-transform: translateX(-32px);
          transform: translateX(-32px);
}
.hero-banner--single-show .hero-banner__img, .hero-banner--single-show .hero-banner__title {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.hero-banner--single-show .hero-banner__img {
  -webkit-transition: opacity 3.5s ease, -webkit-transform 5s ease;
  transition: opacity 3.5s ease, -webkit-transform 5s ease;
  -moz-transition: opacity 3.5s ease, transform 5s ease, -moz-transform 5s ease;
  transition: opacity 3.5s ease, transform 5s ease;
  transition: opacity 3.5s ease, transform 5s ease, -webkit-transform 5s ease, -moz-transform 5s ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.hero-banner--single-show .hero-banner__title {
  -webkit-transition-delay: 0.65s;
     -moz-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.hero-banner.owl-carousel .owl-stage-outer,
.hero-banner.owl-carousel .owl-stage,
.hero-banner.owl-carousel .owl-item {
  height: 100%;
}
.hero-banner.owl-carousel .owl-item.active .hero-banner__img, .hero-banner.owl-carousel .owl-item.active .hero-banner__title {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.hero-banner.owl-carousel .owl-item.active .hero-banner__img {
  -webkit-transition: opacity 3.5s ease, -webkit-transform 5s ease;
  transition: opacity 3.5s ease, -webkit-transform 5s ease;
  -moz-transition: opacity 3.5s ease, transform 5s ease, -moz-transform 5s ease;
  transition: opacity 3.5s ease, transform 5s ease;
  transition: opacity 3.5s ease, transform 5s ease, -webkit-transform 5s ease, -moz-transform 5s ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.hero-banner.owl-carousel .owl-item.active .hero-banner__title {
  -webkit-transition-delay: 0.65s;
     -moz-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.hero-banner.owl-carousel .owl-dots {
  position: absolute;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner.owl-carousel .owl-dots {
    bottom: 22px;
    width: 70%;
  }
}
.hero-banner.owl-carousel .owl-dots .owl-dot {
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  outline: 0;
}
@media only screen and (max-width: 767.98px) {
  .hero-banner.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .hero-banner.owl-carousel .owl-dots .owl-dot {
    margin-right: 16px;
  }
}
.hero-banner.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.hero-banner.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}

/* ==========================================================================
  Layouts: Home Content
  ========================================================================== */
.home-content {
  padding-top: 48px;
  padding-bottom: 48px;
}
.home-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .home-content__inner {
    display: block;
  }
}
.home-content__title {
  margin-right: 93px;
}
@media only screen and (max-width: 1199.98px) {
  .home-content__title {
    margin-right: 72px;
  }
}
@media only screen and (max-width: 991.98px) {
  .home-content__title {
    margin-right: 0;
  }
}
.home-content__title h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .home-content__title h2 {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-content__title h2 {
    font-size: 23px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 320px) {
  .home-content__title h2 {
    margin-bottom: 36px;
  }
}
.home-content__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  text-align: justify;
}
@media only screen and (max-width: 991.98px) {
  .home-content__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.home-content__desc p {
  margin-bottom: 22px;
}
.home-content__desc p:last-child {
  margin-bottom: 0;
}

/*=========================================================================
   Layouts: Banner Businesses
===========================================================================*/
.banner-businesses {
  position: relative;
  min-height: 370px;
}
@media only screen and (max-width: 767.98px) {
  .banner-businesses {
    min-height: 219px;
  }
}
.banner-businesses__img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-businesses__img__el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-businesses__txt {
  position: absolute;
  bottom: 103px;
  max-width: 100%;
  z-index: 4;
  margin-left: -32px;
  margin-right: -32px;
}
@media only screen and (max-width: 991.98px) {
  .banner-businesses__txt {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-businesses__txt {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.banner-businesses__title {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  padding: 0 32px;
}
@media only screen and (max-width: 767.98px) {
  .banner-businesses__title {
    padding: 0 16px;
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-businesses__title {
    font-size: 32px;
    line-height: 48px;
  }
}
.banner-businesses__title br {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .banner-businesses__title br {
    display: block;
  }
}
.banner-businesses--form-20-2 {
  height: 70vh;
}

/*=========================================================================
   Layouts: It Services
===========================================================================*/
.it-services {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .it-services {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .it-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.it-services__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .it-services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.it-services__title {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 60px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .it-services__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .it-services__title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 320px) {
  .it-services__title {
    font-size: 32px;
    line-height: 48px;
  }
}
.it-services__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
@media only screen and (max-width: 991.98px) {
  .it-services__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.it-services__img__el {
  width: 100%;
  object-fit: cover;
}
.it-services__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media only screen and (max-width: 991.98px) {
  .it-services__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 42px;
  }
}
.it-services__desc p {
  margin-bottom: 22px;
  text-align: justify;
}
.it-services__desc p:last-child {
  margin-bottom: 0;
}

/*=========================================================================
  Layouts: Our Solution
===========================================================================*/
.our-solution {
  padding-top: 48px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .our-solution {
    padding-top: 30px;
  }
}
.our-solution__headline {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__headline {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-solution__headline {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 320px) {
  .our-solution__headline {
    font-size: 32px;
    line-height: 48px;
  }
}
.our-solution__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__inner {
    display: block;
  }
}
.our-solution__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.our-solution__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.our-solution__img {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .our-solution__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0;
  }
}

/*=========================================================================
   Layouts: About
===========================================================================*/
.about {
  background-color: #171c89;
  padding-top: 115px;
  padding-bottom: 130px;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .about {
    padding-top: 70px;
    padding-bottom: 82px;
  }
}
.about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .about__inner {
    display: block;
  }
}
.about__img {
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .about__img {
    text-align: center;
    margin-bottom: 86px;
  }
}
.about__img__el {
  width: 205px;
}
.about__txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 59%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
}
@media only screen and (max-width: 991.98px) {
  .about__txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.about__title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767.98px) {
  .about__title {
    font-size: 23px;
    line-height: 31px;
  }
}
.about__description {
  margin-bottom: 37px;
}
@media only screen and (max-width: 991.98px) {
  .about__description {
    margin-bottom: 62px;
  }
}
.about__description p {
  text-align: justify;
  font-size: 21px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 25px;
}
.about__description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .about__description p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about__description p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about__btn {
    text-align: center;
  }
}

/*=========================================================================
  Layouts: Banner Businesses
===========================================================================*/
.contact-home {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .contact-home {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contact-home__head {
  margin-bottom: 32px;
}
.contact-home__head h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 39px;
}
@media only screen and (max-width: 991.98px) {
  .contact-home__head h3 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-home__head h3 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-home__head h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
.contact-home__head p {
  text-align: justify;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
}
@media only screen and (max-width: 991.98px) {
  .contact-home__head p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-home__head p {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact-home__form__item {
  margin-bottom: 28px;
}
.contact-home__form__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .contact-home__form__item {
    margin-bottom: 34px;
  }
}
.contact-home__form__item p {
  margin-bottom: 0;
}
.contact-home__form__label, .contact-home__form__input {
  display: block;
}
.contact-home__form__input, .contact-home__form__textarea {
  width: 100%;
  background-color: #171c89;
  color: #fff;
  padding: 18px 24px 14px 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.contact-home__form__label {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1a1a1a;
}
@media only screen and (max-width: 991.98px) {
  .contact-home__form__label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-home__form__label {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact-home__form__input {
  outline: 0;
  border: 0;
}
.contact-home__form__textarea {
  min-height: 215px;
  resize: none;
}
@media only screen and (max-width: 991.98px) {
  .contact-home__form__textarea {
    min-height: 213px;
  }
}
.contact-home__form-button {
  min-width: 140px;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  min-height: 42px;
  outline: 0;
  position: relative;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-home__form-button:after {
  position: absolute;
  font-family: "exeo" !important;
  content: "\e902";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1a1a1a;
}
.contact-home__form-button:hover {
  background-color: #ca1880;
  color: #fff;
  border-color: transparent;
}
.contact-home__form-button:hover .contact-home__form__submit {
  color: #fff;
}
.contact-home__form-button:hover:after {
  right: 17px;
  color: #fff;
}
.contact-home__form-button p {
  margin-bottom: 0;
}
.contact-home__form-button p .wpcf7-spinner {
  position: absolute;
}
.contact-home__form__submit {
  cursor: pointer;
  background: transparent;
  color: #1a1a1a;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  border: 0;
  border: 0;
  position: relative;
  padding: 1px 20px 1px 0;
}
.contact-home .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
}

/* ==========================================================================
  Layouts: Banner
  ========================================================================== */
.main-site--hide .banner {
  opacity: 0;
}
.banner__img {
  position: relative;
  padding-bottom: 28.045%;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .banner__img {
    padding-bottom: 63.1099%;
    width: initial;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__img {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.banner__img__el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  transition: all 5s ease;
}
.banner.show .banner__img__el {
  -webkit-transition: opacity 3.5s ease, -webkit-transform 5s ease;
  transition: opacity 3.5s ease, -webkit-transform 5s ease;
  -moz-transition: opacity 3.5s ease, transform 5s ease, -moz-transform 5s ease;
  transition: opacity 3.5s ease, transform 5s ease;
  transition: opacity 3.5s ease, transform 5s ease, -webkit-transform 5s ease, -moz-transform 5s ease;
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.banner--double .banner__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .banner--double .banner__inner {
    display: block;
  }
}
.banner--double .banner__img {
  width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .banner--double .banner__img {
    width: initial;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner--double .banner__img {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.banner--double .banner__img__el {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

/* ==========================================================================
  Layouts: Content
  ========================================================================== */
.content {
  padding-top: 48px;
  padding-bottom: 8px;
  max-width: 870px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .content {
    padding-top: 30px;
    max-width: 100%;
  }
}
.content h1,
.content h2,
.content h3,
.content h5,
.content h6 {
  margin-bottom: 37px;
}
@media only screen and (max-width: 991.98px) {
  .content h1,
  .content h2,
  .content h3,
  .content h5,
  .content h6 {
    margin-bottom: 24px;
  }
}
.content h1 {
  font-size: 28px;
  line-height: 38px;
}
@media only screen and (max-width: 991.98px) {
  .content h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .content h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.content h2 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.content h3 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 991.98px) {
  .content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.content h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .content h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.content h5 {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 991.98px) {
  .content h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.content h6 {
  font-size: 18px;
  line-height: 24px;
}
.content p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .content p {
    font-size: 14px;
    line-height: 19px;
  }
}
.content p:last-child {
  margin-bottom: 0;
}
.content p a {
  text-decoration: none;
  color: #ca1880;
}
@media only screen and (max-width: 991.98px) {
  .content p br {
    display: none;
  }
}
.content .wp-block-group.is-layout-constrained {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.content .wp-block-group.is-layout-constrained h1,
.content .wp-block-group.is-layout-constrained h2,
.content .wp-block-group.is-layout-constrained h3,
.content .wp-block-group.is-layout-constrained h4,
.content .wp-block-group.is-layout-constrained h5 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained h1,
  .content .wp-block-group.is-layout-constrained h2,
  .content .wp-block-group.is-layout-constrained h3,
  .content .wp-block-group.is-layout-constrained h4,
  .content .wp-block-group.is-layout-constrained h5 {
    margin-bottom: 24px;
  }
}
.content .wp-block-group.is-layout-constrained h1 {
  font-size: 28px;
  line-height: 38px;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .content .wp-block-group.is-layout-constrained h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.content .wp-block-group.is-layout-constrained h2 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .content .wp-block-group.is-layout-constrained h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.content .wp-block-group.is-layout-constrained h3 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .content .wp-block-group.is-layout-constrained h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.content .wp-block-group.is-layout-constrained h4 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .content .wp-block-group.is-layout-constrained h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.content .wp-block-group.is-layout-constrained h5 {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.content .wp-block-group.is-layout-constrained h6 {
  font-size: 18px;
  line-height: 24px;
}
.content .wp-block-group.is-layout-constrained p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .content .wp-block-group.is-layout-constrained p {
    font-size: 14px;
    line-height: 19px;
  }
}
.content .wp-block-group.is-layout-constrained p:last-child {
  margin-bottom: 0;
}
.content .wp-block-group.is-layout-constrained p a {
  text-decoration: none;
  color: #ca1880;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-group.is-layout-constrained p br {
    display: none;
  }
}
.content .wp-block-group.is-layout-constrained h6 {
  margin-bottom: 0;
  color: #ca1880;
}
.content .wp-block-image {
  max-width: 100%;
  margin: 42px auto 47px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .content .wp-block-image {
    max-width: initial;
    margin: 26px -32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content .wp-block-image {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content__btn {
  padding-top: 17px;
  text-align: center;
}
.content h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ca1880;
  margin-bottom: 0;
}
.content ul {
  padding: 0;
  margin: 0 0 22px 15px;
}
@media only screen and (max-width: 991.98px) {
  .content ul {
    padding-left: 14px;
    margin-left: 0px;
  }
}
.content ul ::marker {
  color: #ca1880;
}
.content ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 15px;
}
@media only screen and (max-width: 991.98px) {
  .content ul li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 4px;
  }
  .content ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .content ul li {
    font-size: 14px;
    line-height: 19px;
  }
}
.content ul mark {
  padding-left: 36px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991.98px) {
  .content ul mark {
    padding-left: 20px;
  }
}
.content--page-leadership .wp-block-group.is-layout-constrained {
  max-width: 630px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .content--page-leadership .wp-block-group.is-layout-constrained {
    max-width: 100%;
    padding-top: 24px;
  }
}
.content--page-leadership .wp-block-group.is-layout-constrained p {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .content--page-leadership .wp-block-group.is-layout-constrained p {
    font-size: 20px;
    line-height: 28px;
    line-height: 27px;
  }
}
.content--page-coverage {
  max-width: 820px;
}
@media only screen and (max-width: 991.98px) {
  .content--page-coverage {
    max-width: 100%;
  }
}
.content--page {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .content--page {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content--page {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.content ul {
  padding: 0 !important;
  margin: 0 0 22px 18px !important;
}
@media only screen and (max-width: 991.98px) {
  .content ul {
    padding-left: 16px !important;
    margin-left: 0 !important;
  }
}

/* ==========================================================================
  Layouts: Global Office
  ========================================================================== */
.global-office {
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .global-office {
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  .global-office img {
    width: initial;
    padding: 0 20px;
  }
}
.global-office__head {
  margin-bottom: 84px;
}
@media only screen and (max-width: 991.98px) {
  .global-office__head {
    margin-bottom: 55px;
  }
}
.global-office__head__title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .global-office__head__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .global-office__head__title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .global-office__head__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .global-office__maps {
    padding-right: 0;
  }
}
.global-office__maps__wrap {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps__img {
    margin-left: -32px;
    margin-right: -66px;
    margin-bottom: 22px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    direction: rtl;
  }
  .global-office__maps__img::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    width: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .global-office__maps__img {
    margin-left: -16px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .global-office__maps img {
    max-width: initial;
  }
}
.global-office__body {
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .global-office__body {
    max-width: 100%;
  }
}
.global-office__body h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 767.98px) {
  .global-office__body h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .global-office__body h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.global-office__body p {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767.98px) {
  .global-office__body p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 19px;
  }
}
.global-office__body__btn {
  text-align: center;
  padding-top: 18px;
}
@media only screen and (max-width: 767.98px) {
  .global-office__body__btn {
    padding-top: 8px;
  }
}

/* ==========================================================================
  Layouts: Board Of Directors
  ========================================================================== */
.board-of-directors {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .board-of-directors {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.board-of-directors__head {
  max-width: 405px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .board-of-directors__head {
    max-width: 100%;
    margin-bottom: 42px;
  }
}
.board-of-directors__head__title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767.98px) {
  .board-of-directors__head__title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .board-of-directors__head__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.board-of-directors__head__desc {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .board-of-directors__head__desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.board-of-directors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
  gap: 40px 0;
}
@media only screen and (max-width: 991.98px) {
  .board-of-directors__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    gap: 0;
  }
}
.board-of-directors__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media only screen and (max-width: 991.98px) {
  .board-of-directors__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 21px 12px;
  }
}
.board-of-directors__item h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .board-of-directors__item h5 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .board-of-directors__item h5 {
    font-size: 12px;
    line-height: 15px;
    line-height: 17px;
  }
}
.board-of-directors__item p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .board-of-directors__item p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .board-of-directors__item p {
    font-size: 12px;
    line-height: 15px;
    line-height: 17px;
  }
}
.board-of-directors__item p {
  margin-bottom: 22px;
}
@media only screen and (max-width: 991.98px) {
  .board-of-directors__item p {
    margin-bottom: 17px;
  }
}
.board-of-directors__item p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
  Layouts: Embracing
  ========================================================================== */
.embracing {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .embracing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.embracing__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 991.98px) {
  .embracing__list {
    display: block;
    margin: 0;
  }
}
.embracing__headline {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767.98px) {
  .embracing__headline {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .embracing__headline {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .embracing__headline br {
    display: none;
  }
}
.embracing__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
}
@media only screen and (max-width: 991.98px) {
  .embracing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.embracing__btn {
  padding-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .embracing__btn {
    padding-top: 52px;
  }
}

/* ==========================================================================
  Layouts: Leadership
  ========================================================================== */
.leadership {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}
@media only screen and (max-width: 991.98px) {
  .leadership {
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 991.98px) {
  .leadership .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.leadership__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .leadership__inner {
    display: block;
  }
}
.leadership__box {
  width: 81%;
}
@media only screen and (max-width: 991.98px) {
  .leadership__box {
    width: 100%;
  }
}
.leadership__img__el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin: 10px auto;
  gap: 4px;
}
@media only screen and (max-width: 767.98px) {
  .leadership__bar {
    margin-top: 7px;
  }
}
.leadership__bar__item {
  border: 2px solid #ca1880;
  width: 33.3333333%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .leadership__bar__item {
    border-width: 1px;
  }
}
.leadership__bar__item.show-bar {
  opacity: 1;
  visibility: visible;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.leadership__list {
  padding-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .leadership__list {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .leadership__list {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .leadership__list {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.leadership__item {
  margin-bottom: 38px;
  cursor: pointer;
}
.leadership__item:last-child {
  margin-bottom: 0;
}
.leadership__item:hover p::after {
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.leadership__item h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 991.98px) {
  .leadership__item h4 {
    line-height: 25px;
  }
}
.leadership__item p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
}
.leadership__item p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #ca1880;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .leadership__item p::after {
    border-width: 2px;
  }
}
@media only screen and (max-width: 991.98px) {
  .leadership__item p {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 320px) {
  .leadership__item p {
    font-size: 14px;
    line-height: 19px;
  }
}
.leadership__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  min-height: 100%;
  color: #1a1a1a;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.leadership__popup.show-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}
.leadership__popup.show-popup .leadership__popup__content {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.leadership__popup .container {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .leadership__popup .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.leadership__popup__content {
  width: 100%;
  max-width: 504px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(12px);
     -moz-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
  cursor: default;
}
@media only screen and (max-width: 991.98px) {
  .leadership__popup__content {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  .leadership__popup__content::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    width: 0;
  }
}
.leadership__popup__wrapper {
  min-height: 626px;
  border-radius: 10px;
  background-color: #171c89;
  padding: 84px 36px 56px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .leadership__popup__wrapper {
    padding: 83px 24px 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .leadership__popup__wrapper {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
}
.leadership__popup__close {
  position: absolute;
  top: 27px;
  right: 29px;
  height: 17px;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .leadership__popup__close {
    top: 20px;
    right: 17px;
  }
}
.leadership__popup__txt {
  color: #fff;
}
.leadership__popup__head {
  margin-bottom: 22px;
}
.leadership__popup__head h4,
.leadership__popup__head p {
  margin-bottom: 0;
}
.leadership__popup__head h4 {
  text-transform: uppercase;
  font-weight: 600;
}
.leadership__popup__head h4 br {
  display: none;
}
.leadership__popup__desc p {
  margin-bottom: 22px;
}
@media only screen and (max-width: 991.98px) {
  .leadership__popup__desc p br {
    display: none;
  }
}
.leadership__popup__desc p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
  Layouts: Young Talent
  ========================================================================== */
.young-talent {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .young-talent {
    max-width: 100%;
    padding: 0 16px 24px;
  }
}
.young-talent__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width: 991.98px) {
  .young-talent__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.young-talent__item {
  padding: 24px 12px;
  position: relative;
  min-height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 991.98px) {
  .young-talent__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: static;
    min-height: initial;
    padding: 20px 0;
  }
  .young-talent__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .young-talent__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .young-talent__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.young-talent__title {
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .young-talent__title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .young-talent__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.young-talent__desc {
  text-align: justify;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .young-talent__desc br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .young-talent__desc {
    margin-bottom: 44px;
    font-size: 14px;
    line-height: 19px;
  }
}
.young-talent__btn {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .young-talent__btn {
    position: static;
  }
}
.young-talent__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 0.5px solid #1a1a1a;
  padding-top: 16px;
}
.young-talent__wrap p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: justify;
}
@media only screen and (max-width: 991.98px) {
  .young-talent__wrap p {
    padding-left: 16px;
  }
  .young-talent__wrap p br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .young-talent__wrap p {
    padding-left: 8px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 575.86px) {
  .young-talent__wrap p {
    padding-left: 6px;
  }
}
.young-talent__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
@media only screen and (max-width: 575.86px) {
  .young-talent__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}
.young-talent__img__el {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
  Layouts: Our Businesses
  ========================================================================== */
.our-businesses {
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses {
    padding-bottom: 30px;
  }
}
.our-businesses--home {
  padding-top: 48px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses--home {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-businesses--home {
    padding-top: 22px;
  }
}
.our-businesses--home h6 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  max-width: 686px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses--home h6 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-businesses--home h6 {
    font-size: 23px;
    line-height: 32px;
  }
}
.our-businesses__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__wrap {
    display: block;
  }
}
.our-businesses__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.our-businesses__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .our-businesses__img {
    margin-right: 0;
  }
}
.our-businesses__right {
  display: none;
}

/* ==========================================================================
  Layouts: Text Base
  ========================================================================== */
.content-privacy {
  font-size: 18px;
  line-height: 28px;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .content-privacy {
    padding-top: 60px;
  }
}
.content-privacy h3 {
  margin-bottom: 40px;
}
.content-privacy__wrap p,
.content-privacy__wrap li {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 991.98px) {
  .content-privacy__wrap p,
  .content-privacy__wrap li {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-privacy ol,
.content-privacy ul {
  padding-left: 20px;
  margin-left: 20px;
}
.content-privacy ul {
  list-style-type: disc;
}
.content-privacy ol {
  list-style-type: decimal;
}
.content-privacy ul.alpa {
  list-style-type: lower-alpha;
}
.content-privacy ul.roman {
  list-style-type: upper-roman;
}

/* ==========================================================================
  Layouts: Our Global
  ========================================================================== */
.our-global {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;

}
@media only screen and (max-width: 991.98px) {
  .our-global {
    max-width: 100%;
    margin-top: 32px;

  }
}
.our-global__head {
  margin-bottom: 40px;
}
.our-global__head h2 {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.our-global__head p {
  margin-bottom: 0;
}
.our-global__wrapper {
  padding: 8px 0;
  border-bottom: 1px solid #1a1a1a;
}
.our-global__wrapper.our-global__wrapper--active .our-global__title::after {
  top: 12px;
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media only screen and (max-width: 991.98px) {
  .our-global__wrapper.our-global__wrapper--active .our-global__title::after {
    top: 8px;
  }
}
.our-global__wrapper h2 {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  font-size: 26px;
  line-height: 35px;
}
@media only screen and (max-width: 991.98px) {
  .our-global__wrapper h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.our-global__wrapper h2::after {
  content: "";
  background-image: url("../img/icons/arrow-down-black.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  right: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-global__list {
  list-style: none;
  padding: 0;
  margin-top: 19px;
  display: none;
}
.our-global__item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

/* ==========================================================================
  Layouts: Modules
  ========================================================================== */
.modules {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .modules {
    padding-bottom: 30px;
  }
}
.modules__list {
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .modules__list {
    padding-bottom: 20px;
  }
}
.modules__wrapper {
  border-bottom: 1px solid #1a1a1a;
  padding: 8px 0;
}
.modules__wrapper.modules__wrapper--active h2::after {
  top: 40%;
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.modules__wrapper h2 {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  font-size: 26px;
  line-height: 35px;
  padding-right: 32px;
}
@media only screen and (max-width: 991.98px) {
  .modules__wrapper h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modules__wrapper h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.modules__wrapper h2::after {
  content: "";
  background-image: url("../img/icons/arrow-down-black.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  right: 10px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .modules__wrapper h2::after {
    right: 0;
  }
}
.modules__body {
  display: none;
  padding-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .modules__body {
    padding-top: 24px;
  }
}
.modules__body img {
  padding-top: 13px;
  padding-bottom: 32px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .modules__body img {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.modules__body h6 {
  color: #ca1880;
}
.modules__content {
  max-width: 665px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 991.98px) {
  .modules__content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modules__content {
    margin-bottom: 32px;
  }
}
.modules__content h1,
.modules__content h2,
.modules__content h3,
.modules__content h4,
.modules__content h5,
.modules__content h6 {
  font-weight: 700;
}
.modules__content h3 {
  margin-bottom: 24px;
}
.modules__content ul {
  list-style: initial;
  margin: 0 0 24px;
  padding-left: 18px;
}
.modules__content ul ::marker {
  color: #ca1880;
}
.modules__content li {
  padding-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .modules__content li {
    padding-left: 10px;
  }
}
.modules__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 665px;
  margin: 0 auto;
}
.modules__list h1,
.modules__list h2,
.modules__list h3,
.modules__list h4,
.modules__list h5,
.modules__list h6 {
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .modules__list {
    display: block;
  }
}
.modules__list ul {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  list-style: initial;
  margin: 0;
  padding-left: 18px;
}
@media only screen and (max-width: 991.98px) {
  .modules__list ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 0 100%;
            flex: 0 0 0 100%;
  }
}
.modules__list li {
  padding-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .modules__list li {
    padding-left: 10px;
  }
}
.modules__list p {
  margin-bottom: 0;
  padding-left: 32px;
}
.modules__item {
  margin-bottom: 20px;
}
.modules__item h1,
.modules__item h2,
.modules__item h3,
.modules__item h4,
.modules__item h5,
.modules__item h6 {
  font-weight: 700;
}
.modules__item:last-child {
  margin-bottom: 0;
}
.modules__item ul {
  list-style: initial;
  margin: 0 0 22px 0;
  padding-left: 18px;
}
.modules__item ul ::marker {
  color: #ca1880;
}
.modules__item li {
  padding-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .modules__item li {
    padding-left: 10px;
  }
}
.modules__no-bottom {
  margin-bottom: 0 !important;
}

/* ==========================================================================
  Layouts: Our Managed
  ========================================================================== */
.our-managed {
  max-width: 825px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 991.98px) {
  .our-managed {
    padding-top: 22px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-managed {
    padding-top: 15px;
    padding-bottom: 72px;
  }
}
.our-managed__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 79px;
}
@media only screen and (max-width: 991.98px) {
  .our-managed__wrap {
    display: block;
    margin-bottom: 61px;
  }
}
@media only screen and (max-width: 991.98px) {
  .our-managed__list {
    margin-bottom: 28px;
  }
}
.our-managed__img {
  padding-top: 54px;
  width: 315px;
}
@media only screen and (max-width: 991.98px) {
  .our-managed__img {
    padding-top: 0;
    width: 100%;
  }
}
.our-managed__img__el {
  width: 100%;
  height: auto;
  display: block;
}
.our-managed__desc {
  max-width: 491px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .our-managed__desc {
    max-width: 100%;
    margin-bottom: 17px;
  }
}
.our-managed__desc p {
  margin-bottom: 22px;
}
.our-managed__desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .our-managed__desc p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 19px;
  }
}
.our-managed__btn {
  margin-bottom: 5px;
}
.our-managed__btn:last-child {
  margin-bottom: 0;
}
.our-managed__btn .btn {
  margin-bottom: 0;
}

/* ==========================================================================
  Layouts: As A Service
  ========================================================================== */
.as-a-service {
  max-width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .as-a-service {
    max-width: 100%;
  }
}
.as-a-service__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
}
@media only screen and (max-width: 767.98px) {
  .as-a-service__inner {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .as-a-service__list {
    padding-bottom: 0;
  }
}
.as-a-service__item {
  text-align: center;
  padding: 22px 0;
  margin-bottom: 0;
  border-bottom: 0.4px solid #1a1a1a;
}
.as-a-service__item h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.as-a-service__item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

/* ==========================================================================
  Layouts: Partners
  ========================================================================== */
.partners {
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .partners {
    padding-bottom: 30px;
    max-width: 100%;
  }
}
.partners__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 13px 23px;
  margin-bottom: 35px;
}
.partners__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.55%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 31.55%;
          flex: 0 0 31.55%;
  border-radius: 10px;
  background-color: #171c89;
  padding: 8px 14px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 76px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .partners__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.partners__item__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .partners__item__title {
    font-weight: 600 !important;
  }
}
.partners__icons {
  display: block;
  width: 62px;
  margin: 0 auto 28px;
}
.partners__bottom {
  text-align: center;
  margin-bottom: 28px;
}
.partners__bottom h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
}
.partners__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 61px;
}
@media only screen and (max-width: 991.98px) {
  .partners__list {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 18px 0;
  }
}
.partners__tab {
  border-right: 0.5px solid #1a1a1a;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.partners__tab:first-child {
  border-left: 0.5px solid #1a1a1a;
}
@media only screen and (max-width: 991.98px) {
  .partners__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .partners__tab:nth-child(3n) {
    border-left: 0.5px solid #1a1a1a;
  }
}
.partners__tab p {
  text-align: center;
  margin-bottom: 0;
}
.partners__btn {
  text-align: center;
}
.partners__btn .btn {
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (max-width: 991.98px) {
  .partners__btn .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ==========================================================================
  Layouts: Detail Our Businesses
  ========================================================================== */
.detail-our-businesses {
  padding-bottom: 30px;
  max-width: 824px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .detail-our-businesses {
    max-width: 100%;
  }
}

/* ==========================================================================
  Layouts: Corporate
  ========================================================================== */
.corporate {
  padding-top: 23px;
  padding-bottom: 48px;
  max-width: 724px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .corporate {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.corporate__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
  margin-left: -2px;
  margin-right: -2px;
}
@media only screen and (max-width: 991.98px) {
  .corporate__inner {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
.corporate__img {
  width: 108px;
  padding: 0 2px;
}
@media only screen and (max-width: 991.98px) {
  .corporate__img {
    width: 50%;
    padding: 6px 30px;
  }
}
.corporate__img__el {
  width: 100%;
  display: block;
}
.corporate__desc {
  max-width: 665px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .corporate__desc {
    max-width: 100%;
  }
}
.corporate__desc p {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767.98px) {
  .corporate__desc p {
    font-size: 14px;
    line-height: 19px;
  }
}
.corporate__desc p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
  Layouts: Media
  ========================================================================== */
.media {
  max-width: 812px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .media {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .media {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.media__headline {
  margin-bottom: 45px;
  font-size: 28px;
  line-height: 38px;
}
@media only screen and (max-width: 991.98px) {
  .media__headline {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .media__headline {
    margin-bottom: 20px;
  }
}
.media__btn {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .media__btn {
    margin-bottom: 32px;
  }
}

/* ==========================================================================
  Layouts: Single Media
  ========================================================================== */
.single-media {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .single-media {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-media {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.single-media .container {
  position: relative;
}
.single-media__inner {
  max-width: 613px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .single-media__inner {
    max-width: 100%;
  }
}
.single-media__icons {
  position: absolute;
  width: 60px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  display: block;
}
.single-media__icons:hover {
  -webkit-transform: translateX(-3px);
     -moz-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media only screen and (max-width: 991.98px) {
  .single-media__icons {
    position: static;
    margin-bottom: 28px;
    width: 40px;
  }
}
.single-media__img {
  position: relative;
  padding-bottom: 67.27%;
  width: 100%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .single-media__img {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-media__img {
    margin-bottom: 14px;
  }
}
.single-media__img__el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-media__txt {
  margin-bottom: 76px;
}
@media only screen and (max-width: 991.98px) {
  .single-media__txt {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-media__txt {
    margin-bottom: 43px;
  }
}
.single-media__txt h1 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .single-media__txt h1 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-media__txt h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.single-media__txt p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}
.single-media__txt p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .single-media__txt p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-media__txt p {
    font-size: 14px;
    line-height: 19px;
  }
}
.single-media__date {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767.98px) {
  .single-media__date {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 24px;
  }
}
.single-media__btn {
  text-align: center;
}
.single-media__btn .btn {
  padding-left: 38px;
  padding-right: 38px;
}

/* ==========================================================================
  Layouts: Contact
  ========================================================================== */
.contact {
  padding-top: 24px;
  padding-bottom: 48px;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .contact {
    max-width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
}
.contact__head {
  max-width: 100%;
  margin: 32px auto 42px;
}
@media only screen and (max-width: 991.98px) {
  .contact__head {
    margin: 24px auto;
  }
}
.contact__head h1 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .contact__head h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
.contact__head iframe {
  width: 100%;
}
.contact__form__item {
  margin-bottom: 10px;
}
.contact__form__item:last-child {
  margin-bottom: 0;
}
.contact__form__item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .contact__form__item p {
    display: block;
  }
}
.contact__form__item .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 74%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 74%;
          flex: 0 0 74%;
}
@media only screen and (max-width: 991.98px) {
  .contact__form__item .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.contact__form__item .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color: #171c89;
}
.contact__form__input, .contact__form__textarea {
  border: 0;
  outline: 0;
  background-color: #171c89;
  border-radius: 25px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 30px;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .contact__form__input, .contact__form__textarea {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.contact__form__label {
  display: block;
  font-size: 18px;
  line-height: 24px;
  line-height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  margin: 14px 0;
  font-weight: 400;
  color: #1a1a1a;
}
@media only screen and (max-width: 991.98px) {
  .contact__form__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8px;
    margin-top: 0;
  }
}
.contact__form__label span {
  color: #ca1880;
}
.contact__form__input {
  min-height: 50px;
  background-color: #171c89;
}
.contact__form__textarea {
  resize: none;
  min-height: 260px;
  background-color: #171c89;
}
.contact__form__submit {
  margin-left: 214px;
  margin-top: 20px;
  cursor: pointer;
  color: #1a1a1a;
}
@media only screen and (max-width: 1280px) {
  .contact__form__submit {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact__form__submit {
    margin-left: 0;
  }
}
.contact .btn.btn--secondary {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  min-width: 112px;
}
.contact .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0 0 0 214px;
}
@media only screen and (max-width: 991.98px) {
  .contact .wpcf7 form .wpcf7-response-output {
    margin: 0;
  }
}

/* ==========================================================================
  Layouts: Form - 20
  ========================================================================== */
.form-20-2 {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991.98px) {
  .form-20-2 {
    padding-bottom: 88px;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-20-2 {
    padding-bottom: 56px;
    padding-top: 24px;
  }
}
.form-20-2 h2 {
  font-size: 38px;
  line-height: 52px;
  margin-bottom: 32px;
}
.form-20-2 h2:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .form-20-2 h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-20-2 h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

/* ==========================================================================
  Layouts: Not Found
  ========================================================================== */
.not-found {
  width: 100%;
  height: 100%;
  min-height: 568px;
  position: relative;
  text-transform: uppercase;
}
.not-found__txt {
  position: absolute;
  top: 50%;
  left: 55px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 750px;
  z-index: 4;
}

/*=========================================================================
   Layouts: No Bottom
===========================================================================*/
.no-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ==========================================================================
  Layouts: Footer
  ========================================================================== */
.footer-menu {
  background-color: #171c89;
  color: #fff;
  padding: 62px 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 991.98px) {
  .footer-menu {
    padding: 48px 0 100px;
    position: relative;
  }
}
.footer-menu__nav {
  margin-bottom: 108px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-menu__nav {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-menu__nav {
    margin-bottom: 65px;
  }
}
.footer-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-menu__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-menu__list {
    display: block;
    gap: 0;
  }
}
.footer-menu .menu__item {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .footer-menu .menu__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-menu .menu__item {
    border-bottom: 0.75px solid #fff;
    padding: 12px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
  }
  .footer-menu .menu__item.active .footer__dropdown {
    display: block;
  }
  .footer-menu .menu__item::after {
    content: "";
    background-image: url("../img/icons/arrow-down.svg");
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    right: 0;
    display: block;
    top: 20px;
    width: 13px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.footer-menu .menu__item.menu__item-accordion--active a {
  color: #ca1880 !important;
}
.footer-menu .menu__item.menu__item-accordion--active::after {
  top: 18px;
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.footer-menu .menu__item.menu__item-accordion--active .sub-menu a {
  color: #fff !important;
}
@media only screen and (max-width: 767.98px) {
  .footer-menu .menu__item {
    font-size: 14px;
    line-height: 19px;
  }
}
.footer-menu .menu__item:last-child::after {
  display: none;
}
.footer-menu .menu__item > a {
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 23px;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .footer-menu .menu__item > a {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-menu .menu__item > a {
    font-size: 14px;
    line-height: 19px;
  }
}
.footer-menu .menu__item > a:hover {
  color: #ca1880;
}
.footer-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .footer-menu .sub-menu {
    display: none;
    margin-top: 12px;
  }
}
.footer-menu .sub-menu .menu-item {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 4px;
}
.footer-menu .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .footer-menu .sub-menu .menu-item {
    font-size: 14px;
    line-height: 19px;
  }
}
.footer-menu .sub-menu a {
  padding: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-menu .sub-menu a:hover {
  color: #ca1880;
}
.footer-menu__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu__copyright {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .footer-menu__copyright {
    font-size: 9px;
    line-height: 11px;
  }
}
.footer-menu__privacy {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .footer-menu__privacy {
    font-size: 12px;
    line-height: 16px;
  }
}
.footer-menu__privacy:hover {
  color: #ca1880;
}

/* ==========================================================================
   Pages Index
   ========================================================================== */
/*# sourceMappingURL=maps/app.css.map */
