body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-1 > .gesture-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .gesture-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
}
.display-4 > .gesture-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  line-height: 1.14;
}
.display-5 > .gesture-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.41;
}
.display-7 > .gesture-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.14 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.41 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #57b8e0 !important;
}
.bg-info {
  background-color: #38afe2 !important;
}
.bg-warning {
  background-color: #1497d0 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #38afe2 !important;
  border-color: #38afe2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #197faa !important;
  border-color: #197faa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #197faa !important;
  border-color: #197faa !important;
}
.btn-success,
.btn-success:active {
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1497d0 !important;
  border-color: #1497d0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c5e81 !important;
  border-color: #0c5e81 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c5e81 !important;
  border-color: #0c5e81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #38afe2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #197faa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #38afe2 !important;
  border-color: #38afe2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57b8e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2390bd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1497d0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0c5e81 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1497d0 !important;
  border-color: #1497d0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #57b8e0 !important;
}
.text-info {
  color: #38afe2 !important;
}
.text-warning {
  color: #1497d0 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2186b0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #17759d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0b5373 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #38afe2;
}
.alert-warning {
  background-color: #1497d0;
}
.alert-danger {
  background-color: #000000;
}
.gesture-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.gesture-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.gesture-plan-header.bg-primary .gesture-plan-subtitle,
.gesture-plan-header.bg-primary .gesture-plan-price-desc {
  color: #b3b3b3;
}
.gesture-plan-header.bg-success .gesture-plan-subtitle,
.gesture-plan-header.bg-success .gesture-plan-price-desc {
  color: #ffffff;
}
.gesture-plan-header.bg-info .gesture-plan-subtitle,
.gesture-plan-header.bg-info .gesture-plan-price-desc {
  color: #eaf7fc;
}
.gesture-plan-header.bg-warning .gesture-plan-subtitle,
.gesture-plan-header.bg-warning .gesture-plan-price-desc {
  color: #b8e5f8;
}
.gesture-plan-header.bg-danger .gesture-plan-subtitle,
.gesture-plan-header.bg-danger .gesture-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control > .gesture-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .gesture-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.gesture-section-btn .btn {
  min-width: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .gesture-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .gesture-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.gesture-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.gesture-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.gesture-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.gesture-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.poLiTk-uInbz2cuNM {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uInbz2cuNM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uInbz2cuNM .menu_box .navbar.opened,
  .poLiTk-uInbz2cuNM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uInbz2cuNM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .btn:hover {
  box-shadow: none;
}
.poLiTk-uInbz2cuNM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uInbz2cuNM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before,
.poLiTk-uInbz2cuNM .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uInbz2cuNM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uInbz2cuNM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uInbz2cuNM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uInbz2cuNM .offcanvas_box {
    display: none;
  }
}
.poLiTk-uInbz2cuNM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .container {
  display: flex;
  margin: auto;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uInbz2cuNM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uInbz2cuNM .dropdown-menu,
.poLiTk-uInbz2cuNM .navbar.opened {
  background-color: false !important;
}
.poLiTk-uInbz2cuNM .nav-item:focus,
.poLiTk-uInbz2cuNM .nav-link:focus {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uInbz2cuNM .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uInbz2cuNM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uInbz2cuNM .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uInbz2cuNM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uInbz2cuNM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uInbz2cuNM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uInbz2cuNM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uInbz2cuNM .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uInbz2cuNM .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown-item.active,
.poLiTk-uInbz2cuNM .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uInbz2cuNM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uInbz2cuNM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uInbz2cuNM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uInbz2cuNM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uInbz2cuNM .navbar {
    height: 70px;
  }
  .poLiTk-uInbz2cuNM .navbar.opened {
    height: auto;
  }
  .poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uInbz2cuNM .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uInbz2cuNM .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uInbz2cuNM .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uInbz2cuNM .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uInbz2cuNM .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uInbz2cuNM .text_widget a:hover,
.poLiTk-uInbz2cuNM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uInbz2cuNM .icons-menu-main {
  display: flex;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .navbar-caption {
  color: #000000;
}
.poLiTk-uInbz2cuNM .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle,
.poLiTk-uInbz2cuNM .text_widget,
.poLiTk-uInbz2cuNM .gesture-section-btn {
  text-align: center;
}
.poLiTk-uInbz2cuNM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uInbLGnQYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uInbLGnQYQ .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInbLGnQYQ .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInbLGnQYQ .row {
  margin: 0 -20px;
}
.poLiTk-uInbLGnQYQ .card {
  padding: 0 20px;
}
.poLiTk-uInbLGnQYQ .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .poLiTk-uInbLGnQYQ .image-wrapper {
    margin-top: 20px;
  }
}
.poLiTk-uInbLGnQYQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .poLiTk-uInbLGnQYQ .image-wrapper img {
    height: 350px;
  }
}
.poLiTk-uInbLGnQYQ .gesture-section-btn .btn::after,
.poLiTk-uInbLGnQYQ .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #1497d0, #a5e4ff 150%);
}
.poLiTk-uInbLGnQYQ .gesture-section-btn .btn:hover,
.poLiTk-uInbLGnQYQ .gesture-section-btn .btn:focus {
  color: #a5e4ff !important;
}
.poLiTk-uInbLGnQYQ .gesture-section-btn .btn:hover::after,
.poLiTk-uInbLGnQYQ .gesture-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #1497d0, #a5e4ff 150%);
  opacity: 1;
}
.poLiTk-uInbLGnQYQ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #ffffff;
  padding: 80px;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .poLiTk-uInbLGnQYQ .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInbLGnQYQ .card-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.poLiTk-uInbLGnQYQ .card-wrapper .title-wrapper .gesture-section-title {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1497d0, #1b1b1b);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poLiTk-uInbLGnQYQ .card-wrapper .title-wrapper .gesture-section-title {
    margin-bottom: 20px;
  }
}
.poLiTk-uInbLGnQYQ .card-wrapper .gesture-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poLiTk-uInbLGnQYQ .card-wrapper .gesture-text {
    margin-bottom: 20px;
  }
}
.poLiTk-uInbLGnQYQ .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInbLGnQYQ .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbLGnQYQ .gesture-section-title,
.poLiTk-uInbLGnQYQ .gesture-section-btn,
.poLiTk-uInbLGnQYQ .title-wrapper {
  text-align: center;
}
.poLiTk-uIncqwJXCS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.poLiTk-uIncqwJXCS .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .poLiTk-uIncqwJXCS .col-card {
    width: 100% !important;
  }
}
.poLiTk-uIncqwJXCS .card-title {
  color: #000000;
  margin-right: 41%;
}
@media (max-width: 680px) {
  .poLiTk-uIncqwJXCS .card-title {
    margin-right: 10%;
  }
}
.poLiTk-uIncqwJXCS .gesture-text {
  color: #000000;
  margin: 16px 60px 0 0;
}
.poLiTk-uIncqwJXCS .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.poLiTk-uIncqwJXCS .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .poLiTk-uIncqwJXCS .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .poLiTk-uIncqwJXCS .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .poLiTk-uIncqwJXCS .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .poLiTk-uIncqwJXCS .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .poLiTk-uIncqwJXCS .card-2,
  .poLiTk-uIncqwJXCS .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .poLiTk-uIncqwJXCS .card-2,
  .poLiTk-uIncqwJXCS .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .poLiTk-uIncqwJXCS .card-2,
  .poLiTk-uIncqwJXCS .card-3 {
    padding: 40% 0 0 5%;
  }
}
.poLiTk-uIncqwJXCS .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.poLiTk-uIncqwJXCS .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .poLiTk-uIncqwJXCS .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.poLiTk-uIncqwJXCS .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.poLiTk-uIncqwJXCS .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.poLiTk-uIncqwJXCS .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.poLiTk-uIncqwJXCS .card-link:hover:after {
  width: 0;
}
.poLiTk-uIncqwJXCS .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIncqwJXCS .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIncwg9USr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uIncwg9USr .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIncwg9USr .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIncwg9USr .row {
  margin: 0 -8px;
}
.poLiTk-uIncwg9USr .row .card {
  padding: 0 8px;
}
.poLiTk-uIncwg9USr .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .poLiTk-uIncwg9USr .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIncwg9USr .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.poLiTk-uIncwg9USr .card-wrapper .gesture-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .poLiTk-uIncwg9USr .card-wrapper .gesture-section-title {
    margin-bottom: 24px;
  }
}
.poLiTk-uIncwg9USr .card-wrapper .card-wrap .text-wrapper .gesture-text {
  margin-bottom: 24px;
}
.poLiTk-uIncwg9USr .card-wrapper .card-wrap .gesture-section-btn .btn {
  margin-bottom: 0;
}
.poLiTk-uIncwg9USr .image-wrapper {
  height: 100%;
}
.poLiTk-uIncwg9USr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .poLiTk-uIncwg9USr .image-wrapper img {
    height: 300px;
  }
}
.poLiTk-uIncwg9USr .gesture-section-title {
  color: #2c2c26;
}
.poLiTk-uIncwg9USr .gesture-text,
.poLiTk-uIncwg9USr .text-wrapper {
  color: #000000;
  text-align: center;
}
.poLiTk-uIncwg9USr .gesture-section-title,
.poLiTk-uIncwg9USr .gesture-section-btn {
  text-align: center;
  color: #000000;
}
.poLiTk-uIndnUV6e1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.poLiTk-uIndnUV6e1 .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIndnUV6e1 .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIndnUV6e1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .poLiTk-uIndnUV6e1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uIndnUV6e1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIndnUV6e1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uIndnUV6e1 .container {
    padding: 0 16px;
  }
}
.poLiTk-uIndnUV6e1 .row {
  padding: 60px 44px;
  background-color: #a5e4ff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .poLiTk-uIndnUV6e1 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIndnUV6e1 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIndnUV6e1 .title-wrapper {
    margin-bottom: 16px;
  }
}
.poLiTk-uIndnUV6e1 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.poLiTk-uIndnUV6e1 .title-wrapper .icon-wrapper .gesture-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .poLiTk-uIndnUV6e1 .title-wrapper .icon-wrapper .gesture-iconfont {
    font-size: 80px;
  }
}
.poLiTk-uIndnUV6e1 .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
.poLiTk-uIndnUV6e1 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.poLiTk-uIndnUV6e1 .content-wrapper .gesture-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .poLiTk-uIndnUV6e1 .content-wrapper .gesture-text {
    margin-bottom: 32px;
  }
}
.poLiTk-uIndnUV6e1 .content-wrapper .gesture-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.poLiTk-uIndnUV6e1 .gesture-section-title {
  color: #000000;
}
.poLiTk-uIndnUV6e1 .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uIndnUV6e1 .gesture-name {
  color: #000000;
}
.poLiTk-uIndnUV6e1 .gesture-section-title,
.poLiTk-uIndnUV6e1 .icon-wrapper {
  text-align: center;
}
.poLiTk-uIndvfdMxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a5e4ff;
}
.poLiTk-uIndvfdMxG .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIndvfdMxG .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIndvfdMxG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .poLiTk-uIndvfdMxG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIndvfdMxG .container {
    padding: 0 24px;
  }
}
.poLiTk-uIndvfdMxG .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.poLiTk-uIndvfdMxG .image-wrapper {
  height: 100%;
}
.poLiTk-uIndvfdMxG .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .poLiTk-uIndvfdMxG .image-wrapper img {
    height: 350px;
  }
}
.poLiTk-uIndvfdMxG .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .poLiTk-uIndvfdMxG .content-wrapper {
    padding: 24px;
  }
}
.poLiTk-uIndvfdMxG .content-wrapper .content-wrap {
  width: 100%;
}
.poLiTk-uIndvfdMxG .content-wrapper .content-wrap .gesture-section-title {
  margin-bottom: 32px;
}
.poLiTk-uIndvfdMxG .content-wrapper .content-wrap .gesture-text {
  margin-bottom: 16px;
}
.poLiTk-uIndvfdMxG .content-wrapper .content-wrap .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.poLiTk-uIndvfdMxG .content-wrapper .content-wrap .gesture-section-btn .btn:hover,
.poLiTk-uIndvfdMxG .content-wrapper .content-wrap .gesture-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #57b8e0 !important;
  border-color: #57b8e0 !important;
}
.poLiTk-uIndvfdMxG .gesture-section-title {
  color: #141414;
}
.poLiTk-uIndvfdMxG .gesture-text {
  color: #141414;
  text-align: center;
}
.poLiTk-uIndvfdMxG .gesture-section-title,
.poLiTk-uIndvfdMxG .title-wrapper,
.poLiTk-uIndvfdMxG .gesture-section-btn {
  text-align: center;
}
.poLiTk-uIndAt7ReM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.poLiTk-uIndAt7ReM .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIndAt7ReM .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIndAt7ReM .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .poLiTk-uIndAt7ReM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIndAt7ReM .container {
    padding: 0 20px;
  }
}
.poLiTk-uIndAt7ReM .content-wrapper .gesture-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uIndAt7ReM .content-wrapper .gesture-section-title {
    padding: 46px 0;
  }
}
.poLiTk-uIndAt7ReM .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.poLiTk-uIndAt7ReM .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #a5e4ff;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .poLiTk-uIndAt7ReM .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.poLiTk-uIndAt7ReM .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.poLiTk-uIndAt7ReM .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.poLiTk-uIndAt7ReM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.poLiTk-uIndAt7ReM .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .gesture-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.poLiTk-uIndAt7ReM .gesture-section-title {
  color: #000000;
}
.poLiTk-uIndAt7ReM .card-number {
  color: #000000;
}
.poLiTk-uIndAt7ReM .card-title {
  color: #000000;
}
.poLiTk-uIndAt7ReM .gesture-section-title,
.poLiTk-uIndAt7ReM .gesture-section-btn {
  text-align: center;
}
.poLiTk-uIndAt7ReM .card-title,
.poLiTk-uIndAt7ReM .icon-wrapper {
  text-align: center;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}
.poLiTk-uInbz2cuNM {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uInbz2cuNM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uInbz2cuNM .menu_box .navbar.opened,
  .poLiTk-uInbz2cuNM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uInbz2cuNM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .btn:hover {
  box-shadow: none;
}
.poLiTk-uInbz2cuNM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uInbz2cuNM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before,
.poLiTk-uInbz2cuNM .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uInbz2cuNM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uInbz2cuNM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uInbz2cuNM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uInbz2cuNM .offcanvas_box {
    display: none;
  }
}
.poLiTk-uInbz2cuNM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .container {
  display: flex;
  margin: auto;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uInbz2cuNM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uInbz2cuNM .dropdown-menu,
.poLiTk-uInbz2cuNM .navbar.opened {
  background-color: false !important;
}
.poLiTk-uInbz2cuNM .nav-item:focus,
.poLiTk-uInbz2cuNM .nav-link:focus {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uInbz2cuNM .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uInbz2cuNM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uInbz2cuNM .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uInbz2cuNM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uInbz2cuNM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uInbz2cuNM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uInbz2cuNM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uInbz2cuNM .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uInbz2cuNM .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown-item.active,
.poLiTk-uInbz2cuNM .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uInbz2cuNM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uInbz2cuNM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uInbz2cuNM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uInbz2cuNM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uInbz2cuNM .navbar {
    height: 70px;
  }
  .poLiTk-uInbz2cuNM .navbar.opened {
    height: auto;
  }
  .poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uInbz2cuNM .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uInbz2cuNM .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uInbz2cuNM .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uInbz2cuNM .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uInbz2cuNM .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uInbz2cuNM .text_widget a:hover,
.poLiTk-uInbz2cuNM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uInbz2cuNM .icons-menu-main {
  display: flex;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .navbar-caption {
  color: #000000;
}
.poLiTk-uInbz2cuNM .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle,
.poLiTk-uInbz2cuNM .text_widget,
.poLiTk-uInbz2cuNM .gesture-section-btn {
  text-align: center;
}
.poLiTk-uInbz2cuNM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uIne82klnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uIne82klnI .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIne82klnI .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIne82klnI .row {
  justify-content: space-between;
}
.poLiTk-uIne82klnI .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .poLiTk-uIne82klnI .title-wrapper {
    margin-bottom: 20px;
  }
}
.poLiTk-uIne82klnI .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
.poLiTk-uIne82klnI .title-wrapper .gesture-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1497d0, #1b1b1b);
  margin-bottom: 0;
}
.poLiTk-uIne82klnI .content-wrapper .gesture-text {
  margin-bottom: 20px;
}
.poLiTk-uIne82klnI .content-wrapper .gesture-section-btn .btn::after,
.poLiTk-uIne82klnI .content-wrapper .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.poLiTk-uIne82klnI .content-wrapper .gesture-section-btn .btn:hover,
.poLiTk-uIne82klnI .content-wrapper .gesture-section-btn .btn:focus {
  color: #ffffff !important;
}
.poLiTk-uIne82klnI .content-wrapper .gesture-section-btn .btn:hover::after,
.poLiTk-uIne82klnI .content-wrapper .gesture-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.poLiTk-uIne82klnI .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .poLiTk-uIne82klnI .image-wrapper {
    margin-top: 40px;
  }
}
.poLiTk-uIne82klnI .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .poLiTk-uIne82klnI .image-wrapper img {
    height: 350px;
  }
}
.poLiTk-uIne82klnI .gesture-section-title {
  color: #000000;
}
.poLiTk-uIne82klnI .gesture-section-subtitle {
  color: #ffffff;
}
.poLiTk-uIne82klnI .gesture-text {
  color: #c7c7c7;
}
.poLiTk-uIne82klnI .gesture-text,
.poLiTk-uIne82klnI .gesture-section-btn {
  color: #000000;
}
.poLiTk-uInej5oENB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7fff7;
}
.poLiTk-uInej5oENB .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInej5oENB .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInej5oENB .content-wrapper {
  padding: 80px 90px;
  background-color: #a5e4ff;
}
@media (max-width: 992px) {
  .poLiTk-uInej5oENB .content-wrapper {
    padding: 32px 16px;
  }
}
.poLiTk-uInej5oENB .content-wrapper .gesture-section-title {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .poLiTk-uInej5oENB .content-wrapper .gesture-section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.poLiTk-uInej5oENB .content-wrapper .gesture-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .poLiTk-uInej5oENB .content-wrapper .gesture-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
  }
}
.poLiTk-uInej5oENB .content-wrapper .text-wrapper .gesture-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .poLiTk-uInej5oENB .content-wrapper .text-wrapper .gesture-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.poLiTk-uInej5oENB .content-wrapper .gesture-section-btn .btn {
  margin-bottom: 0;
}
.poLiTk-uInej5oENB .gesture-section-title {
  color: #050f0f;
}
.poLiTk-uInej5oENB .gesture-text,
.poLiTk-uInej5oENB .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.poLiTk-uInej5oENB .gesture-section-title,
.poLiTk-uInej5oENB .gesture-section-btn {
  text-align: center;
  color: #000000;
}
.poLiTk-uInetk9tfg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a5e4ff;
}
.poLiTk-uInetk9tfg .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInetk9tfg .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .poLiTk-uInetk9tfg .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.poLiTk-uInetk9tfg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poLiTk-uInetk9tfg .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .poLiTk-uInetk9tfg .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.poLiTk-uInetk9tfg .gesture-text {
  color: #ffffff;
}
.poLiTk-uIneygmmTq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.poLiTk-uIneygmmTq .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIneygmmTq .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIneygmmTq .gesture-section-btn {
  margin-bottom: 22px;
}
.poLiTk-uIneygmmTq .title-wrapper .gesture-section-title {
  margin-bottom: 32px;
}
.poLiTk-uIneygmmTq .title-wrapper .gesture-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uIneygmmTq .title-wrapper .gesture-desc {
    margin-bottom: 32px;
  }
}
.poLiTk-uIneygmmTq .text-wrapper .gesture-text {
  margin-bottom: 0;
}
.poLiTk-uIneygmmTq .gesture-section-title {
  color: #000000;
}
.poLiTk-uIneygmmTq .gesture-desc {
  color: #000000;
  text-align: center;
}
.poLiTk-uIneygmmTq .gesture-text {
  color: #000000;
}
.poLiTk-uIneygmmTq .gesture-section-title,
.poLiTk-uIneygmmTq .gesture-section-btn {
  text-align: center;
}
.poLiTk-uIneFOWgJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uIneFOWgJe .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIneFOWgJe .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIneFOWgJe .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .poLiTk-uIneFOWgJe .content-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uIneFOWgJe .content-wrapper .gesture-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .poLiTk-uIneFOWgJe .content-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
.poLiTk-uIneFOWgJe .content-wrapper .gesture-text {
  margin-bottom: 22px;
}
.poLiTk-uIneFOWgJe .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .poLiTk-uIneFOWgJe .image-wrapper img {
    height: 350px;
  }
}
.poLiTk-uIneFOWgJe .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uIneFOWgJe .gesture-text {
  color: #ffffff;
}
.poLiTk-uIneFOWgJe .gesture-section-title,
.poLiTk-uIneFOWgJe .gesture-section-btn {
  text-align: center;
  color: #000000;
}
.poLiTk-uIneFOWgJe .gesture-text,
.poLiTk-uIneFOWgJe .text-wrapper {
  text-align: center;
  color: #000000;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}
.poLiTk-uInbz2cuNM {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uInbz2cuNM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uInbz2cuNM .menu_box .navbar.opened,
  .poLiTk-uInbz2cuNM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uInbz2cuNM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .btn:hover {
  box-shadow: none;
}
.poLiTk-uInbz2cuNM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uInbz2cuNM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before,
.poLiTk-uInbz2cuNM .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uInbz2cuNM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uInbz2cuNM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uInbz2cuNM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uInbz2cuNM .offcanvas_box {
    display: none;
  }
}
.poLiTk-uInbz2cuNM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .container {
  display: flex;
  margin: auto;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uInbz2cuNM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uInbz2cuNM .dropdown-menu,
.poLiTk-uInbz2cuNM .navbar.opened {
  background-color: false !important;
}
.poLiTk-uInbz2cuNM .nav-item:focus,
.poLiTk-uInbz2cuNM .nav-link:focus {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uInbz2cuNM .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uInbz2cuNM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uInbz2cuNM .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uInbz2cuNM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uInbz2cuNM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uInbz2cuNM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uInbz2cuNM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uInbz2cuNM .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uInbz2cuNM .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown-item.active,
.poLiTk-uInbz2cuNM .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uInbz2cuNM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uInbz2cuNM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uInbz2cuNM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uInbz2cuNM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uInbz2cuNM .navbar {
    height: 70px;
  }
  .poLiTk-uInbz2cuNM .navbar.opened {
    height: auto;
  }
  .poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uInbz2cuNM .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uInbz2cuNM .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uInbz2cuNM .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uInbz2cuNM .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uInbz2cuNM .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uInbz2cuNM .text_widget a:hover,
.poLiTk-uInbz2cuNM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uInbz2cuNM .icons-menu-main {
  display: flex;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .navbar-caption {
  color: #000000;
}
.poLiTk-uInbz2cuNM .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle,
.poLiTk-uInbz2cuNM .text_widget,
.poLiTk-uInbz2cuNM .gesture-section-btn {
  text-align: center;
}
.poLiTk-uInbz2cuNM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uIniJnDaqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uIniJnDaqH .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIniJnDaqH .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIniJnDaqH .content-wrapper {
  justify-content: flex-end;
}
.poLiTk-uIniJnDaqH .card {
  justify-content: center;
}
.poLiTk-uIniJnDaqH .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .poLiTk-uIniJnDaqH .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.poLiTk-uIniJnDaqH .title-wrapper .gesture-tag {
  margin-bottom: 16px;
}
.poLiTk-uIniJnDaqH .title-wrapper .gesture-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poLiTk-uIniJnDaqH .title-wrapper .gesture-section-title {
    margin-bottom: 20px;
  }
}
.poLiTk-uIniJnDaqH .title-wrapper .text-wrapper .gesture-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uIniJnDaqH .title-wrapper .text-wrapper .gesture-text {
    width: 100%;
  }
}
.poLiTk-uIniJnDaqH .gesture-section-btn .btn {
  margin-bottom: 0;
}
.poLiTk-uIniJnDaqH .gesture-section-btn .btn::after,
.poLiTk-uIniJnDaqH .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.poLiTk-uIniJnDaqH .gesture-section-btn .btn:hover,
.poLiTk-uIniJnDaqH .gesture-section-btn .btn:focus {
  color: #a5e4ff !important;
}
.poLiTk-uIniJnDaqH .gesture-section-btn .btn:hover::after,
.poLiTk-uIniJnDaqH .gesture-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.poLiTk-uIniJnDaqH .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .poLiTk-uIniJnDaqH .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .poLiTk-uIniJnDaqH .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIniJnDaqH .form-wrapper {
    padding: 20px;
  }
}
.poLiTk-uIniJnDaqH .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poLiTk-uIniJnDaqH .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.poLiTk-uIniJnDaqH .form-wrapper .title-wrap .gesture-title {
  margin-bottom: 16px;
}
.poLiTk-uIniJnDaqH .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #a5e4ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a5e4ff;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #a5e4ff !important;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #a5e4ff;
  border-color: #a5e4ff;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .gesture-section-btn {
  width: 100%;
  margin-top: 20px;
}
.poLiTk-uIniJnDaqH .form-wrapper .form-wrap .dragArea.row .gesture-section-btn .btn {
  margin-left: 0;
}
.poLiTk-uIniJnDaqH .gesture-section-title {
  color: #000000;
}
.poLiTk-uIniJnDaqH .gesture-tag {
  color: #121212;
}
.poLiTk-uIniJnDaqH .gesture-text {
  color: #ffffff;
}
.poLiTk-uIniJnDaqH .gesture-title {
  color: #000000;
}
.poLiTk-uIniJnDaqH .form-text {
  color: #000000;
}
.poLiTk-uIniJnDaqH label {
  color: #121212;
}
.poLiTk-uIniJnDaqH .gesture-text,
.poLiTk-uIniJnDaqH .text-wrapper {
  color: #121212;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}
.poLiTk-uInbz2cuNM {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uInbz2cuNM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uInbz2cuNM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uInbz2cuNM .menu_box .navbar.opened,
  .poLiTk-uInbz2cuNM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uInbz2cuNM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .btn:hover {
  box-shadow: none;
}
.poLiTk-uInbz2cuNM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uInbz2cuNM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before,
.poLiTk-uInbz2cuNM .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uInbz2cuNM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uInbz2cuNM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uInbz2cuNM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uInbz2cuNM .offcanvas_box {
    display: none;
  }
}
.poLiTk-uInbz2cuNM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uInbz2cuNM .container {
  display: flex;
  margin: auto;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uInbz2cuNM .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uInbz2cuNM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uInbz2cuNM .dropdown-menu,
.poLiTk-uInbz2cuNM .navbar.opened {
  background-color: false !important;
}
.poLiTk-uInbz2cuNM .nav-item:focus,
.poLiTk-uInbz2cuNM .nav-link:focus {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uInbz2cuNM .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uInbz2cuNM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uInbz2cuNM .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uInbz2cuNM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uInbz2cuNM .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uInbz2cuNM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uInbz2cuNM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uInbz2cuNM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uInbz2cuNM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uInbz2cuNM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uInbz2cuNM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uInbz2cuNM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uInbz2cuNM .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uInbz2cuNM .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uInbz2cuNM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uInbz2cuNM .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uInbz2cuNM .dropdown-item.active,
.poLiTk-uInbz2cuNM .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uInbz2cuNM .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uInbz2cuNM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uInbz2cuNM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uInbz2cuNM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uInbz2cuNM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uInbz2cuNM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInbz2cuNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uInbz2cuNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInbz2cuNM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uInbz2cuNM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uInbz2cuNM .navbar {
    height: 70px;
  }
  .poLiTk-uInbz2cuNM .navbar.opened {
    height: auto;
  }
  .poLiTk-uInbz2cuNM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uInbz2cuNM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uInbz2cuNM .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uInbz2cuNM .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uInbz2cuNM .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uInbz2cuNM .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uInbz2cuNM .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uInbz2cuNM .text_widget a:hover,
.poLiTk-uInbz2cuNM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uInbz2cuNM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uInbz2cuNM .icons-menu-main {
  display: flex;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .navbar-caption {
  color: #000000;
}
.poLiTk-uInbz2cuNM .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInbz2cuNM .gesture-section-subtitle,
.poLiTk-uInbz2cuNM .text_widget,
.poLiTk-uInbz2cuNM .gesture-section-btn {
  text-align: center;
}
.poLiTk-uInbz2cuNM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uIneUpR0W4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uIneUpR0W4 .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIneUpR0W4 .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIneUpR0W4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .poLiTk-uIneUpR0W4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIneUpR0W4 .container {
    padding: 0;
  }
}
.poLiTk-uIneUpR0W4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .poLiTk-uIneUpR0W4 .title-wrapper {
    padding: 0 16px;
  }
}
.poLiTk-uIneUpR0W4 .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
.poLiTk-uIneUpR0W4 .title-wrapper .gesture-text {
  margin: 30px 0 0 0;
}
.poLiTk-uIneUpR0W4 .gesture-section-title {
  color: #000000;
  text-align: center;
}
.poLiTk-uIneUpR0W4 .gesture-text {
  color: #000000;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}
.poLiTk-uIneYGQAxL {
  background-color: transparent;
}
.poLiTk-uIneYGQAxL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uIneYGQAxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uIneYGQAxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uIneYGQAxL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uIneYGQAxL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uIneYGQAxL .menu_box .navbar.opened,
  .poLiTk-uIneYGQAxL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uIneYGQAxL .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uIneYGQAxL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uIneYGQAxL .btn:hover {
  box-shadow: none;
}
.poLiTk-uIneYGQAxL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uIneYGQAxL .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uIneYGQAxL .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uIneYGQAxL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uIneYGQAxL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uIneYGQAxL .nav-item .nav-link:hover::before,
.poLiTk-uIneYGQAxL .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uIneYGQAxL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uIneYGQAxL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uIneYGQAxL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uIneYGQAxL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uIneYGQAxL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uIneYGQAxL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uIneYGQAxL .offcanvas_box {
    display: none;
  }
}
.poLiTk-uIneYGQAxL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uIneYGQAxL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uIneYGQAxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uIneYGQAxL .container {
  display: flex;
  margin: auto;
}
.poLiTk-uIneYGQAxL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uIneYGQAxL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uIneYGQAxL .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uIneYGQAxL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uIneYGQAxL .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uIneYGQAxL .dropdown-menu,
.poLiTk-uIneYGQAxL .navbar.opened {
  background-color: false !important;
}
.poLiTk-uIneYGQAxL .nav-item:focus,
.poLiTk-uIneYGQAxL .nav-link:focus {
  outline: none;
}
.poLiTk-uIneYGQAxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uIneYGQAxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uIneYGQAxL .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uIneYGQAxL .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uIneYGQAxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uIneYGQAxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uIneYGQAxL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uIneYGQAxL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uIneYGQAxL .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uIneYGQAxL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uIneYGQAxL .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uIneYGQAxL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uIneYGQAxL .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uIneYGQAxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uIneYGQAxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uIneYGQAxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uIneYGQAxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uIneYGQAxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uIneYGQAxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uIneYGQAxL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uIneYGQAxL .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uIneYGQAxL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uIneYGQAxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uIneYGQAxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uIneYGQAxL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uIneYGQAxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uIneYGQAxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uIneYGQAxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uIneYGQAxL .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uIneYGQAxL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uIneYGQAxL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uIneYGQAxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uIneYGQAxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uIneYGQAxL .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uIneYGQAxL .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uIneYGQAxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uIneYGQAxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uIneYGQAxL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uIneYGQAxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uIneYGQAxL .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uIneYGQAxL .dropdown-item.active,
.poLiTk-uIneYGQAxL .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uIneYGQAxL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uIneYGQAxL .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uIneYGQAxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uIneYGQAxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uIneYGQAxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uIneYGQAxL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uIneYGQAxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uIneYGQAxL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uIneYGQAxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uIneYGQAxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uIneYGQAxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uIneYGQAxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uIneYGQAxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uIneYGQAxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uIneYGQAxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uIneYGQAxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uIneYGQAxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uIneYGQAxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uIneYGQAxL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uIneYGQAxL .navbar {
    height: 70px;
  }
  .poLiTk-uIneYGQAxL .navbar.opened {
    height: auto;
  }
  .poLiTk-uIneYGQAxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uIneYGQAxL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uIneYGQAxL .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uIneYGQAxL .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uIneYGQAxL .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uIneYGQAxL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uIneYGQAxL .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uIneYGQAxL .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uIneYGQAxL .text_widget a:hover,
.poLiTk-uIneYGQAxL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uIneYGQAxL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uIneYGQAxL .icons-menu-main {
  display: flex;
}
.poLiTk-uIneYGQAxL .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uIneYGQAxL .navbar-caption {
  color: #000000;
}
.poLiTk-uIneYGQAxL .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uIneYGQAxL .gesture-section-subtitle,
.poLiTk-uIneYGQAxL .text_widget,
.poLiTk-uIneYGQAxL .gesture-section-btn {
  text-align: center;
}
.poLiTk-uIneYGQAxL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uIneYHrlvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uIneYHrlvZ .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uIneYHrlvZ .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uIneYHrlvZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .poLiTk-uIneYHrlvZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .poLiTk-uIneYHrlvZ .container {
    padding: 0;
  }
}
.poLiTk-uIneYHrlvZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .poLiTk-uIneYHrlvZ .title-wrapper {
    padding: 0 16px;
  }
}
.poLiTk-uIneYHrlvZ .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
.poLiTk-uIneYHrlvZ .title-wrapper .gesture-text {
  margin: 30px 0 0 0;
}
.poLiTk-uIneYHrlvZ .gesture-section-title {
  color: #000000;
  text-align: center;
}
.poLiTk-uIneYHrlvZ .gesture-text {
  color: #000000;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}
.poLiTk-uInf14zw55 {
  background-color: transparent;
}
.poLiTk-uInf14zw55 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uInf14zw55 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uInf14zw55 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uInf14zw55 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uInf14zw55 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uInf14zw55 .menu_box .navbar.opened,
  .poLiTk-uInf14zw55 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uInf14zw55 .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uInf14zw55 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uInf14zw55 .btn:hover {
  box-shadow: none;
}
.poLiTk-uInf14zw55 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uInf14zw55 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInf14zw55 .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uInf14zw55 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uInf14zw55 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInf14zw55 .nav-item .nav-link:hover::before,
.poLiTk-uInf14zw55 .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uInf14zw55 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uInf14zw55 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uInf14zw55 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInf14zw55 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uInf14zw55 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uInf14zw55 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uInf14zw55 .offcanvas_box {
    display: none;
  }
}
.poLiTk-uInf14zw55 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uInf14zw55 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uInf14zw55 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uInf14zw55 .container {
  display: flex;
  margin: auto;
}
.poLiTk-uInf14zw55 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uInf14zw55 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uInf14zw55 .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uInf14zw55 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uInf14zw55 .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uInf14zw55 .dropdown-menu,
.poLiTk-uInf14zw55 .navbar.opened {
  background-color: false !important;
}
.poLiTk-uInf14zw55 .nav-item:focus,
.poLiTk-uInf14zw55 .nav-link:focus {
  outline: none;
}
.poLiTk-uInf14zw55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInf14zw55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uInf14zw55 .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uInf14zw55 .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInf14zw55 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uInf14zw55 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uInf14zw55 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInf14zw55 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uInf14zw55 .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uInf14zw55 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uInf14zw55 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uInf14zw55 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uInf14zw55 .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uInf14zw55 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uInf14zw55 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uInf14zw55 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uInf14zw55 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uInf14zw55 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uInf14zw55 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uInf14zw55 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uInf14zw55 .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uInf14zw55 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uInf14zw55 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uInf14zw55 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uInf14zw55 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uInf14zw55 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uInf14zw55 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uInf14zw55 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uInf14zw55 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uInf14zw55 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uInf14zw55 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uInf14zw55 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uInf14zw55 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uInf14zw55 .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uInf14zw55 .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uInf14zw55 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uInf14zw55 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uInf14zw55 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uInf14zw55 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uInf14zw55 .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uInf14zw55 .dropdown-item.active,
.poLiTk-uInf14zw55 .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uInf14zw55 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uInf14zw55 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uInf14zw55 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uInf14zw55 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uInf14zw55 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uInf14zw55 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uInf14zw55 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uInf14zw55 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uInf14zw55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uInf14zw55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uInf14zw55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInf14zw55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInf14zw55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uInf14zw55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInf14zw55 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uInf14zw55 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uInf14zw55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInf14zw55 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uInf14zw55 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uInf14zw55 .navbar {
    height: 70px;
  }
  .poLiTk-uInf14zw55 .navbar.opened {
    height: auto;
  }
  .poLiTk-uInf14zw55 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uInf14zw55 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uInf14zw55 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uInf14zw55 .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uInf14zw55 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uInf14zw55 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uInf14zw55 .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uInf14zw55 .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uInf14zw55 .text_widget a:hover,
.poLiTk-uInf14zw55 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uInf14zw55 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uInf14zw55 .icons-menu-main {
  display: flex;
}
.poLiTk-uInf14zw55 .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uInf14zw55 .navbar-caption {
  color: #000000;
}
.poLiTk-uInf14zw55 .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInf14zw55 .gesture-section-subtitle,
.poLiTk-uInf14zw55 .text_widget,
.poLiTk-uInf14zw55 .gesture-section-btn {
  text-align: center;
}
.poLiTk-uInf14zw55 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uInf15h17c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uInf15h17c .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInf15h17c .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInf15h17c .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInf15h17c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInf15h17c .container {
    padding: 0;
  }
}
.poLiTk-uInf15h17c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .poLiTk-uInf15h17c .title-wrapper {
    padding: 0 16px;
  }
}
.poLiTk-uInf15h17c .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
.poLiTk-uInf15h17c .title-wrapper .gesture-text {
  margin: 30px 0 0 0;
}
.poLiTk-uInf15h17c .gesture-section-title {
  color: #000000;
  text-align: center;
}
.poLiTk-uInf15h17c .gesture-text {
  color: #000000;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}
.poLiTk-uInf25Z1ue {
  background-color: transparent;
}
.poLiTk-uInf25Z1ue .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.poLiTk-uInf25Z1ue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.poLiTk-uInf25Z1ue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.poLiTk-uInf25Z1ue .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .poLiTk-uInf25Z1ue .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .poLiTk-uInf25Z1ue .menu_box .navbar.opened,
  .poLiTk-uInf25Z1ue .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.poLiTk-uInf25Z1ue .navbar-dropdown {
  position: relative !important;
}
.poLiTk-uInf25Z1ue .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.poLiTk-uInf25Z1ue .btn:hover {
  box-shadow: none;
}
.poLiTk-uInf25Z1ue .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .poLiTk-uInf25Z1ue .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInf25Z1ue .nav-item {
    margin: 0 !important;
  }
}
.poLiTk-uInf25Z1ue .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.poLiTk-uInf25Z1ue .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInf25Z1ue .nav-item .nav-link:hover::before,
.poLiTk-uInf25Z1ue .nav-item .nav-link:focus::before {
  width: 100%;
}
.poLiTk-uInf25Z1ue .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .poLiTk-uInf25Z1ue .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .poLiTk-uInf25Z1ue .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .poLiTk-uInf25Z1ue .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .poLiTk-uInf25Z1ue .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .poLiTk-uInf25Z1ue .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .poLiTk-uInf25Z1ue .offcanvas_box {
    display: none;
  }
}
.poLiTk-uInf25Z1ue .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.poLiTk-uInf25Z1ue .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.poLiTk-uInf25Z1ue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.poLiTk-uInf25Z1ue .container {
  display: flex;
  margin: auto;
}
.poLiTk-uInf25Z1ue .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.poLiTk-uInf25Z1ue .iconfont-wrapper:last-child {
  margin-right: 0;
}
.poLiTk-uInf25Z1ue .iconfont-wrapper:hover {
  opacity: .5;
}
.poLiTk-uInf25Z1ue .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .poLiTk-uInf25Z1ue .navbar-nav {
    margin: 0;
  }
}
.poLiTk-uInf25Z1ue .dropdown-menu,
.poLiTk-uInf25Z1ue .navbar.opened {
  background-color: false !important;
}
.poLiTk-uInf25Z1ue .nav-item:focus,
.poLiTk-uInf25Z1ue .nav-link:focus {
  outline: none;
}
.poLiTk-uInf25Z1ue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInf25Z1ue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.poLiTk-uInf25Z1ue .dropdown .dropdown-menu .dropdown-item .gesture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.poLiTk-uInf25Z1ue .dropdown .dropdown-menu .dropdown-item .gesture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.poLiTk-uInf25Z1ue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.poLiTk-uInf25Z1ue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.poLiTk-uInf25Z1ue .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInf25Z1ue .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.poLiTk-uInf25Z1ue .navbar.opened {
  transition: all 0.3s;
}
.poLiTk-uInf25Z1ue .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.poLiTk-uInf25Z1ue .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.poLiTk-uInf25Z1ue .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.poLiTk-uInf25Z1ue .navbar.collapsed {
  justify-content: center;
}
.poLiTk-uInf25Z1ue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.poLiTk-uInf25Z1ue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.poLiTk-uInf25Z1ue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.poLiTk-uInf25Z1ue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.poLiTk-uInf25Z1ue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.poLiTk-uInf25Z1ue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.poLiTk-uInf25Z1ue .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .poLiTk-uInf25Z1ue .navbar .nav-item {
    padding: .5rem 0;
  }
  .poLiTk-uInf25Z1ue .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .poLiTk-uInf25Z1ue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .poLiTk-uInf25Z1ue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .poLiTk-uInf25Z1ue .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .poLiTk-uInf25Z1ue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .poLiTk-uInf25Z1ue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .poLiTk-uInf25Z1ue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .poLiTk-uInf25Z1ue .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .poLiTk-uInf25Z1ue .navbar ul.navbar-nav li {
    margin: 0;
  }
  .poLiTk-uInf25Z1ue .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .poLiTk-uInf25Z1ue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .poLiTk-uInf25Z1ue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .poLiTk-uInf25Z1ue .navbar .icons-menu {
    padding: 0;
  }
}
.poLiTk-uInf25Z1ue .navbar.navbar-short {
  min-height: 60px;
}
.poLiTk-uInf25Z1ue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.poLiTk-uInf25Z1ue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.poLiTk-uInf25Z1ue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.poLiTk-uInf25Z1ue .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.poLiTk-uInf25Z1ue .navbar-brand .navbar-logo a {
  outline: none;
}
.poLiTk-uInf25Z1ue .dropdown-item.active,
.poLiTk-uInf25Z1ue .dropdown-item:active {
  background-color: transparent;
}
.poLiTk-uInf25Z1ue .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .poLiTk-uInf25Z1ue .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.poLiTk-uInf25Z1ue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.poLiTk-uInf25Z1ue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.poLiTk-uInf25Z1ue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.poLiTk-uInf25Z1ue ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.poLiTk-uInf25Z1ue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.poLiTk-uInf25Z1ue button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #5cc1ed;
}
.poLiTk-uInf25Z1ue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.poLiTk-uInf25Z1ue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.poLiTk-uInf25Z1ue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInf25Z1ue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.poLiTk-uInf25Z1ue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.poLiTk-uInf25Z1ue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInf25Z1ue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.poLiTk-uInf25Z1ue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.poLiTk-uInf25Z1ue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.poLiTk-uInf25Z1ue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.poLiTk-uInf25Z1ue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .poLiTk-uInf25Z1ue .navbar {
    height: 70px;
  }
  .poLiTk-uInf25Z1ue .navbar.opened {
    height: auto;
  }
  .poLiTk-uInf25Z1ue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.poLiTk-uInf25Z1ue .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .poLiTk-uInf25Z1ue .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.poLiTk-uInf25Z1ue .gesture-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.poLiTk-uInf25Z1ue .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .poLiTk-uInf25Z1ue .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.poLiTk-uInf25Z1ue .text_widget {
  margin-bottom: 32px;
}
.poLiTk-uInf25Z1ue .text_widget a {
  transition: all 0.3s ease-out;
}
.poLiTk-uInf25Z1ue .text_widget a:hover,
.poLiTk-uInf25Z1ue .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .poLiTk-uInf25Z1ue .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.poLiTk-uInf25Z1ue .icons-menu-main {
  display: flex;
}
.poLiTk-uInf25Z1ue .gesture-section-subtitle {
  color: #000000;
  text-align: center;
}
.poLiTk-uInf25Z1ue .navbar-caption {
  color: #000000;
}
.poLiTk-uInf25Z1ue .gesture-text {
  color: #000000;
  text-align: center;
}
.poLiTk-uInf25Z1ue .gesture-section-subtitle,
.poLiTk-uInf25Z1ue .text_widget,
.poLiTk-uInf25Z1ue .gesture-section-btn {
  text-align: center;
}
.poLiTk-uInf25Z1ue a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.poLiTk-uInf26yJkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a5e4ff;
}
.poLiTk-uInf26yJkJ .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInf26yJkJ .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInf26yJkJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInf26yJkJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInf26yJkJ .container {
    padding: 0;
  }
}
.poLiTk-uInf26yJkJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .poLiTk-uInf26yJkJ .title-wrapper {
    padding: 0 16px;
  }
}
.poLiTk-uInf26yJkJ .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
.poLiTk-uInf26yJkJ .title-wrapper .gesture-text {
  margin: 30px 0 0 0;
}
.poLiTk-uInf26yJkJ .gesture-section-title {
  color: #000000;
  text-align: center;
}
.poLiTk-uInf26yJkJ .gesture-text {
  color: #000000;
}
.poLiTk-uInngdLG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b1b1b;
}
.poLiTk-uInngdLG1i .gesture-fallback-image.disabled {
  display: none;
}
.poLiTk-uInngdLG1i .gesture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.poLiTk-uInngdLG1i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .poLiTk-uInngdLG1i .container {
    padding: 0 12px;
  }
}
.poLiTk-uInngdLG1i .row {
  justify-content: center;
}
.poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .title-wrapper .gesture-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .poLiTk-uInngdLG1i .list-wrapper {
    margin-bottom: 32px;
  }
}
.poLiTk-uInngdLG1i .list-wrapper .gesture-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.poLiTk-uInngdLG1i .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:hover,
.poLiTk-uInngdLG1i .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.poLiTk-uInngdLG1i .gesture-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #a5e4ff;
  text-align: center;
}
.poLiTk-uInngdLG1i .gesture-section-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .gesture-list-title {
  color: #ffffff;
}
.poLiTk-uInngdLG1i .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes colorChange {
    0% {
        color: red;
    }
    50% {
        color: blue;
    }
    100% {
        color: green;
    }
}

.navbar-brand {
    animation: colorChange 3s infinite alternate;
}
/* endlogoanimations */
